|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectColorTransferFile
public class ColorTransferFile
Created by IntelliJ IDEA. User: Administrator Date: 17.01.2005 Time: 12:57:52 To change this template use File | Settings | File Templates.
Constructor Summary | |
---|---|
ColorTransferFile()
Constructs an empty class instance. |
|
ColorTransferFile(java.io.File f)
Constructs a class instance and opens a file |
Method Summary | |
---|---|
ColorTransferPoint[] |
getColorTransferPoints()
Returns color point information. |
boolean |
open(java.io.File f)
Opens a file for reading color point informaion. |
boolean |
save(java.io.File f)
Saves color and opacity point information into a file. |
void |
setColorTransferPoints(ColorTransferPoint[] colorTransferPoints)
Sets color point information. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorTransferFile()
public ColorTransferFile(java.io.File f)
f
- File to be opened.Method Detail |
---|
public boolean open(java.io.File f)
f
- File to be read from.
public ColorTransferPoint[] getColorTransferPoints()
public void setColorTransferPoints(ColorTransferPoint[] colorTransferPoints)
colorTransferPoints
- Color point information to be set.public boolean save(java.io.File f)
f
- File to be written to.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |