Package core.components.factories
Class PointFactory
- java.lang.Object
- 
- core.components.factories.PointFactory
 
- 
 public class PointFactory extends java.lang.ObjectThe PointFactory class : This is the factory to create and add new points, that represent the coordinates in the project It is uses the simple factory design pattern
- 
- 
Constructor SummaryConstructors Constructor Description PointFactory()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.awt.PointaddPoint(int x, int y)This method creates a new point instance
 
-