Package com.storedobject.chart
Class Toolbox.Download
java.lang.Object
com.storedobject.chart.AbstractPart
com.storedobject.chart.VisiblePart
com.storedobject.chart.ToolboxButton
com.storedobject.chart.Toolbox.Download
- All Implemented Interfaces:
ComponentPart
,ComponentProperty
- Enclosing class:
Toolbox
Download tool button. Clicking this will download the displayed charts as an image.
- Author:
- Syam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Encode the JSON string with the properties of this.int
Get image resolution.getTag()
Get the tag for this tool button.void
setResolution
(int resolution) Set image resolution.Methods inherited from class com.storedobject.chart.ToolboxButton
encodeCaptionJSON, 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
-
Download
public Download()Constructor.
-
-
Method Details
-
getTag
-
getResolution
public int getResolution()Get image resolution.- Returns:
- Resolution
-
setResolution
public void setResolution(int resolution) Set image resolution. Resolution is a number greater than zero. Higher the number, higher the resolution.- Parameters:
resolution
- Image resolution.
-
encodeJSON
Description copied from interface:ComponentProperty
Encode the JSON string with the properties of this.- Specified by:
encodeJSON
in interfaceComponentProperty
- Overrides:
encodeJSON
in classToolboxButton
- Parameters:
sb
- Encoded JSON string to be appended to this.
-