Package scenic.awt

Class Summary
AbstractGraphics2D This extension of the java.awt.Graphics2D abstract class is still abstract, but it implements a lot of the Graphics2D method in a way that concrete implementations can reuse.
GraphicContext Handles the attributes in a graphic context:
+ Composite
+ Font
+ Paint
+ Stroke
+ Clip
+ RenderingHints
+ AffineTransform
ScenicGraphics2D Implementation of the Graphics2D class that uses the Scenic library for rendering.