JavaView® v2.12

jv.loader
Class PvDisplayLoader

java.lang.Object
  |
  +--jv.loader.PvDisplayLoader

public class PvDisplayLoader
extends java.lang.Object

Loader for display files given in JavaView's JVD file format.

Class is in development.

Version:
03.11.00, 1.10 revised (kp) Continuing development.
06.10.00, 1.00 created (kp)
Author:
Konrad Polthier

Constructor Summary
PvDisplayLoader()
           
 
Method Summary
static 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.
static 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PvDisplayLoader

public PvDisplayLoader()
Method Detail

read

public static PvDisplayOption[] read(java.lang.String fileName)
Read a JVD file with display settings and fill a new options class.

read

public static PvDisplayOption[] read(java.io.BufferedReader in)
Read a JVD file with display settings and fill a new options class.

write

public static 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.
Returns:
formatted string of xml tree.

JavaView® v2.12

The software JavaView® is copyright protected. All Rights Reserved.