cvj2.gui.swt.widgets
クラス WidgetPaintUtil

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

public class WidgetPaintUtil
extends java.lang.Object

画面部品の描画ユーティリティークラス


コンストラクタの概要
WidgetPaintUtil()
           
 
メソッドの概要
static void drawButtonBg(GCX gcx, int x, int y, int width, int height, boolean push)
          ボタンの画像を描画する
static void drawButtonFg(GCX gcx, int x, int y, int width, int height, boolean push)
          ボタンの画像を描画する
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

WidgetPaintUtil

public WidgetPaintUtil()
メソッドの詳細

drawButtonBg

public static void drawButtonBg(GCX gcx,
                                int x,
                                int y,
                                int width,
                                int height,
                                boolean push)
ボタンの画像を描画する


drawButtonFg

public static void drawButtonFg(GCX gcx,
                                int x,
                                int y,
                                int width,
                                int height,
                                boolean push)
ボタンの画像を描画する