pojos
Class ShapeData

java.lang.Object
  extended by pojos.DataObject
      extended by pojos.ShapeData
Direct Known Subclasses:
EllipseData, LineData, MaskData, PointData, PolygonData, PolylineData, RectangleData

public abstract class ShapeData
extends DataObject

Hosts a shape.

Since:
3.0-Beta4
Version:
3.0 (Internal version: $Revision: $Date: $)
Author:
?Jean-Marie Burel      ????j.burel@dundee.ac.uk, ???Donald MacDonald      ????donald@lifesci.dundee.ac.uk

Constructor Summary
protected ShapeData(omero.model.Shape shape)
          Creates a new instance.
 
Method Summary
 ShapeSettingsData getShapeSettings()
          Returns the settings associated to the shape.
 int getT()
          Returns the timepoint.
 String getTransform()
          Returns the transformation.
 int getZ()
          Returns the z-section.
 
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

ShapeData

protected ShapeData(omero.model.Shape shape)
Creates a new instance.

Parameters:
shape - The shape to host.
Method Detail

getShapeSettings

public ShapeSettingsData getShapeSettings()
Returns the settings associated to the shape.

Returns:
See above.

getZ

public int getZ()
Returns the z-section.

Returns:
See above.

getT

public int getT()
Returns the timepoint.

Returns:
See above.

getTransform

public String getTransform()
Returns the transformation.

Returns:
See above.


OmeroJava Api

Version: Beta-4.1.1-r5927-b91

Copyright © 2009 The University of Dundee. All Rights Reserved.