Interface Textwrap
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
TextwrapImpl
public interface Textwrap extends java.io.SerializableThe Interface Textwrap.
-
-
Method Summary
All Methods Instance Methods Abstract 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
java.lang.String getMode()
Gets the mode.- Returns:
- the mode
-
setMode
void setMode(java.lang.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
java.lang.String getSide()
Gets the side.- Returns:
- the side
-
setSide
void setSide(java.lang.String side)
Sets the side.- Parameters:
side- the side to set
-
getType
java.lang.String getType()
Gets the type.- Returns:
- the type
-
setType
void setType(java.lang.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
java.lang.String getPathname()
Gets the pathname.- Returns:
- the pathname
-
setPathname
void setPathname(java.lang.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
java.lang.String getAlphaname()
Gets the alphaname.- Returns:
- the alphaname
-
setAlphaname
void setAlphaname(java.lang.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
-
-