Uses of Interface
org.eclipse.nebula.visualization.xygraph.figures.IXYGraph
-
Uses of IXYGraph in org.eclipse.nebula.visualization.internal.xygraph.toolbar
Methods in org.eclipse.nebula.visualization.internal.xygraph.toolbar that return IXYGraph Modifier and Type Method Description IXYGraphGraphConfigPage. getXYGraph()IXYGraphXYGraphConfigDialog. getXYGraph()Constructors in org.eclipse.nebula.visualization.internal.xygraph.toolbar with parameters of type IXYGraph Constructor Description AddAnnotationDialog(org.eclipse.swt.widgets.Shell parentShell, IXYGraph xyGraph)Construct an annotation dialog for the given XYGraphAnnotationConfigPage(IXYGraph xyGraph, Annotation annotation)Construct the annotation configuration page for a graph with a given annotationAxisConfigPage(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.GraphConfigPage(IXYGraph xyGraph)Construct a graph configuration pageRemoveAnnotationDialog(org.eclipse.swt.widgets.Shell parentShell, IXYGraph xyGraph)Construct a remove annotation dialog to remove all or some of the annotation of a graphTraceConfigPage(IXYGraph xyGraph, Trace trace)Construct a trace configuration pageXYGraphConfigDialog(org.eclipse.swt.widgets.Shell parentShell, IXYGraph xyGraph)Construct a XYGraph configuration dialog -
Uses of IXYGraph in org.eclipse.nebula.visualization.internal.xygraph.undo
Methods in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type IXYGraph Modifier and Type Method Description static XYGraphMementoXYGraphMementoUtil. createEmptyMemento(IXYGraph xyGraph)Creates an empty memento given a XYGraphstatic XYGraphMementoXYGraphMementoUtil. createMemento(IXYGraph xyGraph)Creates a memento given a XYGraphstatic voidXYGraphMementoUtil. restoreXYGraphPropsFromMemento(IXYGraph xyGraph, XYGraphMemento memento)Restores the XYGraph props from the given mementostatic voidXYGraphMementoUtil. saveXYGraphPropsToMemento(IXYGraph xyGraph, XYGraphMemento memento)Saves props to the given mementoConstructors in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type IXYGraph Constructor Description AddAnnotationCommand(IXYGraph xyGraph, Annotation annotation)Construct an "Add annotation command"RemoveAnnotationCommand(IXYGraph xyGraph, Annotation annotation)Construct a "Remove annotation command"XYGraphConfigCommand(IXYGraph xyGraph)Construct a graph configuration commandXYGraphConfigCommand(IXYGraph xyGraph, java.util.function.Supplier<? extends XYGraphMemento> mementoFactory)Constructor with a XYGraphMementoSupplier -
Uses of IXYGraph in org.eclipse.nebula.visualization.xygraph.examples
Fields in org.eclipse.nebula.visualization.xygraph.examples declared as IXYGraph Modifier and Type Field Description IXYGraphXYGraphTest2. xyGraphConstructors in org.eclipse.nebula.visualization.xygraph.examples with parameters of type IXYGraph Constructor Description XYGraphTest2(IXYGraph xyg, Axis x2Axis, Axis y2Axis) -
Uses of IXYGraph in org.eclipse.nebula.visualization.xygraph.figures
Classes in org.eclipse.nebula.visualization.xygraph.figures that implement IXYGraph Modifier and Type Class Description classXYGraphThis class is the main figure for the plotting.Methods in org.eclipse.nebula.visualization.xygraph.figures that return IXYGraph Modifier and Type Method Description IXYGraphAxis. getXYGraph()IXYGraphPlotArea. getXYGraph()IXYGraphToolbarArmedXYGraph. getXYGraph()IXYGraphTrace. getXYGraph()Methods in org.eclipse.nebula.visualization.xygraph.figures with parameters of type IXYGraph Modifier and Type Method Description protected PlotAreaXYGraph. createPlotArea(IXYGraph xyGraph)Warning: This method is called in the constructor to create a plot areavoidAnnotation. setXYGraph(IXYGraph xyGraph)voidAxis. setXYGraph(IXYGraph xyGraph)voidTrace. setXYGraph(IXYGraph xyGraph)Constructors in org.eclipse.nebula.visualization.xygraph.figures with parameters of type IXYGraph Constructor Description Legend(IXYGraph xyGraph)Construct a legendPlotArea(IXYGraph xyGraph)Construct a plot area for the given graph with black foreground and white backgroundPlotArea(IXYGraph xyGraph, org.eclipse.swt.graphics.Color foreground, org.eclipse.swt.graphics.Color background)Construct a plot area for the given graph with given foreground and background colorsToolbarArmedXYGraph(IXYGraph xyGraph)Construct default toolbar around existing graphToolbarArmedXYGraph(IXYGraph xyGraph, int flags)Construct toolbar around existing graphXYGraphToolbar(IXYGraph xyGraph, int flags)Initialize -
Uses of IXYGraph in org.eclipse.nebula.visualization.xygraph.util
Methods in org.eclipse.nebula.visualization.xygraph.util with parameters of type IXYGraph Modifier and Type Method Description protected abstract org.eclipse.swt.graphics.ImageSingleSourceHelper2. getInternalXYGraphSnapShot(IXYGraph xyGraph)protected org.eclipse.swt.graphics.ImageSingleSourceHelperImpl. getInternalXYGraphSnapShot(IXYGraph xyGraph)static org.eclipse.swt.graphics.ImageSingleSourceHelper2. getXYGraphSnapShot(IXYGraph xyGraph)