sexi.io
Class Point3fValueIO

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

public class Point3fValueIO
extends FileLineIO


Field Summary
static int FERTILITY_MAP
           
(package private)  java.lang.String h0
           
(package private)  java.lang.String h0b
           
(package private)  java.lang.String h1
           
(package private)  java.lang.String h2
           
(package private)  java.lang.String hFert
           
static int LIGHT_RESULT
           
static int PHOTO_POSITION
           
(package private) static int PHOTO_VER_0
           
(package private) static int PHOTO_VER_1
           
(package private)  int version
           
 
Fields inherited from class sexi.io.FileLineIO
actFile, numFormatter, openTitle, saveTitle
 
Constructor Summary
Point3fValueIO(int type)
           
 
Method Summary
 boolean checkHeader(java.lang.String str)
           
 java.lang.Object getObject(java.lang.String str)
           
 Point3fValue getPoint3fValue0(java.lang.String str)
           
 Point3fValue getPoint3fValue1(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

PHOTO_VER_1

static int PHOTO_VER_1

PHOTO_VER_0

static int PHOTO_VER_0

PHOTO_POSITION

public static int PHOTO_POSITION

LIGHT_RESULT

public static int LIGHT_RESULT

FERTILITY_MAP

public static int FERTILITY_MAP

h0

java.lang.String h0

h0b

java.lang.String h0b

h1

java.lang.String h1

h2

java.lang.String h2

hFert

java.lang.String hFert

version

int version
Constructor Detail

Point3fValueIO

public Point3fValueIO(int type)
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

getPoint3fValue0

public Point3fValue getPoint3fValue0(java.lang.String str)
                              throws java.lang.Exception

getPoint3fValue1

public Point3fValue getPoint3fValue1(java.lang.String str)
                              throws java.lang.Exception

toString

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