Exemplo n.º 1
0
 public static PrimitivesFactory getInstance()
 {
     return(Instance ?? (Instance = new PrimitivesFactory()));
 }
Exemplo n.º 2
0
 public SelectionRectangleDrawer(float thickness, Color color)
 {
     this.thickness   = thickness;
     this.color       = color;
     rectangleTexture = PrimitivesFactory.getInstance().getRectangleTexture();
 }