Package | Description |
---|---|
ome.specification | |
ome.xml.model |
Modifier and Type | Method and Description |
---|---|
Plane |
XMLMockObjects.createPlane(int z,
int c,
int t)
Creates a plane information object.
|
Modifier and Type | Field and Description |
---|---|
private List<Plane> |
Annotation.planeLinks |
private List<Plane> |
Pixels.planes |
Modifier and Type | Method and Description |
---|---|
Plane |
Annotation.getLinkedPlane(int index) |
Plane |
Pixels.getPlane(int index) |
Plane |
Annotation.setLinkedPlane(int index,
Plane o) |
Plane |
Pixels.setPlane(int index,
Plane plane) |
Modifier and Type | Method and Description |
---|---|
List<Plane> |
Annotation.copyLinkedPlaneList() |
List<Plane> |
Pixels.copyPlaneList() |
Modifier and Type | Method and Description |
---|---|
void |
Pixels.addPlane(Plane plane) |
boolean |
Annotation.linkPlane(Plane o) |
void |
Pixels.removePlane(Plane plane) |
Plane |
Annotation.setLinkedPlane(int index,
Plane o) |
Plane |
Pixels.setPlane(int index,
Plane plane) |
boolean |
Annotation.unlinkPlane(Plane o) |
Constructor and Description |
---|
Plane(Plane orig)
Copy constructor.
|
Copyright © 2016 Open Microscopy Environment