public static interface BlitClipHelper.Blitter
void doBlit(sun.java2d.SurfaceData src,
sun.java2d.SurfaceData dst,
Composite comp,
int sx,
int sy,
int dx,
int dy,
int w,
int h)
src - the source surfacedst - the destination surfacecomp - the composite settingsx - the source area, upper left X coordinatesy - the source area, upper left Y coordinatedx - the destination area, upper left X coordinatedy - the destination area, upper left Y coordinatew - the width of the source/destination areah - the height of the source/destination areaCopyright © 2012. All Rights Reserved.