|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.isic.HoroScope.ImageReader
ホロスコープ画像生成クラス jp.co.isic.HoroScope.ImageReader
フィールドの概要 |
インタフェース java.awt.image.ImageObserver から継承したフィールド |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
コンストラクタの概要 | |
ImageReader()
コンストラクタ |
メソッドの概要 | |
BufferedImage |
getBase()
ホロスコープイメージを取得 |
boolean |
imageUpdate(Image theimg,
int infoflags,
int x,
int y,
int w,
int h)
(non-Javadoc) |
static void |
main(String[] args)
テスト用 main |
void |
putCusp(int location,
String str)
カスプの角度を描画 |
void |
putStar(int location,
int star)
惑星イメージを描画 |
void |
putZodiac(int location,
int zodiac)
星座イメージを描画 |
クラス java.lang.Object から継承したメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public ImageReader() throws IOException
メソッドの詳細 |
public void putStar(int location, int star)
location
- 描画位置star
- 惑星番号public void putZodiac(int location, int zodiac)
location
- 描画位置zodiac
- 星座番号public void putCusp(int location, String str)
location
- 描画位置str
- 角度public BufferedImage getBase()
public boolean imageUpdate(Image theimg, int infoflags, int x, int y, int w, int h)
ImageObserver
内の imageUpdate
ImageObserver.imageUpdate(java.awt.Image, int, int,
int, int, int)
public static void main(String[] args) throws Exception
args
-
Exception
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |