
Public Member Functions | |
| java.awt.Dimension | getChartSize () |
| java.awt.Font | getFont () |
| java.awt.Color | getFontColor () |
| String | getFormat () |
| java.awt.Color | getLineColor () |
| int | getPreferedHeight () |
| int | getPreferedWidth () |
| ChartViewManager | getViewManager () |
| void | setChartSize (java.awt.Dimension size) |
| void | setFont (java.awt.Font font) |
| void | setFontColor (java.awt.Color color) |
| void | setFormat (String format) |
| void | setLineColor (java.awt.Color color) |
| void | setViewManager (ChartViewManager view) |
Package Functions | |
| void | drawAxis (java.awt.Graphics g) |
This is interface for classes for drawing axis on charts. One of them is AbstractChartAxis.
| void com::cosylab::gui::components::r2::chart::ChartAxis::drawAxis | ( | java.awt.Graphics | g | ) | [package] |
This is method for drawing axis.
| g | java.awt.Graphics |
Implemented in com::cosylab::gui::components::r2::chart::DefaultChartXAxis, com::cosylab::gui::components::r2::chart::DefaultChartYAxis, com::cosylab::gui::components::r2::chart::ImprovedChartXAxis, and com::cosylab::gui::components::r2::chart::ImprovedChartYAxis.
Referenced by com::cosylab::gui::components::r2::chart::BaseChart::drawAxis().
| java.awt.Dimension com::cosylab::gui::components::r2::chart::ChartAxis::getChartSize | ( | ) |
This method is to return class that contains dimensions of chart.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
| java.awt.Font com::cosylab::gui::components::r2::chart::ChartAxis::getFont | ( | ) |
This method is to return font that is used for texts on chart.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
| java.awt.Color com::cosylab::gui::components::r2::chart::ChartAxis::getFontColor | ( | ) |
This method is to return color of text, used on chart.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
| String com::cosylab::gui::components::r2::chart::ChartAxis::getFormat | ( | ) |
This method is to return Format, which is string that is used to specify format of output.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
| java.awt.Color com::cosylab::gui::components::r2::chart::ChartAxis::getLineColor | ( | ) |
This method is to return color of lines, used on chart.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
| int com::cosylab::gui::components::r2::chart::ChartAxis::getPreferedHeight | ( | ) |
This method is to return PreferedHeight, which is place that text needs for not too replate output.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
| int com::cosylab::gui::components::r2::chart::ChartAxis::getPreferedWidth | ( | ) |
This method is to return PreferedWidth, which is place that text needs for not too replate output.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
| ChartViewManager com::cosylab::gui::components::r2::chart::ChartAxis::getViewManager | ( | ) |
This method is to return ChartViewManager.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
| void com::cosylab::gui::components::r2::chart::ChartAxis::setChartSize | ( | java.awt.Dimension | size | ) |
This method is to set dimension of chart.
| size | java.awt.Dimension |
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
Referenced by com::cosylab::gui::components::r2::chart::BaseChart::getXAxis(), com::cosylab::gui::components::r2::chart::BaseChart::getYAxis(), com::cosylab::gui::components::r2::chart::BaseChart::setXAxis(), com::cosylab::gui::components::r2::chart::BaseChart::setYAxis(), and com::cosylab::gui::components::r2::chart::BaseChart::updateLayout().
| void com::cosylab::gui::components::r2::chart::ChartAxis::setFont | ( | java.awt.Font | font | ) |
This method is to set font that is used for text on chart.
| font | java.awt.Font |
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
| void com::cosylab::gui::components::r2::chart::ChartAxis::setFontColor | ( | java.awt.Color | color | ) |
This method is to set color for text on chart.
| color | java.awt.Color |
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
| void com::cosylab::gui::components::r2::chart::ChartAxis::setFormat | ( | String | format | ) |
This method is to set format, which is string that is used to specify format of output.
| format | java.lang.String |
| void com::cosylab::gui::components::r2::chart::ChartAxis::setLineColor | ( | java.awt.Color | color | ) |
This method is to set color of lines on chart.
| color | java.awt.Color |
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
| void com::cosylab::gui::components::r2::chart::ChartAxis::setViewManager | ( | ChartViewManager | view | ) |
This method is to set ChartViewManager.
| com.cosylab.gui.chart.ChartViewManager |
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
Referenced by com::cosylab::gui::components::r2::chart::BaseChart::getViewManager(), com::cosylab::gui::components::r2::chart::BaseChart::getXAxis(), com::cosylab::gui::components::r2::chart::BaseChart::getYAxis(), com::cosylab::gui::components::r2::chart::BaseChart::setViewManager(), com::cosylab::gui::components::r2::chart::BaseChart::setXAxis(), and com::cosylab::gui::components::r2::chart::BaseChart::setYAxis().
1.6.2