public class CoreGraphHelper
extends java.lang.Object
限定符和类型 | 方法和说明 |
---|---|
static int |
changeImageLayout4Draw(java.awt.Image image,
int imageLayout,
int width,
int height) |
static java.awt.image.BufferedImage |
createBufferedImage(int width,
int height)
生成指定宽度和高度的缓冲区的图像对象
|
static java.awt.image.BufferedImage |
createBufferedImage(int width,
int height,
int imageType)
生成指定宽度和高度以及类型的缓冲区的图像对象
|
static java.awt.image.BufferedImage |
toBufferedImage(java.awt.Image image)
从一般的对象对象生成一个缓冲图像对象
|
static void |
waitForImage(java.awt.Image image)
请求加载图像对象并等待加载完成
|
public static void waitForImage(java.awt.Image image)
image
- 图像对象public static java.awt.image.BufferedImage createBufferedImage(int width, int height)
width
- 指定的宽度height
- 指定的高度public static java.awt.image.BufferedImage createBufferedImage(int width, int height, int imageType)
width
- 指定的宽度height
- 指定的高度imageType
- 图像的类型public static java.awt.image.BufferedImage toBufferedImage(java.awt.Image image)
image
- 图像public static int changeImageLayout4Draw(java.awt.Image image, int imageLayout, int width, int height)