Package | Description |
---|---|
edu.ucdavis.cstars.client.control |
Modifier and Type | Method and Description |
---|---|
Position |
Control.getPosition()
Get the anchor position for the control
|
static Position |
Position.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Position[] |
Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Control.setPosition(int top,
int left,
Position pos)
Set the controls location and anchor point
|
void |
Control.setPosition(Position pos)
Anchor point from which top/left are calculated
|