Package com.storedobject.chart
Class Toolbox.Zoom
java.lang.Object
com.storedobject.chart.AbstractPart
com.storedobject.chart.VisiblePart
com.storedobject.chart.ToolboxButton
com.storedobject.chart.Toolbox.Zoom
- All Implemented Interfaces:
ComponentPart,ComponentProperty,VisibleProperty
- Enclosing class:
Toolbox
Zoom tool button. This allows data zooming for
RectangularCoordinate systems.- Author:
- Syam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidEncode caption part here.Get the caption for the "reset zoom" part (will be shown as a tooltip).getTag()Get the tag for this tool button.voidsetResetCaption(String resetCaption) Set the caption for the "reset zoom" part (will be shown as a tooltip).voidSet the applicableXAxislist while zooming.voidSet the applicableYAxislist while zooming.Methods inherited from class com.storedobject.chart.ToolboxButton
encodeJSON, getCaption, setCaptionMethods inherited from class com.storedobject.chart.VisiblePart
isVisible, setVisible, validateMethods inherited from class com.storedobject.chart.AbstractPart
equals, getId, getLabelTag, getName, getSerial, getZ, hashCode, hasId, setSerial, setZMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.storedobject.chart.ComponentPart
className, getRenderingIndex, setName, setRenderingIndexMethods inherited from interface com.storedobject.chart.VisibleProperty
hide, show
-
Constructor Details
-
Zoom
public Zoom()Constructor.
-
-
Method Details
-
getTag
-
encodeCaptionJSON
Description copied from class:ToolboxButtonEncode caption part here. The default implementation does what is necessary to handle the return value ofToolboxButton.getCaption().- Overrides:
encodeCaptionJSONin classToolboxButton- Parameters:
sb- Append the encoded stuff to this.
-
getResetCaption
Get the caption for the "reset zoom" part (will be shown as a tooltip).- Returns:
- Caption.
-
setResetCaption
Set the caption for the "reset zoom" part (will be shown as a tooltip).- Parameters:
resetCaption- Caption.
-
setXAxes
-
setYAxes
-