Package | Description |
---|---|
edu.ucdavis.cstars.client.symbol |
Modifier and Type | Method and Description |
---|---|
static Font |
Font.create()
Creates a new Font object.
|
static Font |
Font.create(int size,
Font.StyleType style,
Font.VariantType variant,
Font.WeightType weight,
java.lang.String family)
Creates a new Font object.
|
static Font |
Font.create(com.google.gwt.core.client.JavaScriptObject json)
Creates a new Font object using a JSON object.
|
Font |
TextSymbol.getFont()
Font for displaying text.
|
Font |
Font.setStyle(Font.StyleType style)
Sets the font style.
|
Font |
Font.setVariant(Font.VariantType variant)
Sets the font variant.
|
Font |
Font.setWeight(Font.WeightType weight)
Sets the font weight.
|
Modifier and Type | Method and Description |
---|---|
static TextSymbol |
TextSymbol.create(java.lang.String text,
Font font,
Color color)
Creates a new TextSymbol object.
|
TextSymbol |
TextSymbol.setFont(Font font)
Sets the text font.
|