パッケージ | 説明 |
---|---|
pojos |
修飾子とタイプ | メソッドと説明 |
---|---|
ImageData |
PixelsData.getImage()
Returns the image linked to this pixels' set.
|
ImageData |
ROIData.getImage()
Returns the image for the ROI.
|
ImageData |
WellSampleData.getImage()
Returns the image related to that sample if any.
|
修飾子とタイプ | メソッドと説明 |
---|---|
java.util.List<ImageData> |
MultiImageData.getComponents()
Returns the collection of images composing the file.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
PixelsData.setImage(ImageData image)
Sets the image linked to this pixels' set.
|
void |
WellSampleData.setImage(ImageData newValue)
Sets the image linked to this well sample.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
MultiImageData.setComponents(java.util.List<ImageData> components)
Sets the images composing the file.
|
void |
DatasetData.setImages(java.util.Set<ImageData> newValue)
Sets the images contained in this dataset.
|