30 :
PLine(x1, y1, dx, dy, fg) {}
34 out <<
"PlatformLine (validator)";
return out;
42 out <<
"PlatformThickLine (validator)";
return out;
50 out <<
"PlatformRectangle (validator)";
return out;
54 :
PSquare(x, y, size, fg, filled) {}
58 out <<
"PlatformSquare (validator)";
return out;
62 :
PEllipse(x1, y1, rx, ry, fg, filled) {}
66 out <<
"PlatformEllipse (validator)";
return out;
70 :
PCircle(x1, y1, r, fg, filled) {}
74 out <<
"PlatformCircle (validator)";
return out;
78 :
PPolygon(x, y, xpoints, ypoints, fg, filled) {}
82 out <<
"PlatformPolygon (validator)";
return out;
86 :
PBezier(x, y, xpoints, ypoints, steps, fg) {}
90 out <<
"PlatformBezier (validator)";
return out;