public class SunburstPlotOptions extends PiePlotOptions
All the options in this class support DynamicalAttribute
.
NOT_NULL_VALUE, options
Constructor and Description |
---|
SunburstPlotOptions() |
Modifier and Type | Method and Description |
---|---|
List<Level> |
getLevels()
Set options on specific levels.
|
LevelSize |
getLevelSize()
Returns options of determining the width of the ring per level, if any.
|
String |
getRootId()
Returns which point to use as a root in the visualization.
|
TraverseUpButton |
getTraverseUpButton()
Returns options for the button appearing when traversing down in a treemap, if any.
|
boolean |
isAllowTraversingTree()
When enabled the user can click on a point which is a parent and zoom in
on its children.
|
boolean |
isLevelIsConstant()
Used together with the levels and allowTraversingTree options.
|
void |
setAllowTraversingTree(boolean allowTraversingTree)
When enabled the user can click on a point which is a parent and zoom in
on its children.
|
void |
setLevelIsConstant(boolean levelIsConstant)
Used together with the levels and allowTraversingTree options.
|
void |
setLevels(List<Level> levels) |
void |
setLevelSize(LevelSize levelSize)
Sets options of determining the width of the ring per level.
|
void |
setRootId(String rootId)
Sets which point to use as a root in the visualization.
|
void |
setTraverseUpButton(TraverseUpButton traverseUpButton)
Sets options for the button appearing when traversing down in a treemap.
|
getBorderColor, getBorderWidth, getCenter, getColors, getDataLabels, getDepth, getEndAngle, getFillColor, getInnerSize, getMinSize, getSize, getSlicedOffset, getStartAngle, isIgnoreHiddenPoint, isShowInLegend, isStickyTracking, setBorderColor, setBorderColor, setBorderColor, setBorderColor, setBorderWidth, setCenter, setCenter, setColors, setColors, setDepth, setEndAngle, setFillColor, setFillColor, setFillColor, setFillColor, setIgnoreHiddenPoint, setInnerSize, setInnerSize, setMinSize, setShowInLegend, setSize, setSize, setSlicedOffset, setStartAngle, setStickyTracking
getAnimation, getColor, getColorAxis, getColorKey, getCropThreshold, getCursor, getDashStyle, getDescription, getDragDrop, getFindNearestPointBy, getGroupPadding, getId, getLabel, getLinecap, getLineWidth, getLinkedTo, getMarker, getNeckHeight, getNeckWidth, getNegativeColor, getOpacity, getPointInterval, getPointIntervalUnit, getPointPlacement, getPointStart, getStacking, getStates, getStep, getThreshold, getTooltip, getTurboThreshold, getZoneAxis, getZones, isAllowPointSelect, isAnimation, isClip, isColorByPoint, isConnectEnds, isConnectNulls, isEnableMouseTracking, isGetExtremesFromAll, isIncludeInDataExport, isSelected, isShadow, isShowCheckbox, isSkipKeyboardNavigation, isSoftThreshold, isStacking, isVisible, setAllowPointSelect, setAnimation, setAnimation, setClip, setColor, setColor, setColor, setColor, setColorAxis, setColorAxis, setColorAxis, setColorByPoint, setColorKey, setConnectEnds, setConnectNulls, setCropThreshold, setCursor, setDashStyle, setDataLabels, setDescription, setDragDrop, setEnableMouseTracking, setFindNearestPointBy, setGetExtremesFromAll, setGroupPadding, setId, setIncludeInDataExport, setLabel, setLinecap, setLineWidth, setLinkedTo, setMarker, setNeckHeight, setNeckWidth, setNegativeColor, setNegativeColor, setNegativeColor, setNegativeColor, setOpacity, setPointInterval, setPointIntervalUnit, setPointPlacement, setPointPlacement, setPointStart, setSelected, setShadow, setShowCheckbox, setSkipKeyboardNavigation, setSoftThreshold, setStacking, setStacking, setStates, setStep, setThreshold, setTooltip, setTurboThreshold, setVisible, setZoneAxis, setZones
addExtraAttr, addOptionDataListener, clearOptonDataListener, clone, containsKey, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getAttr, getAttr, getClientState, getExtraAttr, merge, onChange, removeExtraAttr, removeKey, removeOptionDataListener, setAttr, setAttr, setAttr, toJSONString, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
onChange
public boolean isAllowTraversingTree()
Default: false
public void setAllowTraversingTree(boolean allowTraversingTree)
public boolean isLevelIsConstant()
Default: true
public void setLevelIsConstant(boolean levelIsConstant)
public List<Level> getLevels()
Default: null
public void setLevels(List<Level> levels)
levels
- getLevels()
public LevelSize getLevelSize()
public void setLevelSize(LevelSize levelSize)
public String getRootId()
Default: null
public void setRootId(String rootId)
public TraverseUpButton getTraverseUpButton()
public void setTraverseUpButton(TraverseUpButton traverseUpButton)
Copyright © 2005-2020 Potix Corporation. All Rights Reserved.