|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WrapMode | |
org.gnu.pango |
Uses of WrapMode in org.gnu.pango |
Fields in org.gnu.pango declared as WrapMode | |
static WrapMode |
WrapMode.WORD
wrap lines at word boundaries. |
static WrapMode |
WrapMode.CHAR
wrap lines at character boundaries. |
Methods in org.gnu.pango that return WrapMode | |
static WrapMode |
WrapMode.intern(int value)
|
WrapMode |
WrapMode.or(WrapMode other)
|
WrapMode |
WrapMode.and(WrapMode other)
|
WrapMode |
WrapMode.xor(WrapMode other)
|
WrapMode |
Layout.getWrapMode()
Get the wrap mode for the layout. |
Methods in org.gnu.pango with parameters of type WrapMode | |
WrapMode |
WrapMode.or(WrapMode other)
|
WrapMode |
WrapMode.and(WrapMode other)
|
WrapMode |
WrapMode.xor(WrapMode other)
|
boolean |
WrapMode.test(WrapMode other)
|
void |
Layout.setWrapStyle(WrapMode wrap)
Sets the wrap style; the wrap style only has an effect if a width is set on the layout with Layout.setWidth(int) To turn off wrapping, set
the width to -1. |
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV NEXT | FRAMES NO FRAMES |