|
Whiteboard
An interface and tools for visualizing large and complex datasets
|
This is the complete list of members for ns_whiteboard::display_type, including all inherited members.
| DrawArc(const xy_coords &coords, const double radius, const double startAngle, const double stopAngle)=0 | ns_whiteboard::display_type | pure virtual |
| DrawLine(const xy_coords &startCoord, const xy_coords &stopCoord)=0 | ns_whiteboard::display_type | pure virtual |
| DrawPoint(const xy_coords &coord)=0 | ns_whiteboard::display_type | pure virtual |
| DrawPoint(double x, double y)=0 | ns_whiteboard::display_type | pure virtual |
| DrawRect(const xy_coords &topLeftCoord, const xy_coords &bottomRightCoord)=0 | ns_whiteboard::display_type | pure virtual |
| DrawText(const xy_coords &coords, const string &chars, double rot_angle, double point_size, const vert_align vAlign, const horiz_align hAlign)=0 | ns_whiteboard::display_type | pure virtual |
| Finish()=0 | ns_whiteboard::display_type | pure virtual |
| GetColor() const =0 | ns_whiteboard::display_type | pure virtual |
| GetFontName() const =0 | ns_whiteboard::display_type | pure virtual |
| GetFontSize() const =0 | ns_whiteboard::display_type | pure virtual |
| GetLineWidth() const =0 | ns_whiteboard::display_type | pure virtual |
| SetColor(const color &C)=0 | ns_whiteboard::display_type | pure virtual |
| SetFont(const string &font, const double size)=0 | ns_whiteboard::display_type | pure virtual |
| SetLineWidth(const double width)=0 | ns_whiteboard::display_type | pure virtual |
| ~display_type() | ns_whiteboard::display_type | inlinevirtual |
1.8.8