public final class GraphicsPolicy extends Object
| Constructor and Description |
|---|
GraphicsPolicy() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOutputFilePrefix()
Gets the output file prefix.
|
boolean |
isToFileDevice()
Checks whether the graphics output goes to a file or not.
|
void |
setOutputFilePrefix(String prefix)
Sets the output file prefix.
|
void |
setToFileDevice(boolean toFileDevice)
Sets whether the graphics output goes to a file or not.
|
public boolean isToFileDevice()
public void setToFileDevice(boolean toFileDevice)
toFileDevice - Whether the graphics output should go to a file.public String getOutputFilePrefix()
public void setOutputFilePrefix(String prefix)
prefix - Output file prefix.Copyright © 2016. All rights reserved.