public class ImageBuffered extends ImageRendered
构造器和说明 |
---|
ImageBuffered(ImageInfo info,
BufferedImage buffered,
Color transparentColor)
Main constructor.
|
限定符和类型 | 方法和说明 |
---|---|
BufferedImage |
getBufferedImage()
Returns the contained BufferedImage instance.
|
ImageFlavor |
getFlavor()
Returns the flavor of the image.
|
getColorSpace, getICCProfile, getRenderedImage, getTransparentColor, isCacheable
getInfo, getSize, toString
public ImageBuffered(ImageInfo info, BufferedImage buffered, Color transparentColor)
info
- the image info objectbuffered
- the BufferedImage instancetransparentColor
- the transparent color or nullpublic ImageFlavor getFlavor()
getFlavor
在接口中 Image
getFlavor
在类中 ImageRendered
public BufferedImage getBufferedImage()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.