41424344454647
this.points = new ArrayList<Point2d>(); this.path = null; } public IRenderingElement generate(Color color) { return new PathElement(this.points, color); }