// 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); } }