endrov.roi
Class CompoundROI.CompoundHandle

java.lang.Object
  extended by endrov.roi.CompoundROI.CompoundHandle
All Implemented Interfaces:
ROI.Handle
Enclosing class:
CompoundROI

public static class CompoundROI.CompoundHandle
extends java.lang.Object
implements ROI.Handle


Constructor Summary
CompoundROI.CompoundHandle(int id, ROI.Handle h)
           
 
Method Summary
 java.lang.String getID()
           
 double getX()
           
 double getY()
           
 void setPos(double x, double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundROI.CompoundHandle

public CompoundROI.CompoundHandle(int id,
                                  ROI.Handle h)
Method Detail

getID

public java.lang.String getID()
Specified by:
getID in interface ROI.Handle

getX

public double getX()
Specified by:
getX in interface ROI.Handle

getY

public double getY()
Specified by:
getY in interface ROI.Handle

setPos

public void setPos(double x,
                   double y)
Specified by:
setPos in interface ROI.Handle