38 #ifndef __vtkTextSource_h
39 #define __vtkTextSource_h
41 #include "vtkFiltersSourcesModule.h"
42 #include "vtkPolyDataAlgorithm.h"
44 class VTKFILTERSSOURCES_EXPORT
vtkTextSource :
public vtkPolyDataAlgorithm
48 void PrintSelf(ostream& os, vtkIndent indent);
55 vtkSetStringMacro(Text);
56 vtkGetStringMacro(Text);
61 vtkSetMacro(Backing,
int);
62 vtkGetMacro(Backing,
int);
63 vtkBooleanMacro(Backing,
int);
69 vtkSetVector3Macro(ForegroundColor,
double);
70 vtkGetVectorMacro(ForegroundColor,
double,3);
76 vtkSetVector3Macro(BackgroundColor,
double);
77 vtkGetVectorMacro(BackgroundColor,
double,3);
84 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
87 double ForegroundColor[4];
88 double BackgroundColor[4];