#include <vtkPlotLine.h>
Definition at line 29 of file vtkPlotLine.h.
Public Types | |
typedef vtkPlotPoints | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
virtual bool | Paint (vtkContext2D *painter) |
virtual bool | PaintLegend (vtkContext2D *painter, const vtkRectf &rect, int legendIndex) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkPlotLine * | SafeDownCast (vtkObject *o) |
static vtkPlotLine * | New () |
Protected Member Functions | |
vtkPlotLine () | |
~vtkPlotLine () |
typedef vtkPlotPoints vtkPlotLine::Superclass |
vtkPlotLine::vtkPlotLine | ( | ) | [protected] |
vtkPlotLine::~vtkPlotLine | ( | ) | [protected] |
virtual const char* vtkPlotLine::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPlotPoints.
static int vtkPlotLine::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPlotPoints.
virtual int vtkPlotLine::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPlotPoints.
static vtkPlotLine* vtkPlotLine::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPlotPoints.
virtual void vtkPlotLine::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkPlotPoints.
static vtkPlotLine* vtkPlotLine::New | ( | ) | [static] |
Creates a 2D Chart object.
Reimplemented from vtkPlotPoints.
virtual bool vtkPlotLine::Paint | ( | vtkContext2D * | painter | ) | [virtual] |
Paint event for the XY plot, called whenever the chart needs to be drawn
Reimplemented from vtkPlotPoints.
virtual bool vtkPlotLine::PaintLegend | ( | vtkContext2D * | painter, | |
const vtkRectf & | rect, | |||
int | legendIndex | |||
) | [virtual] |
Paint legend event for the XY plot, called whenever the legend needs the plot items symbol/mark/line drawn. A rect is supplied with the lower left corner of the rect (elements 0 and 1) and with width x height (elements 2 and 3). The plot can choose how to fill the space supplied.
Reimplemented from vtkPlotPoints.