Package | Description |
---|---|
edu.ucdavis.cstars.client.symbol |
Modifier and Type | Method and Description |
---|---|
Font.StyleType |
Font.getStyle()
Text style.
|
static Font.StyleType |
Font.StyleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Font.StyleType[] |
Font.StyleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Font |
Font.create(int size,
Font.StyleType style,
Font.VariantType variant,
Font.WeightType weight,
java.lang.String family)
Creates a new Font object.
|
Font |
Font.setStyle(Font.StyleType style)
Sets the font style.
|