Board 0.9.6
|
▼NLibBoard | |
▼NTools | |
CEuclideanLine | |
CMessageStream | |
CArrow | A line between two points with an arrow at one extremity |
CBezier | A Bezier curve described by two series of 2D points (curve points and control points) |
▼CBoard | Class for EPS, FIG or SVG drawings |
CState | |
CBoundingBoxExtractor | The BoundingBoxExtractor struct may be used to compute the bounding box of a composite shape tree |
CBoundingBoxViewer | The BoundingBoxViewer struct may be used to display the bounding boxes of the shapes in a composite tree |
CColor | Structure representing an RGB triple |
CCompositeShapeTransform | A CompositeShapeTransform may be used to duplicate/transform a composite shape tree |
CConstLeafVisitor | Leaf visitor may be used to apply a function on each leaf, in back-to-front order |
CConstShapeVisitor | A ConstShapeVisitor may visit const shapes of a composite shape tree in back-to-front order |
CDot | A line between two points |
CEllipse | An ellipse |
CException | |
CFillColorExtractor | The fill-color extractor may be used to retrieve all fill colors |
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 |
CLeafVisitor | Leaf visitor may be used to apply a function on each leaf, in back-to-front order |
CLine | A line between two points |
CPath | A path, according to Postscript and SVG definition |
CPenColorExtractor | The pen-color extractor may be used to retrieve all pen colors |
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 |
CRoughVisitor | |
CShape | Abstract structure for a 2D shape |
CShapeCounter | The ShapeCounter struct may be used to count shapes in the composite shapes tree |
▼CShapeList | A group of shapes |
CBreadthFirstIterator | The BreadthFirstIterator struct allows to traverse the shape tree using a breadth-first strategy |
CDepthFirstIterator | The DepthFirstIterator struct allows to traverse the shape tree using a depth-first strategy |
CTopLevelConstIterator | The TopLevelConstIterator struct |
CTopLevelIterator | The TopLevelIterator struct |
CShapeVisitor | A ShapeVisitor visits all shapes in a composite shape tree in back-to-front order |
CShapeWithStyle | Abstract structure for a 2D shape |
CShapeWithStyleVisitor | Leaf visitor may be used to apply a function on each Shape with style, in back-to-front order |
CStyle | |
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 |
CNode | |
CNodeGreaterThan |