Uses of Class
org.eclipse.nebula.visualization.xygraph.figures.Trace.PointStyle
-
Uses of Trace.PointStyle in org.eclipse.nebula.visualization.internal.xygraph.undo
Methods in org.eclipse.nebula.visualization.internal.xygraph.undo that return Trace.PointStyle Modifier and Type Method Description Trace.PointStyleTraceMemento. getPointStyle()Methods in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type Trace.PointStyle Modifier and Type Method Description voidTraceMemento. setPointStyle(Trace.PointStyle pointStyle) -
Uses of Trace.PointStyle in org.eclipse.nebula.visualization.xygraph.figures
Methods in org.eclipse.nebula.visualization.xygraph.figures that return Trace.PointStyle Modifier and Type Method Description Trace.PointStyleTrace. getPointStyle()static Trace.PointStyleTrace.PointStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Trace.PointStyle[]Trace.PointStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.nebula.visualization.xygraph.figures with parameters of type Trace.PointStyle Modifier and Type Method Description voidITraceListener. pointStyleChanged(Trace trace, Trace.PointStyle old, Trace.PointStyle newStyle)Called when trace point style has changedvoidTrace. setPointStyle(Trace.PointStyle pointStyle) -
Uses of Trace.PointStyle in org.eclipse.nebula.visualization.xygraph.styleprovider
Methods in org.eclipse.nebula.visualization.xygraph.styleprovider that return Trace.PointStyle Modifier and Type Method Description Trace.PointStyleBasePointStyleProvider. getPointStyle(ISample sample, Trace trace)Trace.PointStyleIPointStyleProvider. getPointStyle(ISample sample, Trace trace)Get the marker style for the given sampleTrace.PointStyleStringStyleProvider. getPointStyle(ISample sample, Trace trace)