1 // java wrapper for vtkLabelPlacer object
7 public class vtkLabelPlacer extends vtkPolyDataAlgorithm
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native long GetRenderer_2();
19 public vtkRenderer GetRenderer() {
20 long temp = GetRenderer_2();
22 if (temp == 0) return null;
23 return (vtkRenderer)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
26 private native void SetRenderer_3(vtkRenderer id0);
27 public void SetRenderer(vtkRenderer id0)
28 { SetRenderer_3(id0); }
30 private native long GetAnchorTransform_4();
31 public vtkCoordinate GetAnchorTransform() {
32 long temp = GetAnchorTransform_4();
34 if (temp == 0) return null;
35 return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
38 private native void SetGravity_5(int id0);
39 public void SetGravity(int id0)
40 { SetGravity_5(id0); }
42 private native int GetGravity_6();
43 public int GetGravity()
44 { return GetGravity_6(); }
46 private native void SetMaximumLabelFraction_7(double id0);
47 public void SetMaximumLabelFraction(double id0)
48 { SetMaximumLabelFraction_7(id0); }
50 private native double GetMaximumLabelFractionMinValue_8();
51 public double GetMaximumLabelFractionMinValue()
52 { return GetMaximumLabelFractionMinValue_8(); }
54 private native double GetMaximumLabelFractionMaxValue_9();
55 public double GetMaximumLabelFractionMaxValue()
56 { return GetMaximumLabelFractionMaxValue_9(); }
58 private native double GetMaximumLabelFraction_10();
59 public double GetMaximumLabelFraction()
60 { return GetMaximumLabelFraction_10(); }
62 private native void SetIteratorType_11(int id0);
63 public void SetIteratorType(int id0)
64 { SetIteratorType_11(id0); }
66 private native int GetIteratorType_12();
67 public int GetIteratorType()
68 { return GetIteratorType_12(); }
70 private native void SetUseUnicodeStrings_13(boolean id0);
71 public void SetUseUnicodeStrings(boolean id0)
72 { SetUseUnicodeStrings_13(id0); }
74 private native boolean GetUseUnicodeStrings_14();
75 public boolean GetUseUnicodeStrings()
76 { return GetUseUnicodeStrings_14(); }
78 private native void UseUnicodeStringsOn_15();
79 public void UseUnicodeStringsOn()
80 { UseUnicodeStringsOn_15(); }
82 private native void UseUnicodeStringsOff_16();
83 public void UseUnicodeStringsOff()
84 { UseUnicodeStringsOff_16(); }
86 private native int GetMTime_17();
88 { return GetMTime_17(); }
90 private native boolean GetPositionsAsNormals_18();
91 public boolean GetPositionsAsNormals()
92 { return GetPositionsAsNormals_18(); }
94 private native void SetPositionsAsNormals_19(boolean id0);
95 public void SetPositionsAsNormals(boolean id0)
96 { SetPositionsAsNormals_19(id0); }
98 private native void PositionsAsNormalsOn_20();
99 public void PositionsAsNormalsOn()
100 { PositionsAsNormalsOn_20(); }
102 private native void PositionsAsNormalsOff_21();
103 public void PositionsAsNormalsOff()
104 { PositionsAsNormalsOff_21(); }
106 private native boolean GetGeneratePerturbedLabelSpokes_22();
107 public boolean GetGeneratePerturbedLabelSpokes()
108 { return GetGeneratePerturbedLabelSpokes_22(); }
110 private native void SetGeneratePerturbedLabelSpokes_23(boolean id0);
111 public void SetGeneratePerturbedLabelSpokes(boolean id0)
112 { SetGeneratePerturbedLabelSpokes_23(id0); }
114 private native void GeneratePerturbedLabelSpokesOn_24();
115 public void GeneratePerturbedLabelSpokesOn()
116 { GeneratePerturbedLabelSpokesOn_24(); }
118 private native void GeneratePerturbedLabelSpokesOff_25();
119 public void GeneratePerturbedLabelSpokesOff()
120 { GeneratePerturbedLabelSpokesOff_25(); }
122 private native boolean GetUseDepthBuffer_26();
123 public boolean GetUseDepthBuffer()
124 { return GetUseDepthBuffer_26(); }
126 private native void SetUseDepthBuffer_27(boolean id0);
127 public void SetUseDepthBuffer(boolean id0)
128 { SetUseDepthBuffer_27(id0); }
130 private native void UseDepthBufferOn_28();
131 public void UseDepthBufferOn()
132 { UseDepthBufferOn_28(); }
134 private native void UseDepthBufferOff_29();
135 public void UseDepthBufferOff()
136 { UseDepthBufferOff_29(); }
138 private native boolean GetOutputTraversedBounds_30();
139 public boolean GetOutputTraversedBounds()
140 { return GetOutputTraversedBounds_30(); }
142 private native void SetOutputTraversedBounds_31(boolean id0);
143 public void SetOutputTraversedBounds(boolean id0)
144 { SetOutputTraversedBounds_31(id0); }
146 private native void OutputTraversedBoundsOn_32();
147 public void OutputTraversedBoundsOn()
148 { OutputTraversedBoundsOn_32(); }
150 private native void OutputTraversedBoundsOff_33();
151 public void OutputTraversedBoundsOff()
152 { OutputTraversedBoundsOff_33(); }
154 private native int GetOutputCoordinateSystem_34();
155 public int GetOutputCoordinateSystem()
156 { return GetOutputCoordinateSystem_34(); }
158 private native void SetOutputCoordinateSystem_35(int id0);
159 public void SetOutputCoordinateSystem(int id0)
160 { SetOutputCoordinateSystem_35(id0); }
162 private native int GetOutputCoordinateSystemMinValue_36();
163 public int GetOutputCoordinateSystemMinValue()
164 { return GetOutputCoordinateSystemMinValue_36(); }
166 private native int GetOutputCoordinateSystemMaxValue_37();
167 public int GetOutputCoordinateSystemMaxValue()
168 { return GetOutputCoordinateSystemMaxValue_37(); }
170 private native void OutputCoordinateSystemWorld_38();
171 public void OutputCoordinateSystemWorld()
172 { OutputCoordinateSystemWorld_38(); }
174 private native void OutputCoordinateSystemDisplay_39();
175 public void OutputCoordinateSystemDisplay()
176 { OutputCoordinateSystemDisplay_39(); }
178 public vtkLabelPlacer() { super(); }
180 public vtkLabelPlacer(long id) { super(id); }
181 public native long VTKInit();