cvj2.gui.swt.widgets.gdidpanel
クラス GridPaintHandler

java.lang.Object
  上位を拡張 cvj2.gui.swt.widgets.gdidpanel.GridPaintHandler

public class GridPaintHandler
extends java.lang.Object

描画


コンストラクタの概要
GridPaintHandler()
           
 
メソッドの概要
 void redrawAllCells(PaintEvent e)
          全セル描画
 void setup(GridPanel.Model model, GridPanel.CellPainter painter, GridSelection selection, Point indent)
          描画情報の設定
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GridPaintHandler

public GridPaintHandler()
メソッドの詳細

setup

public void setup(GridPanel.Model model,
                  GridPanel.CellPainter painter,
                  GridSelection selection,
                  Point indent)
描画情報の設定

パラメータ:
indent -

redrawAllCells

public void redrawAllCells(PaintEvent e)
全セル描画