Class TextwrapImpl
java.lang.Object
com.priint.pubserver.metadata.xml.element.TextwrapImpl
- All Implemented Interfaces:
Textwrap,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the allow holes.intGets the alphaindex.Gets the alphaname.doubleGets the bottom.intGets the ignore.intGets the invert.doublegetLeft()Gets the left.getMode()Gets the mode.intGets the pathindex.Gets the pathname.doublegetRight()Gets the right.getSide()Gets the side.intGets the threshold.doubleGets the tolerance.doublegetTop()Gets the top.getType()Gets the type.intGets the zorderbased.voidsetAllowHoles(int allowHoles) Sets the allow holes.voidsetAlphaindex(int alphaindex) Sets the alphaindex.voidsetAlphaname(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.voidSets the mode.voidsetPathindex(int pathindex) Sets the pathindex.voidsetPathname(String pathname) Sets the pathname.voidsetRight(double right) Sets the right.voidSets the side.voidsetThreshold(int threshold) Sets the threshold.voidsetTolerance(double tolerance) Sets the tolerance.voidsetTop(double top) Sets the top.voidSets the type.voidsetZorderbased(int zorderbased) Sets the zorderbased.
-
Constructor Details
-
TextwrapImpl
public TextwrapImpl()
-
-
Method Details
-
getMode
Description copied from interface:TextwrapGets the mode. -
setMode
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
Description copied from interface:TextwrapGets the side. -
setSide
Description copied from interface:TextwrapSets the side. -
getType
Description copied from interface:TextwrapGets the type. -
setType
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
Description copied from interface:TextwrapGets the pathname.- Specified by:
getPathnamein interfaceTextwrap- Returns:
- the pathname
-
setPathname
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
Description copied from interface:TextwrapGets the alphaname.- Specified by:
getAlphanamein interfaceTextwrap- Returns:
- the alphaname
-
setAlphaname
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
-