#include <ShapeList.h>
Public Member Functions | |
Group (int depth=-1) | |
Group (const Group &other) | |
void | flushPostscript (std::ostream &stream, const TransformEPS &transform) const |
void | flushFIG (std::ostream &stream, const TransformFIG &transform, std::map< Color, int > &colormap) const |
void | flushSVG (std::ostream &stream, const TransformSVG &transform) const |
Group & | operator= (const Group &other) |
Group & | operator<< (const Shape &shape) |
Shape * | clone () const |
The Group structure.
void BoardLib::Group::flushPostscript | ( | std::ostream & | stream, | |
const TransformEPS & | transform | |||
) | const [virtual] |
Writes the EPS code of the shape in a stream according to a transform.
stream | The output stream. | |
transform | A 2D transform to be applied. |
Reimplemented from BoardLib::ShapeList.
void BoardLib::Group::flushFIG | ( | std::ostream & | stream, | |
const TransformFIG & | transform, | |||
std::map< Color, int > & | colormap | |||
) | const [virtual] |
Writes the FIG code of the shape in a stream according to a transform.
stream | The output stream. | |
transform | A 2D transform to be applied. |
Reimplemented from BoardLib::ShapeList.
void BoardLib::Group::flushSVG | ( | std::ostream & | stream, | |
const TransformSVG & | transform | |||
) | const [virtual] |
Writes the SVG code of the shape in a stream according to a transform.
stream | The output stream. | |
transform | A 2D transform to be applied. |
Reimplemented from BoardLib::ShapeList.
Shape * BoardLib::Group::clone | ( | ) | const [virtual] |