Class AxisConfigPage
java.lang.Object
org.eclipse.nebula.visualization.internal.xygraph.toolbar.AxisConfigPage
public class AxisConfigPage
extends java.lang.Object
This will help to create the necessary widgets to configure an axis's
properties.
-
Constructor Summary
Constructors Constructor Description AxisConfigPage(IXYGraph xyGraph, Axis axis)Create an Axis Configuration Page for the config dialog.AxisConfigPage(IXYGraph xyGraph, Axis axis, boolean enableRanges)Create an Axis Configuration Page for the config dialog. -
Method Summary
Modifier and Type Method Description voidapplyChanges()voidcreatePage(org.eclipse.swt.widgets.Composite composite)org.eclipse.swt.widgets.CompositegetComposite()
-
Constructor Details
-
AxisConfigPage
Create an Axis Configuration Page for the config dialog.- Parameters:
xyGraph- graph to configureaxis- axis to configure
-
AxisConfigPage
Create an Axis Configuration Page for the config dialog.- Parameters:
xyGraph- graph to configureaxis- axis to configureenableRanges- whether min/max controls are enabled
-
-
Method Details
-
createPage
public void createPage(org.eclipse.swt.widgets.Composite composite) -
getComposite
public org.eclipse.swt.widgets.Composite getComposite()- Returns:
- the composite
-
applyChanges
public void applyChanges()
-