X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkButtonRepresentation.java;h=5d929c5f2b7ef029fd2b9855f30b712cf81fe6a2;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=b7b4e7cd32ea9668e52211de371902dd8ca017f4;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkButtonRepresentation.java b/vtk/src/vtk/vtkButtonRepresentation.java index b7b4e7cd..5d929c5f 100644 --- a/vtk/src/vtk/vtkButtonRepresentation.java +++ b/vtk/src/vtk/vtkButtonRepresentation.java @@ -1,62 +1,62 @@ -// java wrapper for vtkButtonRepresentation object -// - -package vtk; -import vtk.*; - -public class vtkButtonRepresentation extends vtkWidgetRepresentation -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native void SetNumberOfStates_2(int id0); - public void SetNumberOfStates(int id0) - { SetNumberOfStates_2(id0); } - - private native int GetNumberOfStatesMinValue_3(); - public int GetNumberOfStatesMinValue() - { return GetNumberOfStatesMinValue_3(); } - - private native int GetNumberOfStatesMaxValue_4(); - public int GetNumberOfStatesMaxValue() - { return GetNumberOfStatesMaxValue_4(); } - - private native int GetState_5(); - public int GetState() - { return GetState_5(); } - - private native void SetState_6(int id0); - public void SetState(int id0) - { SetState_6(id0); } - - private native void NextState_7(); - public void NextState() - { NextState_7(); } - - private native void PreviousState_8(); - public void PreviousState() - { PreviousState_8(); } - - private native void Highlight_9(int id0); - public void Highlight(int id0) - { Highlight_9(id0); } - - private native int GetHighlightState_10(); - public int GetHighlightState() - { return GetHighlightState_10(); } - - private native void ShallowCopy_11(vtkProp id0); - public void ShallowCopy(vtkProp id0) - { ShallowCopy_11(id0); } - - public vtkButtonRepresentation() { super(); } - - public vtkButtonRepresentation(long id) { super(id); } - -} +// java wrapper for vtkButtonRepresentation object +// + +package vtk; +import vtk.*; + +public class vtkButtonRepresentation extends vtkWidgetRepresentation +{ + + private native int IsTypeOf_0(String id0); + public int IsTypeOf(String id0) + { return IsTypeOf_0(id0); } + + private native int IsA_1(String id0); + public int IsA(String id0) + { return IsA_1(id0); } + + private native void SetNumberOfStates_2(int id0); + public void SetNumberOfStates(int id0) + { SetNumberOfStates_2(id0); } + + private native int GetNumberOfStatesMinValue_3(); + public int GetNumberOfStatesMinValue() + { return GetNumberOfStatesMinValue_3(); } + + private native int GetNumberOfStatesMaxValue_4(); + public int GetNumberOfStatesMaxValue() + { return GetNumberOfStatesMaxValue_4(); } + + private native int GetState_5(); + public int GetState() + { return GetState_5(); } + + private native void SetState_6(int id0); + public void SetState(int id0) + { SetState_6(id0); } + + private native void NextState_7(); + public void NextState() + { NextState_7(); } + + private native void PreviousState_8(); + public void PreviousState() + { PreviousState_8(); } + + private native void Highlight_9(int id0); + public void Highlight(int id0) + { Highlight_9(id0); } + + private native int GetHighlightState_10(); + public int GetHighlightState() + { return GetHighlightState_10(); } + + private native void ShallowCopy_11(vtkProp id0); + public void ShallowCopy(vtkProp id0) + { ShallowCopy_11(id0); } + + public vtkButtonRepresentation() { super(); } + + public vtkButtonRepresentation(long id) { super(id); } + +}