25 #ifndef __vtkCornerAnnotation_h
26 #define __vtkCornerAnnotation_h
58 vtkSetMacro(MaximumLineHeight,
double);
59 vtkGetMacro(MaximumLineHeight,
double);
65 vtkSetMacro(MinimumFontSize,
int);
66 vtkGetMacro(MinimumFontSize,
int);
67 vtkSetMacro(MaximumFontSize,
int);
68 vtkGetMacro(MaximumFontSize,
int);
78 vtkSetMacro( LinearFontScaleFactor,
double );
79 vtkGetMacro( LinearFontScaleFactor,
double );
80 vtkSetMacro( NonlinearFontScaleFactor,
double );
81 vtkGetMacro( NonlinearFontScaleFactor,
double );
91 void SetText(
int i,
const char *text);
92 const char* GetText(
int i);
112 vtkSetMacro(LevelShift,
double);
113 vtkGetMacro(LevelShift,
double);
118 vtkSetMacro(LevelScale,
double);
119 vtkGetMacro(LevelScale,
double);
131 vtkBooleanMacro(ShowSliceAndImage,
int);
132 vtkSetMacro(ShowSliceAndImage,
int);
133 vtkGetMacro(ShowSliceAndImage,
int);
168 virtual void TextReplace(
174 virtual void SetTextActorsPosition(
int vsize[2]);
175 virtual void SetTextActorsJustification();