#include <ring.h>
Inheritance diagram for ring:


Public Member Functions | |
| ring (canvas &draw_on, const geometric::circle &where, const color &foreground=colors::WHITE, bool attach=true) | |
| virtual c_rectangle | dimensions () const |
| virtual void | plot (const color &to_plot_in) |
| geometric::circle | base () const |
| void | base (const geometric::circle &where) |
Definition at line 26 of file ring.h.
| ring::ring | ( | canvas & | draw_on, | |
| const geometric::circle & | where, | |||
| const color & | foreground = colors::WHITE, |
|||
| bool | attach = true | |||
| ) |
| c_rectangle ring::dimensions | ( | ) | const [virtual] |
| void ring::plot | ( | const color & | to_plot_in | ) | [virtual] |
Implements paintable.
Definition at line 30 of file ring.cpp.
References palette::add(), c_rectangle, worker::colormap(), dimensions(), paintable::filled(), color::index(), and paintable::target().
| void ring::base | ( | const geometric::circle & | where | ) |
1.5.1