Package org.zkoss.chart
Class OnPoint
- java.lang.Object
-
- org.zkoss.chart.Optionable
-
- org.zkoss.chart.OnPoint
-
- All Implemented Interfaces:
Serializable
,OptionDataListener
,org.zkoss.json.JSONAware
public class OnPoint extends Optionable
Options for the Series on point feature. Onlypie
andsunburst
series are supported at this moment.- Since:
- 10.2.1.0
- Author:
- jumperchen
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.zkoss.chart.Optionable
NOT_NULL_VALUE, options
-
-
Constructor Summary
Constructors Constructor Description OnPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectorOptions
getConnectorOptions()
Options for the connector in the Series on point feature.String
getId()
The id of the point that we connect the series to.Position
getPosition()
Options allowing to set a position and an offset of the series in the Series on point feature.void
setConnectorOptions(ConnectorOptions connectorOptions)
Options for the connector in the Series on point feature.void
setId(String id)
The id of the point that we connect the series to.void
setPosition(Position position)
Options allowing to set a position and an offset of the series in the Series on point feature.-
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, toJSONString, toString
-
-
-
-
Method Detail
-
getConnectorOptions
public ConnectorOptions getConnectorOptions()
Options for the connector in the Series on point feature.Default: an instance of ConnectorOptions.
- See Also:
ConnectorOptions
-
setConnectorOptions
public void setConnectorOptions(ConnectorOptions connectorOptions)
Options for the connector in the Series on point feature.Default: an instance of ConnectorOptions.
- See Also:
ConnectorOptions
-
getId
public String getId()
The id of the point that we connect the series to. Only points with a givenplotX
andplotY
values and map points are valid.Default: null.
-
setId
public void setId(String id)
The id of the point that we connect the series to. Only points with a givenplotX
andplotY
values and map points are valid.Default: null.
-
getPosition
public Position getPosition()
Options allowing to set a position and an offset of the series in the Series on point feature.Default: an instance of Position.
- See Also:
Position
-
-