sexi.io
Class Point3fLabelIO

java.lang.Object
  |
  +--sexi.io.FileLineIO
        |
        +--sexi.io.Point3fLabelIO

public class Point3fLabelIO
extends FileLineIO


Field Summary
(package private)  java.lang.String h1
           
(package private) static int LIGHT_RESULT_1
           
(package private)  int version
           
 
Fields inherited from class sexi.io.FileLineIO
actFile, numFormatter, openTitle, saveTitle
 
Constructor Summary
Point3fLabelIO()
           
 
Method Summary
 boolean checkHeader(java.lang.String str)
           
 java.lang.Object getObject(java.lang.String str)
           
 Point3fLabel getPoint3fLabel1(java.lang.String str)
           
 void setType(int typeConst)
           
 java.lang.String toString(java.lang.Object o)
           
 
Methods inherited from class sexi.io.FileLineIO
finalize, getDoubleValue, getFile, getFloatValue, getIntValue, getObject, getObjectByFileChooser, getObjectByFileChooser, getObjectByFileChooser, getObjectByFileChooser, setExtensionFileFilter, setFileHeader, setNumberFormat, setOpenFileTitle, setSaveFileTitle, writeObjectByFileChooser, writeObjectByFileChooser, writeObjectByFileChooser, writeObjectByFileChooser, writeObjectToFile
 
Methods inherited from class java.lang.Object
, clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIGHT_RESULT_1

static int LIGHT_RESULT_1

h1

java.lang.String h1

version

int version
Constructor Detail

Point3fLabelIO

public Point3fLabelIO()
Method Detail

setType

public void setType(int typeConst)

checkHeader

public boolean checkHeader(java.lang.String str)
Overrides:
checkHeader in class FileLineIO

getObject

public java.lang.Object getObject(java.lang.String str)
Overrides:
getObject in class FileLineIO

getPoint3fLabel1

public Point3fLabel getPoint3fLabel1(java.lang.String str)
                              throws java.lang.Exception

toString

public java.lang.String toString(java.lang.Object o)
Overrides:
toString in class FileLineIO