Interface MutableTreeMapNode<N extends MutableTreeMapNode<N,​Column,​Color,​Font>,​Column,​Color,​Font>

    • Method Detail

      • setSize

        void setSize​(double size)
        Sets the size of the item.
        Parameters:
        size - the size of the item.
      • setColor

        void setColor​(com.macrofocus.igraphics.CPColor<Color> c)
        Sets the color of the item in the map.
        Parameters:
        c - the color of the item in the map.
      • setShape

        void setShape​(java.awt.Shape shape)
        Sets the shape of the item in the map.
        Parameters:
        shape - the shape of the item in the map.
      • setNestedShape

        void setNestedShape​(java.awt.Shape shape)
        Sets the shape after nesting of the item in the map.
        Parameters:
        shape - the shape of the item in the map.