Public Member Functions |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| vtkAbstractContextItem * | GetContextItem () |
| void | SetActivePlot (int i, int j) |
| int | GetActiveRow () |
| int | GetActiveColumn () |
| void | ClearAnimationPath () |
| void | AddAnimationPath (int i, int j) |
| void | StartAnimationPath () |
| void | AdvanceAnimationPath () |
| void | SetScatterPlotTitle (const char *title) |
| const char * | GetScatterPlotTitle () |
| void | SetScatterPlotTitleFont (const char *family, int pointSize, bool bold, bool italic) |
| const char * | GetScatterPlotTitleFontFamily () |
| int | GetScatterPlotTitleFontSize () |
| int | GetScatterPlotTitleFontBold () |
| int | GetScatterPlotTitleFontItalic () |
| void | SetScatterPlotTitleColor (double red, double green, double blue) |
| double * | GetScatterPlotTitleColor () |
| void | SetScatterPlotTitleAlignment (int alignment) |
| int | GetScatterPlotTitleAlignment () |
| virtual void | SetGutter (float x, float y) |
| virtual void | SetBorders (int left, int bottom, int right, int top) |
| void | SetGridVisibility (int plotType, bool visible) |
| int | GetGridVisibility (int plotType) |
| void | SetBackgroundColor (int plotType, double red, double green, double blue, double alpha=0.0) |
| double * | GetBackgroundColor (int plotType) |
| void | SetAxisColor (int plotType, double red, double green, double blue) |
| double * | GetAxisColor (int plotType) |
| void | SetGridColor (int plotType, double red, double green, double blue) |
| double * | GetGridColor (int plotType) |
| void | SetAxisLabelVisibility (int plotType, bool visible) |
| int | GetAxisLabelVisibility (int plotType) |
| void | SetAxisLabelFont (int plotType, const char *family, int pointSize, bool bold, bool italic) |
| const char * | GetAxisLabelFontFamily (int plotType) |
| int | GetAxisLabelFontSize (int plotType) |
| int | GetAxisLabelFontBold (int plotType) |
| int | GetAxisLabelFontItalic (int plotType) |
| void | SetAxisLabelColor (int plotType, double red, double green, double blue) |
| double * | GetAxisLabelColor (int plotType) |
| void | SetAxisLabelNotation (int plotType, int notation) |
| int | GetAxisLabelNotation (int plotType) |
| void | SetAxisLabelPrecision (int plotType, int precision) |
| int | GetAxisLabelPrecision (int plotType) |
| void | SetTooltipNotation (int plotType, int notation) |
| void | SetTooltipPrecision (int plotType, int precision) |
| int | GetTooltipNotation (int plotType) |
| int | GetTooltipPrecision (int plotType) |
| void | SetScatterPlotSelectedRowColumnColor (double red, double green, double blue, double alpha) |
| double * | GetScatterPlotSelectedRowColumnColor () |
| void | SetScatterPlotSelectedActiveColor (double red, double green, double blue, double alpha) |
| double * | GetScatterPlotSelectedActiveColor () |
| void | UpdateSettings () |
Static Public Member Functions |
| static vtkPVPlotMatrixView * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVPlotMatrixView * | SafeDownCast (vtkObject *o) |
Protected Member Functions |
| | vtkPVPlotMatrixView () |
| | ~vtkPVPlotMatrixView () |
| void | PlotMatrixSelectionCallback (vtkObject *, unsigned long, void *) |
Definition at line 23 of file vtkPVPlotMatrixView.h.