Interfaces
 InterfaceDescription
 IGeometry Base interface for all Degrafa geometry objects.
 IGeometryComposition Base interface for all composable Degrafa objects.
 IGraphic Base interface for Degrafa Graphic objects.
 IGraphicPoint Base interface for Degrafa point objects.
Classes
 ClassDescription
 GeometryComposition GeometryComposition allows composing only objects that extend Geometry.
 GeometryGroup GeometryGroup is where composition is achieved for all Degrafa objects that render to a graphics context.
 Graphic Graphic is the base class for Degrafa objects that allow complete composition GeometryGroup for example.
 GraphicImage GraphicImage Enables support for images to be added to compositions.
 GraphicPoint Simple point definition.
 GraphicPointEX Extended Degrafa event enabled point definition.
 GraphicText GraphicText extends TextField and enables support for text fields to be added to compositions.
 Surface Surface is a simple UIComponent extension that allows Degrafa objects to be added to it's display list.