Uses of Class
ome.xml.model.Plane
-
Packages that use Plane Package Description ome.specification ome.xml.model -
-
Uses of Plane in ome.specification
Methods in ome.specification that return Plane Modifier and Type Method Description Plane
XMLMockObjects. createPlane(int z, int c, int t)
Creates a plane information object. -
Uses of Plane in ome.xml.model
Methods in ome.xml.model that return Plane Modifier and Type Method 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)
Methods in ome.xml.model that return types with arguments of type Plane Modifier and Type Method Description List<Plane>
Annotation. copyLinkedPlaneList()
List<Plane>
Pixels. copyPlaneList()
Methods in ome.xml.model with parameters of type Plane Modifier and Type Method 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)
Constructors in ome.xml.model with parameters of type Plane Constructor Description Plane(Plane orig)
Copy constructor.
-