| 910 | } |
| 911 | |
| 912 | void vtkParallelCoordinatesView::ApplyViewTheme(vtkViewTheme* theme) |
| 913 | { |
| 914 | this->Superclass::ApplyViewTheme(theme); |
| 915 | this->Balloon->GetFrameProperty()->SetColor(theme->GetBackgroundColor()); // CellColor()); |
| 916 | this->Balloon->GetTextProperty()->SetColor(theme->GetCellColor()); // BackgroundColor()); |
| 917 | } |
| 918 | VTK_ABI_NAMESPACE_END |
nothing calls this directly
no test coverage detected