|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.anji.floatingeye.EyePixelConnection
public class 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 data| Method Detail |
|---|
public double read()
read in interface ConnectionConnection.read()public java.lang.String toXml()
toXml in interface ConnectionConnection.toXml()public long cost()
cost in interface ConnectionConnection.cost()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||