|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpojos.DataObject
pojos.ShapeData
public abstract class ShapeData
Hosts a shape.
Field Summary | |
---|---|
static boolean |
READONLY_FLAG
Flag stating that the ROI is read only. |
protected ShapeSettingsData |
settings
The representation of the shape. |
Constructor Summary | |
---|---|
protected |
ShapeData(omero.model.Shape shape)
Creates a new instance. |
protected |
ShapeData(omero.model.Shape shape,
boolean clientObject)
Creates a new instance. |
Method Summary | |
---|---|
int |
getC()
Returns the channel. |
ROICoordinate |
getROICoordinate()
Get the ROICoordinate for the ShapeData |
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. |
boolean |
isClientObject()
Is the object one that has been created client side. |
boolean |
isReadOnly()
Is the object a read-only object. |
void |
setC(int theC)
Set the channel |
void |
setClientObject(boolean clientSideObject)
Set the object to be a client side object. |
void |
setDirty(boolean dirty)
Has the figure been changed from the server side version. |
void |
setReadOnly(boolean readOnly)
Set the Shape object to be readOnly |
void |
setROICoordinate(ROICoordinate coord)
Set the ROICoordinate for the ShapeData |
protected void |
setShapeSettings(omero.model.Shape shape)
Set the settings associated to the shape. |
void |
setT(int theT)
Set the timepoint. |
void |
setTransform(String transform)
Set the Affine transform of the shape. |
void |
setZ(int theZ)
Set 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, setId, setValue, setVersion, timeOfEvent, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static boolean READONLY_FLAG
protected ShapeSettingsData settings
Constructor Detail |
---|
protected ShapeData(omero.model.Shape shape, boolean clientObject)
shape
- The shape to host.clientObject
- Pass true
if it is a client object,
false
otherwise.protected ShapeData(omero.model.Shape shape)
shape
- The shape to host.Method Detail |
---|
public ShapeSettingsData getShapeSettings()
protected void setShapeSettings(omero.model.Shape shape)
shape
- See above.public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
readOnly
- See above.public boolean isClientObject()
public void setClientObject(boolean clientSideObject)
clientSideObject
- See above.public int getZ()
public void setZ(int theZ)
See
- above.public int getC()
public void setC(int theC)
See
- above.public int getT()
public void setT(int theT)
See
- above.public void setROICoordinate(ROICoordinate coord)
roiCoordinate
- See above.public ROICoordinate getROICoordinate()
public String getTransform()
public void setTransform(String transform)
See
- above.public void setDirty(boolean dirty)
setDirty
in class DataObject
dirty
- See above.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta-4.2.0-r7571-b29
Copyright © 2009 The University of Dundee. All Rights Reserved.