| java.lang.Object com.sun.media.jai.test.OpImageTester
OpImageTester | public class OpImageTester (Code) | | |
Constructor Summary | |
public | OpImageTester(int width, int height, int bands, int dataType) | public | OpImageTester(int width, int height, int bands) |
Method Summary | |
public static ComponentColorModel | createComponentColorModel() | public static ImageLayout | createImageLayout(int minX, int minY, int width, int height, int tileX, int tileY, int tileWidth, int tileHeight, int dataType, int numBands, boolean isBanded) | public static OpImage | createRandomOpImage(ImageLayout layout) | public static OpImage | createRandomOpImage(Map configuration, ImageLayout layout) | public WritableRaster | getDstRaster() | public Rectangle | getDstRect() | public RenderedImage | getSource() | public Raster[] | getSrcRasters() | public static void | performDiagnostics(String classname, String args) | public static void | printPixels(String message, PlanarImage image, Rectangle rect) | public static void | runDiagnostics(String classname, int dataTypes, int width, int height, int bands, boolean verbose) | public static void | testOpImage(OpImage dst, Rectangle dstRect) Print out the pixel values of the destination image within a
specific rectangle, and all of its source image(s) pixel values
within the cooresponding rectangle obtained by calling
OpImage.mapDestRect() . | public static long | timeOpImage(OpImage img, int loops) |
source | RenderedImage source(Code) | | |
widthheightbands | int widthheightbands(Code) | | |
OpImageTester | public OpImageTester(int width, int height, int bands, int dataType)(Code) | | |
OpImageTester | public OpImageTester(int width, int height, int bands)(Code) | | |
createImageLayout | public static ImageLayout createImageLayout(int minX, int minY, int width, int height, int tileX, int tileY, int tileWidth, int tileHeight, int dataType, int numBands, boolean isBanded)(Code) | | |
getDstRaster | public WritableRaster getDstRaster()(Code) | | |
getSource | public RenderedImage getSource()(Code) | | |
getSrcRasters | public Raster[] getSrcRasters()(Code) | | |
performDiagnostics | public static void performDiagnostics(String classname, String args)(Code) | | |
runDiagnostics | public static void runDiagnostics(String classname, int dataTypes, int width, int height, int bands, boolean verbose)(Code) | | |
testOpImage | public static void testOpImage(OpImage dst, Rectangle dstRect)(Code) | | Print out the pixel values of the destination image within a
specific rectangle, and all of its source image(s) pixel values
within the cooresponding rectangle obtained by calling
OpImage.mapDestRect() .
Parameters: dst - The destination image to be tested. Parameters: dstRect - The rectangle of interest within dst. |
timeOpImage | public static long timeOpImage(OpImage img, int loops)(Code) | | |
|
|