Uses of Class
KmgDoublePolygon
-
-
Uses of KmgDoublePolygon in <Unnamed>
Methods in <Unnamed> that return KmgDoublePolygon Modifier and Type Method Description KmgDoublePolygon
KmgDoublePolygon. add(double x, double y)
Adds a point ( x, y ) to this polygon.Constructors in <Unnamed> with parameters of type KmgDoublePolygon Constructor Description JxnPolygonPainter(int type, KmgDoublePolygon dp)
Creates a polygon for display in aPlotFrame
.JxnPolygonPainter(int type, KmgDoublePolygon dp, Color polygonColor)
SeeJxnPolygonPainter
.JxnPolygonPainter(KmgDoublePolygon dp, int type)
Deprecated.UseJxnPolygonPainter(int, KmgDoublePolygon)
instead.
-