// java wrapper for vtkOrientationMarkerWidget object // package vtk; import vtk.*; public class vtkOrientationMarkerWidget extends vtkInteractorObserver { 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 SetOrientationMarker_2(vtkProp id0); public void SetOrientationMarker(vtkProp id0) { SetOrientationMarker_2(id0); } private native long GetOrientationMarker_3(); public vtkProp GetOrientationMarker() { long temp = GetOrientationMarker_3(); if (temp == 0) return null; return (vtkProp)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetEnabled_4(int id0); public void SetEnabled(int id0) { SetEnabled_4(id0); } private native void SetInteractive_5(int id0); public void SetInteractive(int id0) { SetInteractive_5(id0); } private native int GetInteractive_6(); public int GetInteractive() { return GetInteractive_6(); } private native void InteractiveOn_7(); public void InteractiveOn() { InteractiveOn_7(); } private native void InteractiveOff_8(); public void InteractiveOff() { InteractiveOff_8(); } private native void SetOutlineColor_9(double id0,double id1,double id2); public void SetOutlineColor(double id0,double id1,double id2) { SetOutlineColor_9(id0,id1,id2); } private native void SetViewport_10(double id0,double id1,double id2,double id3); public void SetViewport(double id0,double id1,double id2,double id3) { SetViewport_10(id0,id1,id2,id3); } private native void SetTolerance_11(int id0); public void SetTolerance(int id0) { SetTolerance_11(id0); } private native int GetToleranceMinValue_12(); public int GetToleranceMinValue() { return GetToleranceMinValue_12(); } private native int GetToleranceMaxValue_13(); public int GetToleranceMaxValue() { return GetToleranceMaxValue_13(); } private native int GetTolerance_14(); public int GetTolerance() { return GetTolerance_14(); } public vtkOrientationMarkerWidget() { super(); } public vtkOrientationMarkerWidget(long id) { super(id); } public native long VTKInit(); }