Package | Description |
---|---|
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
static PrintTemplate.Layout |
PrintTemplate.Layout.get(java.lang.String l) |
PrintTemplate.Layout |
PrintTemplate.getLayout()
The layout used for the print output.
|
static PrintTemplate.Layout |
PrintTemplate.Layout.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrintTemplate.Layout[] |
PrintTemplate.Layout.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.setLayout(PrintTemplate.Layout layout)
Set the layout parameter.
|