|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.anji.floatingeye.EyePixelConnection
Field Summary |
Fields inherited from interface com.anji.nn.Connection |
XML_TAG |
Constructor Summary | |
EyePixelConnection(int anX,
int aY,
FloatingEye anEye)
|
Method Summary | |
long |
cost()
|
double |
read()
TODO - could make this more efficient if eye pixels were an array TODO - only works with grayscale now |
java.lang.String |
toXml()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EyePixelConnection(int anX, int aY, FloatingEye anEye)
anX
- aY
- anEye
- floating eye object from which to get location dataMethod Detail |
public double read()
read
in interface Connection
Connection.read()
public java.lang.String toXml()
toXml
in interface Connection
Connection.toXml()
public long cost()
cost
in interface Connection
Connection.cost()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |