Constructor | Description |
---|---|
AxisConfigPage(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.
|
Modifier and Type | Method | Description |
---|---|---|
Axis |
AnnotationMemento.getXAxis() |
|
Axis |
TraceMemento.getXAxis() |
|
Axis |
AnnotationMemento.getYAxis() |
|
Axis |
TraceMemento.getYAxis() |
Modifier and Type | Method | Description |
---|---|---|
void |
AnnotationMemento.setXAxis(Axis xAxis) |
|
void |
TraceMemento.setXAxis(Axis axis) |
|
void |
AnnotationMemento.setYAxis(Axis yAxis) |
|
void |
TraceMemento.setYAxis(Axis axis) |
Constructor | Description |
---|---|
AxisPanOrZoomCommand(java.lang.String name,
Axis axis) |
Constructor | Description |
---|---|
ZoomCommand(java.lang.String name,
java.util.List<Axis> xAxisList,
java.util.List<Axis> yAxisList) |
Initialize
|
Modifier and Type | Method | Description |
---|---|---|
Axis |
IntensityGraphFigure.getXAxis() |
|
Axis |
IntensityGraphFigure.getYAxis() |
Modifier and Type | Class | Description |
---|---|---|
class |
DAxis |
The Diamond Light Source implementation of the axis figure.
|
Modifier and Type | Field | Description |
---|---|---|
Axis |
XYGraph.primaryXAxis |
Deprecated.
|
Axis |
XYGraph.primaryYAxis |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
Axis |
DAxesFactory.createXAxis() |
|
Axis |
DefaultAxesFactory.createXAxis() |
|
Axis |
IAxesFactory.createXAxis() |
Creates the primary x axis for the
XYGraph |
Axis |
DAxesFactory.createYAxis() |
|
Axis |
DefaultAxesFactory.createYAxis() |
|
Axis |
IAxesFactory.createYAxis() |
Creates the primary y axis for the
XYGraph |
Axis |
IXYGraph.getPrimaryXAxis() |
|
Axis |
XYGraph.getPrimaryXAxis() |
|
Axis |
IXYGraph.getPrimaryYAxis() |
|
Axis |
XYGraph.getPrimaryYAxis() |
|
Axis |
Annotation.getXAxis() |
|
Axis |
Trace.getXAxis() |
|
Axis |
Annotation.getYAxis() |
|
Axis |
Trace.getYAxis() |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<Axis> |
IXYGraph.getAxisList() |
|
java.util.List<Axis> |
XYGraph.getAxisList() |
|
java.util.Map<Axis,Legend> |
IXYGraph.getLegendMap() |
|
java.util.Map<Axis,Legend> |
XYGraph.getLegendMap() |
|
java.util.List<Axis> |
IXYGraph.getXAxisList() |
|
java.util.List<Axis> |
XYGraph.getXAxisList() |
|
java.util.List<Axis> |
IXYGraph.getYAxisList() |
|
java.util.List<Axis> |
XYGraph.getYAxisList() |
Modifier and Type | Method | Description |
---|---|---|
void |
IXYGraph.addAxis(Axis axis) |
Add an axis to the graph
|
void |
XYGraph.addAxis(Axis axis) |
Add an axis to the graph
|
void |
Annotation.axisAutoScaleChanged(Axis axis,
boolean oldAutoScale,
boolean newAutoScale) |
|
void |
Grid.axisAutoScaleChanged(Axis axis,
boolean oldAutoScale,
boolean newAutoScale) |
|
void |
IAxisListener.axisAutoScaleChanged(Axis axis,
boolean oldAutoScale,
boolean newAutoScale) |
|
void |
Trace.axisAutoScaleChanged(Axis axis,
boolean oldAutoScale,
boolean newAutoScale) |
|
void |
Annotation.axisForegroundColorChanged(Axis axis,
org.eclipse.swt.graphics.Color oldColor,
org.eclipse.swt.graphics.Color newColor) |
|
void |
Grid.axisForegroundColorChanged(Axis axis,
org.eclipse.swt.graphics.Color oldColor,
org.eclipse.swt.graphics.Color newColor) |
|
void |
IAxisListener.axisForegroundColorChanged(Axis axis,
org.eclipse.swt.graphics.Color oldColor,
org.eclipse.swt.graphics.Color newColor) |
|
void |
Trace.axisForegroundColorChanged(Axis axis,
org.eclipse.swt.graphics.Color oldColor,
org.eclipse.swt.graphics.Color newColor) |
|
void |
Annotation.axisLogScaleChanged(Axis axis,
boolean old,
boolean logScale) |
|
void |
Grid.axisLogScaleChanged(Axis axis,
boolean old,
boolean logScale) |
|
void |
IAxisListener.axisLogScaleChanged(Axis axis,
boolean old,
boolean logScale) |
|
void |
Trace.axisLogScaleChanged(Axis axis,
boolean old,
boolean logScale) |
|
void |
Annotation.axisRangeChanged(Axis axis,
Range old_range,
Range new_range) |
|
void |
Grid.axisRangeChanged(Axis axis,
Range old_range,
Range new_range) |
|
void |
IAxisListener.axisRangeChanged(Axis axis,
Range old_range,
Range new_range) |
This event indicates a change in the axis' value range
|
void |
Trace.axisRangeChanged(Axis axis,
Range old_range,
Range new_range) |
|
void |
Annotation.axisRevalidated(Axis axis) |
|
void |
Grid.axisRevalidated(Axis axis) |
|
void |
IAxisListener.axisRevalidated(Axis axis) |
This method will be notified by axis whenever the axis is revalidated.
|
void |
Trace.axisRevalidated(Axis axis) |
|
void |
Annotation.axisTitleChanged(Axis axis,
java.lang.String oldTitle,
java.lang.String newTitle) |
|
void |
Grid.axisTitleChanged(Axis axis,
java.lang.String oldTitle,
java.lang.String newTitle) |
|
void |
IAxisListener.axisTitleChanged(Axis axis,
java.lang.String oldTitle,
java.lang.String newTitle) |
|
void |
Trace.axisTitleChanged(Axis axis,
java.lang.String oldTitle,
java.lang.String newTitle) |
|
void |
Trace.init(Axis xAxis,
Axis yAxis,
IDataProvider dataProvider) |
Must be called if using
Trace(String) |
boolean |
IXYGraph.removeAxis(Axis axis) |
Remove an axis from the graph
|
boolean |
XYGraph.removeAxis(Axis axis) |
Remove an axis from the graph
|
void |
Annotation.setFree(Axis xAxis,
Axis yAxis) |
Make the annotation free.
|
void |
Annotation.setXAxis(Axis axis) |
|
void |
Trace.setXAxis(Axis axis) |
|
void |
Annotation.setYAxis(Axis axis) |
|
void |
Trace.setYAxis(Axis axis) |
|
void |
ITraceListener.traceYAxisChanged(Trace trace,
Axis oldName,
Axis newName) |
Called when Y-Axis has changed
|
Constructor | Description |
---|---|
Annotation(java.lang.String name,
Axis xAxis,
Axis yAxis) |
Construct a free annotation.
|
CrossAnnotation(java.lang.String name,
Axis xAxis,
Axis yAxis) |
|
Grid(Axis axis) |
|
Trace(java.lang.String name,
Axis xAxis,
Axis yAxis,
IDataProvider dataProvider) |