public class

AAShapePipe

extends Object
implements ShapeDrawPipe
java.lang.Object
   ↳ sun.java2d.pipe.AAShapePipe

Class Overview

This class is used to convert raw geometry into 8-bit alpha tiles using an AATileGenerator for application by the next stage of the pipeline. This class sets up the Generator and computes the alpha tiles and then passes them on to a CompositePipe object for painting.

Summary

Public Constructors
AAShapePipe(CompositePipe pipe)
Public Methods
void draw(SunGraphics2D sg, Shape s)
synchronized static void dropAlphaTile(byte[] t)
void fill(SunGraphics2D sg, Shape s)
synchronized static byte[] getAlphaTile(int len)
void renderPath(SunGraphics2D sg, Shape s, BasicStroke bs)
[Expand]
Inherited Methods
From class java.lang.Object
From interface sun.java2d.pipe.ShapeDrawPipe

Public Constructors

public AAShapePipe (CompositePipe pipe)

Public Methods

public void draw (SunGraphics2D sg, Shape s)

public static synchronized void dropAlphaTile (byte[] t)

public void fill (SunGraphics2D sg, Shape s)

public static synchronized byte[] getAlphaTile (int len)

public void renderPath (SunGraphics2D sg, Shape s, BasicStroke bs)