Package | Description |
---|---|
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
static PrintTemplate.Format |
PrintTemplate.Format.get(java.lang.String f) |
PrintTemplate.Format |
PrintTemplate.getFormat()
The print output format.
|
static PrintTemplate.Format |
PrintTemplate.Format.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrintTemplate.Format[] |
PrintTemplate.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PrintTemplate.setFormat(PrintTemplate.Format format)
Set the format parameter.
|