Interface IAxisListener
- All Known Implementing Classes:
Annotation
,CircleAnnotation
,CrossAnnotation
,Grid
,Trace
public interface IAxisListener
A listener on the axis when axis was revalidated.
-
Method Summary
Modifier and Type Method Description void
axisAutoScaleChanged(Axis axis, boolean oldAutoScale, boolean newAutoScale)
void
axisForegroundColorChanged(Axis axis, org.eclipse.swt.graphics.Color oldColor, org.eclipse.swt.graphics.Color newColor)
void
axisLogScaleChanged(Axis axis, boolean old, boolean logScale)
void
axisRangeChanged(Axis axis, Range old_range, Range new_range)
This event indicates a change in the axis' value rangevoid
axisRevalidated(Axis axis)
This method will be notified by axis whenever the axis is revalidated.void
axisTitleChanged(Axis axis, java.lang.String oldTitle, java.lang.String newTitle)
-
Method Details
-
axisRangeChanged
This event indicates a change in the axis' value range -
axisRevalidated
This method will be notified by axis whenever the axis is revalidated. -
axisForegroundColorChanged
void axisForegroundColorChanged(Axis axis, org.eclipse.swt.graphics.Color oldColor, org.eclipse.swt.graphics.Color newColor) -
axisTitleChanged
-
axisAutoScaleChanged
-
axisLogScaleChanged
-