]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLabeledDataMapper.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkLabeledDataMapper.java
1 // java wrapper for vtkLabeledDataMapper object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkLabeledDataMapper extends vtkMapper2D
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 void SetLabelFormat_2(String id0);
19   public void SetLabelFormat(String id0)
20     { SetLabelFormat_2(id0); }
21
22   private native String GetLabelFormat_3();
23   public String GetLabelFormat()
24     { return GetLabelFormat_3(); }
25
26   private native void SetLabeledComponent_4(int id0);
27   public void SetLabeledComponent(int id0)
28     { SetLabeledComponent_4(id0); }
29
30   private native int GetLabeledComponent_5();
31   public int GetLabeledComponent()
32     { return GetLabeledComponent_5(); }
33
34   private native void SetComponentSeparator_6(char id0);
35   public void SetComponentSeparator(char id0)
36     { SetComponentSeparator_6(id0); }
37
38   private native char GetComponentSeparator_7();
39   public char GetComponentSeparator()
40     { return GetComponentSeparator_7(); }
41
42   private native void SetFieldDataArray_8(int id0);
43   public void SetFieldDataArray(int id0)
44     { SetFieldDataArray_8(id0); }
45
46   private native int GetFieldDataArray_9();
47   public int GetFieldDataArray()
48     { return GetFieldDataArray_9(); }
49
50   private native void SetFieldDataName_10(String id0);
51   public void SetFieldDataName(String id0)
52     { SetFieldDataName_10(id0); }
53
54   private native String GetFieldDataName_11();
55   public String GetFieldDataName()
56     { return GetFieldDataName_11(); }
57
58   private native void SetInputData_12(vtkDataObject id0);
59   public void SetInputData(vtkDataObject id0)
60     { SetInputData_12(id0); }
61
62   private native long GetInput_13();
63   public vtkDataSet GetInput() {
64     long temp = GetInput_13();
65
66     if (temp == 0) return null;
67     return (vtkDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
68 }
69
70   private native void SetLabelMode_14(int id0);
71   public void SetLabelMode(int id0)
72     { SetLabelMode_14(id0); }
73
74   private native int GetLabelMode_15();
75   public int GetLabelMode()
76     { return GetLabelMode_15(); }
77
78   private native void SetLabelModeToLabelIds_16();
79   public void SetLabelModeToLabelIds()
80     { SetLabelModeToLabelIds_16(); }
81
82   private native void SetLabelModeToLabelScalars_17();
83   public void SetLabelModeToLabelScalars()
84     { SetLabelModeToLabelScalars_17(); }
85
86   private native void SetLabelModeToLabelVectors_18();
87   public void SetLabelModeToLabelVectors()
88     { SetLabelModeToLabelVectors_18(); }
89
90   private native void SetLabelModeToLabelNormals_19();
91   public void SetLabelModeToLabelNormals()
92     { SetLabelModeToLabelNormals_19(); }
93
94   private native void SetLabelModeToLabelTCoords_20();
95   public void SetLabelModeToLabelTCoords()
96     { SetLabelModeToLabelTCoords_20(); }
97
98   private native void SetLabelModeToLabelTensors_21();
99   public void SetLabelModeToLabelTensors()
100     { SetLabelModeToLabelTensors_21(); }
101
102   private native void SetLabelModeToLabelFieldData_22();
103   public void SetLabelModeToLabelFieldData()
104     { SetLabelModeToLabelFieldData_22(); }
105
106   private native void SetLabelTextProperty_23(vtkTextProperty id0);
107   public void SetLabelTextProperty(vtkTextProperty id0)
108     { SetLabelTextProperty_23(id0); }
109
110   private native long GetLabelTextProperty_24();
111   public vtkTextProperty GetLabelTextProperty() {
112     long temp = GetLabelTextProperty_24();
113
114     if (temp == 0) return null;
115     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
116 }
117
118   private native void SetLabelTextProperty_25(vtkTextProperty id0,int id1);
119   public void SetLabelTextProperty(vtkTextProperty id0,int id1)
120     { SetLabelTextProperty_25(id0,id1); }
121
122   private native long GetLabelTextProperty_26(int id0);
123   public vtkTextProperty GetLabelTextProperty(int id0) {
124     long temp = GetLabelTextProperty_26(id0);
125
126     if (temp == 0) return null;
127     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
128 }
129
130   private native void RenderOpaqueGeometry_27(vtkViewport id0,vtkActor2D id1);
131   public void RenderOpaqueGeometry(vtkViewport id0,vtkActor2D id1)
132     { RenderOpaqueGeometry_27(id0,id1); }
133
134   private native void RenderOverlay_28(vtkViewport id0,vtkActor2D id1);
135   public void RenderOverlay(vtkViewport id0,vtkActor2D id1)
136     { RenderOverlay_28(id0,id1); }
137
138   private native void ReleaseGraphicsResources_29(vtkWindow id0);
139   public void ReleaseGraphicsResources(vtkWindow id0)
140     { ReleaseGraphicsResources_29(id0); }
141
142   private native long GetTransform_30();
143   public vtkTransform GetTransform() {
144     long temp = GetTransform_30();
145
146     if (temp == 0) return null;
147     return (vtkTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
148 }
149
150   private native void SetTransform_31(vtkTransform id0);
151   public void SetTransform(vtkTransform id0)
152     { SetTransform_31(id0); }
153
154   private native int GetCoordinateSystem_32();
155   public int GetCoordinateSystem()
156     { return GetCoordinateSystem_32(); }
157
158   private native void SetCoordinateSystem_33(int id0);
159   public void SetCoordinateSystem(int id0)
160     { SetCoordinateSystem_33(id0); }
161
162   private native int GetCoordinateSystemMinValue_34();
163   public int GetCoordinateSystemMinValue()
164     { return GetCoordinateSystemMinValue_34(); }
165
166   private native int GetCoordinateSystemMaxValue_35();
167   public int GetCoordinateSystemMaxValue()
168     { return GetCoordinateSystemMaxValue_35(); }
169
170   private native void CoordinateSystemWorld_36();
171   public void CoordinateSystemWorld()
172     { CoordinateSystemWorld_36(); }
173
174   private native void CoordinateSystemDisplay_37();
175   public void CoordinateSystemDisplay()
176     { CoordinateSystemDisplay_37(); }
177
178   private native int GetMTime_38();
179   public int GetMTime()
180     { return GetMTime_38(); }
181
182   private native int GetNumberOfLabels_39();
183   public int GetNumberOfLabels()
184     { return GetNumberOfLabels_39(); }
185
186   private native void GetLabelPosition_40(int id0,double id1[]);
187   public void GetLabelPosition(int id0,double id1[])
188     { GetLabelPosition_40(id0,id1); }
189
190   private native String GetLabelText_41(int id0);
191   public String GetLabelText(int id0)
192     { return GetLabelText_41(id0); }
193
194   public vtkLabeledDataMapper() { super(); }
195
196   public vtkLabeledDataMapper(long id) { super(id); }
197   public native long   VTKInit();
198
199 }