|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.io.formats.rover.XRef
public class XRef
Holds the information needed to find data in another rover cell.
| Constructor Summary | |
|---|---|
XRef()
|
|
XRef(int x,
int y,
long goedel)
|
|
| Method Summary | |
|---|---|
long |
getGoedel()
ID number for the object within the given tile. |
int |
getX()
X coordinate of tile containing referenced data. |
int |
getY()
Y coordinate of tile containing referenced data. |
void |
readExternal(java.io.ObjectInput in)
|
void |
setGoedel(long newGoedel)
|
void |
setX(int newX)
|
void |
setY(int newY)
|
java.lang.String |
toString()
|
void |
writeExternal(java.io.ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XRef()
public XRef(int x,
int y,
long goedel)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOExceptionpublic int getX()
public void setX(int newX)
public int getY()
public void setY(int newY)
public long getGoedel()
public void setGoedel(long newGoedel)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||