Modifier and Type | Method | Description |
---|---|---|
Trace |
TraceConfigPage.getTrace() |
Constructor | Description |
---|---|
TraceConfigPage(IXYGraph xyGraph,
Trace trace) |
Construct a trace configuration page
|
Modifier and Type | Method | Description |
---|---|---|
Trace |
AnnotationMemento.getTrace() |
Modifier and Type | Method | Description |
---|---|---|
void |
AnnotationMemento.setTrace(Trace trace) |
Modifier and Type | Method | Description |
---|---|---|
Trace |
Annotation.getTrace() |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<Trace> |
Legend.getTraceList() |
|
java.util.List<Trace> |
PlotArea.getTraceList() |
Modifier and Type | Method | Description |
---|---|---|
void |
Axis.addTrace(Trace trace) |
Add a trace to the axis.
|
void |
IXYGraph.addTrace(Trace trace) |
Add a trace
|
void |
Legend.addTrace(Trace trace) |
Add a trace to the axis.
|
void |
PlotArea.addTrace(Trace trace) |
Add a trace to the plot area.
|
void |
XYGraph.addTrace(Trace trace) |
Add a trace
|
void |
ITraceListener.pointStyleChanged(Trace trace,
Trace.PointStyle old,
Trace.PointStyle newStyle) |
Called when trace point style has changed
|
boolean |
Axis.removeTrace(Trace trace) |
Remove a trace from the axis.
|
void |
IXYGraph.removeTrace(Trace trace) |
Remove a trace.
|
boolean |
Legend.removeTrace(Trace trace) |
Remove a trace from the axis.
|
boolean |
PlotArea.removeTrace(Trace trace) |
Remove a trace from the plot area.
|
void |
XYGraph.removeTrace(Trace trace) |
Remove a trace.
|
void |
Annotation.setTrace(Trace trace) |
|
void |
ITraceListener.traceColorChanged(Trace trace,
org.eclipse.swt.graphics.Color old,
org.eclipse.swt.graphics.Color newColor) |
Called when trace color has changed
|
void |
ITraceListener.traceNameChanged(Trace trace,
java.lang.String oldName,
java.lang.String newName) |
Called when trace name has changed
|
void |
ITraceListener.traceTypeChanged(Trace trace,
Trace.TraceType old,
Trace.TraceType newTraceType) |
Called when trace type has changed
|
void |
ITraceListener.traceWidthChanged(Trace trace,
int old,
int newWidth) |
Called when trace width has changed
|
void |
ITraceListener.traceYAxisChanged(Trace trace,
Axis oldName,
Axis newName) |
Called when Y-Axis has changed
|
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) |
Modifier and Type | Method | Description |
---|---|---|
org.eclipse.swt.graphics.Color |
BasePointStyleProvider.getPointColor(ISample sample,
Trace trace) |
|
org.eclipse.swt.graphics.Color |
BooleanStyleProvider.getPointColor(ISample sample,
Trace trace) |
|
org.eclipse.swt.graphics.Color |
DoubleStyleProvider.getPointColor(ISample sample,
Trace trace) |
|
org.eclipse.swt.graphics.Color |
IPointStyleProvider.getPointColor(ISample sample,
Trace trace) |
Get the marker color for the given sample
|
org.eclipse.swt.graphics.Color |
StringStyleProvider.getPointColor(ISample sample,
Trace trace) |
|
int |
BasePointStyleProvider.getPointSize(ISample sample,
Trace trace) |
|
int |
IPointStyleProvider.getPointSize(ISample sample,
Trace trace) |
Get the marker size for the given sample
|
int |
StringStyleProvider.getPointSize(ISample sample,
Trace trace) |
|
Trace.PointStyle |
BasePointStyleProvider.getPointStyle(ISample sample,
Trace trace) |
|
Trace.PointStyle |
IPointStyleProvider.getPointStyle(ISample sample,
Trace trace) |
Get the marker style for the given sample
|
Trace.PointStyle |
StringStyleProvider.getPointStyle(ISample sample,
Trace trace) |