コード例 #1
0
ファイル: Step.java プロジェクト: feldmarshall/tracker
 /**
  * Repaints this on the specified tracker panel. Repainting a step first remarks it and then
  * requests a repaint of the panel's dirty region.
  *
  * @param trackerPanel the tracker panel
  */
 public void repaint(TrackerPanel trackerPanel) {
   remark(trackerPanel);
   trackerPanel.repaintDirtyRegion();
 }