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
- Enclosing class:
Toolbox
Zoom tool button. This allows data zooming for
RectangularCoordinate
systems.- Author:
- Syam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Encode 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.void
setResetCaption
(String resetCaption) Set the caption for the "reset zoom" part (will be shown as a tooltip).void
Set the applicableXAxis
list while zooming.void
Set the applicableYAxis
list while zooming.Methods inherited from class com.storedobject.chart.ToolboxButton
encodeJSON, getCaption, setCaption
Methods inherited from class com.storedobject.chart.VisiblePart
hide, show, validate
Methods inherited from class com.storedobject.chart.AbstractPart
equals, getId, getLabelTag, getName, getSerial, getZ, hashCode, hasId, setSerial, setZ
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.storedobject.chart.ComponentPart
className, getRenderingIndex, setName, setRenderingIndex
-
Constructor Details
-
Zoom
public Zoom()Constructor.
-
-
Method Details
-
getTag
-
encodeCaptionJSON
Description copied from class:ToolboxButton
Encode caption part here. The default implementation does what is necessary to handle the return value ofToolboxButton.getCaption()
.- Overrides:
encodeCaptionJSON
in 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
-