Board  0.9.4
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NLibBoard
 NTools
 CEuclideanLine
 CMessageStream
 CArrowA line between two points with an arrow at one extremity
 CBoardClass for EPS, FIG or SVG drawings
 CState
 CBoundingBoxExtractor
 CBoundingBoxViewer
 CCircleA circle
 CColorStructure representing an RGB triple
 CDotA line between two points
 CEllipseAn ellipse
 CGouraudTriangleA triangle with shaded filling according to colors given for each vertex
 CGroupA group of shapes. A group is basically a ShapeList except that when rendered in either an SVG of a FIG file, it is a true compound element
 CImageStructure for a bitmap image shape
 CLineA line between two points
 CPathA path, according to Postscript and SVG definition
 CPointStruct representing a 2D point
 CPolylineA polygonal line described by a series of 2D points
 CRectStruct representing a rectangle on the plane
 CRectangleA rectangle
 CShapeAbstract structure for a 2D shape
 CShapeListA group of shapes
 CShapeVisitor
 CTextA piece of text
 CTransform
 CTransformEPSStructure representing a scaling and translation suitable for an EPS output
 CTransformFIGStructure representing a scaling and translation suitable for an XFig output
 CTransformMatrix
 CTransformSVGStructure representing a scaling and translation suitable for an SVG output
 CTransformTikZStructure representing a scaling and translation suitable for an TikZ output
 CTriangleA triangle. Basically a Polyline with a convenient constructor