public class ImageBuffered extends ImageRendered
Constructor and Description |
---|
ImageBuffered(ImageInfo info,
BufferedImage buffered,
Color transparentColor)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
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
in interface Image
getFlavor
in class ImageRendered
public BufferedImage getBufferedImage()
Copyright © 2023 Apache Software Foundation. All rights reserved.