Class TextwrapImpl

  • All Implemented Interfaces:
    Textwrap, java.io.Serializable

    public class TextwrapImpl
    extends java.lang.Object
    implements java.io.Serializable, Textwrap
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TextwrapImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getAllowHoles()
      Gets the allow holes.
      int getAlphaindex()
      Gets the alphaindex.
      java.lang.String getAlphaname()
      Gets the alphaname.
      double getBottom()
      Gets the bottom.
      int getIgnore()
      Gets the ignore.
      int getInvert()
      Gets the invert.
      double getLeft()
      Gets the left.
      java.lang.String getMode()
      Gets the mode.
      int getPathindex()
      Gets the pathindex.
      java.lang.String getPathname()
      Gets the pathname.
      double getRight()
      Gets the right.
      java.lang.String getSide()
      Gets the side.
      int getThreshold()
      Gets the threshold.
      double getTolerance()
      Gets the tolerance.
      double getTop()
      Gets the top.
      java.lang.String getType()
      Gets the type.
      int getZorderbased()
      Gets the zorderbased.
      void setAllowHoles​(int allowHoles)
      Sets the allow holes.
      void setAlphaindex​(int alphaindex)
      Sets the alphaindex.
      void setAlphaname​(java.lang.String alphaname)
      Sets the alphaname.
      void setBottom​(double bottom)
      Sets the bottom.
      void setIgnore​(int ignore)
      Sets the ignore.
      void setInvert​(int invert)
      Sets the invert.
      void setLeft​(double left)
      Sets the left.
      void setMode​(java.lang.String mode)
      Sets the mode.
      void setPathindex​(int pathindex)
      Sets the pathindex.
      void setPathname​(java.lang.String pathname)
      Sets the pathname.
      void setRight​(double right)
      Sets the right.
      void setSide​(java.lang.String side)
      Sets the side.
      void setThreshold​(int threshold)
      Sets the threshold.
      void setTolerance​(double tolerance)
      Sets the tolerance.
      void setTop​(double top)
      Sets the top.
      void setType​(java.lang.String type)
      Sets the type.
      void setZorderbased​(int zorderbased)
      Sets the zorderbased.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextwrapImpl

        public TextwrapImpl()
    • Method Detail

      • getMode

        public java.lang.String getMode()
        Description copied from interface: Textwrap
        Gets the mode.
        Specified by:
        getMode in interface Textwrap
        Returns:
        the mode
      • setMode

        public void setMode​(java.lang.String mode)
        Description copied from interface: Textwrap
        Sets the mode.
        Specified by:
        setMode in interface Textwrap
        Parameters:
        mode - the mode to set
      • getIgnore

        public int getIgnore()
        Description copied from interface: Textwrap
        Gets the ignore.
        Specified by:
        getIgnore in interface Textwrap
        Returns:
        the ignore
      • setIgnore

        public void setIgnore​(int ignore)
        Description copied from interface: Textwrap
        Sets the ignore.
        Specified by:
        setIgnore in interface Textwrap
        Parameters:
        ignore - the ignore to set
      • getInvert

        public int getInvert()
        Description copied from interface: Textwrap
        Gets the invert.
        Specified by:
        getInvert in interface Textwrap
        Returns:
        the invert
      • setInvert

        public void setInvert​(int invert)
        Description copied from interface: Textwrap
        Sets the invert.
        Specified by:
        setInvert in interface Textwrap
        Parameters:
        invert - the invert to set
      • getLeft

        public double getLeft()
        Description copied from interface: Textwrap
        Gets the left.
        Specified by:
        getLeft in interface Textwrap
        Returns:
        the left
      • setLeft

        public void setLeft​(double left)
        Description copied from interface: Textwrap
        Sets the left.
        Specified by:
        setLeft in interface Textwrap
        Parameters:
        left - the left to set
      • getTop

        public double getTop()
        Description copied from interface: Textwrap
        Gets the top.
        Specified by:
        getTop in interface Textwrap
        Returns:
        the top
      • setTop

        public void setTop​(double top)
        Description copied from interface: Textwrap
        Sets the top.
        Specified by:
        setTop in interface Textwrap
        Parameters:
        top - the top to set
      • getRight

        public double getRight()
        Description copied from interface: Textwrap
        Gets the right.
        Specified by:
        getRight in interface Textwrap
        Returns:
        the right
      • setRight

        public void setRight​(double right)
        Description copied from interface: Textwrap
        Sets the right.
        Specified by:
        setRight in interface Textwrap
        Parameters:
        right - the right to set
      • getBottom

        public double getBottom()
        Description copied from interface: Textwrap
        Gets the bottom.
        Specified by:
        getBottom in interface Textwrap
        Returns:
        the bottom
      • setBottom

        public void setBottom​(double bottom)
        Description copied from interface: Textwrap
        Sets the bottom.
        Specified by:
        setBottom in interface Textwrap
        Parameters:
        bottom - the bottom to set
      • getSide

        public java.lang.String getSide()
        Description copied from interface: Textwrap
        Gets the side.
        Specified by:
        getSide in interface Textwrap
        Returns:
        the side
      • setSide

        public void setSide​(java.lang.String side)
        Description copied from interface: Textwrap
        Sets the side.
        Specified by:
        setSide in interface Textwrap
        Parameters:
        side - the side to set
      • getType

        public java.lang.String getType()
        Description copied from interface: Textwrap
        Gets the type.
        Specified by:
        getType in interface Textwrap
        Returns:
        the type
      • setType

        public void setType​(java.lang.String type)
        Description copied from interface: Textwrap
        Sets the type.
        Specified by:
        setType in interface Textwrap
        Parameters:
        type - the type to set
      • getZorderbased

        public int getZorderbased()
        Description copied from interface: Textwrap
        Gets the zorderbased.
        Specified by:
        getZorderbased in interface Textwrap
        Returns:
        the zorderbased
      • setZorderbased

        public void setZorderbased​(int zorderbased)
        Description copied from interface: Textwrap
        Sets the zorderbased.
        Specified by:
        setZorderbased in interface Textwrap
        Parameters:
        zorderbased - the zorderbased to set
      • getPathindex

        public int getPathindex()
        Description copied from interface: Textwrap
        Gets the pathindex.
        Specified by:
        getPathindex in interface Textwrap
        Returns:
        the pathindex
      • setPathindex

        public void setPathindex​(int pathindex)
        Description copied from interface: Textwrap
        Sets the pathindex.
        Specified by:
        setPathindex in interface Textwrap
        Parameters:
        pathindex - the pathindex to set
      • getPathname

        public java.lang.String getPathname()
        Description copied from interface: Textwrap
        Gets the pathname.
        Specified by:
        getPathname in interface Textwrap
        Returns:
        the pathname
      • setPathname

        public void setPathname​(java.lang.String pathname)
        Description copied from interface: Textwrap
        Sets the pathname.
        Specified by:
        setPathname in interface Textwrap
        Parameters:
        pathname - the pathname to set
      • getAlphaindex

        public int getAlphaindex()
        Description copied from interface: Textwrap
        Gets the alphaindex.
        Specified by:
        getAlphaindex in interface Textwrap
        Returns:
        the alphaindex
      • setAlphaindex

        public void setAlphaindex​(int alphaindex)
        Description copied from interface: Textwrap
        Sets the alphaindex.
        Specified by:
        setAlphaindex in interface Textwrap
        Parameters:
        alphaindex - the alphaindex to set
      • getAlphaname

        public java.lang.String getAlphaname()
        Description copied from interface: Textwrap
        Gets the alphaname.
        Specified by:
        getAlphaname in interface Textwrap
        Returns:
        the alphaname
      • setAlphaname

        public void setAlphaname​(java.lang.String alphaname)
        Description copied from interface: Textwrap
        Sets the alphaname.
        Specified by:
        setAlphaname in interface Textwrap
        Parameters:
        alphaname - the alphaname to set
      • getTolerance

        public double getTolerance()
        Description copied from interface: Textwrap
        Gets the tolerance.
        Specified by:
        getTolerance in interface Textwrap
        Returns:
        the tolerance
      • setTolerance

        public void setTolerance​(double tolerance)
        Description copied from interface: Textwrap
        Sets the tolerance.
        Specified by:
        setTolerance in interface Textwrap
        Parameters:
        tolerance - the tolerance to set
      • getThreshold

        public int getThreshold()
        Description copied from interface: Textwrap
        Gets the threshold.
        Specified by:
        getThreshold in interface Textwrap
        Returns:
        the threshold
      • setThreshold

        public void setThreshold​(int threshold)
        Description copied from interface: Textwrap
        Sets the threshold.
        Specified by:
        setThreshold in interface Textwrap
        Parameters:
        threshold - the threshold to set
      • getAllowHoles

        public int getAllowHoles()
        Description copied from interface: Textwrap
        Gets the allow holes.
        Specified by:
        getAllowHoles in interface Textwrap
        Returns:
        the allowHoles
      • setAllowHoles

        public void setAllowHoles​(int allowHoles)
        Description copied from interface: Textwrap
        Sets the allow holes.
        Specified by:
        setAllowHoles in interface Textwrap
        Parameters:
        allowHoles - the allowHoles to set