Package | Description |
---|---|
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
OffsetParameters.OffsetType |
OffsetParameters.getOffsetHow()
Get the offset how parameter.
|
static OffsetParameters.OffsetType |
OffsetParameters.OffsetType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OffsetParameters.OffsetType[] |
OffsetParameters.OffsetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OffsetParameters.setOffsetHow(OffsetParameters.OffsetType offsetHow)
Set the offset how parameter.
|