Uses of Class
org.eclipse.nebula.visualization.xygraph.figures.Axis
-
-
Uses of Axis in org.eclipse.nebula.visualization.internal.xygraph.toolbar
Fields in org.eclipse.nebula.visualization.internal.xygraph.toolbar declared as Axis Modifier and Type Field Description private Axis
AxisConfigPage. axis
Constructors in org.eclipse.nebula.visualization.internal.xygraph.toolbar with parameters of type Axis 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. -
Uses of Axis in org.eclipse.nebula.visualization.internal.xygraph.undo
Fields in org.eclipse.nebula.visualization.internal.xygraph.undo declared as Axis Modifier and Type Field Description private Axis
AxisPanOrZoomCommand. axis
private Axis
AnnotationMemento. xAxis
private Axis
TraceMemento. xAxis
private Axis
AnnotationMemento. yAxis
private Axis
TraceMemento. yAxis
Fields in org.eclipse.nebula.visualization.internal.xygraph.undo with type parameters of type Axis Modifier and Type Field Description private java.util.List<Axis>
ZoomCommand. xAxisList
private java.util.List<Axis>
ZoomCommand. yAxisList
Methods in org.eclipse.nebula.visualization.internal.xygraph.undo that return Axis Modifier and Type Method Description Axis
AnnotationMemento. getXAxis()
Axis
TraceMemento. getXAxis()
Axis
AnnotationMemento. getYAxis()
Axis
TraceMemento. getYAxis()
Methods in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type Axis Modifier and Type Method Description private static void
XYGraphMementoUtil. restoreAxisPropsFromMemento(Axis axis, AxisMemento memento)
private static void
XYGraphMementoUtil. saveAxisPropsToMemento(Axis axis, AxisMemento memento)
void
AnnotationMemento. setXAxis(Axis xAxis)
void
TraceMemento. setXAxis(Axis axis)
void
AnnotationMemento. setYAxis(Axis yAxis)
void
TraceMemento. setYAxis(Axis axis)
Constructors in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type Axis Constructor Description AxisPanOrZoomCommand(java.lang.String name, Axis axis)
Constructor parameters in org.eclipse.nebula.visualization.internal.xygraph.undo with type arguments of type Axis Constructor Description ZoomCommand(java.lang.String name, java.util.List<Axis> xAxisList, java.util.List<Axis> yAxisList)
Initialize -
Uses of Axis in org.eclipse.nebula.visualization.widgets.figures
Fields in org.eclipse.nebula.visualization.widgets.figures declared as Axis Modifier and Type Field Description private Axis
IntensityGraphFigure. xAxis
private Axis
IntensityGraphFigure. yAxis
Methods in org.eclipse.nebula.visualization.widgets.figures that return Axis Modifier and Type Method Description Axis
IntensityGraphFigure. getXAxis()
Axis
IntensityGraphFigure. getYAxis()
-
Uses of Axis in org.eclipse.nebula.visualization.xygraph.examples
Constructors in org.eclipse.nebula.visualization.xygraph.examples with parameters of type Axis Constructor Description XYGraphTest2(IXYGraph xyg, Axis x2Axis, Axis y2Axis)
-
Uses of Axis in org.eclipse.nebula.visualization.xygraph.figures
Subclasses of Axis in org.eclipse.nebula.visualization.xygraph.figures Modifier and Type Class Description class
DAxis
The Diamond Light Source implementation of the axis figure.Fields in org.eclipse.nebula.visualization.xygraph.figures declared as Axis Modifier and Type Field Description private Axis
Grid. axis
Axis
XYGraph. primaryXAxis
Deprecated.Axis
XYGraph. primaryYAxis
Deprecated.protected Axis
Annotation. xAxis
private Axis
Trace. xAxis
protected Axis
Annotation. yAxis
private Axis
Trace. yAxis
Fields in org.eclipse.nebula.visualization.xygraph.figures with type parameters of type Axis Modifier and Type Field Description protected java.util.Map<Axis,Legend>
XYGraph. legendMap
protected java.util.List<Axis>
XYGraph. xAxisList
protected java.util.List<Axis>
XYGraph. yAxisList
Methods in org.eclipse.nebula.visualization.xygraph.figures that return Axis Modifier and Type Method Description Axis
DAxesFactory. createXAxis()
Axis
DefaultAxesFactory. createXAxis()
Axis
IAxesFactory. createXAxis()
Creates the primary x axis for theXYGraph
Axis
DAxesFactory. createYAxis()
Axis
DefaultAxesFactory. createYAxis()
Axis
IAxesFactory. createYAxis()
Creates the primary y axis for theXYGraph
Axis
IXYGraph. getPrimaryXAxis()
Axis
XYGraph. getPrimaryXAxis()
Axis
IXYGraph. getPrimaryYAxis()
Axis
XYGraph. getPrimaryYAxis()
Axis
Annotation. getXAxis()
Axis
Trace. getXAxis()
Axis
Annotation. getYAxis()
Axis
Trace. getYAxis()
Methods in org.eclipse.nebula.visualization.xygraph.figures that return types with arguments of type Axis 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()
Methods in org.eclipse.nebula.visualization.xygraph.figures with parameters of type Axis Modifier and Type Method Description void
IXYGraph. addAxis(Axis axis)
Add an axis to the graphvoid
XYGraph. addAxis(Axis axis)
Add an axis to the graphvoid
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 rangevoid
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)
private void
Trace. fireYAxisChanged(Axis oldName, Axis newName)
void
Trace. init(Axis xAxis, Axis yAxis, IDataProvider dataProvider)
Must be called if usingTrace(String)
private void
Trace. internalInit(Axis xAxis, Axis yAxis, IDataProvider dataProvider)
boolean
IXYGraph. removeAxis(Axis axis)
Remove an axis from the graphboolean
XYGraph. removeAxis(Axis axis)
Remove an axis from the graphvoid
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 changedConstructors in org.eclipse.nebula.visualization.xygraph.figures with parameters of type Axis 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)
-