Board
0.9.4
|
▼NLibBoard | |
▼NTools | |
CEuclideanLine | |
CMessageStream | |
CArrow | A line between two points with an arrow at one extremity |
▼CBoard | Class for EPS, FIG or SVG drawings |
CState | |
CBoundingBoxExtractor | |
CBoundingBoxViewer | |
CCircle | A circle |
CColor | Structure representing an RGB triple |
CDot | A line between two points |
CEllipse | An ellipse |
CGouraudTriangle | A triangle with shaded filling according to colors given for each vertex |
CGroup | A 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 |
CImage | Structure for a bitmap image shape |
CLine | A line between two points |
CPath | A path, according to Postscript and SVG definition |
CPoint | Struct representing a 2D point |
CPolyline | A polygonal line described by a series of 2D points |
CRect | Struct representing a rectangle on the plane |
CRectangle | A rectangle |
CShape | Abstract structure for a 2D shape |
CShapeList | A group of shapes |
CShapeVisitor | |
CText | A piece of text |
CTransform | |
CTransformEPS | Structure representing a scaling and translation suitable for an EPS output |
CTransformFIG | Structure representing a scaling and translation suitable for an XFig output |
CTransformMatrix | |
CTransformSVG | Structure representing a scaling and translation suitable for an SVG output |
CTransformTikZ | Structure representing a scaling and translation suitable for an TikZ output |
CTriangle | A triangle. Basically a Polyline with a convenient constructor |