57 #ifndef __vtkCaptionActor2D_h
58 #define __vtkCaptionActor2D_h
84 virtual void SetCaption(
const char* caption);
85 virtual char* GetCaption();
92 vtkWorldCoordinateMacro(AttachmentPoint);
97 vtkSetMacro(Border,
int);
98 vtkGetMacro(Border,
int);
99 vtkBooleanMacro(Border,
int);
105 vtkSetMacro(Leader,
int);
106 vtkGetMacro(Leader,
int);
107 vtkBooleanMacro(Leader,
int);
113 vtkSetMacro(ThreeDimensionalLeader,
int);
114 vtkGetMacro(ThreeDimensionalLeader,
int);
115 vtkBooleanMacro(ThreeDimensionalLeader,
int);
133 vtkSetClampMacro(LeaderGlyphSize,
double,0.0,0.1);
134 vtkGetMacro(LeaderGlyphSize,
double);
141 vtkSetClampMacro(MaximumLeaderGlyphSize,
int,1,1000);
142 vtkGetMacro(MaximumLeaderGlyphSize,
int);
148 vtkSetClampMacro(Padding,
int, 0, 50);
149 vtkGetMacro(Padding,
int);
171 vtkSetMacro(AttachEdgeOnly,
int);
172 vtkGetMacro(AttachEdgeOnly,
int);
173 vtkBooleanMacro(AttachEdgeOnly,
int);