org.eclipse.amp.axf.space
Class Location2DIntegerAdapter

java.lang.Object
  extended by org.eclipse.amp.axf.space.Location1DIntegerAdapter
      extended by org.eclipse.amp.axf.space.Location2DIntegerAdapter
All Implemented Interfaces:
ILocation, ILocation1D, ILocation2D
Direct Known Subclasses:
Location3DIntegerAdapter

public abstract class Location2DIntegerAdapter
extends Location1DIntegerAdapter
implements ILocation2D

A marker interface. The measures are not defined.

Author:
mparker

Field Summary
 
Fields inherited from interface org.eclipse.amp.axf.space.ILocation
NOT_LOCATED
 
Constructor Summary
Location2DIntegerAdapter()
           
 
Method Summary
 java.lang.Object getY()
           
 double getYDouble()
           
abstract  int 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.ILocation1D
getX, getXDouble, getXInteger
 

Constructor Detail

Location2DIntegerAdapter

public Location2DIntegerAdapter()
Method Detail

getY

public final java.lang.Object getY()
Specified by:
getY in interface ILocation2D
Returns:
See Also:
ILocation2D.getY()

getYInteger

public abstract int getYInteger()
Specified by:
getYInteger in interface ILocation2D
Returns:
See Also:
ILocation2D.getYInteger()

getYDouble

public final double getYDouble()
Specified by:
getYDouble in interface ILocation2D
Returns:
See Also:
ILocation2D.getYDouble()