Class GraphConfigPage
java.lang.Object
org.eclipse.nebula.visualization.internal.xygraph.toolbar.GraphConfigPage
public class GraphConfigPage
extends java.lang.Object
This will help to create the necessary widgets to configure an annotation's
properties.
-
Constructor Summary
Constructors Constructor Description GraphConfigPage(IXYGraph xyGraph)
Construct a graph configuration page -
Method Summary
Modifier and Type Method Description void
applyChanges()
void
createPage(org.eclipse.swt.widgets.Composite composite)
IXYGraph
getXYGraph()
-
Constructor Details
-
GraphConfigPage
Construct a graph configuration page- Parameters:
xyGraph
- the graph for which the configuration page is created
-
-
Method Details
-
createPage
public void createPage(org.eclipse.swt.widgets.Composite composite) -
applyChanges
public void applyChanges() -
getXYGraph
- Returns:
- the graph
-