Uses of Class
org.eclipse.nebula.visualization.xygraph.figures.Trace.PointStyle
-
-
Uses of Trace.PointStyle in org.eclipse.nebula.visualization.internal.xygraph.undo
Fields in org.eclipse.nebula.visualization.internal.xygraph.undo declared as Trace.PointStyle Modifier and Type Field Description private Trace.PointStyle
TraceMemento. pointStyle
Methods in org.eclipse.nebula.visualization.internal.xygraph.undo that return Trace.PointStyle Modifier and Type Method Description Trace.PointStyle
TraceMemento. getPointStyle()
Methods in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type Trace.PointStyle Modifier and Type Method Description void
TraceMemento. setPointStyle(Trace.PointStyle pointStyle)
-
Uses of Trace.PointStyle in org.eclipse.nebula.visualization.xygraph.figures
Fields in org.eclipse.nebula.visualization.xygraph.figures declared as Trace.PointStyle Modifier and Type Field Description private Trace.PointStyle
Trace. pointStyle
Methods in org.eclipse.nebula.visualization.xygraph.figures that return Trace.PointStyle Modifier and Type Method Description Trace.PointStyle
Trace. getPointStyle()
static Trace.PointStyle
Trace.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 private void
Trace. firePointStyleChanged(Trace.PointStyle old, Trace.PointStyle newStyle)
void
ITraceListener. pointStyleChanged(Trace trace, Trace.PointStyle old, Trace.PointStyle newStyle)
Called when trace point style has changedvoid
Trace. 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.PointStyle
BasePointStyleProvider. getPointStyle(ISample sample, Trace trace)
Trace.PointStyle
IPointStyleProvider. getPointStyle(ISample sample, Trace trace)
Get the marker style for the given sampleTrace.PointStyle
StringStyleProvider. getPointStyle(ISample sample, Trace trace)
-