40 #ifndef vtkLegendScaleActor_h
41 #define vtkLegendScaleActor_h
43 #include "vtkRenderingAnnotationModule.h"
85 vtkSetClampMacro(LabelMode,
int,DISTANCE,XY_COORDINATES);
86 vtkGetMacro(LabelMode,
int);
132 void AllAnnotationsOn();
133 void AllAnnotationsOff();
142 vtkSetClampMacro(RightBorderOffset,
int,5,
VTK_INT_MAX);
143 vtkGetMacro(RightBorderOffset,
int);
152 vtkSetClampMacro(TopBorderOffset,
int,5,
VTK_INT_MAX);
153 vtkGetMacro(TopBorderOffset,
int);
162 vtkSetClampMacro(LeftBorderOffset,
int,5,
VTK_INT_MAX);
163 vtkGetMacro(LeftBorderOffset,
int);
172 vtkSetClampMacro(BottomBorderOffset,
int,5,
VTK_INT_MAX);
173 vtkGetMacro(BottomBorderOffset,
int);
181 vtkSetClampMacro(CornerOffsetFactor,
double, 1.0, 10.0);
182 vtkGetMacro(CornerOffsetFactor,
double);
209 virtual void BuildRepresentation(
vtkViewport *viewport);