sspt_DotChart Class Reference

#include <sspt_dotchart.h>

Inheritance diagram for sspt_DotChart:

sspt_Renderable

List of all members.

Classes

struct  Dot

Public Member Functions

 sspt_DotChart (const sspt_ChartOptions &options, float width, float height, sspt_GlyphStore *glyphstore)
virtual void render (const sspt_VisiblePlane &view)
virtual void render (const sspt_VisibleRegion &r)
virtual void exportPoints (sspt_Array< sspt_EditPoint > *p)
virtual void updatePoints (const sspt_Array< sspt_EditPoint > &p)
void plotDot (float color[3], float x, float y, const char *text, int flags)
void xlabel (const char *text)
void ylabel (const char *text)


Constructor & Destructor Documentation

sspt_DotChart::sspt_DotChart ( const sspt_ChartOptions options,
float  width,
float  height,
sspt_GlyphStore glyphstore 
)


Member Function Documentation

virtual void sspt_DotChart::exportPoints ( sspt_Array< sspt_EditPoint > *  p  )  [inline, virtual]

Implements sspt_Renderable.

void sspt_DotChart::plotDot ( float  color[3],
float  x,
float  y,
const char *  text,
int  flags 
)

virtual void sspt_DotChart::render ( const sspt_VisibleRegion r  )  [inline, virtual]

Implements sspt_Renderable.

virtual void sspt_DotChart::render ( const sspt_VisiblePlane view  )  [virtual]

Implements sspt_Renderable.

virtual void sspt_DotChart::updatePoints ( const sspt_Array< sspt_EditPoint > &  p  )  [inline, virtual]

Implements sspt_Renderable.

void sspt_DotChart::xlabel ( const char *  text  ) 

void sspt_DotChart::ylabel ( const char *  text  ) 


doxygen