Package org.zkoss.chart
Class Point.ArrayPoint<T>
- java.lang.Object
-
- org.zkoss.chart.Optionable
-
- org.zkoss.chart.Point
-
- org.zkoss.chart.Point.ArrayPoint<T>
-
- All Implemented Interfaces:
Serializable
,OptionDataListener
,org.zkoss.json.JSONAware
- Enclosing class:
- Point
public static class Point.ArrayPoint<T> extends Point
Represents an array like point without any key.- Since:
- 10.2.1.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.zkoss.chart.Point
Point.ArrayPoint<T>
-
-
Field Summary
-
Fields inherited from class org.zkoss.chart.Optionable
NOT_NULL_VALUE, options
-
-
Constructor Summary
Constructors Constructor Description ArrayPoint(Number... data)
ArrayPoint(List<T> data)
ArrayPoint(T... data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toJSONString()
Encodes this object to a JSON string.-
Methods inherited from class org.zkoss.chart.Point
addDataLabels, getAccessibility, getColor, getColorIndex, getColorValue, getDashStyle, getDataLabels, getDataLabelsList, getDescription, getDial, getDirection, getDragDrop, getDrilldown, getFrom, getHigh, getId, getInnerRadius, getLabel, getLabelrank, getLegendIndex, getLength, getLow, getMarker, getMedian, getName, getParent, getPartialFill, getPointWidth, getQ1, getQ3, getRadius, getSets, getTarget, getTargetOptions, getTo, getValue, getWeight, getWidth, getX, getX2, getY, getZ, isIntermediateSum, isOutgoing, isSelected, isSliced, isSum, isVisible, of, ofLow, ofLowHigh, ofMap, ofXYZ, remove, select, select, setAccessibility, setColor, setColor, setColor, setColor, setColorIndex, setColorValue, setDashStyle, setDataLabels, setDataLabels, setDescription, setDial, setDirection, setDragDrop, setDrilldown, setDrilldown, setFrom, setHigh, setId, setInnerRadius, setInnerRadius, setIntermediateSum, setLabel, setLabelrank, setLegendIndex, setLength, setLow, setMarker, setMedian, setName, setOutgoing, setParent, setPartialFill, setPartialFill, setPointWidth, setQ1, setQ3, setRadius, setRadius, setSelected, setSelectedDirectly, setSets, setSets, setSliced, setSlicedDirectly, setSum, setTarget, setTargetOptions, setTo, setValue, setVisible, setWeight, setWidth, setX, setX2, setY, setZ, slice, slice, update, update, update, update, update, update
-
Methods inherited from class org.zkoss.chart.Optionable
addExtraAttr, addOptionDataListener, clearOptonDataListener, clone, containsKey, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getAttr, getAttr, getClientState, getExtraAttr, merge, onChange, removeExtraAttr, removeKey, removeOptionDataListener, setAttr, setAttr, setAttr, setAttr, toString
-
-
-
-
Method Detail
-
toJSONString
public String toJSONString()
Description copied from class:Point
Encodes this object to a JSON string. It is the same asOptionable.toString()
.- Specified by:
toJSONString
in interfaceorg.zkoss.json.JSONAware
- Overrides:
toJSONString
in classPoint
-
-