
Public Member Functions | |
| void | drawAxis (java.awt.Graphics g) |
Package 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) |
AbstractChartAxis.
|
|
This is method for drawing axis.
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.
|
|
|
This method is to return class that contains dimensions of chart.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
|
|
|
This method is to return font that is used for texts on chart.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
|
|
|
This method is to return color of text, used on chart.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
|
|
|
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.
|
|
|
This method is to return color of lines, used on chart.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
|
|
|
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.
|
|
|
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.
|
|
|
This method is to return
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
|
|
|
This method is to set dimension of chart.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
|
|
|
This method is to set font that is used for text on chart.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
|
|
|
This method is to set color for text on chart.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
|
|
|
This method is to set format, which is string that is used to specify format of output.
|
|
|
This method is to set color of lines on chart.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
|
|
|
This method is to set
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartAxis.
|
1.3.8