// java wrapper for vtkButtonWidget object // package vtk; import vtk.*; public class vtkButtonWidget extends vtkAbstractWidget { 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 SetRepresentation_2(vtkButtonRepresentation id0); public void SetRepresentation(vtkButtonRepresentation id0) { SetRepresentation_2(id0); } private native long GetSliderRepresentation_3(); public vtkButtonRepresentation GetSliderRepresentation() { long temp = GetSliderRepresentation_3(); if (temp == 0) return null; return (vtkButtonRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void CreateDefaultRepresentation_4(); public void CreateDefaultRepresentation() { CreateDefaultRepresentation_4(); } private native void SetEnabled_5(int id0); public void SetEnabled(int id0) { SetEnabled_5(id0); } public vtkButtonWidget() { super(); } public vtkButtonWidget(long id) { super(id); } public native long VTKInit(); }