|
Enrollment 28.2.0
|
It holds line and draws it. More...
#include <ImageShape.h>
Public Member Functions | |
| void | DrawIn (ImageShapeDrawer &drawer) const final |
| It draws line in ImageShapeDrawer. | |
| LineShape (Line line, ImageShapeAttributes attr) | |
| Constructor sets given line for drawing. | |
It holds line and draws it.
|
inline |
Constructor sets given line for drawing.
| line | line that has to be draw |
| attr | ImageShapeAttributes to draw line |
|
inlinefinalvirtual |
It draws line in ImageShapeDrawer.
| drawer | the implementation of ImageShapeDrawer |
Implements ImageShape.