|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.amp.axf.space.Location1DDoubleAdapter
org.eclipse.amp.axf.space.Location2DDoubleAdapter
org.eclipse.amp.axf.space.Location3DDoubleAdapter
public abstract class Location3DDoubleAdapter
A marker interface. The measures are not defined.
Field Summary |
---|
Fields inherited from interface org.eclipse.amp.axf.space.ILocation |
---|
NOT_LOCATED |
Constructor Summary | |
---|---|
Location3DDoubleAdapter()
|
Method Summary | |
---|---|
java.lang.Object |
getZ()
|
abstract double |
getZDouble()
|
int |
getZInteger()
|
Methods inherited from class org.eclipse.amp.axf.space.Location2DDoubleAdapter |
---|
getY, getYDouble, getYInteger |
Methods inherited from class org.eclipse.amp.axf.space.Location1DDoubleAdapter |
---|
getX, getXDouble, getXInteger |
Methods inherited from class java.lang.Object |
---|
equals, 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 Location3DDoubleAdapter()
Method Detail |
---|
public final java.lang.Object getZ()
getZ
in interface ILocation3D
ILocation2D.getY()
public final int getZInteger()
getZInteger
in interface ILocation3D
ILocation2D.getYInteger()
public abstract double getZDouble()
getZDouble
in interface ILocation3D
ILocation2D.getYDouble()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |