| Image () | コンストラクタ |
| abstract int getHeight(ImageObserver observer) | 画像のサイズ高さを得る |
| abstract int getWidth(ImageObserver observer) | 画像のサイズ幅を得る |
| abstract ImageProducer getSource() | 画像を生成するオブジェクトを得る |
| hline abstract Graphics getGraphics() | この画像に対してdrawするための Graphicsオブジェクトを得る |
| public Image getScaledInstance(int width, int height, int hints) | スケール画像を得る.hintsはSCALE_AREA_AVERAGING, SCALE_DEFAULT, SCALE_SMOOTHなどがある. |