Prev Package | Next Package | Frames | No Frames |
Class Summary | |
AbstractGraphics2D | This is a 100% Java implementation of the Java2D rendering pipeline. |
AlphaCompositeContext | A CompositeContext implementation for AlphaComposite .
|
CubicSegment | Cubic Bezier curve segment |
ImagePaint | This class is used as a temporary Paint object to supply the pixel values for image rendering using the normal scanline conversion implementation. |
LineSegment | |
PolyEdge | An edge in a polygon. |
PolyEdgeComparator | Sorts PolyEdge s by their current intersection points.
|
QuadSegment | Quadratic Bezier curve segment Note: Most peers don't support quadratics directly, so it might make sense to represent them as cubics internally and just be done with it. |
RasterGraphics | A Graphics2D implementation that operates on Raster objects. |
Segment | |
TexturePaintContext | A PaintContext implementation for TexturePaint , done in
pure Java.
|