]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkParallelCoordinatesActor.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkParallelCoordinatesActor.java
1 // java wrapper for vtkParallelCoordinatesActor object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkParallelCoordinatesActor extends vtkActor2D
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 SetIndependentVariables_2(int id0);
19   public void SetIndependentVariables(int id0)
20     { SetIndependentVariables_2(id0); }
21
22   private native int GetIndependentVariablesMinValue_3();
23   public int GetIndependentVariablesMinValue()
24     { return GetIndependentVariablesMinValue_3(); }
25
26   private native int GetIndependentVariablesMaxValue_4();
27   public int GetIndependentVariablesMaxValue()
28     { return GetIndependentVariablesMaxValue_4(); }
29
30   private native int GetIndependentVariables_5();
31   public int GetIndependentVariables()
32     { return GetIndependentVariables_5(); }
33
34   private native void SetIndependentVariablesToColumns_6();
35   public void SetIndependentVariablesToColumns()
36     { SetIndependentVariablesToColumns_6(); }
37
38   private native void SetIndependentVariablesToRows_7();
39   public void SetIndependentVariablesToRows()
40     { SetIndependentVariablesToRows_7(); }
41
42   private native void SetTitle_8(String id0);
43   public void SetTitle(String id0)
44     { SetTitle_8(id0); }
45
46   private native String GetTitle_9();
47   public String GetTitle()
48     { return GetTitle_9(); }
49
50   private native void SetNumberOfLabels_10(int id0);
51   public void SetNumberOfLabels(int id0)
52     { SetNumberOfLabels_10(id0); }
53
54   private native int GetNumberOfLabelsMinValue_11();
55   public int GetNumberOfLabelsMinValue()
56     { return GetNumberOfLabelsMinValue_11(); }
57
58   private native int GetNumberOfLabelsMaxValue_12();
59   public int GetNumberOfLabelsMaxValue()
60     { return GetNumberOfLabelsMaxValue_12(); }
61
62   private native int GetNumberOfLabels_13();
63   public int GetNumberOfLabels()
64     { return GetNumberOfLabels_13(); }
65
66   private native void SetLabelFormat_14(String id0);
67   public void SetLabelFormat(String id0)
68     { SetLabelFormat_14(id0); }
69
70   private native String GetLabelFormat_15();
71   public String GetLabelFormat()
72     { return GetLabelFormat_15(); }
73
74   private native void SetTitleTextProperty_16(vtkTextProperty id0);
75   public void SetTitleTextProperty(vtkTextProperty id0)
76     { SetTitleTextProperty_16(id0); }
77
78   private native long GetTitleTextProperty_17();
79   public vtkTextProperty GetTitleTextProperty() {
80     long temp = GetTitleTextProperty_17();
81
82     if (temp == 0) return null;
83     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
84 }
85
86   private native void SetLabelTextProperty_18(vtkTextProperty id0);
87   public void SetLabelTextProperty(vtkTextProperty id0)
88     { SetLabelTextProperty_18(id0); }
89
90   private native long GetLabelTextProperty_19();
91   public vtkTextProperty GetLabelTextProperty() {
92     long temp = GetLabelTextProperty_19();
93
94     if (temp == 0) return null;
95     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
96 }
97
98   private native int RenderOpaqueGeometry_20(vtkViewport id0);
99   public int RenderOpaqueGeometry(vtkViewport id0)
100     { return RenderOpaqueGeometry_20(id0); }
101
102   private native int RenderOverlay_21(vtkViewport id0);
103   public int RenderOverlay(vtkViewport id0)
104     { return RenderOverlay_21(id0); }
105
106   private native int RenderTranslucentPolygonalGeometry_22(vtkViewport id0);
107   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
108     { return RenderTranslucentPolygonalGeometry_22(id0); }
109
110   private native int HasTranslucentPolygonalGeometry_23();
111   public int HasTranslucentPolygonalGeometry()
112     { return HasTranslucentPolygonalGeometry_23(); }
113
114   private native void SetInputConnection_24(vtkAlgorithmOutput id0);
115   public void SetInputConnection(vtkAlgorithmOutput id0)
116     { SetInputConnection_24(id0); }
117
118   private native void SetInputData_25(vtkDataObject id0);
119   public void SetInputData(vtkDataObject id0)
120     { SetInputData_25(id0); }
121
122   private native long GetInput_26();
123   public vtkDataObject GetInput() {
124     long temp = GetInput_26();
125
126     if (temp == 0) return null;
127     return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
128 }
129
130   private native void ReleaseGraphicsResources_27(vtkWindow id0);
131   public void ReleaseGraphicsResources(vtkWindow id0)
132     { ReleaseGraphicsResources_27(id0); }
133
134   public vtkParallelCoordinatesActor() { super(); }
135
136   public vtkParallelCoordinatesActor(long id) { super(id); }
137   public native long   VTKInit();
138
139 }