MCPcopy Create free account
hub / github.com/Kitware/VTK / ApplyViewTheme

Method ApplyViewTheme

Views/Infovis/vtkParallelCoordinatesView.cxx:912–917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

910}
911
912void 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}
918VTK_ABI_NAMESPACE_END

Callers

nothing calls this directly

Calls 3

SetColorMethod · 0.45
GetBackgroundColorMethod · 0.45
GetTextPropertyMethod · 0.45

Tested by

no test coverage detected