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

Method SetAxesTextProperty

Rendering/Annotation/vtkLegendScaleActor.cxx:156–169  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

154
155//------------------------------------------------------------------------------
156void vtkLegendScaleActor::SetAxesTextProperty(vtkTextProperty* prop)
157{
158 this->RightAxis->SetLabelTextProperty(prop);
159 this->TopAxis->SetLabelTextProperty(prop);
160 this->LeftAxis->SetLabelTextProperty(prop);
161 this->BottomAxis->SetLabelTextProperty(prop);
162
163 this->RightAxis->SetTitleTextProperty(prop);
164 this->TopAxis->SetTitleTextProperty(prop);
165 this->LeftAxis->SetTitleTextProperty(prop);
166 this->BottomAxis->SetTitleTextProperty(prop);
167
168 this->Modified();
169}
170
171//------------------------------------------------------------------------------
172void vtkLegendScaleActor::SetAxesProperty(vtkProperty2D* prop)

Callers

nothing calls this directly

Calls 3

SetLabelTextPropertyMethod · 0.45
SetTitleTextPropertyMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected