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 PlaneXMLMockObjects. 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 PlaneAnnotation. getLinkedPlane(int index)PlanePixels. getPlane(int index)PlaneAnnotation. setLinkedPlane(int index, Plane o)PlanePixels. setPlane(int index, Plane plane)Methods in ome.xml.model that return types with arguments of type Plane Modifier and Type Method Description java.util.List<Plane>Annotation. copyLinkedPlaneList()java.util.List<Plane>Pixels. copyPlaneList()Methods in ome.xml.model with parameters of type Plane Modifier and Type Method Description voidPixels. addPlane(Plane plane)booleanAnnotation. linkPlane(Plane o)voidPixels. removePlane(Plane plane)PlaneAnnotation. setLinkedPlane(int index, Plane o)PlanePixels. setPlane(int index, Plane plane)booleanAnnotation. unlinkPlane(Plane o)Constructors in ome.xml.model with parameters of type Plane Constructor Description Plane(Plane orig)Copy constructor.
-