ShapePrinter
friend class ShapePrinter;
class ShapePrinter : public BShapeIterator {
ShapePrinter(PicturePrinter* printer);
~ShapePrinter();
ShapePrinter::ShapePrinter(PicturePrinter* printer)
ShapePrinter::~ShapePrinter() {
ShapePrinter::IterateBezierTo(int32 bezierCount, BPoint *control)
ShapePrinter::IterateClose(void)
ShapePrinter::IterateLineTo(int32 lineCount, BPoint *linePoints)
ShapePrinter::IterateMoveTo(BPoint *point)
ShapePrinter printer(this);