----------------------------------------------------------------------------
| 613 | |
| 614 | //---------------------------------------------------------------------------- |
| 615 | double* vtkPVPlotMatrixView::GetTitleColor() |
| 616 | { |
| 617 | // FIXME: Do we need this style of API? It means keeping around a double[3] |
| 618 | // in order to support it. I don't like it, and would rather avoid it. |
| 619 | return this->PlotMatrix ? this->PlotMatrix->GetTitleProperties()->GetColor() : nullptr; |
| 620 | } |
| 621 | |
| 622 | //---------------------------------------------------------------------------- |
| 623 | int vtkPVPlotMatrixView::GetTitleAlignment() |