Class SunburstPlotOptions

    • Constructor Detail

      • SunburstPlotOptions

        public SunburstPlotOptions()
    • Method Detail

      • getBreadcrumbs

        public Breadcrumbs getBreadcrumbs()
        Returns the options for the breadcrumbs, the navigation at the top leading the way up through the traversed levels.

        Default: an instance of Breadcrumbs

        Since:
        10.2.1.0
      • setBreadcrumbs

        public void setBreadcrumbs​(Breadcrumbs breadcrumbs)
        Sets the options for the breadcrumbs, the navigation at the top leading the way up through the traversed levels.

        Default: an instance of Breadcrumbs

        Since:
        10.2.1.0
      • isAllowTraversingTree

        public boolean isAllowTraversingTree()
        When enabled the user can click on a point which is a parent and zoom in on its children.

        Default: false

      • setAllowTraversingTree

        public void setAllowTraversingTree​(boolean allowTraversingTree)
        When enabled the user can click on a point which is a parent and zoom in on its children.
      • isLevelIsConstant

        public boolean isLevelIsConstant()
        Used together with the levels and allowTraversingTree options. When set to false the first level visible when drilling is considered to be level one. Otherwise the level will be the same as the tree structure.

        Default: true

      • setLevelIsConstant

        public void setLevelIsConstant​(boolean levelIsConstant)
        Used together with the levels and allowTraversingTree options. When set to false the first level visible when drilling is considered to be level one. Otherwise the level will be the same as the tree structure.
      • getLevels

        public List<Level> getLevels()
        Set options on specific levels. Takes precedence over series options, but not point options.

        Default: null

      • setLevels

        public void setLevels​(List<Level> levels)
        Parameters:
        levels -
        See Also:
        getLevels()
      • setLevels

        public void setLevels​(Level... levels)
        Set options on specific levels. Takes precedence over series options, but not node and link options.
        Since:
        10.2.1.0
      • getLevelSize

        public LevelSize getLevelSize()
        Returns options of determining the width of the ring per level, if any. Otherwise, create a new one.
      • setLevelSize

        public void setLevelSize​(LevelSize levelSize)
        Sets options of determining the width of the ring per level.
      • getRootId

        public String getRootId()
        Returns which point to use as a root in the visualization.

        Default: null

      • setRootId

        public void setRootId​(String rootId)
        Sets which point to use as a root in the visualization.
      • getTraverseUpButton

        public TraverseUpButton getTraverseUpButton()
        Returns options for the button appearing when traversing down in a treemap, if any. Otherwise, create a new one.
      • setTraverseUpButton

        public void setTraverseUpButton​(TraverseUpButton traverseUpButton)
        Sets options for the button appearing when traversing down in a treemap.