パッケージ | 説明 |
---|---|
ome.model.annotations | |
ome.model.roi |
修飾子とタイプ | メソッドと説明 |
---|---|
Shape |
ShapeAnnotationLink.parent() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ShapeAnnotationLink.link(Shape parent,
Annotation child) |
修飾子とタイプ | クラスと説明 |
---|---|
class |
Ellipse |
class |
Label |
class |
Line |
class |
Mask |
class |
Path |
class |
Point |
class |
Polygon |
class |
Polyline |
class |
Rectangle |
修飾子とタイプ | フィールドと説明 |
---|---|
protected java.util.List<Shape> |
Roi.shapes |
修飾子とタイプ | メソッドと説明 |
---|---|
Shape |
Roi.getPrimaryShape()
Gets the first element of shapes which can be interpreted as the
primary or default element in some situations.
|
Shape |
Roi.getShape(int index)
Gets the ome.model.roi.Shape at the given index.
|
Shape |
Roi.setPrimaryShape(Shape element)
Swaps the first element of shapes with the first instance of the
given element.
|
Shape |
Roi.setShape(int index,
Shape element)
Sets the ome.model.roi.Shape at the given index.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected java.util.List<Shape> |
Roi.getShapes()
returns shapes .
|
java.util.Iterator<Shape> |
Roi.iterateShapes()
should be used rather than accessing the shapes set directly.
|
java.util.Collection<Shape> |
Roi.unmodifiableShapes()
Returns an unmodifiable collection-view
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
Roi.addShape(Shape target)
use instead of setShapes .
|
void |
Roi.removeShape(Shape target)
removes a single element from this set and makes the inverse call on ome.model.roi.Shape
|
Shape |
Roi.setPrimaryShape(Shape element)
Swaps the first element of shapes with the first instance of the
given element.
|
Shape |
Roi.setShape(int index,
Shape element)
Sets the ome.model.roi.Shape at the given index.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
Roi.addShapeSet(java.util.Collection<Shape> targets)
use like addShape.
|
void |
Roi.removeShapeSet(java.util.Collection<Shape> targets)
use like removeShape
|
protected void |
Roi.setShapes(java.util.List<Shape> shapes)
setter for shapes should be avoided.
|