|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTransferPoint
ColorTransferPoint
public class ColorTransferPoint
Created by IntelliJ IDEA. User: Administrator Date: 05.12.2004 Time: 13:38:27 To change this template use File | Settings | File Templates.
Constructor Summary | |
---|---|
ColorTransferPoint(java.awt.Color color,
short position,
boolean fixed)
Constructs a color point information. |
Method Summary | |
---|---|
java.awt.Color |
getColor()
Returns the color of the point. |
void |
setColor(java.awt.Color color)
Sets the color of the point. |
Methods inherited from class TransferPoint |
---|
getPosition, isFixed, setPosition |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorTransferPoint(java.awt.Color color, short position, boolean fixed)
color
- Color associated with point.position
- Initial position of the point.fixed
- Flag indicating if the point is movable.Method Detail |
---|
public void setColor(java.awt.Color color)
color
- New color.public java.awt.Color getColor()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |