X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkButtonRepresentation.java;fp=vtk%2Fsrc%2Fvtk%2FvtkButtonRepresentation.java;h=5d929c5f2b7ef029fd2b9855f30b712cf81fe6a2;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=0000000000000000000000000000000000000000;hpb=12e21051bd57248b39831d79d68d455077047cdb;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkButtonRepresentation.java b/vtk/src/vtk/vtkButtonRepresentation.java new file mode 100644 index 00000000..5d929c5f --- /dev/null +++ b/vtk/src/vtk/vtkButtonRepresentation.java @@ -0,0 +1,62 @@ +// 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); } + +}