Interface Attributable

    • Method Detail

      • setAttributes

        void setAttributes​(ShapeAttributes attributes)
        Set the shape's attributes.
        Parameters:
        attributes - the attributes to assign to the shape.
      • getAttributes

        ShapeAttributes getAttributes()
        Return the shape's current attributes.
        Returns:
        the shape's current attributes.
      • setHighlightAttributes

        void setHighlightAttributes​(ShapeAttributes highlightAttributes)
        Set the shape's highlight attributes.
        Parameters:
        highlightAttributes - the highlight attributes to assign to the shape.
      • getHighlightAttributes

        ShapeAttributes getHighlightAttributes()
        Return the shape's highlight attributes.
        Returns:
        the shape's highlight attributes.