dot Class Reference

#include <dot.h>

Inheritance diagram for dot:

Inheritance graph
[legend]
Collaboration diagram for dot:

Collaboration graph
[legend]
List of all members.

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)

Detailed Description

Definition at line 24 of file dot.h.


Constructor & Destructor Documentation

dot::dot ( canvas draw_on,
const c_point &  origin,
const color foreground = colors::WHITE,
bool  attach = true 
)

Definition at line 21 of file dot.cpp.

dot::dot ( canvas draw_on,
float  x,
float  y,
const color foreground = colors::WHITE,
bool  attach = true 
)

Definition at line 27 of file dot.cpp.


Member Function Documentation

c_rectangle dot::dimensions (  )  const [virtual]

Implements paintable.

Definition at line 33 of file dot.cpp.

References c_rectangle.

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().


The documentation for this class was generated from the following files:
Generated on Fri Nov 28 04:30:45 2008 for HOOPLE Libraries by  doxygen 1.5.1