Interface ElementProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
ElementPropertiesImpl

public interface ElementProperties extends Serializable
The Interface ElementProperties.
  • Method Details

    • getBoundingBox

      BoundingBox getBoundingBox()
      BoundingBox Gets the bounding box.
      Returns:
      the boundingBox
      See Also:
    • setBoundingBox

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

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

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

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

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

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

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

      Stroke getStroke()
      Opacity Gets the stroke.
      Returns:
      the stroke
      See Also:
    • setStroke

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

      Transform getTransform()
      Transform Gets the transform.
      Returns:
      the transform
      See Also:
    • setTransform

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

      Corners getCorners()
      Corners Gets the corners.
      Returns:
      the corners
      See Also:
    • setCorners

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

      Textwrap getTextwrap()
      Textwrap Gets the textwrap.
      Returns:
      the textwrap
      See Also:
    • setTextwrap

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

      Formedit getFormedit()
      Formedit Gets the formedit.
      Returns:
      the formedit
      See Also:
    • setFormedit

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

      Hyperlink getHyperlink()
      Hyperlink Gets the hyperlink.
      Returns:
      the hyperlink
      See Also:
    • setHyperlink

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

      ElementTags getTags()
      ElementTags Gets the tags.
      Returns:
      the tags
      See Also:
    • setTags

      void setTags(ElementTags tags)
      ElementTags Sets the tags.
      Parameters:
      tags - the tags to set
      See Also:
    • getInline

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

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

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

      void setUsername(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