// java wrapper for vtkAxesTransformWidget object // package vtk; import vtk.*; public class vtkAxesTransformWidget 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 SetEnabled_2(int id0); public void SetEnabled(int id0) { SetEnabled_2(id0); } private native void SetRepresentation_3(vtkAxesTransformRepresentation id0); public void SetRepresentation(vtkAxesTransformRepresentation id0) { SetRepresentation_3(id0); } private native long GetLineRepresentation_4(); public vtkAxesTransformRepresentation GetLineRepresentation() { long temp = GetLineRepresentation_4(); if (temp == 0) return null; return (vtkAxesTransformRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void CreateDefaultRepresentation_5(); public void CreateDefaultRepresentation() { CreateDefaultRepresentation_5(); } private native void SetProcessEvents_6(int id0); public void SetProcessEvents(int id0) { SetProcessEvents_6(id0); } public vtkAxesTransformWidget() { super(); } public vtkAxesTransformWidget(long id) { super(id); } public native long VTKInit(); }