]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkCenteredSliderRepresentation.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkCenteredSliderRepresentation.java
1 // java wrapper for vtkCenteredSliderRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkCenteredSliderRepresentation extends vtkSliderRepresentation
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 long GetPoint1Coordinate_2();
19   public vtkCoordinate GetPoint1Coordinate() {
20     long temp = GetPoint1Coordinate_2();
21
22     if (temp == 0) return null;
23     return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native long GetPoint2Coordinate_3();
27   public vtkCoordinate GetPoint2Coordinate() {
28     long temp = GetPoint2Coordinate_3();
29
30     if (temp == 0) return null;
31     return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetTitleText_4(String id0);
35   public void SetTitleText(String id0)
36     { SetTitleText_4(id0); }
37
38   private native String GetTitleText_5();
39   public String GetTitleText()
40     { return GetTitleText_5(); }
41
42   private native long GetTubeProperty_6();
43   public vtkProperty2D GetTubeProperty() {
44     long temp = GetTubeProperty_6();
45
46     if (temp == 0) return null;
47     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
48 }
49
50   private native long GetSliderProperty_7();
51   public vtkProperty2D GetSliderProperty() {
52     long temp = GetSliderProperty_7();
53
54     if (temp == 0) return null;
55     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
56 }
57
58   private native long GetSelectedProperty_8();
59   public vtkProperty2D GetSelectedProperty() {
60     long temp = GetSelectedProperty_8();
61
62     if (temp == 0) return null;
63     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
65
66   private native long GetLabelProperty_9();
67   public vtkTextProperty GetLabelProperty() {
68     long temp = GetLabelProperty_9();
69
70     if (temp == 0) return null;
71     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
72 }
73
74   private native void PlaceWidget_10(double id0[]);
75   public void PlaceWidget(double id0[])
76     { PlaceWidget_10(id0); }
77
78   private native void BuildRepresentation_11();
79   public void BuildRepresentation()
80     { BuildRepresentation_11(); }
81
82   private native void StartWidgetInteraction_12(double id0[]);
83   public void StartWidgetInteraction(double id0[])
84     { StartWidgetInteraction_12(id0); }
85
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); }
89
90   private native void WidgetInteraction_14(double id0[]);
91   public void WidgetInteraction(double id0[])
92     { WidgetInteraction_14(id0); }
93
94   private native void Highlight_15(int id0);
95   public void Highlight(int id0)
96     { Highlight_15(id0); }
97
98   private native void GetActors_16(vtkPropCollection id0);
99   public void GetActors(vtkPropCollection id0)
100     { GetActors_16(id0); }
101
102   private native void ReleaseGraphicsResources_17(vtkWindow id0);
103   public void ReleaseGraphicsResources(vtkWindow id0)
104     { ReleaseGraphicsResources_17(id0); }
105
106   private native int RenderOverlay_18(vtkViewport id0);
107   public int RenderOverlay(vtkViewport id0)
108     { return RenderOverlay_18(id0); }
109
110   private native int RenderOpaqueGeometry_19(vtkViewport id0);
111   public int RenderOpaqueGeometry(vtkViewport id0)
112     { return RenderOpaqueGeometry_19(id0); }
113
114   public vtkCenteredSliderRepresentation() { super(); }
115
116   public vtkCenteredSliderRepresentation(long id) { super(id); }
117   public native long   VTKInit();
118
119 }