Package | Description |
---|---|
ome.xml.model |
Modifier and Type | Method and Description |
---|---|
Pixels |
Annotation.getLinkedPixels(int index) |
Pixels |
TiffData.getPixels() |
Pixels |
BinData.getPixels() |
Pixels |
Plane.getPixels() |
Pixels |
Image.getPixels() |
Pixels |
Channel.getPixels() |
Pixels |
Annotation.setLinkedPixels(int index,
Pixels o) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Pixels> |
Annotation.copyLinkedPixelsList() |
Modifier and Type | Method and Description |
---|---|
boolean |
Annotation.linkPixels(Pixels o) |
Pixels |
Annotation.setLinkedPixels(int index,
Pixels o) |
void |
TiffData.setPixels(Pixels pixels_BackReference) |
void |
BinData.setPixels(Pixels pixels_BackReference) |
void |
Plane.setPixels(Pixels pixels_BackReference) |
void |
Image.setPixels(Pixels pixels) |
void |
Channel.setPixels(Pixels pixels_BackReference) |
boolean |
Annotation.unlinkPixels(Pixels o) |
Constructor and Description |
---|
Pixels(Pixels orig)
Copy constructor.
|
Copyright © 2014 Open Microscopy Environment