public final class PvDisplayLoader
extends java.lang.Object
Constructor and Description |
---|
PvDisplayLoader() |
Modifier and Type | Method and Description |
---|---|
PvDisplayOption[] |
read(java.io.BufferedReader in)
Read a JVD file with display settings and fill a new options class.
|
static PvDisplayOption[] |
read(java.lang.String fileName)
Read a JVD file with display settings and fill a new options class.
|
void |
setGeometryOption(java.util.BitSet option)
Set the geometry options which indicate which parts of a geometry shall be saved.
|
java.lang.String |
write(PvDisplayOption[] option)
Write the display options in a XML tree structure of instances of type
PsXmlNode and create a XML formatted string. |
public void setGeometryOption(java.util.BitSet option)
public static PvDisplayOption[] read(java.lang.String fileName)
public PvDisplayOption[] read(java.io.BufferedReader in)
public java.lang.String write(PvDisplayOption[] option)
PsXmlNode
and create a XML formatted string."