Ejemplo n.º 1
0
 protected void removeGraphicsFromSystem(Graphics graphics) {
   if (graphicsDataManager.removeGraphics(graphics)) setRecord(null);
 }
Ejemplo n.º 2
0
 protected void saveGraphicsToSystem(Graphics graphics) {
   graphicsDataManager.saveGraphics(graphics);
 }