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()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GraphConfigPage

      public GraphConfigPage​(IXYGraph xyGraph)
      Construct a graph configuration page
      Parameters:
      xyGraph - the graph for which the configuration page is created
  • Method Details