|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTransferFile
public class TransferFile
Created by IntelliJ IDEA. User: Administrator Date: 07.12.2004 Time: 14:06:23 To change this template use File | Settings | File Templates.
Constructor Summary | |
---|---|
TransferFile()
Constructs an empty class instance. |
|
TransferFile(java.io.File f)
Constructs a class instance and opens a file |
Method Summary | |
---|---|
ColorTransferPoint[] |
getColorTransferPoints()
Returns color point information. |
OpacityTransferPoint[] |
getOpacityTransferPoints()
Returns opacity point information. |
boolean |
open(java.io.File f)
Opens a file for reading color and opacity 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. |
void |
setOpacityTransferPoints(OpacityTransferPoint[] opacityTransferPoints)
Sets opacity point information |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransferFile()
public TransferFile(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 OpacityTransferPoint[] getOpacityTransferPoints()
public void setColorTransferPoints(ColorTransferPoint[] colorTransferPoints)
colorTransferPoints
- Color point information to be set.public void setOpacityTransferPoints(OpacityTransferPoint[] opacityTransferPoints)
opacityTransferPoints
- Opacity 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 |