Public Member Functions | |
AbstractChartAxis () | |
String | format (double number) |
java.awt.Dimension | getChartSize () |
java.awt.Font | getFont () |
java.awt.Color | getFontColor () |
java.lang.String | getFormat () |
java.awt.Color | getLineColor () |
int | getMajorTickLength () |
int | getMinorTickLength () |
int | getPreferedHeight () |
int | getPreferedWidth () |
java.awt.Insets | getTextMargin () |
ChartViewManager | getViewManager () |
void | setChartSize (java.awt.Dimension newChartSize) |
void | setFont (java.awt.Font newFont) |
void | setFontColor (java.awt.Color newFontColor) |
void | setFormat (java.lang.String newFormat) |
void | setLineColor (java.awt.Color newLineColor) |
void | setMajorTickLength (int newMajorTickLength) |
void | setMinorTickLength (int newMinorTickLength) |
void | setPreferedHeight (int newPreferedHeight) |
void | setPreferedWidth (int newPreferedWidth) |
void | setTextMargin (java.awt.Insets newTextMargin) |
void | setViewManager (ChartViewManager newViewManager) |
Protected Attributes | |
int | preferedHeight = 10 |
int | preferedWidth = 10 |
java.awt.Color | lineColor |
java.awt.Font | font |
java.awt.Color | fontColor |
java.awt.Dimension | chartSize |
Interval | xScale = new Interval(0.0,1.0) |
Interval | yScale = new Interval(0.0,1.0) |
java.lang.String | format |
java.text.DecimalFormat | decFormat = new java.text.DecimalFormat() |
int | minorTickLength = 3 |
int | majorTickLength = 5 |
ChartViewManager | viewManager |
java.awt.Insets | textMargin = new java.awt.Insets(5,7,5,7) |
|
|
|
This method is from interface
Reimplemented in com::cosylab::gui::components::r2::chart::DefaultTimeXAxis, and com::cosylab::gui::components::r2::chart::ImprovedTimeXAxis.
|
|
This method is from interface
Implements com::cosylab::gui::components::r2::chart::ChartAxis.
|
|
This method is from interface
Implements com::cosylab::gui::components::r2::chart::ChartAxis.
|
|
This method is from interface
Implements com::cosylab::gui::components::r2::chart::ChartAxis.
|
|
This method is from interface
Implements com::cosylab::gui::components::r2::chart::ChartAxis.
|
|
This method is from interface
Implements com::cosylab::gui::components::r2::chart::ChartAxis.
|
|
This method return length of major thick (often used for first and last signature on axis). |
|
This method return length of minor thick (often used for all signatures on axis, except first and last). |
|
This method is from interface
Implements com::cosylab::gui::components::r2::chart::ChartAxis.
|
|
This method is from interface
Implements com::cosylab::gui::components::r2::chart::ChartAxis.
|
|
This method return margins. |
|
This method is from interface
Implements com::cosylab::gui::components::r2::chart::ChartAxis.
|
|
This method is from interface
Implements com::cosylab::gui::components::r2::chart::ChartAxis.
|
|
This method is from interface
Implements com::cosylab::gui::components::r2::chart::ChartAxis.
|
|
This method is from interface
Implements com::cosylab::gui::components::r2::chart::ChartAxis.
|
|
This method is from interface
Reimplemented in com::cosylab::gui::components::r2::chart::DefaultTimeXAxis, and com::cosylab::gui::components::r2::chart::ImprovedTimeXAxis.
|
|
This method is from interface
Implements com::cosylab::gui::components::r2::chart::ChartAxis.
|
|
This method sets major thick length.
|
|
This method sets minor thick length.
|
|
This method sets prefered height.
|
|
This method sets prefered width.
|
|
This method sets margins. |
|
This method is from interface
Implements com::cosylab::gui::components::r2::chart::ChartAxis.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|