|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpojos.util.UploadMask
public class UploadMask
Uploaded for masks.
Constructor Summary | |
---|---|
UploadMask(long imageId)
Creates a new instance. |
Method Summary | |
---|---|
void |
addArray(int[][] image,
int z,
int t,
int c)
Adds a Mask Shape to the appropriate ROIClass, creating one if necessary. |
void |
addImage(byte[] image,
int z,
int t,
int c)
Adds a Mask Shape to the appropriate ROIClass, creating one if necessary. |
List<omero.model.RoiI> |
getROI()
Returns the ROIs created from uploading the images. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UploadMask(long imageId)
imageId
- The ImageId where the uploaded images are from.Method Detail |
---|
public void addImage(byte[] image, int z, int t, int c) throws IOException
image
- The Image containing the mask data.z
- The Z Section of the image.t
- The Time point of the image.
IOException
- Thrown if an error occurred while creating the mask.public void addArray(int[][] image, int z, int t, int c) throws IOException
image
- The Image containing the mask data.z
- The Z Section of the image.t
- The Time point of the image.
IOException
- Thrown if an error occurred while creating the mask.public List<omero.model.RoiI> getROI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta4.2.1-r8614-Beta4.2-b41
Copyright © 2009 The University of Dundee. All Rights Reserved.