#include <Rectangle.hpp>
Inheritance diagram for Rectangle:


The rectangle can have a user defined appearance, specified using a StrokeStyle.
Definition at line 43 of file Rectangle.hpp.
Public Member Functions | |
| Rectangle (double ix1, double iy1, double ix2, double iy2) | |
| Constructor. | |
| Rectangle (double ix1, double iy1, double ix2, double iy2, const StrokeStyle &istyle) | |
| Constructor. | |
| Rectangle (double ix1, double iy1, double ix2, double iy2, const StrokeStyle &istyle, const Color &ifillcolor) | |
| Constructor. | |
| Rectangle (double ix1, double iy1, double ix2, double iy2, const Color &ifillcolor) | |
| Constructor. | |
Public Attributes | |
| double | x1 |
| X coordinate of first corner. | |
| double | y1 |
| Y coordinate of first corner. | |
| double | x2 |
| X coordinate of opposite corner. | |
| double | y2 |
| Y coordinate of opposite corner. | |
|
||||||||||||||||||||
|
Constructor. Defines the rectangle by two opposite points.
Definition at line 66 of file Rectangle.hpp. |
|
||||||||||||||||||||||||
|
Constructor. Defines the rectangle by two opposite points and its appearance.
Definition at line 79 of file Rectangle.hpp. |
|
||||||||||||||||||||||||||||
|
Constructor. Defines the rectangle by two opposite points and its appearance.
Definition at line 94 of file Rectangle.hpp. |
|
||||||||||||||||||||||||
|
Constructor. Defines the rectangle by two opposite points and its appearance.
Definition at line 108 of file Rectangle.hpp. |
|
|
X coordinate of first corner.
Definition at line 48 of file Rectangle.hpp. Referenced by SVGImage::rectangle(), Rectangle(), and PSImageBase::rectangle(). |
|
|
X coordinate of opposite corner.
Definition at line 54 of file Rectangle.hpp. Referenced by SVGImage::rectangle(), Rectangle(), and PSImageBase::rectangle(). |
|
|
Y coordinate of first corner.
Definition at line 51 of file Rectangle.hpp. Referenced by SVGImage::rectangle(), Rectangle(), and PSImageBase::rectangle(). |
|
|
Y coordinate of opposite corner.
Definition at line 57 of file Rectangle.hpp. Referenced by SVGImage::rectangle(), Rectangle(), and PSImageBase::rectangle(). |
1.3.9.1