Classes
 ClassDescription
 AdvancedRectangle Used by the CSSSkin for graphics rendering.
 Circle The Circle element draws a circle using the specified center point and radius.
 CubicBezier The CubicBezier element draws a cubic Bézier using the specified start point, end point and 2 control points.
 Ellipse The Ellipse element draws a ellipse using the specified x,y, width and height.
 EllipticalArc The EllipticalArc element draws an elliptical arc using the specified x, y, width, height, start angle, arc and closure type.
 Geometry A geometry object is a type of Degrafa object that enables rendering to a graphics context.
 HorizontalLine The HorizontalLine element draws a horizontal line using the specified x, y, and x1 coordinate values.
 Line The Line element draws a line using the specified x, y, x1 and y1 coordinate values.
 Move The Move element moves the drawing context current point to a specified x and y coordinate value.
 Path The Path element draws a path comprised of several available path commands using the specified path data value.
 Polygon The Polygon element draws a polygon using the specified points.
 PolygonLibrary 
 Polyline The Polyline element draws a polyline using the specified points.
 QuadraticBezier The QuadraticBezier element draws a quadratic Bézier using the specified start point, end point and control point.
 RegularRectangle The RegularRectangle element draws a regular rectangle using the specified x,y, width and height.
 RoundedRectangle The RoundedRectangle element draws a rounded rectangle using the specified x,y, width, height and corner radius.
 RoundedRectangleComplex The RoundedRectangleComplex element draws a complex rounded rectangle using the specified x,y, width, height and top left radius, top right radius, bottom left radius and bottom right radius.
 VerticalLine The VerticalLine element draws a vertical line using the specified x, y, and y1 coordinate values.