Package | Description |
---|---|
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
TrimExtendParameters.ExtendType |
TrimExtendParameters.getExtendHow()
A flag used along with the trimExtend operation.
|
static TrimExtendParameters.ExtendType |
TrimExtendParameters.ExtendType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrimExtendParameters.ExtendType[] |
TrimExtendParameters.ExtendType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TrimExtendParameters.setExtendHow(TrimExtendParameters.ExtendType extendHow)
Set the extend how parameter.
|