|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.amp.axf.space.Location1DIntegerAdapter
org.eclipse.amp.axf.space.Location2DIntegerAdapter
org.eclipse.amp.axf.space.Location3DIntegerAdapter
public abstract class Location3DIntegerAdapter
A marker interface. The measures are not defined.
Field Summary |
---|
Fields inherited from interface org.eclipse.amp.axf.space.ILocation |
---|
NOT_LOCATED |
Constructor Summary | |
---|---|
Location3DIntegerAdapter()
|
Method Summary | |
---|---|
java.lang.Object |
getZ()
|
double |
getZDouble()
|
abstract int |
getZInteger()
|
Methods inherited from class org.eclipse.amp.axf.space.Location2DIntegerAdapter |
---|
getY, getYDouble, getYInteger |
Methods inherited from class org.eclipse.amp.axf.space.Location1DIntegerAdapter |
---|
getX, getXDouble, getXInteger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.amp.axf.space.ILocation2D |
---|
getY, getYDouble, getYInteger |
Methods inherited from interface org.eclipse.amp.axf.space.ILocation1D |
---|
getX, getXDouble, getXInteger |
Constructor Detail |
---|
public Location3DIntegerAdapter()
Method Detail |
---|
public final java.lang.Object getZ()
ILocation2D.getY()
public abstract int getZInteger()
ILocation2D.getYInteger()
public final double getZDouble()
ILocation2D.getYDouble()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |