Class NetworkGraphPlotOptions

    • Constructor Detail

      • NetworkGraphPlotOptions

        public NetworkGraphPlotOptions()
    • Method Detail

      • getDraggable

        public boolean getDraggable()
        Returns the flag to determine if nodes are draggable or not.

        Default: true

      • setDraggable

        public void setDraggable​(boolean draggable)
        Sets the flag to determine if nodes are draggable or not.
      • getLayoutAlgorithm

        public NetworkGraphLayoutAlgorithm getLayoutAlgorithm()
        Returns the layoutAlgorithm options, if any. Otherwise, create a new one.
      • setLayoutAlgorithm

        public void setLayoutAlgorithm​(NetworkGraphLayoutAlgorithm layoutAlgorithm)
        Sets the layoutAlgorithm options.
      • getLink

        public NetworkGraphLink getLink()
        Returns the link style options, if any. Otherwise, create a new one.
      • setLink

        public void setLink​(NetworkGraphLink link)
        Sets the link style options.