35 #ifndef __vtkCornerAnnotation_h
36 #define __vtkCornerAnnotation_h
38 #include "vtkRenderingAnnotationModule.h"
69 vtkSetMacro(MaximumLineHeight,
double);
70 vtkGetMacro(MaximumLineHeight,
double);
76 vtkSetMacro(MinimumFontSize,
int);
77 vtkGetMacro(MinimumFontSize,
int);
78 vtkSetMacro(MaximumFontSize,
int);
79 vtkGetMacro(MaximumFontSize,
int);
89 vtkSetMacro( LinearFontScaleFactor,
double );
90 vtkGetMacro( LinearFontScaleFactor,
double );
91 vtkSetMacro( NonlinearFontScaleFactor,
double );
92 vtkGetMacro( NonlinearFontScaleFactor,
double );
102 void SetText(
int i,
const char *text);
103 const char* GetText(
int i);
104 void ClearAllTexts();
123 vtkSetMacro(LevelShift,
double);
124 vtkGetMacro(LevelShift,
double);
129 vtkSetMacro(LevelScale,
double);
130 vtkGetMacro(LevelScale,
double);
142 vtkBooleanMacro(ShowSliceAndImage,
int);
143 vtkSetMacro(ShowSliceAndImage,
int);
144 vtkGetMacro(ShowSliceAndImage,
int);
179 virtual void TextReplace(
185 virtual void SetTextActorsPosition(
int vsize[2]);
186 virtual void SetTextActorsJustification();