Interface Textwrap

All Superinterfaces:
Serializable
All Known Implementing Classes:
TextwrapImpl

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

    • getMode

      String getMode()
      Gets the mode.
      Returns:
      the mode
    • setMode

      void setMode(String mode)
      Sets the mode.
      Parameters:
      mode - the mode to set
    • getIgnore

      int getIgnore()
      Gets the ignore.
      Returns:
      the ignore
    • setIgnore

      void setIgnore(int ignore)
      Sets the ignore.
      Parameters:
      ignore - the ignore to set
    • getInvert

      int getInvert()
      Gets the invert.
      Returns:
      the invert
    • setInvert

      void setInvert(int invert)
      Sets the invert.
      Parameters:
      invert - the invert to set
    • getLeft

      double getLeft()
      Gets the left.
      Returns:
      the left
    • setLeft

      void setLeft(double left)
      Sets the left.
      Parameters:
      left - the left to set
    • getTop

      double getTop()
      Gets the top.
      Returns:
      the top
    • setTop

      void setTop(double top)
      Sets the top.
      Parameters:
      top - the top to set
    • getRight

      double getRight()
      Gets the right.
      Returns:
      the right
    • setRight

      void setRight(double right)
      Sets the right.
      Parameters:
      right - the right to set
    • getBottom

      double getBottom()
      Gets the bottom.
      Returns:
      the bottom
    • setBottom

      void setBottom(double bottom)
      Sets the bottom.
      Parameters:
      bottom - the bottom to set
    • getSide

      String getSide()
      Gets the side.
      Returns:
      the side
    • setSide

      void setSide(String side)
      Sets the side.
      Parameters:
      side - the side to set
    • getType

      String getType()
      Gets the type.
      Returns:
      the type
    • setType

      void setType(String type)
      Sets the type.
      Parameters:
      type - the type to set
    • getZorderbased

      int getZorderbased()
      Gets the zorderbased.
      Returns:
      the zorderbased
    • setZorderbased

      void setZorderbased(int zorderbased)
      Sets the zorderbased.
      Parameters:
      zorderbased - the zorderbased to set
    • getPathindex

      int getPathindex()
      Gets the pathindex.
      Returns:
      the pathindex
    • setPathindex

      void setPathindex(int pathindex)
      Sets the pathindex.
      Parameters:
      pathindex - the pathindex to set
    • getPathname

      String getPathname()
      Gets the pathname.
      Returns:
      the pathname
    • setPathname

      void setPathname(String pathname)
      Sets the pathname.
      Parameters:
      pathname - the pathname to set
    • getAlphaindex

      int getAlphaindex()
      Gets the alphaindex.
      Returns:
      the alphaindex
    • setAlphaindex

      void setAlphaindex(int alphaindex)
      Sets the alphaindex.
      Parameters:
      alphaindex - the alphaindex to set
    • getAlphaname

      String getAlphaname()
      Gets the alphaname.
      Returns:
      the alphaname
    • setAlphaname

      void setAlphaname(String alphaname)
      Sets the alphaname.
      Parameters:
      alphaname - the alphaname to set
    • getTolerance

      double getTolerance()
      Gets the tolerance.
      Returns:
      the tolerance
    • setTolerance

      void setTolerance(double tolerance)
      Sets the tolerance.
      Parameters:
      tolerance - the tolerance to set
    • getThreshold

      int getThreshold()
      Gets the threshold.
      Returns:
      the threshold
    • setThreshold

      void setThreshold(int threshold)
      Sets the threshold.
      Parameters:
      threshold - the threshold to set
    • getAllowHoles

      int getAllowHoles()
      Gets the allow holes.
      Returns:
      the allowHoles
    • setAllowHoles

      void setAllowHoles(int allowHoles)
      Sets the allow holes.
      Parameters:
      allowHoles - the allowHoles to set