public class

AlphaPaintPipe

extends Object
implements CompositePipe
java.lang.Object
   ↳ sun.java2d.pipe.AlphaPaintPipe

Class Overview

This class implements a CompositePipe that renders path alpha tiles into a destination according to the Composite attribute of a SunGraphics2D.

Summary

Public Constructors
AlphaPaintPipe()
Public Methods
void endSequence(Object ctx)
boolean needTile(Object context, int x, int y, int w, int h)
void renderPathTile(Object ctx, byte[] atile, int offset, int tilesize, int x, int y, int w, int h)
void skipTile(Object context, int x, int y)
Object startSequence(SunGraphics2D sg, Shape s, Rectangle devR, int[] abox)
[Expand]
Inherited Methods
From class java.lang.Object
From interface sun.java2d.pipe.CompositePipe

Public Constructors

public AlphaPaintPipe ()

Public Methods

public void endSequence (Object ctx)

public boolean needTile (Object context, int x, int y, int w, int h)

public void renderPathTile (Object ctx, byte[] atile, int offset, int tilesize, int x, int y, int w, int h)

public void skipTile (Object context, int x, int y)

public Object startSequence (SunGraphics2D sg, Shape s, Rectangle devR, int[] abox)