public interface WritablePolygon2D extends Polygon2D, WritablePolyshape
Polygon2D
.Modifier and Type | Method and Description |
---|---|
default void |
addVertex(int index,
double[] vertex)
Deprecated.
Use
WritablePolyshape.addVertex(int, RealLocalizable) instead. |
equals, hashCode, maskType, numDimensions
addVertex, addVertices, removeVertex, vertex
equals, numVertices, vertices
and, isEmpty, minus, or, realMax, realMax, realMin, realMin, transform, xor
boundaryType, isAll, knownConstant
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMin
@Deprecated default void addVertex(int index, double[] vertex)
WritablePolyshape.addVertex(int, RealLocalizable)
instead.Copyright © 2015–2022 ImgLib2. All rights reserved.