package

sun.java2d.pisces

Classes

Dasher The Dasher class takes a series of linear commands (moveTo, lineTo, close and end) and breaks them into smaller segments according to a dash pattern array and a starting dash phase. 
LineSink The LineSink interface accepts a series of line drawing commands: moveTo, lineTo, close (equivalent to a lineTo command with an argument equal to the argument of the last moveTo command), and end
PiscesCache An object used to cache pre-rendered complex paths. 
PiscesMath  
PiscesRenderingEngine  
PiscesTileGenerator  
Renderer  
Stroker  
Transform4