------------------------------------------------------------------------------
| 366 | |
| 367 | //------------------------------------------------------------------------------ |
| 368 | vtkTextProperty* vtkAxisActor2D::GetLabelTextProperty() |
| 369 | { |
| 370 | return this->LabelTextProperty; |
| 371 | } |
| 372 | |
| 373 | //------------------------------------------------------------------------------ |
| 374 | int vtkAxisActor2D::UpdateGeometryAndRenderOpaqueGeometry(vtkViewport* viewport, bool render) |