Package | Description |
---|---|
ome.specification | |
ome.xml.model |
Modifier and Type | Method and Description |
---|---|
Shape |
XMLMockObjects.createShape(int index,
String type,
int z,
int c,
int t)
Creates the specified type of shape.
|
Modifier and Type | Class and Description |
---|---|
class |
Ellipse |
class |
Label |
class |
Line |
class |
Mask |
class |
Point |
class |
Polygon |
class |
Polyline |
class |
Rectangle |
Modifier and Type | Field and Description |
---|---|
private List<Shape> |
Annotation.shapeLinks |
private List<Shape> |
Union.shapes |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
List<Shape> |
Annotation.copyLinkedShapeList() |
List<Shape> |
Union.copyShapeList() |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
Shape(Shape orig)
Copy constructor.
|
Copyright © 2016 Open Microscopy Environment