java.lang.Object
java.awt.GraphicsConfiguration
- See Also:
- Top Examples, Source Code,
getBounds, Window,
Frame,
GraphicsEnvironment,
GraphicsDevice
public abstract BufferedImage createCompatibleImage(int width,
int height)- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract BufferedImage createCompatibleImage(int width,
int height,
int transparency)- See Also:
Transparency.TRANSLUCENT, Transparency.BITMASK, Transparency.OPAQUE, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract VolatileImage createCompatibleVolatileImage(int width,
int height)- See Also:
Component.createVolatileImage(int, int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract VolatileImage createCompatibleVolatileImage(int width,
int height,
int transparency)- See Also:
Component.createVolatileImage(int, int), Transparency.TRANSLUCENT, Transparency.BITMASK, Transparency.OPAQUE, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public VolatileImage createCompatibleVolatileImage(int width,
int height,
ImageCapabilities caps)
throws AWTException- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public VolatileImage createCompatibleVolatileImage(int width,
int height,
ImageCapabilities caps,
int transparency)
throws AWTException- See Also:
Component.createVolatileImage(int, int), Transparency.TRANSLUCENT, Transparency.BITMASK, Transparency.OPAQUE, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Rectangle getBounds()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public BufferCapabilities getBufferCapabilities()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract ColorModel getColorModel()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract ColorModel getColorModel(int transparency)
- See Also:
Transparency.TRANSLUCENT, Transparency.BITMASK, Transparency.OPAQUE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract AffineTransform getDefaultTransform()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract GraphicsDevice getDevice()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ImageCapabilities getImageCapabilities()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract AffineTransform getNormalizingTransform()
- See Also:
Graphics2D
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected GraphicsConfiguration()
- See Also:
Graphics2D.getDeviceConfiguration(), GraphicsDevice.getBestConfiguration(java.awt.GraphicsConfigTemplate), GraphicsDevice.getDefaultConfiguration(), GraphicsDevice.getConfigurations()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples