|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpojos.DataObject
pojos.ROIData
public class ROIData
Converts the ROI object.
Constructor Summary | |
---|---|
ROIData(omero.model.Roi roi)
Creates a new instance. |
Method Summary | |
---|---|
ROICoordinate |
firstPlane()
Return the first plane that the ROI starts on. |
Iterator<List<ShapeData>> |
getIterator()
Returns the iterator of the collection of the map. |
List<ShapeData> |
getShapes(int z,
int t)
Returns the list of shapes on a given plane. |
Iterator<List<ShapeData>> |
getShapesInRange(ROICoordinate start,
ROICoordinate end)
Returns an iterator of the Shapes in the ROI in the range [start, end]. |
ROICoordinate |
lastPlane()
Returns the last plane that the ROI ends on. |
Methods inherited from class pojos.DataObject |
---|
asAnnotation, asChannel, asDataset, asExperimenter, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, getCreated, getDetails, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ROIData(omero.model.Roi roi)
roi
- The ROI hosted by the component.Method Detail |
---|
public List<ShapeData> getShapes(int z, int t)
z
- The z-section.t
- The timepoint.
public Iterator<List<ShapeData>> getIterator()
public ROICoordinate firstPlane()
public ROICoordinate lastPlane()
public Iterator<List<ShapeData>> getShapesInRange(ROICoordinate start, ROICoordinate end)
start
- The starting plane where the Shapes should reside.end
- The final plane where the Shapes should reside.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta-4.1.1-r5927-b91
Copyright © 2009 The University of Dundee. All Rights Reserved.