cvj2.gui.swt.widgets
クラス WidgetPaintUtil
java.lang.Object
cvj2.gui.swt.widgets.WidgetPaintUtil
public class WidgetPaintUtil
- extends java.lang.Object
画面部品の描画ユーティリティークラス
メソッドの概要 |
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)
- ボタンの画像を描画する