// java wrapper for vtkBorderRepresentation object // package vtk; import vtk.*; public class vtkBorderRepresentation extends vtkWidgetRepresentation { 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 long GetPositionCoordinate_2(); public vtkCoordinate GetPositionCoordinate() { long temp = GetPositionCoordinate_2(); if (temp == 0) return null; return (vtkCoordinate)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetPosition_3(double id0,double id1); public void SetPosition(double id0,double id1) { SetPosition_3(id0,id1); } private native void SetPosition_4(double id0[]); public void SetPosition(double id0[]) { SetPosition_4(id0); } private native double[] GetPosition_5(); public double[] GetPosition() { return GetPosition_5(); } private native long GetPosition2Coordinate_6(); public vtkCoordinate GetPosition2Coordinate() { long temp = GetPosition2Coordinate_6(); if (temp == 0) return null; return (vtkCoordinate)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetPosition2_7(double id0,double id1); public void SetPosition2(double id0,double id1) { SetPosition2_7(id0,id1); } private native void SetPosition2_8(double id0[]); public void SetPosition2(double id0[]) { SetPosition2_8(id0); } private native double[] GetPosition2_9(); public double[] GetPosition2() { return GetPosition2_9(); } private native void SetShowBorder_10(int id0); public void SetShowBorder(int id0) { SetShowBorder_10(id0); } private native int GetShowBorderMinValue_11(); public int GetShowBorderMinValue() { return GetShowBorderMinValue_11(); } private native int GetShowBorderMaxValue_12(); public int GetShowBorderMaxValue() { return GetShowBorderMaxValue_12(); } private native int GetShowBorder_13(); public int GetShowBorder() { return GetShowBorder_13(); } private native void SetShowBorderToOff_14(); public void SetShowBorderToOff() { SetShowBorderToOff_14(); } private native void SetShowBorderToOn_15(); public void SetShowBorderToOn() { SetShowBorderToOn_15(); } private native void SetShowBorderToActive_16(); public void SetShowBorderToActive() { SetShowBorderToActive_16(); } private native long GetBorderProperty_17(); public vtkProperty2D GetBorderProperty() { long temp = GetBorderProperty_17(); if (temp == 0) return null; return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetProportionalResize_18(int id0); public void SetProportionalResize(int id0) { SetProportionalResize_18(id0); } private native int GetProportionalResize_19(); public int GetProportionalResize() { return GetProportionalResize_19(); } private native void ProportionalResizeOn_20(); public void ProportionalResizeOn() { ProportionalResizeOn_20(); } private native void ProportionalResizeOff_21(); public void ProportionalResizeOff() { ProportionalResizeOff_21(); } private native void SetMinimumSize_22(int id0,int id1); public void SetMinimumSize(int id0,int id1) { SetMinimumSize_22(id0,id1); } private native void SetMinimumSize_23(int id0[]); public void SetMinimumSize(int id0[]) { SetMinimumSize_23(id0); } private native int[] GetMinimumSize_24(); public int[] GetMinimumSize() { return GetMinimumSize_24(); } private native void SetMaximumSize_25(int id0,int id1); public void SetMaximumSize(int id0,int id1) { SetMaximumSize_25(id0,id1); } private native void SetMaximumSize_26(int id0[]); public void SetMaximumSize(int id0[]) { SetMaximumSize_26(id0); } private native int[] GetMaximumSize_27(); public int[] GetMaximumSize() { return GetMaximumSize_27(); } private native void SetTolerance_28(int id0); public void SetTolerance(int id0) { SetTolerance_28(id0); } private native int GetToleranceMinValue_29(); public int GetToleranceMinValue() { return GetToleranceMinValue_29(); } private native int GetToleranceMaxValue_30(); public int GetToleranceMaxValue() { return GetToleranceMaxValue_30(); } private native int GetTolerance_31(); public int GetTolerance() { return GetTolerance_31(); } private native double[] GetSelectionPoint_32(); public double[] GetSelectionPoint() { return GetSelectionPoint_32(); } private native void SetMoving_33(int id0); public void SetMoving(int id0) { SetMoving_33(id0); } private native int GetMoving_34(); public int GetMoving() { return GetMoving_34(); } private native void MovingOn_35(); public void MovingOn() { MovingOn_35(); } private native void MovingOff_36(); public void MovingOff() { MovingOff_36(); } private native void BuildRepresentation_37(); public void BuildRepresentation() { BuildRepresentation_37(); } private native void StartWidgetInteraction_38(double id0[]); public void StartWidgetInteraction(double id0[]) { StartWidgetInteraction_38(id0); } private native void WidgetInteraction_39(double id0[]); public void WidgetInteraction(double id0[]) { WidgetInteraction_39(id0); } private native void GetSize_40(double id0[]); public void GetSize(double id0[]) { GetSize_40(id0); } private native int ComputeInteractionState_41(int id0,int id1,int id2); public int ComputeInteractionState(int id0,int id1,int id2) { return ComputeInteractionState_41(id0,id1,id2); } private native void GetActors2D_42(vtkPropCollection id0); public void GetActors2D(vtkPropCollection id0) { GetActors2D_42(id0); } private native void ReleaseGraphicsResources_43(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_43(id0); } private native int RenderOverlay_44(vtkViewport id0); public int RenderOverlay(vtkViewport id0) { return RenderOverlay_44(id0); } private native int RenderOpaqueGeometry_45(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_45(id0); } private native int RenderTranslucentPolygonalGeometry_46(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_46(id0); } private native int HasTranslucentPolygonalGeometry_47(); public int HasTranslucentPolygonalGeometry() { return HasTranslucentPolygonalGeometry_47(); } public vtkBorderRepresentation() { super(); } public vtkBorderRepresentation(long id) { super(id); } public native long VTKInit(); }