Package com.bc.ceres.swing.figure
Interface FigureFactory
-
- All Known Implementing Classes:
DefaultFigureFactory
public interface FigureFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShapeFigure
createLineFigure(Shape shape, FigureStyle style)
PointFigure
createPointFigure(Point2D point, FigureStyle style)
ShapeFigure
createPolygonFigure(Shape shape, FigureStyle style)
-
-
-
Method Detail
-
createPointFigure
PointFigure createPointFigure(Point2D point, FigureStyle style)
-
createLineFigure
ShapeFigure createLineFigure(Shape shape, FigureStyle style)
-
createPolygonFigure
ShapeFigure createPolygonFigure(Shape shape, FigureStyle style)
-
-