public class GradientFilledBufferedImage
extends java.awt.image.BufferedImage
Modifier and Type | Field and Description |
---|---|
static int |
DIAGONAL_MAJOR |
static int |
DIAGONAL_MINOR |
static int |
HORIZONTAL |
static int |
RADIAL |
static int |
VERTICAL |
TYPE_3BYTE_BGR, TYPE_4BYTE_ABGR, TYPE_4BYTE_ABGR_PRE, TYPE_BYTE_BINARY, TYPE_BYTE_GRAY, TYPE_BYTE_INDEXED, TYPE_CUSTOM, TYPE_INT_ARGB, TYPE_INT_ARGB_PRE, TYPE_INT_BGR, TYPE_INT_RGB, TYPE_USHORT_555_RGB, TYPE_USHORT_565_RGB, TYPE_USHORT_GRAY
Constructor and Description |
---|
GradientFilledBufferedImage(int w,
int h,
java.awt.Color c1,
java.awt.Color c2,
int fillType) |
addTileObserver, coerceData, copyData, createGraphics, getAlphaRaster, getColorModel, getData, getData, getGraphics, getHeight, getHeight, getMinTileX, getMinTileY, getMinX, getMinY, getNumXTiles, getNumYTiles, getProperty, getProperty, getPropertyNames, getRaster, getRGB, getRGB, getSampleModel, getSource, getSources, getSubimage, getTile, getTileGridXOffset, getTileGridYOffset, getTileHeight, getTileWidth, getTransparency, getType, getWidth, getWidth, getWritableTile, getWritableTileIndices, hasTileWriters, isAlphaPremultiplied, isTileWritable, releaseWritableTile, removeTileObserver, setData, setRGB, setRGB, toString
public static final int HORIZONTAL
public static final int VERTICAL
public static final int RADIAL
public static final int DIAGONAL_MAJOR
public static final int DIAGONAL_MINOR