]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkParallelCoordinatesRepresentation.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkParallelCoordinatesRepresentation.java
1 // java wrapper for vtkParallelCoordinatesRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkParallelCoordinatesRepresentation extends vtkRenderedRepresentation
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 ApplyViewTheme_2(vtkViewTheme id0);
19   public void ApplyViewTheme(vtkViewTheme id0)
20     { ApplyViewTheme_2(id0); }
21
22   private native String GetHoverText_3(vtkView id0,int id1,int id2);
23   public String GetHoverText(vtkView id0,int id1,int id2)
24     { return GetHoverText_3(id0,id1,id2); }
25
26   private native void SetAxisTitles_4(vtkStringArray id0);
27   public void SetAxisTitles(vtkStringArray id0)
28     { SetAxisTitles_4(id0); }
29
30   private native void SetAxisTitles_5(vtkAlgorithmOutput id0);
31   public void SetAxisTitles(vtkAlgorithmOutput id0)
32     { SetAxisTitles_5(id0); }
33
34   private native void SetPlotTitle_6(String id0);
35   public void SetPlotTitle(String id0)
36     { SetPlotTitle_6(id0); }
37
38   private native int GetNumberOfAxes_7();
39   public int GetNumberOfAxes()
40     { return GetNumberOfAxes_7(); }
41
42   private native int GetNumberOfSamples_8();
43   public int GetNumberOfSamples()
44     { return GetNumberOfSamples_8(); }
45
46   private native void SetNumberOfAxisLabels_9(int id0);
47   public void SetNumberOfAxisLabels(int id0)
48     { SetNumberOfAxisLabels_9(id0); }
49
50   private native int GetNumberOfAxisLabels_10();
51   public int GetNumberOfAxisLabels()
52     { return GetNumberOfAxisLabels_10(); }
53
54   private native int SwapAxisPositions_11(int id0,int id1);
55   public int SwapAxisPositions(int id0,int id1)
56     { return SwapAxisPositions_11(id0,id1); }
57
58   private native int SetXCoordinateOfPosition_12(int id0,double id1);
59   public int SetXCoordinateOfPosition(int id0,double id1)
60     { return SetXCoordinateOfPosition_12(id0,id1); }
61
62   private native double GetXCoordinateOfPosition_13(int id0);
63   public double GetXCoordinateOfPosition(int id0)
64     { return GetXCoordinateOfPosition_13(id0); }
65
66   private native int GetPositionNearXCoordinate_14(double id0);
67   public int GetPositionNearXCoordinate(double id0)
68     { return GetPositionNearXCoordinate_14(id0); }
69
70   private native void SetUseCurves_15(int id0);
71   public void SetUseCurves(int id0)
72     { SetUseCurves_15(id0); }
73
74   private native int GetUseCurves_16();
75   public int GetUseCurves()
76     { return GetUseCurves_16(); }
77
78   private native void UseCurvesOn_17();
79   public void UseCurvesOn()
80     { UseCurvesOn_17(); }
81
82   private native void UseCurvesOff_18();
83   public void UseCurvesOff()
84     { UseCurvesOff_18(); }
85
86   private native void SetCurveResolution_19(int id0);
87   public void SetCurveResolution(int id0)
88     { SetCurveResolution_19(id0); }
89
90   private native int GetCurveResolution_20();
91   public int GetCurveResolution()
92     { return GetCurveResolution_20(); }
93
94   private native double GetLineOpacity_21();
95   public double GetLineOpacity()
96     { return GetLineOpacity_21(); }
97
98   private native double GetFontSize_22();
99   public double GetFontSize()
100     { return GetFontSize_22(); }
101
102   private native double[] GetLineColor_23();
103   public double[] GetLineColor()
104     { return GetLineColor_23(); }
105
106   private native double[] GetAxisColor_24();
107   public double[] GetAxisColor()
108     { return GetAxisColor_24(); }
109
110   private native double[] GetAxisLabelColor_25();
111   public double[] GetAxisLabelColor()
112     { return GetAxisLabelColor_25(); }
113
114   private native void SetLineOpacity_26(double id0);
115   public void SetLineOpacity(double id0)
116     { SetLineOpacity_26(id0); }
117
118   private native void SetFontSize_27(double id0);
119   public void SetFontSize(double id0)
120     { SetFontSize_27(id0); }
121
122   private native void SetLineColor_28(double id0,double id1,double id2);
123   public void SetLineColor(double id0,double id1,double id2)
124     { SetLineColor_28(id0,id1,id2); }
125
126   private native void SetLineColor_29(double id0[]);
127   public void SetLineColor(double id0[])
128     { SetLineColor_29(id0); }
129
130   private native void SetAxisColor_30(double id0,double id1,double id2);
131   public void SetAxisColor(double id0,double id1,double id2)
132     { SetAxisColor_30(id0,id1,id2); }
133
134   private native void SetAxisColor_31(double id0[]);
135   public void SetAxisColor(double id0[])
136     { SetAxisColor_31(id0); }
137
138   private native void SetAxisLabelColor_32(double id0,double id1,double id2);
139   public void SetAxisLabelColor(double id0,double id1,double id2)
140     { SetAxisLabelColor_32(id0,id1,id2); }
141
142   private native void SetAxisLabelColor_33(double id0[]);
143   public void SetAxisLabelColor(double id0[])
144     { SetAxisLabelColor_33(id0); }
145
146   private native void SetAngleBrushThreshold_34(double id0);
147   public void SetAngleBrushThreshold(double id0)
148     { SetAngleBrushThreshold_34(id0); }
149
150   private native double GetAngleBrushThreshold_35();
151   public double GetAngleBrushThreshold()
152     { return GetAngleBrushThreshold_35(); }
153
154   private native void SetFunctionBrushThreshold_36(double id0);
155   public void SetFunctionBrushThreshold(double id0)
156     { SetFunctionBrushThreshold_36(id0); }
157
158   private native double GetFunctionBrushThreshold_37();
159   public double GetFunctionBrushThreshold()
160     { return GetFunctionBrushThreshold_37(); }
161
162   private native int GetRangeAtPosition_38(int id0,double id1[]);
163   public int GetRangeAtPosition(int id0,double id1[])
164     { return GetRangeAtPosition_38(id0,id1); }
165
166   private native int SetRangeAtPosition_39(int id0,double id1[]);
167   public int SetRangeAtPosition(int id0,double id1[])
168     { return SetRangeAtPosition_39(id0,id1); }
169
170   private native void ResetAxes_40();
171   public void ResetAxes()
172     { ResetAxes_40(); }
173
174   private native void LassoSelect_41(int id0,int id1,vtkPoints id2);
175   public void LassoSelect(int id0,int id1,vtkPoints id2)
176     { LassoSelect_41(id0,id1,id2); }
177
178   public vtkParallelCoordinatesRepresentation() { super(); }
179
180   public vtkParallelCoordinatesRepresentation(long id) { super(id); }
181   public native long   VTKInit();
182
183 }