| java.lang.Object java.awt.TexturePaintContext
Method Summary | |
public static int | blend(int rgbs, int xmul, int ymul) | public void | dispose() Release the resources allocated for the operation. | static synchronized void | dropByteRaster(Raster outRas) | static synchronized void | dropRaster(ColorModel cm, Raster outRas) | static int | fractAsInt(double d) | public ColorModel | getColorModel() Return the ColorModel of the output. | public static PaintContext | getContext(BufferedImage bufImg, AffineTransform xform, RenderingHints hints, Rectangle devBounds) | public static ColorModel | getInternedColorModel(ColorModel cm) | public Raster | getRaster(int x, int y, int w, int h) Return a Raster containing the colors generated for the graphics
operation. | public static boolean | isFilterableDCM(ColorModel cm) | public static boolean | isFilterableICM(ColorModel cm) | public static boolean | isMaskOK(int mask, boolean canbezero) | static synchronized WritableRaster | makeByteRaster(Raster srcRas, int w, int h) | static synchronized WritableRaster | makeRaster(ColorModel cm, Raster srcRas, int w, int h) | abstract public WritableRaster | makeRaster(int w, int h) | static double | mod(double num, double den) | abstract public void | setRaster(int x, int y, int xerr, int yerr, int w, int h, int bWidth, int bHeight, int colincx, int colincxerr, int colincy, int colincyerr, int rowincx, int rowincxerr, int rowincy, int rowincyerr) |
colincxerr | int colincxerr(Code) | | |
colincyerr | int colincyerr(Code) | | |
incXAcross | double incXAcross(Code) | | |
incXDown | double incXDown(Code) | | |
incYAcross | double incYAcross(Code) | | |
incYDown | double incYDown(Code) | | |
outRas | WritableRaster outRas(Code) | | |
rowincxerr | int rowincxerr(Code) | | |
rowincyerr | int rowincyerr(Code) | | |
blend | public static int blend(int rgbs, int xmul, int ymul)(Code) | | |
dispose | public void dispose()(Code) | | Release the resources allocated for the operation.
|
dropByteRaster | static synchronized void dropByteRaster(Raster outRas)(Code) | | |
dropRaster | static synchronized void dropRaster(ColorModel cm, Raster outRas)(Code) | | |
fractAsInt | static int fractAsInt(double d)(Code) | | |
getColorModel | public ColorModel getColorModel()(Code) | | Return the ColorModel of the output.
|
getRaster | public Raster getRaster(int x, int y, int w, int h)(Code) | | Return a Raster containing the colors generated for the graphics
operation.
x,y,w,h The area in device space for which colors aregenerated. |
isMaskOK | public static boolean isMaskOK(int mask, boolean canbezero)(Code) | | |
makeByteRaster | static synchronized WritableRaster makeByteRaster(Raster srcRas, int w, int h)(Code) | | |
makeRaster | static synchronized WritableRaster makeRaster(ColorModel cm, Raster srcRas, int w, int h)(Code) | | |
makeRaster | abstract public WritableRaster makeRaster(int w, int h)(Code) | | |
mod | static double mod(double num, double den)(Code) | | |
setRaster | abstract public void setRaster(int x, int y, int xerr, int yerr, int w, int h, int bWidth, int bHeight, int colincx, int colincxerr, int colincy, int colincyerr, int rowincx, int rowincxerr, int rowincy, int rowincyerr)(Code) | | |
|
|