DGtal
1.5.beta
|
An arc. More...
#include <Board/Shapes.h>
Public Member Functions | |
Arc (double x, double y, double radius, double angle1, double angle2, bool negative, DGtal::Color pen, DGtal::Color fill, double lineWidth, const LineStyle style=SolidStyle, int depthValue=-1) | |
const std::string & | name () const |
void | flushPostscript (std::ostream &stream, const TransformEPS &transform) const |
void | flushSVG (std::ostream &stream, const TransformSVG &transform) const |
void | flushCairo (cairo_t *cr, const TransformCairo &transform) const |
void | flushTikZ (std::ostream &stream, const TransformTikZ &transform) const |
Public Member Functions inherited from LibBoard::Circle | |
Circle (double x, double y, double radius, DGtal::Color pen, DGtal::Color fill, double lineWidth, const LineStyle style=SolidStyle, int depthValue=-1) | |
Point | center () const |
Circle & | rotate (double angle, const Point ¢er) |
Circle | rotated (double angle, const Point ¢er) const |
Circle & | rotate (double angle) |
Circle | rotated (double angle) const |
Circle & | translate (double dx, double dy) |
Circle | translated (double dx, double dy) const |
Shape & | scale (double sx, double sy) |
Shape & | scale (double s) |
Circle | scaled (double sx, double sy) const |
Circle | scaled (double s) const |
void | scaleAll (double s) |
Circle * | clone () const |
Public Member Functions inherited from LibBoard::Ellipse | |
Ellipse (double x, double y, double xRadius, double yRadius, DGtal::Color pen, DGtal::Color fill, double lineWidth, const LineStyle lineStyle=SolidStyle, int depthValue=-1) | |
Ellipse | rotated (double angle, const Point ¢er) const |
Ellipse | rotated (double angle) const |
Ellipse | translated (double dx, double dy) const |
Ellipse | scaled (double sx, double sy) const |
Ellipse | scaled (double s) const |
void | flushFIG (std::ostream &stream, const TransformFIG &transform, std::map< DGtal::Color, int > &colormap) const |
Rect | boundingBox () const |
Public Member Functions inherited from LibBoard::Shape | |
Shape (DGtal::Color penColor, DGtal::Color fillColor, double lineWidth, LineStyle style, const LineCap cap, const LineJoin join, int depth) | |
virtual | ~Shape () |
bool | filled () const |
Shape & | rotateDeg (double angle, const Point ¢er) |
Shape & | rotateDeg (double angle) |
Rect | bbox () |
Shape & | operator-- () |
Shape & | operator++ () |
int | depth () const |
virtual void | depth (int) |
virtual void | shiftDepth (int shift) |
const DGtal::Color & | penColor () const |
const DGtal::Color & | fillColor () const |
Protected Attributes | |
double | _angle1 |
double | _angle2 |
bool | _negative |
Protected Attributes inherited from LibBoard::Ellipse | |
Point | _center |
double | _xRadius |
double | _yRadius |
double | _angle |
bool | _circle |
Protected Attributes inherited from LibBoard::Shape | |
int | _depth |
DGtal::Color | _penColor |
DGtal::Color | _fillColor |
double | _lineWidth |
LineStyle | _lineStyle |
LineCap | _lineCap |
LineJoin | _lineJoin |
Static Private Attributes | |
static const std::string | _name |
Additional Inherited Members | |
Public Types inherited from LibBoard::Shape | |
enum | LineCap { ButtCap = 0 , RoundCap , SquareCap } |
enum | LineJoin { MiterJoin = 0 , RoundJoin , BevelJoin } |
enum | LineStyle { SolidStyle = 0 , DashStyle , DotStyle , DashDotStyle , DashDotDotStyle , DashDotDotDotStyle } |
Protected Member Functions inherited from LibBoard::Shape | |
std::string | svgProperties (const TransformSVG &transform) const |
std::string | postscriptProperties () const |
void | setCairoDashStyle (cairo_t *cr, LineStyle type) const |
std::string | tikzProperties (const TransformTikZ &transform) const |
|
inline |
Definition at line 1530 of file Board/Shapes.h.
|
virtual |
Writes the cairo code of the shape in a cairo drawing context according to a transform.
cr | The cairo drawing context. |
transform | A 2D transform to be applied. |
Reimplemented from LibBoard::Circle.
Definition at line 1500 of file Shapes.cpp.
References _angle1, _angle2, LibBoard::Ellipse::_center, LibBoard::Shape::_fillColor, LibBoard::Shape::_lineCap, LibBoard::Shape::_lineJoin, LibBoard::Shape::_lineStyle, LibBoard::Shape::_lineWidth, _negative, LibBoard::Shape::_penColor, LibBoard::Ellipse::_xRadius, DGtal::Color::blue(), LibBoard::Shape::filled(), DGtal::Color::green(), DGtal::Color::None, DGtal::Color::red(), LibBoard::Shape::setCairoDashStyle(), LibBoard::Point::x, and LibBoard::Point::y.
|
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 LibBoard::Ellipse.
Definition at line 1539 of file Shapes.cpp.
References _angle1, _angle2, LibBoard::Ellipse::_center, LibBoard::Shape::_fillColor, _negative, LibBoard::Shape::_penColor, LibBoard::Ellipse::_xRadius, LibBoard::Shape::filled(), DGtal::Color::flushPostscript(), DGtal::Color::None, DGtal::Color::postscript(), LibBoard::Point::x, and LibBoard::Point::y.
|
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 LibBoard::Circle.
Definition at line 1579 of file Shapes.cpp.
References _angle1, _angle2, LibBoard::Ellipse::_center, _negative, LibBoard::Ellipse::_xRadius, LibBoard::Shape::svgProperties(), LibBoard::Point::x, and LibBoard::Point::y.
|
virtual |
Writes the TikZ code of the shape in a stream according to a transform.
stream | The output stream. |
transform | A 2D transform to be applied. |
Reimplemented from LibBoard::Circle.
Definition at line 1625 of file Shapes.cpp.
References _angle1, _angle2, LibBoard::Ellipse::_center, _negative, LibBoard::Ellipse::_xRadius, LibBoard::Shape::tikzProperties(), LibBoard::Point::x, and LibBoard::Point::y.
|
virtual |
Returns the generic name of the shape (e.g., Circle, Rectangle, etc.)
Reimplemented from LibBoard::Circle.
Definition at line 1493 of file Shapes.cpp.
References _name.
|
protected |
Definition at line 1564 of file Board/Shapes.h.
Referenced by Arc(), flushCairo(), flushPostscript(), flushSVG(), and flushTikZ().
|
protected |
Definition at line 1565 of file Board/Shapes.h.
Referenced by Arc(), flushCairo(), flushPostscript(), flushSVG(), and flushTikZ().
|
staticprivate |
The generic name of the shape.
Definition at line 1561 of file Board/Shapes.h.
Referenced by name().
|
protected |
Definition at line 1566 of file Board/Shapes.h.
Referenced by Arc(), flushCairo(), flushPostscript(), flushSVG(), and flushTikZ().