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