1 // java wrapper for vtkCenteredSliderRepresentation object
7 public class vtkCenteredSliderRepresentation extends vtkSliderRepresentation
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 GetPoint1Coordinate_2();
19 public vtkCoordinate GetPoint1Coordinate() {
20 long temp = GetPoint1Coordinate_2();
22 if (temp == 0) return null;
23 return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
26 private native long GetPoint2Coordinate_3();
27 public vtkCoordinate GetPoint2Coordinate() {
28 long temp = GetPoint2Coordinate_3();
30 if (temp == 0) return null;
31 return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
34 private native void SetTitleText_4(String id0);
35 public void SetTitleText(String id0)
36 { SetTitleText_4(id0); }
38 private native String GetTitleText_5();
39 public String GetTitleText()
40 { return GetTitleText_5(); }
42 private native long GetTubeProperty_6();
43 public vtkProperty2D GetTubeProperty() {
44 long temp = GetTubeProperty_6();
46 if (temp == 0) return null;
47 return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
50 private native long GetSliderProperty_7();
51 public vtkProperty2D GetSliderProperty() {
52 long temp = GetSliderProperty_7();
54 if (temp == 0) return null;
55 return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
58 private native long GetSelectedProperty_8();
59 public vtkProperty2D GetSelectedProperty() {
60 long temp = GetSelectedProperty_8();
62 if (temp == 0) return null;
63 return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
66 private native long GetLabelProperty_9();
67 public vtkTextProperty GetLabelProperty() {
68 long temp = GetLabelProperty_9();
70 if (temp == 0) return null;
71 return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
74 private native void PlaceWidget_10(double id0[]);
75 public void PlaceWidget(double id0[])
76 { PlaceWidget_10(id0); }
78 private native void BuildRepresentation_11();
79 public void BuildRepresentation()
80 { BuildRepresentation_11(); }
82 private native void StartWidgetInteraction_12(double id0[]);
83 public void StartWidgetInteraction(double id0[])
84 { StartWidgetInteraction_12(id0); }
86 private native int ComputeInteractionState_13(int id0,int id1,int id2);
87 public int ComputeInteractionState(int id0,int id1,int id2)
88 { return ComputeInteractionState_13(id0,id1,id2); }
90 private native void WidgetInteraction_14(double id0[]);
91 public void WidgetInteraction(double id0[])
92 { WidgetInteraction_14(id0); }
94 private native void Highlight_15(int id0);
95 public void Highlight(int id0)
96 { Highlight_15(id0); }
98 private native void GetActors_16(vtkPropCollection id0);
99 public void GetActors(vtkPropCollection id0)
100 { GetActors_16(id0); }
102 private native void ReleaseGraphicsResources_17(vtkWindow id0);
103 public void ReleaseGraphicsResources(vtkWindow id0)
104 { ReleaseGraphicsResources_17(id0); }
106 private native int RenderOverlay_18(vtkViewport id0);
107 public int RenderOverlay(vtkViewport id0)
108 { return RenderOverlay_18(id0); }
110 private native int RenderOpaqueGeometry_19(vtkViewport id0);
111 public int RenderOpaqueGeometry(vtkViewport id0)
112 { return RenderOpaqueGeometry_19(id0); }
114 public vtkCenteredSliderRepresentation() { super(); }
116 public vtkCenteredSliderRepresentation(long id) { super(id); }
117 public native long VTKInit();