| org.jfree.experimental.chart.swt.editor.SWTAxisEditor
All known Subclasses: org.jfree.experimental.chart.swt.editor.SWTNumberAxisEditor,
SWTAxisEditor | class SWTAxisEditor extends Composite (Code) | | An editor for axis properties.
|
Constructor Summary | |
public | SWTAxisEditor(Composite parent, int style, Axis axis) Standard constructor: builds a composite for displaying/editing
the properties of the specified axis. |
localizationResources | protected static ResourceBundle localizationResources(Code) | | The resourceBundle for the localization.
|
SWTAxisEditor | public SWTAxisEditor(Composite parent, int style, Axis axis)(Code) | | Standard constructor: builds a composite for displaying/editing
the properties of the specified axis.
Parameters: parent - The parent composite. Parameters: style - The SWT style of the SwtAxisEditor. Parameters: axis - the axis whose properties are to be displayed/edited in the composite. |
getInstance | public static SWTAxisEditor getInstance(Composite parent, int style, Axis axis)(Code) | | A static method that returns a panel that is appropriate
for the axis type.
Parameters: parent - the parent. Parameters: style - the style. Parameters: axis - the axis whose properties are to be displayed/edited in the composite. A composite or null null. |
getLabel | public String getLabel()(Code) | | Returns the current axis label.
The current axis label. |
getLabelFont | public java.awt.Font getLabelFont()(Code) | | Returns the current label font.
The current label font. |
getLabelPaint | public Paint getLabelPaint()(Code) | | Returns the current label paint.
The current label paint. |
getOtherTabs | public TabFolder getOtherTabs()(Code) | | Returns a reference to the tabbed composite.
A reference to the tabbed composite. |
getTickLabelFont | public java.awt.Font getTickLabelFont()(Code) | | Returns the current label font.
The current label font. |
getTickLabelPaint | public Paint getTickLabelPaint()(Code) | | Returns the current label paint.
The current label paint. |
setAxisProperties | public void setAxisProperties(Axis axis)(Code) | | Sets the properties of the specified axis to match
the properties defined on this panel.
Parameters: axis - the axis. |
|
|