1 // java wrapper for vtkSliderRepresentation object
7 public class vtkSliderRepresentation extends vtkWidgetRepresentation
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 void SetValue_2(double id0);
19 public void SetValue(double id0)
22 private native double GetValue_3();
23 public double GetValue()
24 { return GetValue_3(); }
26 private native void SetMinimumValue_4(double id0);
27 public void SetMinimumValue(double id0)
28 { SetMinimumValue_4(id0); }
30 private native double GetMinimumValue_5();
31 public double GetMinimumValue()
32 { return GetMinimumValue_5(); }
34 private native void SetMaximumValue_6(double id0);
35 public void SetMaximumValue(double id0)
36 { SetMaximumValue_6(id0); }
38 private native double GetMaximumValue_7();
39 public double GetMaximumValue()
40 { return GetMaximumValue_7(); }
42 private native void SetSliderLength_8(double id0);
43 public void SetSliderLength(double id0)
44 { SetSliderLength_8(id0); }
46 private native double GetSliderLengthMinValue_9();
47 public double GetSliderLengthMinValue()
48 { return GetSliderLengthMinValue_9(); }
50 private native double GetSliderLengthMaxValue_10();
51 public double GetSliderLengthMaxValue()
52 { return GetSliderLengthMaxValue_10(); }
54 private native double GetSliderLength_11();
55 public double GetSliderLength()
56 { return GetSliderLength_11(); }
58 private native void SetSliderWidth_12(double id0);
59 public void SetSliderWidth(double id0)
60 { SetSliderWidth_12(id0); }
62 private native double GetSliderWidthMinValue_13();
63 public double GetSliderWidthMinValue()
64 { return GetSliderWidthMinValue_13(); }
66 private native double GetSliderWidthMaxValue_14();
67 public double GetSliderWidthMaxValue()
68 { return GetSliderWidthMaxValue_14(); }
70 private native double GetSliderWidth_15();
71 public double GetSliderWidth()
72 { return GetSliderWidth_15(); }
74 private native void SetTubeWidth_16(double id0);
75 public void SetTubeWidth(double id0)
76 { SetTubeWidth_16(id0); }
78 private native double GetTubeWidthMinValue_17();
79 public double GetTubeWidthMinValue()
80 { return GetTubeWidthMinValue_17(); }
82 private native double GetTubeWidthMaxValue_18();
83 public double GetTubeWidthMaxValue()
84 { return GetTubeWidthMaxValue_18(); }
86 private native double GetTubeWidth_19();
87 public double GetTubeWidth()
88 { return GetTubeWidth_19(); }
90 private native void SetEndCapLength_20(double id0);
91 public void SetEndCapLength(double id0)
92 { SetEndCapLength_20(id0); }
94 private native double GetEndCapLengthMinValue_21();
95 public double GetEndCapLengthMinValue()
96 { return GetEndCapLengthMinValue_21(); }
98 private native double GetEndCapLengthMaxValue_22();
99 public double GetEndCapLengthMaxValue()
100 { return GetEndCapLengthMaxValue_22(); }
102 private native double GetEndCapLength_23();
103 public double GetEndCapLength()
104 { return GetEndCapLength_23(); }
106 private native void SetEndCapWidth_24(double id0);
107 public void SetEndCapWidth(double id0)
108 { SetEndCapWidth_24(id0); }
110 private native double GetEndCapWidthMinValue_25();
111 public double GetEndCapWidthMinValue()
112 { return GetEndCapWidthMinValue_25(); }
114 private native double GetEndCapWidthMaxValue_26();
115 public double GetEndCapWidthMaxValue()
116 { return GetEndCapWidthMaxValue_26(); }
118 private native double GetEndCapWidth_27();
119 public double GetEndCapWidth()
120 { return GetEndCapWidth_27(); }
122 private native void SetTitleText_28(String id0);
123 public void SetTitleText(String id0)
124 { SetTitleText_28(id0); }
126 private native String GetTitleText_29();
127 public String GetTitleText()
128 { return GetTitleText_29(); }
130 private native void SetLabelFormat_30(String id0);
131 public void SetLabelFormat(String id0)
132 { SetLabelFormat_30(id0); }
134 private native String GetLabelFormat_31();
135 public String GetLabelFormat()
136 { return GetLabelFormat_31(); }
138 private native void SetLabelHeight_32(double id0);
139 public void SetLabelHeight(double id0)
140 { SetLabelHeight_32(id0); }
142 private native double GetLabelHeightMinValue_33();
143 public double GetLabelHeightMinValue()
144 { return GetLabelHeightMinValue_33(); }
146 private native double GetLabelHeightMaxValue_34();
147 public double GetLabelHeightMaxValue()
148 { return GetLabelHeightMaxValue_34(); }
150 private native double GetLabelHeight_35();
151 public double GetLabelHeight()
152 { return GetLabelHeight_35(); }
154 private native void SetTitleHeight_36(double id0);
155 public void SetTitleHeight(double id0)
156 { SetTitleHeight_36(id0); }
158 private native double GetTitleHeightMinValue_37();
159 public double GetTitleHeightMinValue()
160 { return GetTitleHeightMinValue_37(); }
162 private native double GetTitleHeightMaxValue_38();
163 public double GetTitleHeightMaxValue()
164 { return GetTitleHeightMaxValue_38(); }
166 private native double GetTitleHeight_39();
167 public double GetTitleHeight()
168 { return GetTitleHeight_39(); }
170 private native void SetShowSliderLabel_40(int id0);
171 public void SetShowSliderLabel(int id0)
172 { SetShowSliderLabel_40(id0); }
174 private native int GetShowSliderLabel_41();
175 public int GetShowSliderLabel()
176 { return GetShowSliderLabel_41(); }
178 private native void ShowSliderLabelOn_42();
179 public void ShowSliderLabelOn()
180 { ShowSliderLabelOn_42(); }
182 private native void ShowSliderLabelOff_43();
183 public void ShowSliderLabelOff()
184 { ShowSliderLabelOff_43(); }
186 private native double GetCurrentT_44();
187 public double GetCurrentT()
188 { return GetCurrentT_44(); }
190 private native double GetPickedT_45();
191 public double GetPickedT()
192 { return GetPickedT_45(); }
194 public vtkSliderRepresentation() { super(); }
196 public vtkSliderRepresentation(long id) { super(id); }