Interface Textwrap
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TextwrapImpl
The Interface Textwrap.
-
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.
-
Method Details
-
getMode
String getMode()Gets the mode.- Returns:
- the mode
-
setMode
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
Sets the side.- Parameters:
side- the side to set
-
getType
String getType()Gets the type.- Returns:
- the type
-
setType
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
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
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
-