Class TextwrapImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.element.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 intgetAllowHoles()Gets the allow holes.intgetAlphaindex()Gets the alphaindex.java.lang.StringgetAlphaname()Gets the alphaname.doublegetBottom()Gets the bottom.intgetIgnore()Gets the ignore.intgetInvert()Gets the invert.doublegetLeft()Gets the left.java.lang.StringgetMode()Gets the mode.intgetPathindex()Gets the pathindex.java.lang.StringgetPathname()Gets the pathname.doublegetRight()Gets the right.java.lang.StringgetSide()Gets the side.intgetThreshold()Gets the threshold.doublegetTolerance()Gets the tolerance.doublegetTop()Gets the top.java.lang.StringgetType()Gets the type.intgetZorderbased()Gets the zorderbased.voidsetAllowHoles(int allowHoles)Sets the allow holes.voidsetAlphaindex(int alphaindex)Sets the alphaindex.voidsetAlphaname(java.lang.String alphaname)Sets the alphaname.voidsetBottom(double bottom)Sets the bottom.voidsetIgnore(int ignore)Sets the ignore.voidsetInvert(int invert)Sets the invert.voidsetLeft(double left)Sets the left.voidsetMode(java.lang.String mode)Sets the mode.voidsetPathindex(int pathindex)Sets the pathindex.voidsetPathname(java.lang.String pathname)Sets the pathname.voidsetRight(double right)Sets the right.voidsetSide(java.lang.String side)Sets the side.voidsetThreshold(int threshold)Sets the threshold.voidsetTolerance(double tolerance)Sets the tolerance.voidsetTop(double top)Sets the top.voidsetType(java.lang.String type)Sets the type.voidsetZorderbased(int zorderbased)Sets the zorderbased.
-
-
-
Method Detail
-
getMode
public java.lang.String getMode()
Description copied from interface:TextwrapGets the mode.
-
setMode
public void setMode(java.lang.String mode)
Description copied from interface:TextwrapSets the mode.
-
getIgnore
public int getIgnore()
Description copied from interface:TextwrapGets the ignore.
-
setIgnore
public void setIgnore(int ignore)
Description copied from interface:TextwrapSets the ignore.
-
getInvert
public int getInvert()
Description copied from interface:TextwrapGets the invert.
-
setInvert
public void setInvert(int invert)
Description copied from interface:TextwrapSets the invert.
-
getLeft
public double getLeft()
Description copied from interface:TextwrapGets the left.
-
setLeft
public void setLeft(double left)
Description copied from interface:TextwrapSets the left.
-
getTop
public double getTop()
Description copied from interface:TextwrapGets the top.
-
setTop
public void setTop(double top)
Description copied from interface:TextwrapSets the top.
-
getRight
public double getRight()
Description copied from interface:TextwrapGets the right.
-
setRight
public void setRight(double right)
Description copied from interface:TextwrapSets the right.
-
getBottom
public double getBottom()
Description copied from interface:TextwrapGets the bottom.
-
setBottom
public void setBottom(double bottom)
Description copied from interface:TextwrapSets the bottom.
-
getSide
public java.lang.String getSide()
Description copied from interface:TextwrapGets the side.
-
setSide
public void setSide(java.lang.String side)
Description copied from interface:TextwrapSets the side.
-
getType
public java.lang.String getType()
Description copied from interface:TextwrapGets the type.
-
setType
public void setType(java.lang.String type)
Description copied from interface:TextwrapSets the type.
-
getZorderbased
public int getZorderbased()
Description copied from interface:TextwrapGets the zorderbased.- Specified by:
getZorderbasedin interfaceTextwrap- Returns:
- the zorderbased
-
setZorderbased
public void setZorderbased(int zorderbased)
Description copied from interface:TextwrapSets the zorderbased.- Specified by:
setZorderbasedin interfaceTextwrap- Parameters:
zorderbased- the zorderbased to set
-
getPathindex
public int getPathindex()
Description copied from interface:TextwrapGets the pathindex.- Specified by:
getPathindexin interfaceTextwrap- Returns:
- the pathindex
-
setPathindex
public void setPathindex(int pathindex)
Description copied from interface:TextwrapSets the pathindex.- Specified by:
setPathindexin interfaceTextwrap- Parameters:
pathindex- the pathindex to set
-
getPathname
public java.lang.String getPathname()
Description copied from interface:TextwrapGets the pathname.- Specified by:
getPathnamein interfaceTextwrap- Returns:
- the pathname
-
setPathname
public void setPathname(java.lang.String pathname)
Description copied from interface:TextwrapSets the pathname.- Specified by:
setPathnamein interfaceTextwrap- Parameters:
pathname- the pathname to set
-
getAlphaindex
public int getAlphaindex()
Description copied from interface:TextwrapGets the alphaindex.- Specified by:
getAlphaindexin interfaceTextwrap- Returns:
- the alphaindex
-
setAlphaindex
public void setAlphaindex(int alphaindex)
Description copied from interface:TextwrapSets the alphaindex.- Specified by:
setAlphaindexin interfaceTextwrap- Parameters:
alphaindex- the alphaindex to set
-
getAlphaname
public java.lang.String getAlphaname()
Description copied from interface:TextwrapGets the alphaname.- Specified by:
getAlphanamein interfaceTextwrap- Returns:
- the alphaname
-
setAlphaname
public void setAlphaname(java.lang.String alphaname)
Description copied from interface:TextwrapSets the alphaname.- Specified by:
setAlphanamein interfaceTextwrap- Parameters:
alphaname- the alphaname to set
-
getTolerance
public double getTolerance()
Description copied from interface:TextwrapGets the tolerance.- Specified by:
getTolerancein interfaceTextwrap- Returns:
- the tolerance
-
setTolerance
public void setTolerance(double tolerance)
Description copied from interface:TextwrapSets the tolerance.- Specified by:
setTolerancein interfaceTextwrap- Parameters:
tolerance- the tolerance to set
-
getThreshold
public int getThreshold()
Description copied from interface:TextwrapGets the threshold.- Specified by:
getThresholdin interfaceTextwrap- Returns:
- the threshold
-
setThreshold
public void setThreshold(int threshold)
Description copied from interface:TextwrapSets the threshold.- Specified by:
setThresholdin interfaceTextwrap- Parameters:
threshold- the threshold to set
-
getAllowHoles
public int getAllowHoles()
Description copied from interface:TextwrapGets the allow holes.- Specified by:
getAllowHolesin interfaceTextwrap- Returns:
- the allowHoles
-
setAllowHoles
public void setAllowHoles(int allowHoles)
Description copied from interface:TextwrapSets the allow holes.- Specified by:
setAllowHolesin interfaceTextwrap- Parameters:
allowHoles- the allowHoles to set
-
-