|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object math.geom2d.point.PointSets2D
public class PointSets2D
A set of static methods for manipulating point sets.
Constructor Summary | |
---|---|
PointSets2D()
|
Method Summary | ||
---|---|---|
static
|
countMultipleVertices(java.util.List<T> points)
Counts the number of multiple vertices in this point list. |
|
static
|
countMultipleVertices(java.util.List<T> points,
boolean closed)
Counts the number of multiple vertices in this point list. |
|
static
|
filterMultipleVertices(java.util.List<T> vertices)
|
|
static
|
filterMultipleVertices(java.util.List<T> vertices,
boolean closed)
|
|
static
|
hasMultipleVertices(java.util.List<T> points)
Tests if the given list of points contains multiple vertices. |
|
static
|
hasMultipleVertices(java.util.List<T> points,
boolean closed)
Tests if the given list of points contains multiple vertices. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PointSets2D()
Method Detail |
---|
public static <T extends Point2D> boolean hasMultipleVertices(java.util.List<T> points)
public static <T extends Point2D> boolean hasMultipleVertices(java.util.List<T> points, boolean closed)
public static <T extends Point2D> int countMultipleVertices(java.util.List<T> points)
public static <T extends Point2D> int countMultipleVertices(java.util.List<T> points, boolean closed)
public static <T extends Point2D> java.util.List<T> filterMultipleVertices(java.util.List<T> vertices)
public static <T extends Point2D> java.util.List<T> filterMultipleVertices(java.util.List<T> vertices, boolean closed)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |