#include <point_formater_strategy.hpp>
Inheritance diagram for point_formater_strategy:
Public Member Functions | |
point_formater_strategy (void) | |
virtual | ~point_formater_strategy (void) |
virtual void | draw (const point &coordinates, boost::shared_ptr< drawing_context > context)=0 |
Definition at line 31 of file point_formater_strategy.hpp.
|
Definition at line 23 of file point_formater_strategy.cpp. |
|
Definition at line 27 of file point_formater_strategy.cpp. |
|
Implemented in point_normal_style. |