BufferedImage

GPTKB entity

Statements (61)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:canBeSavedBy ImageIO.write
gptkbp:canCreate ImageIO.read
gptkbp:definedIn java.awt.image package
gptkbp:hasConstructor BufferedImage(int width, int height, int imageType, IndexColorModel cm)
BufferedImage(int width, int height, int imageType)
gptkbp:hasField properties
height
width
raster
sources
colorSpace
TYPE_3BYTE_BGR
TYPE_4BYTE_ABGR
TYPE_BYTE_BINARY
TYPE_BYTE_GRAY
TYPE_BYTE_INDEXED
TYPE_CUSTOM
TYPE_INT_ARGB
TYPE_INT_RGB
TYPE_USHORT_555_RGB
TYPE_USHORT_565_RGB
TYPE_USHORT_GRAY
alphaPremultiplied
colorModel
dataBuffer
graphicsConfig
imageObserver
imageProducer
imageType
imageTypeSpecifier
minTileX
minTileY
numXTiles
numYTiles
sampleModel
tileGridXOffset
tileGridYOffset
tileHeight
tileObserver
tileWidth
gptkbp:hasMethod getType
getGraphics
getHeight
getRGB
getRaster
getWidth
setRGB
https://www.w3.org/2000/01/rdf-schema#label BufferedImage
gptkbp:implementedIn WritableRenderedImage
gptkbp:introducedIn gptkb:Java_1.2
gptkbp:partOf gptkb:Java_2D_API
gptkbp:superclass gptkb:illustrator
gptkbp:supports direct pixel manipulation
multiple image types (e.g., TYPE_INT_RGB, TYPE_INT_ARGB)
gptkbp:usedFor storing images with accessible pixel data
gptkbp:usedIn image processing
image manipulation
Java GUI applications
gptkbp:bfsParent gptkb:Java_2D_API_Graphics
gptkbp:bfsLayer 7