|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCalibrationIO
Handles all disk operations
Constructor Summary | |
CalibrationIO()
Empty constructor |
Method Summary | |
void |
loadColorTable(java.io.File fileName)
Load a colortable |
AiboImage |
loadImageYUV(java.lang.String fileName)
Loads an image from disk and returns the image object |
boolean |
loadPrefs()
Load preferences file |
void |
saveColorTable(java.io.File fileName,
java.lang.String suffix)
Save colortable to disk |
boolean |
savePrefs()
Save the preferences |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CalibrationIO()
Method Detail |
public AiboImage loadImageYUV(java.lang.String fileName)
public void loadColorTable(java.io.File fileName)
public void saveColorTable(java.io.File fileName, java.lang.String suffix)
public boolean loadPrefs()
public boolean savePrefs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |