52535455565758
} public DefineShapeBuilder(Shape shape, GraphicContext graphicContext, boolean outline, boolean fill) { this(); sws = new ShapeWithStyleBuilder(shape, graphicContext, outline, fill); }
58596061626364
} public DefineShapeBuilder(Shape shape, Point origin, FillStyle fs, LineStyle ls, boolean fill) { this(); sws = new ShapeWithStyleBuilder(shape, origin, fs, ls, fill); }