Uses of Class
ome.xml.model.Shape
-
Packages that use Shape Package Description ome.specification ome.xml.model -
-
Uses of Shape in ome.specification
Methods in ome.specification that return Shape Modifier and Type Method Description ShapeXMLMockObjects. createShape(int index, java.lang.String type, int z, int c, int t)Creates the specified type of shape. -
Uses of Shape in ome.xml.model
Subclasses of Shape in ome.xml.model Modifier and Type Class Description classEllipseclassLabelclassLineclassMaskclassPointclassPolygonclassPolylineclassRectangleMethods in ome.xml.model that return Shape Modifier and Type Method Description ShapeAnnotation. getLinkedShape(int index)ShapeUnion. getShape(int index)ShapeAnnotation. setLinkedShape(int index, Shape o)ShapeUnion. setShape(int index, Shape shape)Methods in ome.xml.model that return types with arguments of type Shape Modifier and Type Method Description java.util.List<Shape>Annotation. copyLinkedShapeList()java.util.List<Shape>Union. copyShapeList()Methods in ome.xml.model with parameters of type Shape Modifier and Type Method Description voidUnion. addShape(Shape shape)booleanAnnotation. linkShape(Shape o)voidUnion. removeShape(Shape shape)ShapeAnnotation. setLinkedShape(int index, Shape o)ShapeUnion. setShape(int index, Shape shape)booleanAnnotation. unlinkShape(Shape o)Constructors in ome.xml.model with parameters of type Shape Constructor Description Shape(Shape orig)Copy constructor.
-