Package org.zkoss.chart.plotOptions
Class DependencyWheelPlotOptions
- java.lang.Object
-
- org.zkoss.chart.Optionable
-
- org.zkoss.chart.plotOptions.SeriesPlotOptions
-
- org.zkoss.chart.plotOptions.SankeyPlotOptions
-
- org.zkoss.chart.plotOptions.DependencyWheelPlotOptions
-
- All Implemented Interfaces:
Serializable
,OptionDataListener
,org.zkoss.json.JSONAware
public class DependencyWheelPlotOptions extends SankeyPlotOptions
An option for dependency wheel plot- Since:
- 7.2.1.0
- Author:
- rudyhuang
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.zkoss.chart.Optionable
NOT_NULL_VALUE, options
-
-
Constructor Summary
Constructors Constructor Description DependencyWheelPlotOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Number
getBorderWidth()
Returns the width of the border surrounding each column or bar.Object
getSize()
Returns the size of the wheel in pixel or percent relative to the canvas space.Number
getStartAngle()
Returns the start angle of the dependency wheel in degrees where 0 is top and 90 right.void
setBorderWidth(Number borderWidth)
Sets the width of the border surrounding each column or bar.void
setSize(Number size)
Sets the size of the wheel in pixel or percent relative to the canvas space.void
setSize(String size)
Sets the size of the wheel in pixel or percent relative to the canvas space.void
setStartAngle(Number startAngle)
Sets the start angle of the dependency wheel in degrees where 0 is top and 90 right.-
Methods inherited from class org.zkoss.chart.plotOptions.SankeyPlotOptions
getBorderColor, getColors, getCurveFactor, getDataLabels, getLevels, getLinkColorMode, getLinkOpacity, getMinLinkWidth, getNodeAlignment, getNodeDistance, getNodePadding, getNodeWidth, isCenterInCategory, newDataLabels, setBorderColor, setBorderColor, setCenterInCategory, setColors, setColors, setColors, setCurveFactor, setLevels, setLevels, setLinkColorMode, setLinkOpacity, setMinLinkWidth, setNodeAlignment, setNodeDistance, setNodePadding, setNodeWidth, setNodeWidth
-
Methods inherited from class org.zkoss.chart.plotOptions.SeriesPlotOptions
addDataLabels, getAccessibility, getAnimation, getAnimationLimit, getBoostBlending, getBoostThreshold, getBorderRadius, getClassName, getColor, getColorAxis, getColorIndex, getColorKey, getConnectorWidth, getCropThreshold, getCursor, getCustom, getDashStyle, getDataLabelsList, getDataSorting, getDepth, getDescription, getDragDrop, getFindNearestPointBy, getGroupPadding, getId, getIndex, getKeys, getLabel, getLegendSymbol, getLinecap, getLineWidth, getLinkedTo, getMarker, getName, getNeckHeight, getNeckWidth, getNegativeColor, getOnPoint, getOpacity, getPointDescriptionFormatter, getPointInterval, getPointIntervalUnit, getPointPlacement, getPointStart, getStacking, getStates, getStep, getThreshold, getTooltip, getTurboThreshold, getZoneAxis, getZones, isAllowPointSelect, isAnimation, isClip, isColorByPoint, isConnectEnds, isConnectNulls, isCrisp, isDataAsColumns, isEnableMouseTracking, isGetExtremesFromAll, isIncludeInDataExport, isRelativeXValue, isSelected, isShadow, isShowCheckbox, isShowInLegend, isSkipKeyboardNavigation, isSoftThreshold, isStacking, isStickyTracking, isVisible, setAccessibility, setAllowPointSelect, setAnimation, setAnimation, setAnimationLimit, setBoostBlending, setBoostThreshold, setBorderRadius, setBorderRadius, setCenter, setCenter, setClassName, setClip, setColor, setColor, setColor, setColor, setColorAxis, setColorAxis, setColorAxis, setColorByPoint, setColorIndex, setColorKey, setConnectEnds, setConnectNulls, setConnectorWidth, setCrisp, setCropThreshold, setCursor, setCustom, setDashStyle, setDataAsColumns, setDataLabels, setDataLabels, setDataSorting, setDepth, setDescription, setDragDrop, setEnableMouseTracking, setFindNearestPointBy, setGetExtremesFromAll, setGroupPadding, setId, setIncludeInDataExport, setIndex, setKeys, setLabel, setLegendSymbol, setLinecap, setLineWidth, setLinkedTo, setMarker, setName, setNeckHeight, setNeckWidth, setNegativeColor, setNegativeColor, setNegativeColor, setNegativeColor, setOnPoint, setOpacity, setPointDescriptionFormatter, setPointInterval, setPointIntervalUnit, setPointPlacement, setPointPlacement, setPointStart, setRelativeXValue, setSelected, setShadow, setShowCheckbox, setShowInLegend, setSkipKeyboardNavigation, setSoftThreshold, setStacking, setStacking, setStates, setStep, setStickyTracking, setThreshold, setTooltip, setTurboThreshold, setVisible, setWidth, setZoneAxis, setZones, setZones
-
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
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.zkoss.chart.OptionDataListener
onChange
-
-
-
-
Method Detail
-
getBorderWidth
public Number getBorderWidth()
Returns the width of the border surrounding each column or bar.Default:
0
when the columns are so dense that a border would cover the next column.- Overrides:
getBorderWidth
in classSeriesPlotOptions
- Since:
- 10.2.1.0
-
setBorderWidth
public void setBorderWidth(Number borderWidth)
Sets the width of the border surrounding each column or bar.- Overrides:
setBorderWidth
in classSeriesPlotOptions
- Since:
- 10.2.1.0
-
getSize
public Object getSize()
Returns the size of the wheel in pixel or percent relative to the canvas space.Defaults to
"100%"
.- Since:
- 10.2.1.0
-
setSize
public void setSize(String size)
Sets the size of the wheel in pixel or percent relative to the canvas space.Defaults to
"100%"
.- Since:
- 10.2.1.0
-
setSize
public void setSize(Number size)
Sets the size of the wheel in pixel or percent relative to the canvas space.Defaults to
"100%"
.- Since:
- 10.2.1.0
-
getStartAngle
public Number getStartAngle()
Returns the start angle of the dependency wheel in degrees where 0 is top and 90 right.Default: 0
- Since:
- 10.2.1.0
-
setStartAngle
public void setStartAngle(Number startAngle)
Sets the start angle of the dependency wheel in degrees where 0 is top and 90 right.- Since:
- 10.2.1.0
-
-