Package | Description |
---|---|
edu.ucdavis.cstars.client.toolbars |
Modifier and Type | Method and Description |
---|---|
static Draw.GeometryType |
Draw.GeometryType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Draw.GeometryType[] |
Draw.GeometryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Draw.activate(Draw.GeometryType geometryType)
Activates the toolbar for drawing geometries.
|
void |
Draw.activate(Draw.GeometryType geometryType,
Draw.Options options)
Activates the toolbar for drawing geometries.
|