コード例 #1
0
 protected void removeGraphicsFromSystem(Graphics graphics) {
   if (graphicsDataManager.removeGraphics(graphics)) setRecord(null);
 }
コード例 #2
0
 protected void saveGraphicsToSystem(Graphics graphics) {
   graphicsDataManager.saveGraphics(graphics);
 }