public class

BlitBg

extends GraphicsPrimitive
java.lang.Object
   ↳ sun.java2d.loops.GraphicsPrimitive
     ↳ sun.java2d.loops.BlitBg

Class Overview

BlitBg 1) copies rectangle of pixels from one surface to another 2) performs compositing of colors based upon a Composite parameter 3) assumes that non-opaque pixels are to be blended with the indicated Bg color before compositing with the destination precise behavior is undefined if the source surface and the destination surface are the same surface with overlapping regions of pixels

Summary

[Expand]
Inherited Constants
From class sun.java2d.loops.GraphicsPrimitive
Fields
public static final String methodSignature
public static final int primTypeID
[Expand]
Inherited Fields
From class sun.java2d.loops.GraphicsPrimitive
Public Constructors
BlitBg(long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype)
Protected Constructors
BlitBg(SurfaceType srctype, CompositeType comptype, SurfaceType dsttype)
Public Methods
void BlitBg(SurfaceData src, SurfaceData dst, Composite comp, Region clip, Color bgColor, int srcx, int srcy, int dstx, int dsty, int width, int height)
All BlitBg implementors must have this invoker method
static BlitBg getFromCache(SurfaceType src, CompositeType comp, SurfaceType dst)
static BlitBg locate(SurfaceType srctype, CompositeType comptype, SurfaceType dsttype)
GraphicsPrimitive makePrimitive(SurfaceType srctype, CompositeType comptype, SurfaceType dsttype)
GraphicsPrimitive traceWrap()
[Expand]
Inherited Methods
From class sun.java2d.loops.GraphicsPrimitive
From class java.lang.Object

Fields

public static final String methodSignature

public static final int primTypeID

Public Constructors

public BlitBg (long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype)

Protected Constructors

protected BlitBg (SurfaceType srctype, CompositeType comptype, SurfaceType dsttype)

Public Methods

public void BlitBg (SurfaceData src, SurfaceData dst, Composite comp, Region clip, Color bgColor, int srcx, int srcy, int dstx, int dsty, int width, int height)

All BlitBg implementors must have this invoker method

public static BlitBg getFromCache (SurfaceType src, CompositeType comp, SurfaceType dst)

public static BlitBg locate (SurfaceType srctype, CompositeType comptype, SurfaceType dsttype)

public GraphicsPrimitive makePrimitive (SurfaceType srctype, CompositeType comptype, SurfaceType dsttype)

public GraphicsPrimitive traceWrap ()