public class GraphicsConfigurationWithoutTransparency extends AbstractGraphicsConfiguration
GraphicsConfiguration
that does not support transparencies
(alpha channels).构造器和说明 |
---|
GraphicsConfigurationWithoutTransparency() |
限定符和类型 | 方法和说明 |
---|---|
BufferedImage |
createCompatibleImage(int width,
int height) |
BufferedImage |
createCompatibleImage(int width,
int height,
int transparency) |
Rectangle |
getBounds() |
ColorModel |
getColorModel() |
ColorModel |
getColorModel(int transparency) |
AffineTransform |
getDefaultTransform() |
GraphicsDevice |
getDevice() |
AffineTransform |
getNormalizingTransform() |
createCompatibleVolatileImage, createCompatibleVolatileImage
public GraphicsDevice getDevice()
getDevice
在类中 GraphicsConfiguration
public BufferedImage createCompatibleImage(int width, int height)
public BufferedImage createCompatibleImage(int width, int height, int transparency)
public ColorModel getColorModel()
getColorModel
在类中 GraphicsConfiguration
public ColorModel getColorModel(int transparency)
getColorModel
在类中 GraphicsConfiguration
public AffineTransform getDefaultTransform()
getDefaultTransform
在类中 GraphicsConfiguration
public AffineTransform getNormalizingTransform()
public Rectangle getBounds()
getBounds
在类中 GraphicsConfiguration
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.