Uses of Interface
org.eclipse.nebula.visualization.xygraph.figures.IAxisListener
-
Packages that use IAxisListener Package Description org.eclipse.nebula.visualization.xygraph.figures -
-
Uses of IAxisListener in org.eclipse.nebula.visualization.xygraph.figures
Classes in org.eclipse.nebula.visualization.xygraph.figures that implement IAxisListener Modifier and Type Class Description classAnnotationAnnotation Figure.classCircleAnnotationVariation of annotation that is represented as a circle with a diameter of eight pixels.classCrossAnnotationVariation of annotation that is represented as a cross with an arm length of five pixels.classGridThe grid in the plot area.classTraceThe trace figure.Fields in org.eclipse.nebula.visualization.xygraph.figures with type parameters of type IAxisListener Modifier and Type Field Description protected java.util.List<IAxisListener>Axis. listenersMethods in org.eclipse.nebula.visualization.xygraph.figures with parameters of type IAxisListener Modifier and Type Method Description voidAxis. addListener(IAxisListener listener)booleanAxis. removeListener(IAxisListener listener)
-