|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Style | |
org.gnu.gtk | |
org.gnu.pango |
Uses of Style in org.gnu.gtk |
Methods in org.gnu.gtk with parameters of type Style | |
void |
TextTag.setStyle(Style style)
|
Uses of Style in org.gnu.pango |
Fields in org.gnu.pango declared as Style | |
static Style |
Style.NORMAL
the font is upright. |
static Style |
Style.OBLIQUE
the font is slanted, but in a roman style. |
static Style |
Style.ITALIC
the font is slanted in an italic style. |
Methods in org.gnu.pango that return Style | |
Style |
FontDescription.getStyle()
Gets the style field of a PangoFontDescription. |
static Style |
Style.intern(int value)
|
Style |
Style.or(Style other)
|
Style |
Style.and(Style other)
|
Style |
Style.xor(Style other)
|
Methods in org.gnu.pango with parameters of type Style | |
void |
FontDescription.setStyle(Style style)
Sets the style field of a PangoFontDescription. |
Style |
Style.or(Style other)
|
Style |
Style.and(Style other)
|
Style |
Style.xor(Style other)
|
boolean |
Style.test(Style other)
|
|
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 |