public class

GeneralCompositePipe

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

Summary

Public Constructors
GeneralCompositePipe()
Public Methods
void endSequence(Object ctx)
boolean needTile(Object ctx, 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)
GeneralCompositePipe.renderPathTile works with custom composite operator provided by an application
void skipTile(Object ctx, 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 GeneralCompositePipe ()

Public Methods

public void endSequence (Object ctx)

public boolean needTile (Object ctx, 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)

GeneralCompositePipe.renderPathTile works with custom composite operator provided by an application

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

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