Package | Description |
---|---|
bibliothek.gui.dock.util.font |
The font-subsystem is used to define the fonts that are used to paint
text.
|
Modifier and Type | Method and Description |
---|---|
GenericFontModifier.Modify |
GenericFontModifier.getBold()
Tells how this modifier modifies the bold aspect of a font.
|
GenericFontModifier.Modify |
GenericFontModifier.getItalic()
Tells how this modifier modifies the italic aspect of a font.
|
static GenericFontModifier.Modify |
GenericFontModifier.Modify.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GenericFontModifier.Modify[] |
GenericFontModifier.Modify.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericFontModifier.setBold(GenericFontModifier.Modify bold)
Sets how to modify the bold aspect of a font.
|
void |
GenericFontModifier.setItalic(GenericFontModifier.Modify italic)
Sets how to modify the italic aspect of a font.
|