Package | Description |
---|---|
edu.ucdavis.cstars.client.symbol |
Modifier and Type | Method and Description |
---|---|
Font.VariantType |
Font.getVariant()
Text variant.
|
static Font.VariantType |
Font.VariantType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Font.VariantType[] |
Font.VariantType.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.setVariant(Font.VariantType variant)
Sets the font variant.
|