]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkButtonRepresentation.java
5d929c5f2b7ef029fd2b9855f30b712cf81fe6a2
[simantics/3d.git] / vtk / src / vtk / vtkButtonRepresentation.java
1 // java wrapper for vtkButtonRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkButtonRepresentation extends vtkWidgetRepresentation
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 SetNumberOfStates_2(int id0);
19   public void SetNumberOfStates(int id0)
20     { SetNumberOfStates_2(id0); }
21
22   private native int GetNumberOfStatesMinValue_3();
23   public int GetNumberOfStatesMinValue()
24     { return GetNumberOfStatesMinValue_3(); }
25
26   private native int GetNumberOfStatesMaxValue_4();
27   public int GetNumberOfStatesMaxValue()
28     { return GetNumberOfStatesMaxValue_4(); }
29
30   private native int GetState_5();
31   public int GetState()
32     { return GetState_5(); }
33
34   private native void SetState_6(int id0);
35   public void SetState(int id0)
36     { SetState_6(id0); }
37
38   private native void NextState_7();
39   public void NextState()
40     { NextState_7(); }
41
42   private native void PreviousState_8();
43   public void PreviousState()
44     { PreviousState_8(); }
45
46   private native void Highlight_9(int id0);
47   public void Highlight(int id0)
48     { Highlight_9(id0); }
49
50   private native int GetHighlightState_10();
51   public int GetHighlightState()
52     { return GetHighlightState_10(); }
53
54   private native void ShallowCopy_11(vtkProp id0);
55   public void ShallowCopy(vtkProp id0)
56     { ShallowCopy_11(id0); }
57
58   public vtkButtonRepresentation() { super(); }
59
60   public vtkButtonRepresentation(long id) { super(id); }
61
62 }