Kagetaka

net.hizlab.kagetaka.awt
クラス GraphicsUtils

java.lang.Object
  拡張net.hizlab.kagetaka.awt.GraphicsUtils

public class GraphicsUtils
extends Object

AWT グラフィックスユーティリティクラスです。

バージョン:
$Revision: 1.4 $

フィールドの概要
static int HORIZONTAL
          水平方向
static int VERTICAL
          垂直方向
 
メソッドの概要
static void drawDashed(Graphics g, int x, int y, int width, int height, int on, int off, int sense)
          点線を描画します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

HORIZONTAL

public static final int HORIZONTAL
水平方向

関連項目:
定数フィールド値

VERTICAL

public static final int VERTICAL
垂直方向

関連項目:
定数フィールド値
メソッドの詳細

drawDashed

public static void drawDashed(Graphics g,
                              int x,
                              int y,
                              int width,
                              int height,
                              int on,
                              int off,
                              int sense)
点線を描画します。

パラメータ:
g - グラフィックス
x - x
y - y
width - 幅
height - 高さ
on - 描画する範囲
off - 非表示の範囲
sense - 描画する向き

Kagetaka

Copyright (c) 2002-2003 The Kagetaka Project 'December 16, 2003'