Uses of Class
org.forester.phylogeny.data.Point
-
Packages that use Point Package Description org.forester.phylogeny.data -
-
Uses of Point in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that return types with arguments of type Point Modifier and Type Method Description java.util.List<Point>
Distribution. getPoints()
java.util.List<Point>
Polygon. getPoints()
Methods in org.forester.phylogeny.data with parameters of type Point Modifier and Type Method Description static boolean
Point. isSeemsEmpty(Point p)
Constructor parameters in org.forester.phylogeny.data with type arguments of type Point Constructor Description Distribution(java.lang.String desc, java.util.List<Point> points)
Distribution(java.lang.String desc, java.util.List<Point> points, java.util.List<Polygon> polygons)
Polygon(java.util.List<Point> points)
-