Package com.storedobject.chart
Class Image
java.lang.Object
com.storedobject.chart.AbstractPart
com.storedobject.chart.Shape
com.storedobject.chart.Image
- All Implemented Interfaces:
Component
,ComponentPart
,ComponentProperty
,HasPosition
- Direct Known Subclasses:
ChartImage
Image that can be added to
SOChart
.- Author:
- Syam
-
Nested Class Summary
Nested classes/interfaces inherited from class com.storedobject.chart.Shape
Shape.Point, Shape.Style
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Encode the JSON string with the properties of this.final Number
Get height in pixels.Get current image URL.protected String
getType()
Get the type of this shape.final Number
getWidth()
Get width in pixels.void
Seth height.void
setImageURL
(String imageURL) Set the image URL.void
setStyle
(Shape.Style style) Set style.void
Set width.Methods inherited from class com.storedobject.chart.Shape
encode, encodePoint, encodePoint, encodeShape, getPosition, getStyle, hide, isDraggable, setDraggable, setPosition, setPosition, setPosition, 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, getId, getName, getRenderingIndex, getSerial, setName, setRenderingIndex, setSerial
-
Constructor Details
-
Image
-
-
Method Details
-
getType
-
encodeJSON
Description copied from interface:ComponentProperty
Encode the JSON string with the properties of this.- Specified by:
encodeJSON
in interfaceComponentProperty
- Overrides:
encodeJSON
in classShape
- Parameters:
sb
- Encoded JSON string to be appended to this.
-
setStyle
Description copied from class:Shape
Set style. -
getImageURL
-
setImageURL
Set the image URL.- Parameters:
imageURL
- Image URL to set.
-
getWidth
-
setWidth
-
getHeight
-
setHeight
-