public interface OMEROPolyshape<SD extends ShapeData> extends OMERORealMaskRealInterval<SD>, WritablePolyshape
Polyshape which wraps an OMERO ROI.| Modifier and Type | Method and Description |
|---|---|
default void |
addVertex(int index,
RealLocalizable vertex) |
default void |
addVertices(int index,
Collection<RealLocalizable> vertices) |
List<Point2D.Double> |
getPoints() |
default int |
numVertices() |
default double |
realMax(int d) |
default double |
realMin(int d) |
default void |
removeVertex(int index) |
void |
setPoints(List<Point2D.Double> points) |
default RealLocalizableRealPositionable |
vertex(int pos) |
testPositiongetShape, requiredAxisTypesand, isEmpty, minus, or, realMax, realMax, realMin, realMin, transform, xorboundaryType, equals, isAll, knownConstant, maskTypemaxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPointList<Point2D.Double> getPoints()
void setPoints(List<Point2D.Double> points)
default int numVertices()
numVertices in interface Polyshapedefault RealLocalizableRealPositionable vertex(int pos)
vertex in interface Polyshapevertex in interface WritablePolyshapedefault void addVertex(int index,
RealLocalizable vertex)
addVertex in interface WritablePolyshapedefault void removeVertex(int index)
removeVertex in interface WritablePolyshapedefault void addVertices(int index,
Collection<RealLocalizable> vertices)
addVertices in interface WritablePolyshapedefault double realMin(int d)
realMin in interface RealIntervaldefault double realMax(int d)
realMax in interface RealIntervalCopyright © 2014–2022 ImageJ. All rights reserved.