|
Board
0.9.2
|
| CLibBoard::Color | Structure representing an RGB triple |
| CLibBoard::MessageStream | |
| CLibBoard::Path | A path, according to Postscript and SVG definition |
| CLibBoard::Point | Struct representing a 2D point |
| CLibBoard::Rect | Struct representing a rectangle on the plane |
| ▼CLibBoard::Shape | Abstract structure for a 2D shape |
| CLibBoard::Dot | A line between two points |
| ▼CLibBoard::Ellipse | An ellipse |
| CLibBoard::Circle | A circle |
| CLibBoard::Image | Structure for a bitmap image shape |
| ▼CLibBoard::Line | A line between two points |
| CLibBoard::Arrow | A line between two points with an arrow at one extremity |
| ▼CLibBoard::Polyline | A polygonal line described by a series of 2D points |
| CLibBoard::GouraudTriangle | A triangle with shaded filling according to colors given for each vertex |
| CLibBoard::Rectangle | A rectangle |
| CLibBoard::Triangle | A triangle. Basically a Polyline with a convenient constructor |
| ▼CLibBoard::ShapeList | A group of shapes |
| CLibBoard::Board | Class for EPS, FIG or SVG drawings |
| CLibBoard::Group | 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 |
| CLibBoard::Text | A piece of text |
| CLibBoard::Board::State | |
| ▼CLibBoard::Transform | |
| CLibBoard::TransformEPS | Structure representing a scaling and translation suitable for an EPS output |
| CLibBoard::TransformFIG | Structure representing a scaling and translation suitable for an XFig output |
| ▼CLibBoard::TransformSVG | Structure representing a scaling and translation suitable for an SVG output |
| CLibBoard::TransformTikZ | Structure representing a scaling and translation suitable for an TikZ output |
| CLibBoard::TransformMatrix |
1.8.10