Package | Description |
---|---|
edu.ucdavis.cstars.client.symbol |
Modifier and Type | Method and Description |
---|---|
TextSymbol.AlignType |
TextSymbol.getAlign()
The text alignment in relation to the point.
|
static TextSymbol.AlignType |
TextSymbol.AlignType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextSymbol.AlignType[] |
TextSymbol.AlignType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TextSymbol |
TextSymbol.setAlign(TextSymbol.AlignType align)
Sets the alignment of the text.
|