Package | Description |
---|---|
ome.xml.model |
Modifier and Type | Field and Description |
---|---|
private Pixels |
Image.pixels |
private Pixels |
TiffData.pixels |
private Pixels |
BinData.pixels |
private Pixels |
Channel.pixels |
private Pixels |
Plane.pixels |
Modifier and Type | Method and Description |
---|---|
Pixels |
Image.getPixels() |
Pixels |
TiffData.getPixels() |
Pixels |
BinData.getPixels() |
Pixels |
Channel.getPixels() |
Pixels |
Plane.getPixels() |
Modifier and Type | Method and Description |
---|---|
void |
Image.setPixels(Pixels pixels) |
void |
TiffData.setPixels(Pixels pixels_BackReference) |
void |
BinData.setPixels(Pixels pixels_BackReference) |
void |
Channel.setPixels(Pixels pixels_BackReference) |
void |
Plane.setPixels(Pixels pixels_BackReference) |
Constructor and Description |
---|
Pixels(Pixels orig)
Copy constructor.
|
Copyright © 2016 Open Microscopy Environment