]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkProgressBarRepresentation.java
a71f2e8eb207d7a27cce51452568f5e1e7708cef
[simantics/3d.git] / vtk / src / vtk / vtkProgressBarRepresentation.java
1 // java wrapper for vtkProgressBarRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkProgressBarRepresentation extends vtkBorderRepresentation
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 GetProperty_2();
19   public vtkProperty2D GetProperty() {
20     long temp = GetProperty_2();
21
22     if (temp == 0) return null;
23     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native void SetProgressRate_3(double id0);
27   public void SetProgressRate(double id0)
28     { SetProgressRate_3(id0); }
29
30   private native double GetProgressRateMinValue_4();
31   public double GetProgressRateMinValue()
32     { return GetProgressRateMinValue_4(); }
33
34   private native double GetProgressRateMaxValue_5();
35   public double GetProgressRateMaxValue()
36     { return GetProgressRateMaxValue_5(); }
37
38   private native double GetProgressRate_6();
39   public double GetProgressRate()
40     { return GetProgressRate_6(); }
41
42   private native void SetProgressBarColor_7(double id0,double id1,double id2);
43   public void SetProgressBarColor(double id0,double id1,double id2)
44     { SetProgressBarColor_7(id0,id1,id2); }
45
46   private native void SetProgressBarColor_8(double id0[]);
47   public void SetProgressBarColor(double id0[])
48     { SetProgressBarColor_8(id0); }
49
50   private native double[] GetProgressBarColor_9();
51   public double[] GetProgressBarColor()
52     { return GetProgressBarColor_9(); }
53
54   private native void SetBackgroundColor_10(double id0,double id1,double id2);
55   public void SetBackgroundColor(double id0,double id1,double id2)
56     { SetBackgroundColor_10(id0,id1,id2); }
57
58   private native void SetBackgroundColor_11(double id0[]);
59   public void SetBackgroundColor(double id0[])
60     { SetBackgroundColor_11(id0); }
61
62   private native double[] GetBackgroundColor_12();
63   public double[] GetBackgroundColor()
64     { return GetBackgroundColor_12(); }
65
66   private native void SetDrawBackground_13(boolean id0);
67   public void SetDrawBackground(boolean id0)
68     { SetDrawBackground_13(id0); }
69
70   private native boolean GetDrawBackground_14();
71   public boolean GetDrawBackground()
72     { return GetDrawBackground_14(); }
73
74   private native void DrawBackgroundOn_15();
75   public void DrawBackgroundOn()
76     { DrawBackgroundOn_15(); }
77
78   private native void DrawBackgroundOff_16();
79   public void DrawBackgroundOff()
80     { DrawBackgroundOff_16(); }
81
82   private native void BuildRepresentation_17();
83   public void BuildRepresentation()
84     { BuildRepresentation_17(); }
85
86   private native void GetSize_18(double id0[]);
87   public void GetSize(double id0[])
88     { GetSize_18(id0); }
89
90   private native void GetActors2D_19(vtkPropCollection id0);
91   public void GetActors2D(vtkPropCollection id0)
92     { GetActors2D_19(id0); }
93
94   private native void ReleaseGraphicsResources_20(vtkWindow id0);
95   public void ReleaseGraphicsResources(vtkWindow id0)
96     { ReleaseGraphicsResources_20(id0); }
97
98   private native int RenderOverlay_21(vtkViewport id0);
99   public int RenderOverlay(vtkViewport id0)
100     { return RenderOverlay_21(id0); }
101
102   private native int RenderOpaqueGeometry_22(vtkViewport id0);
103   public int RenderOpaqueGeometry(vtkViewport id0)
104     { return RenderOpaqueGeometry_22(id0); }
105
106   private native int RenderTranslucentPolygonalGeometry_23(vtkViewport id0);
107   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
108     { return RenderTranslucentPolygonalGeometry_23(id0); }
109
110   private native int HasTranslucentPolygonalGeometry_24();
111   public int HasTranslucentPolygonalGeometry()
112     { return HasTranslucentPolygonalGeometry_24(); }
113
114   public vtkProgressBarRepresentation() { super(); }
115
116   public vtkProgressBarRepresentation(long id) { super(id); }
117   public native long   VTKInit();
118
119 }