]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkFreeTypeTools.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkFreeTypeTools.java
1 // java wrapper for vtkFreeTypeTools object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkFreeTypeTools extends vtkObject
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native long GetInstance_2();
19   public vtkFreeTypeTools GetInstance() {
20     long temp = GetInstance_2();
21
22     if (temp == 0) return null;
23     return (vtkFreeTypeTools)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native void SetInstance_3(vtkFreeTypeTools id0);
27   public void SetInstance(vtkFreeTypeTools id0)
28     { SetInstance_3(id0); }
29
30   private native void SetDebugTextures_4(boolean id0);
31   public void SetDebugTextures(boolean id0)
32     { SetDebugTextures_4(id0); }
33
34   private native boolean GetDebugTextures_5();
35   public boolean GetDebugTextures()
36     { return GetDebugTextures_5(); }
37
38   private native void DebugTexturesOn_6();
39   public void DebugTexturesOn()
40     { DebugTexturesOn_6(); }
41
42   private native void DebugTexturesOff_7();
43   public void DebugTexturesOff()
44     { DebugTexturesOff_7(); }
45
46   private native void SetMaximumNumberOfFaces_8(int id0);
47   public void SetMaximumNumberOfFaces(int id0)
48     { SetMaximumNumberOfFaces_8(id0); }
49
50   private native int GetMaximumNumberOfFacesMinValue_9();
51   public int GetMaximumNumberOfFacesMinValue()
52     { return GetMaximumNumberOfFacesMinValue_9(); }
53
54   private native int GetMaximumNumberOfFacesMaxValue_10();
55   public int GetMaximumNumberOfFacesMaxValue()
56     { return GetMaximumNumberOfFacesMaxValue_10(); }
57
58   private native int GetMaximumNumberOfFaces_11();
59   public int GetMaximumNumberOfFaces()
60     { return GetMaximumNumberOfFaces_11(); }
61
62   private native void SetMaximumNumberOfSizes_12(int id0);
63   public void SetMaximumNumberOfSizes(int id0)
64     { SetMaximumNumberOfSizes_12(id0); }
65
66   private native int GetMaximumNumberOfSizesMinValue_13();
67   public int GetMaximumNumberOfSizesMinValue()
68     { return GetMaximumNumberOfSizesMinValue_13(); }
69
70   private native int GetMaximumNumberOfSizesMaxValue_14();
71   public int GetMaximumNumberOfSizesMaxValue()
72     { return GetMaximumNumberOfSizesMaxValue_14(); }
73
74   private native int GetMaximumNumberOfSizes_15();
75   public int GetMaximumNumberOfSizes()
76     { return GetMaximumNumberOfSizes_15(); }
77
78   private native void SetMaximumNumberOfBytes_16(int id0);
79   public void SetMaximumNumberOfBytes(int id0)
80     { SetMaximumNumberOfBytes_16(id0); }
81
82   private native int GetMaximumNumberOfBytesMinValue_17();
83   public int GetMaximumNumberOfBytesMinValue()
84     { return GetMaximumNumberOfBytesMinValue_17(); }
85
86   private native int GetMaximumNumberOfBytesMaxValue_18();
87   public int GetMaximumNumberOfBytesMaxValue()
88     { return GetMaximumNumberOfBytesMaxValue_18(); }
89
90   private native int GetMaximumNumberOfBytes_19();
91   public int GetMaximumNumberOfBytes()
92     { return GetMaximumNumberOfBytes_19(); }
93
94   private native boolean GetBoundingBox_20(vtkTextProperty id0,String id1,int id2,int id3[]);
95   public boolean GetBoundingBox(vtkTextProperty id0,String id1,int id2,int id3[])
96     { return GetBoundingBox_20(id0,id1,id2,id3); }
97
98   private native boolean RenderString_21(vtkTextProperty id0,String id1,int id2,vtkImageData id3,int id4[]);
99   public boolean RenderString(vtkTextProperty id0,String id1,int id2,vtkImageData id3,int id4[])
100     { return RenderString_21(id0,id1,id2,id3,id4); }
101
102   private native boolean StringToPath_22(vtkTextProperty id0,String id1,int id2,vtkPath id3);
103   public boolean StringToPath(vtkTextProperty id0,String id1,int id2,vtkPath id3)
104     { return StringToPath_22(id0,id1,id2,id3); }
105
106   private native int GetConstrainedFontSize_23(String id0,vtkTextProperty id1,int id2,int id3,int id4);
107   public int GetConstrainedFontSize(String id0,vtkTextProperty id1,int id2,int id3,int id4)
108     { return GetConstrainedFontSize_23(id0,id1,id2,id3,id4); }
109
110   private native int HashString_24(String id0);
111   public int HashString(String id0)
112     { return HashString_24(id0); }
113
114   private native void SetScaleToPowerTwo_25(boolean id0);
115   public void SetScaleToPowerTwo(boolean id0)
116     { SetScaleToPowerTwo_25(id0); }
117
118   private native boolean GetScaleToPowerTwo_26();
119   public boolean GetScaleToPowerTwo()
120     { return GetScaleToPowerTwo_26(); }
121
122   private native void ScaleToPowerTwoOn_27();
123   public void ScaleToPowerTwoOn()
124     { ScaleToPowerTwoOn_27(); }
125
126   private native void ScaleToPowerTwoOff_28();
127   public void ScaleToPowerTwoOff()
128     { ScaleToPowerTwoOff_28(); }
129
130   private native void SetForceCompiledFonts_29(boolean id0);
131   public void SetForceCompiledFonts(boolean id0)
132     { SetForceCompiledFonts_29(id0); }
133
134   private native boolean GetForceCompiledFonts_30();
135   public boolean GetForceCompiledFonts()
136     { return GetForceCompiledFonts_30(); }
137
138   private native void ForceCompiledFontsOn_31();
139   public void ForceCompiledFontsOn()
140     { ForceCompiledFontsOn_31(); }
141
142   private native void ForceCompiledFontsOff_32();
143   public void ForceCompiledFontsOff()
144     { ForceCompiledFontsOff_32(); }
145
146   public vtkFreeTypeTools() { super(); }
147
148   public vtkFreeTypeTools(long id) { super(id); }
149
150 }