_depth | BoardLib::Shape | [protected] |
_fillColor | BoardLib::Shape | [protected] |
_lineCap | BoardLib::Shape | [protected] |
_lineJoin | BoardLib::Shape | [protected] |
_lineWidth | BoardLib::Shape | [protected] |
_penColor | BoardLib::Shape | [protected] |
_x1 | BoardLib::Line | [protected] |
_x2 | BoardLib::Line | [protected] |
_y1 | BoardLib::Line | [protected] |
_y2 | BoardLib::Line | [protected] |
Arrow(double x1, double y1, double x2, double y2, Color penColor, Color fillColor, float lineWidth, const LineCap cap=ButtCap, const LineJoin join=MiterJoin, int depth=-1) | BoardLib::Arrow | [inline] |
BevelJoin enum value (defined in BoardLib::Shape) | BoardLib::Shape | |
boundingBox() const | BoardLib::Line | [virtual] |
ButtCap enum value (defined in BoardLib::Shape) | BoardLib::Shape | |
center() const | BoardLib::Line | [virtual] |
clone() const | BoardLib::Arrow | [inline, virtual] |
depth() const (defined in BoardLib::Shape) | BoardLib::Shape | [inline] |
depth(int) (defined in BoardLib::Shape) | BoardLib::Shape | [virtual] |
fillColor() const (defined in BoardLib::Shape) | BoardLib::Shape | [inline] |
filled() const | BoardLib::Shape | [inline] |
flushFIG(std::ostream &stream, const TransformFIG &transform, std::map< Color, int > &colormap) const | BoardLib::Arrow | [virtual] |
flushPostscript(std::ostream &stream, const TransformEPS &transform) const | BoardLib::Arrow | [virtual] |
flushSVG(std::ostream &stream, const TransformSVG &transform) const | BoardLib::Arrow | [virtual] |
Line(double x1, double y1, double x2, double y2, Color color, float lineWidth, const LineCap cap=ButtCap, const LineJoin join=MiterJoin, int depth=-1) | BoardLib::Line | [inline] |
LineCap enum name (defined in BoardLib::Shape) | BoardLib::Shape | |
LineJoin enum name (defined in BoardLib::Shape) | BoardLib::Shape | |
MiterJoin enum value (defined in BoardLib::Shape) | BoardLib::Shape | |
penColor() const (defined in BoardLib::Shape) | BoardLib::Shape | [inline] |
postscriptProperties() const | BoardLib::Shape | [protected] |
rotate(double angle, const Point ¢er) | BoardLib::Line | [virtual] |
rotate(double angle) | BoardLib::Line | [virtual] |
rotateDeg(double angle, const Point ¢er) | BoardLib::Shape | [inline] |
rotateDeg(double angle) | BoardLib::Shape | [inline] |
RoundCap enum value (defined in BoardLib::Shape) | BoardLib::Shape | |
RoundJoin enum value (defined in BoardLib::Shape) | BoardLib::Shape | |
scale(double sx, double sy) | BoardLib::Line | [virtual] |
Shape(Color penColor, Color fillColor, float lineWidth, const LineCap cap, const LineJoin join, int depth) | BoardLib::Shape | [inline] |
SquareCap enum value (defined in BoardLib::Shape) | BoardLib::Shape | |
svgProperties(const TransformSVG &transform) const | BoardLib::Shape | [protected] |
translate(double dx, double dy) | BoardLib::Line | [virtual] |
~Shape() | BoardLib::Shape | [inline, virtual] |