Interface ElementProperties

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    ElementPropertiesImpl

    public interface ElementProperties
    extends java.io.Serializable
    The Interface ElementProperties.
    • Method Detail

      • setBoundingBox

        void setBoundingBox​(BoundingBox boundingBox)
        BoundingBox Sets the bounding box.
        Parameters:
        boundingBox - the boundingBox to set
        See Also:
        BoundingBox
      • getPaths

        java.util.List<Path> getPaths()
        Path Gets the paths list.
        Returns:
        the paths list
        See Also:
        Path
      • setPaths

        void setPaths​(java.util.List<Path> paths)
        Path Sets the paths list.
        Parameters:
        paths - the paths list
        See Also:
        Path
      • getColor

        Color getColor()
        Color Gets the color.
        Returns:
        the color
        See Also:
        Color
      • setColor

        void setColor​(Color color)
        Color Sets the color.
        Parameters:
        color - the color to set
        See Also:
        Color
      • getOpacity

        Opacity getOpacity()
        Opacity Gets the opacity.
        Returns:
        the opacity
        See Also:
        Color
      • setOpacity

        void setOpacity​(Opacity opacity)
        Opacity Sets the opacity.
        Parameters:
        opacity - the opacity to set
        See Also:
        Opacity
      • setStroke

        void setStroke​(Stroke stroke)
        Opacity Sets the stroke.
        Parameters:
        stroke - the stroke to set
        See Also:
        Stroke
      • setTransform

        void setTransform​(Transform transform)
        Transform Sets the transform.
        Parameters:
        transform - the transform to set
        See Also:
        Transform
      • setCorners

        void setCorners​(Corners corners)
        Corners Sets the corners.
        Parameters:
        corners - the corners to set
        See Also:
        Corners
      • setTextwrap

        void setTextwrap​(Textwrap textwrap)
        Textwrap Sets the textwrap.
        Parameters:
        textwrap - the textwrap to set
        See Also:
        Textwrap
      • setFormedit

        void setFormedit​(Formedit formedit)
        Formedit Sets the formedit.
        Parameters:
        formedit - the formedit to set
        See Also:
        Formedit
      • setHyperlink

        void setHyperlink​(Hyperlink hyperlink)
        Hyperlink Sets the hyperlink.
        Parameters:
        hyperlink - the hyperlink to set
        See Also:
        Hyperlink
      • getInline

        Inline getInline()
        Inline Gets the inline.
        Returns:
        the inline
        See Also:
        Inline
      • setInline

        void setInline​(Inline inline)
        Inline Sets the inline.
        Parameters:
        inline - the inline to set
        See Also:
        Inline
      • getUsername

        java.lang.String getUsername()
        Gets the username.
        Returns:
        the username
      • setUsername

        void setUsername​(java.lang.String username)
        Sets the username.
        Parameters:
        username - the username to set
      • getStartBracket

        double getStartBracket()
        Gets the start bracket.
        Returns:
        the startBracket
      • setStartBracket

        void setStartBracket​(double startBracket)
        Sets the start bracket.
        Parameters:
        startBracket - the startBracket to set
      • getEndBracket

        double getEndBracket()
        Gets the end bracket.
        Returns:
        the endBracket
      • setEndBracket

        void setEndBracket​(double endBracket)
        Sets the end bracket.
        Parameters:
        endBracket - the endBracket to set