public class RoundedPolygon extends Object
Constructor and Description |
---|
RoundedPolygon() |
Modifier and Type | Method and Description |
---|---|
static Point |
calculatePoint(Point p1,
Point p2,
float arcSize) |
static GeneralPath |
getRoundedGeneralPath(Polygon polygon,
float arcSize) |
static GeneralPath |
getRoundedGeneralPathFromPoints(List<Point> l,
float arcSize) |
public static GeneralPath getRoundedGeneralPath(Polygon polygon, float arcSize)
public static GeneralPath getRoundedGeneralPathFromPoints(List<Point> l, float arcSize)
Copyright © 2018 universAAL Consortium. All rights reserved.