Class PackedBubblePlotOptions

    • Constructor Detail

      • PackedBubblePlotOptions

        public PackedBubblePlotOptions()
    • Method Detail

      • isDraggable

        public boolean isDraggable()
        Flag to determine if nodes are draggable or not.

        Default: true

        Since:
        10.2.1.0
      • setDraggable

        public void setDraggable​(boolean draggable)
        Flag to determine if nodes are draggable or not.

        Default: true

        Since:
        10.2.1.0
      • setParentNode

        public void setParentNode​(PackedBubbleParentNode parentNode)
        Sets series options for parent nodes.
        Since:
        10.2.1.0
      • getLayoutAlgorithm

        public PackedBubbleLayoutAlgorithm getLayoutAlgorithm()
        Return options for layout algorithm when simulation is enabled, if any. Otherwise, create a new one.
      • setLayoutAlgorithm

        public void setLayoutAlgorithm​(PackedBubbleLayoutAlgorithm layoutAlgorithm)
        Sets options for layout algorithm when simulation is enabled.
      • isUseSimulation

        public boolean isUseSimulation()
        Returns an option is giving a possibility to choose between using simulation for calculating bubble positions. These reflects in both animation and final position of bubbles. Simulation is also adding options to the series graph based on used layout. In case of big data sets, with any performance issues, it is possible to disable animation and pack bubble in a simple circular way.

        Default: true

      • setUseSimulation

        public void setUseSimulation​(boolean useSimulation)
        Sets an option is giving a possibility to choose between using simulation for calculating bubble positions. These reflects in both animation and final position of bubbles. Simulation is also adding options to the series graph based on used layout. In case of big data sets, with any performance issues, it is possible to disable animation and pack bubble in a simple circular way.