public class

AlphaColorPipe

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

Class Overview

This class implements a CompositePipe that renders path alpha tiles into a destination that supports direct alpha compositing of a solid color, according to one of the rules in the AlphaComposite class.

Summary

Public Constructors
AlphaColorPipe()
Public Methods
void endSequence(Object context)
boolean needTile(Object context, int x, int y, int w, int h)
void renderPathTile(Object context, 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 dev, int[] abox)
[Expand]
Inherited Methods
From class java.lang.Object
From interface sun.java2d.pipe.CompositePipe

Public Constructors

public AlphaColorPipe ()

Public Methods

public void endSequence (Object context)

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

public void renderPathTile (Object context, 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 dev, int[] abox)