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 Shape
XMLMockObjects. createShape(int index, 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 class
Ellipse
class
Label
class
Line
class
Mask
class
Point
class
Polygon
class
Polyline
class
Rectangle
Methods in ome.xml.model that return Shape Modifier and Type Method Description Shape
Annotation. getLinkedShape(int index)
Shape
Union. getShape(int index)
Shape
Annotation. setLinkedShape(int index, Shape o)
Shape
Union. setShape(int index, Shape shape)
Methods in ome.xml.model that return types with arguments of type Shape Modifier and Type Method Description List<Shape>
Annotation. copyLinkedShapeList()
List<Shape>
Union. copyShapeList()
Methods in ome.xml.model with parameters of type Shape Modifier and Type Method Description void
Union. addShape(Shape shape)
boolean
Annotation. linkShape(Shape o)
void
Union. removeShape(Shape shape)
Shape
Annotation. setLinkedShape(int index, Shape o)
Shape
Union. setShape(int index, Shape shape)
boolean
Annotation. unlinkShape(Shape o)
Constructors in ome.xml.model with parameters of type Shape Constructor Description Shape(Shape orig)
Copy constructor.
-