Uses of Class
org.eclipse.nebula.visualization.xygraph.figures.Trace
-
Uses of Trace in org.eclipse.nebula.visualization.internal.xygraph.toolbar
Methods in org.eclipse.nebula.visualization.internal.xygraph.toolbar that return Trace Modifier and Type Method Description TraceTraceConfigPage. getTrace()Methods in org.eclipse.nebula.visualization.internal.xygraph.toolbar with parameters of type Trace Modifier and Type Method Description protected ITraceConfigPageXYGraphConfigDialog. createTraceConfigPage(Trace trace)Override to create one own trace config pageConstructors in org.eclipse.nebula.visualization.internal.xygraph.toolbar with parameters of type Trace Constructor Description TraceConfigPage(IXYGraph xyGraph, Trace trace)Construct a trace configuration page -
Uses of Trace in org.eclipse.nebula.visualization.internal.xygraph.undo
Methods in org.eclipse.nebula.visualization.internal.xygraph.undo that return Trace Modifier and Type Method Description TraceAnnotationMemento. getTrace()Methods in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type Trace Modifier and Type Method Description voidAnnotationMemento. setTrace(Trace trace) -
Uses of Trace in org.eclipse.nebula.visualization.xygraph.examples
-
Uses of Trace in org.eclipse.nebula.visualization.xygraph.figures
Fields in org.eclipse.nebula.visualization.xygraph.figures declared as Trace Modifier and Type Field Description protected TraceAnnotation. traceMethods in org.eclipse.nebula.visualization.xygraph.figures that return Trace Modifier and Type Method Description TraceAnnotation. getTrace()Methods in org.eclipse.nebula.visualization.xygraph.figures that return types with arguments of type Trace Modifier and Type Method Description protected java.util.List<Trace>Axis. getTraceList()java.util.List<Trace>Legend. getTraceList()java.util.List<Trace>PlotArea. getTraceList()Methods in org.eclipse.nebula.visualization.xygraph.figures with parameters of type Trace Modifier and Type Method Description voidAxis. addTrace(Trace trace)Add a trace to the axis.voidIXYGraph. addTrace(Trace trace)Add a tracevoidLegend. addTrace(Trace trace)Add a trace to the axis.voidPlotArea. addTrace(Trace trace)Add a trace to the plot area.voidXYGraph. addTrace(Trace trace)Add a traceLegendIXYGraph. getLegend(Trace trace)LegendXYGraph. getLegend(Trace trace)voidITraceListener. pointStyleChanged(Trace trace, Trace.PointStyle old, Trace.PointStyle newStyle)Called when trace point style has changedbooleanAxis. removeTrace(Trace trace)Remove a trace from the axis.voidIXYGraph. removeTrace(Trace trace)Remove a trace.booleanLegend. removeTrace(Trace trace)Remove a trace from the axis.booleanPlotArea. removeTrace(Trace trace)Remove a trace from the plot area.voidXYGraph. removeTrace(Trace trace)Remove a trace.voidAnnotation. setTrace(Trace trace)voidITraceListener. traceColorChanged(Trace trace, org.eclipse.swt.graphics.Color old, org.eclipse.swt.graphics.Color newColor)Called when trace color has changedvoidITraceListener. traceNameChanged(Trace trace, java.lang.String oldName, java.lang.String newName)Called when trace name has changedvoidITraceListener. traceTypeChanged(Trace trace, Trace.TraceType old, Trace.TraceType newTraceType)Called when trace type has changedvoidITraceListener. traceWidthChanged(Trace trace, int old, int newWidth)Called when trace width has changedvoidITraceListener. traceYAxisChanged(Trace trace, Axis oldName, Axis newName)Called when Y-Axis has changedConstructors in org.eclipse.nebula.visualization.xygraph.figures with parameters of type Trace Constructor Description Annotation(java.lang.String name, Trace trace)Construct an annotation on a trace.CircleAnnotation(java.lang.String name, Trace trace)CrossAnnotation(java.lang.String name, Trace trace) -
Uses of Trace in org.eclipse.nebula.visualization.xygraph.styleprovider
Methods in org.eclipse.nebula.visualization.xygraph.styleprovider with parameters of type Trace Modifier and Type Method Description org.eclipse.swt.graphics.ColorBasePointStyleProvider. getPointColor(ISample sample, Trace trace)org.eclipse.swt.graphics.ColorBooleanStyleProvider. getPointColor(ISample sample, Trace trace)org.eclipse.swt.graphics.ColorDoubleStyleProvider. getPointColor(ISample sample, Trace trace)org.eclipse.swt.graphics.ColorIPointStyleProvider. getPointColor(ISample sample, Trace trace)Get the marker color for the given sampleorg.eclipse.swt.graphics.ColorStringStyleProvider. getPointColor(ISample sample, Trace trace)intBasePointStyleProvider. getPointSize(ISample sample, Trace trace)intIPointStyleProvider. getPointSize(ISample sample, Trace trace)Get the marker size for the given sampleintStringStyleProvider. getPointSize(ISample sample, Trace trace)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)