Package Summary Overview Summary |
class:BufferedImage [NONE] |
|
|
field:TYPE_CUSTOM [NONE] |
|
|
field:TYPE_INT_RGB [NONE] |
|
|
field:TYPE_INT_ARGB [NONE] |
|
|
field:TYPE_INT_ARGB_PRE [NONE] |
|
|
field:TYPE_INT_BGR [NONE] |
|
|
field:TYPE_3BYTE_BGR [NONE] |
|
|
field:TYPE_4BYTE_ABGR [NONE] |
|
|
field:TYPE_4BYTE_ABGR_PRE [NONE] |
|
|
field:TYPE_USHORT_565_RGB [NONE] |
|
|
field:TYPE_USHORT_555_RGB [NONE] |
|
|
field:TYPE_BYTE_GRAY [NONE] |
|
|
field:TYPE_USHORT_GRAY [NONE] |
|
|
field:TYPE_BYTE_BINARY [NONE] |
|
|
field:TYPE_BYTE_INDEXED [NONE] |
|
|
constructor:BufferedImage(int,int,int) [NONE] |
|
|
constructor:BufferedImage(int,int,int,java.awt.image.IndexColorModel) [NONE] |
|
|
constructor:BufferedImage(java.awt.image.ColorModel,java.awt.image.WritableRaster,boolean,java.util.Hashtable) [NONE] |
|
|
method:getType() [NONE] |
|
|
method:getColorModel() [NONE] |
|
|
method:getRaster() [NONE] |
|
|
method:getAlphaRaster() [NONE] |
|
|
method:getRGB(int,int) [NONE] |
|
|
method:getRGB(int,int,int,int,int[],int,int) [NONE] |
|
|
method:setRGB(int,int,int) [NONE] |
|
|
method:setRGB(int,int,int,int,int[],int,int) [NONE] |
|
|
method:getWidth() [NONE] |
|
|
method:getHeight() [NONE] |
|
|
method:getWidth(java.awt.image.ImageObserver) [NONE] |
|
|
method:getHeight(java.awt.image.ImageObserver) [NONE] |
|
|
method:getSource() [NONE] |
|
|
method:getProperty(java.lang.String,java.awt.image.ImageObserver) [NONE] |
|
|
method:getProperty(java.lang.String) [NONE] |
|
|
method:getGraphics() [NONE] |
|
|
method:createGraphics() [NONE] |
|
|
method:getSubimage(int,int,int,int) [NONE] |
|
|
method:isAlphaPremultiplied() [NONE] |
|
|
method:coerceData(boolean) [NONE] |
|
|
method:toString() [NONE] |
|
|
method:getSources() [NONE] |
|
|
method:getPropertyNames() [NONE] |
|
|
method:getMinX() [NONE] |
|
|
method:getMinY() [NONE] |
|
|
method:getSampleModel() [NONE] |
|
|
method:getNumXTiles() [NONE] |
|
|
method:getNumYTiles() [NONE] |
|
|
method:getMinTileX() [NONE] |
|
|
method:getMinTileY() [NONE] |
|
|
method:getTileWidth() [NONE] |
|
|
method:getTileHeight() [NONE] |
|
|
method:getTileGridXOffset() [NONE] |
|
|
method:getTileGridYOffset() [NONE] |
|
|
method:getTile(int,int) [NONE] |
|
|
method:getData() [NONE] |
|
|
method:getData(java.awt.Rectangle) [NONE] |
|
|
method:copyData(java.awt.image.WritableRaster) [NONE] |
|
|
method:setData(java.awt.image.Raster) [NONE] |
|
|
method:addTileObserver(java.awt.image.TileObserver) [NONE] |
|
|
method:removeTileObserver(java.awt.image.TileObserver) [NONE] |
|
|
method:isTileWritable(int,int) [NONE] |
|
|
method:getWritableTileIndices() [NONE] |
|
|
method:hasTileWriters() [NONE] |
|
|
method:getWritableTile(int,int) [NONE] |
|
|
method:releaseWritableTile(int,int) [NONE] |
|
|
method:getTransparency() [NONE] |
|
|
© 2020 Oracle Corporation and/or its affiliates