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


Public Member Functions | |
| dot (canvas &draw_on, const c_point &origin, const color &foreground=colors::WHITE, bool attach=true) | |
| dot (canvas &draw_on, float x, float y, const color &foreground=colors::WHITE, bool attach=true) | |
| virtual c_rectangle | dimensions () const |
| virtual void | plot (const color &to_plot_in) |
Definition at line 24 of file dot.h.
| dot::dot | ( | canvas & | draw_on, | |
| const c_point & | origin, | |||
| const color & | foreground = colors::WHITE, |
|||
| bool | attach = true | |||
| ) |
| dot::dot | ( | canvas & | draw_on, | |
| float | x, | |||
| float | y, | |||
| const color & | foreground = colors::WHITE, |
|||
| bool | attach = true | |||
| ) |
| c_rectangle dot::dimensions | ( | ) | const [virtual] |
| void dot::plot | ( | const color & | to_plot_in | ) | [virtual] |
Implements paintable.
Definition at line 36 of file dot.cpp.
References palette::add(), c_point, worker::colormap(), color::index(), and paintable::target().
1.5.1