]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkButtonSource.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkButtonSource.java
1 // java wrapper for vtkButtonSource object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkButtonSource extends vtkPolyDataAlgorithm
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 SetCenter_2(double id0,double id1,double id2);
19   public void SetCenter(double id0,double id1,double id2)
20     { SetCenter_2(id0,id1,id2); }
21
22   private native void SetCenter_3(double id0[]);
23   public void SetCenter(double id0[])
24     { SetCenter_3(id0); }
25
26   private native double[] GetCenter_4();
27   public double[] GetCenter()
28     { return GetCenter_4(); }
29
30   private native void SetTextureStyle_5(int id0);
31   public void SetTextureStyle(int id0)
32     { SetTextureStyle_5(id0); }
33
34   private native int GetTextureStyleMinValue_6();
35   public int GetTextureStyleMinValue()
36     { return GetTextureStyleMinValue_6(); }
37
38   private native int GetTextureStyleMaxValue_7();
39   public int GetTextureStyleMaxValue()
40     { return GetTextureStyleMaxValue_7(); }
41
42   private native int GetTextureStyle_8();
43   public int GetTextureStyle()
44     { return GetTextureStyle_8(); }
45
46   private native void SetTextureStyleToFitImage_9();
47   public void SetTextureStyleToFitImage()
48     { SetTextureStyleToFitImage_9(); }
49
50   private native void SetTextureStyleToProportional_10();
51   public void SetTextureStyleToProportional()
52     { SetTextureStyleToProportional_10(); }
53
54   private native void SetTextureDimensions_11(int id0,int id1);
55   public void SetTextureDimensions(int id0,int id1)
56     { SetTextureDimensions_11(id0,id1); }
57
58   private native void SetTextureDimensions_12(int id0[]);
59   public void SetTextureDimensions(int id0[])
60     { SetTextureDimensions_12(id0); }
61
62   private native int[]  GetTextureDimensions_13();
63   public int[]  GetTextureDimensions()
64     { return GetTextureDimensions_13(); }
65
66   private native void SetShoulderTextureCoordinate_14(double id0,double id1);
67   public void SetShoulderTextureCoordinate(double id0,double id1)
68     { SetShoulderTextureCoordinate_14(id0,id1); }
69
70   private native void SetShoulderTextureCoordinate_15(double id0[]);
71   public void SetShoulderTextureCoordinate(double id0[])
72     { SetShoulderTextureCoordinate_15(id0); }
73
74   private native double[] GetShoulderTextureCoordinate_16();
75   public double[] GetShoulderTextureCoordinate()
76     { return GetShoulderTextureCoordinate_16(); }
77
78   private native void SetTwoSided_17(int id0);
79   public void SetTwoSided(int id0)
80     { SetTwoSided_17(id0); }
81
82   private native int GetTwoSided_18();
83   public int GetTwoSided()
84     { return GetTwoSided_18(); }
85
86   private native void TwoSidedOn_19();
87   public void TwoSidedOn()
88     { TwoSidedOn_19(); }
89
90   private native void TwoSidedOff_20();
91   public void TwoSidedOff()
92     { TwoSidedOff_20(); }
93
94   public vtkButtonSource() { super(); }
95
96   public vtkButtonSource(long id) { super(id); }
97
98 }