// java wrapper for vtkAffineRepresentation2D object // package vtk; import vtk.*; public class vtkAffineRepresentation2D extends vtkAffineRepresentation { 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 SetBoxWidth_2(int id0); public void SetBoxWidth(int id0) { SetBoxWidth_2(id0); } private native int GetBoxWidthMinValue_3(); public int GetBoxWidthMinValue() { return GetBoxWidthMinValue_3(); } private native int GetBoxWidthMaxValue_4(); public int GetBoxWidthMaxValue() { return GetBoxWidthMaxValue_4(); } private native int GetBoxWidth_5(); public int GetBoxWidth() { return GetBoxWidth_5(); } private native void SetCircleWidth_6(int id0); public void SetCircleWidth(int id0) { SetCircleWidth_6(id0); } private native int GetCircleWidthMinValue_7(); public int GetCircleWidthMinValue() { return GetCircleWidthMinValue_7(); } private native int GetCircleWidthMaxValue_8(); public int GetCircleWidthMaxValue() { return GetCircleWidthMaxValue_8(); } private native int GetCircleWidth_9(); public int GetCircleWidth() { return GetCircleWidth_9(); } private native void SetAxesWidth_10(int id0); public void SetAxesWidth(int id0) { SetAxesWidth_10(id0); } private native int GetAxesWidthMinValue_11(); public int GetAxesWidthMinValue() { return GetAxesWidthMinValue_11(); } private native int GetAxesWidthMaxValue_12(); public int GetAxesWidthMaxValue() { return GetAxesWidthMaxValue_12(); } private native int GetAxesWidth_13(); public int GetAxesWidth() { return GetAxesWidth_13(); } private native void SetOrigin_14(double id0[]); public void SetOrigin(double id0[]) { SetOrigin_14(id0); } private native void SetOrigin_15(double id0,double id1,double id2); public void SetOrigin(double id0,double id1,double id2) { SetOrigin_15(id0,id1,id2); } private native double[] GetOrigin_16(); public double[] GetOrigin() { return GetOrigin_16(); } private native void GetTransform_17(vtkTransform id0); public void GetTransform(vtkTransform id0) { GetTransform_17(id0); } private native void SetProperty_18(vtkProperty2D id0); public void SetProperty(vtkProperty2D id0) { SetProperty_18(id0); } private native void SetSelectedProperty_19(vtkProperty2D id0); public void SetSelectedProperty(vtkProperty2D id0) { SetSelectedProperty_19(id0); } private native void SetTextProperty_20(vtkTextProperty id0); public void SetTextProperty(vtkTextProperty id0) { SetTextProperty_20(id0); } private native long GetProperty_21(); public vtkProperty2D GetProperty() { long temp = GetProperty_21(); if (temp == 0) return null; return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetSelectedProperty_22(); public vtkProperty2D GetSelectedProperty() { long temp = GetSelectedProperty_22(); if (temp == 0) return null; return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetTextProperty_23(); public vtkTextProperty GetTextProperty() { long temp = GetTextProperty_23(); if (temp == 0) return null; return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetDisplayText_24(int id0); public void SetDisplayText(int id0) { SetDisplayText_24(id0); } private native int GetDisplayText_25(); public int GetDisplayText() { return GetDisplayText_25(); } private native void DisplayTextOn_26(); public void DisplayTextOn() { DisplayTextOn_26(); } private native void DisplayTextOff_27(); public void DisplayTextOff() { DisplayTextOff_27(); } private native void PlaceWidget_28(double id0[]); public void PlaceWidget(double id0[]) { PlaceWidget_28(id0); } private native void StartWidgetInteraction_29(double id0[]); public void StartWidgetInteraction(double id0[]) { StartWidgetInteraction_29(id0); } private native void WidgetInteraction_30(double id0[]); public void WidgetInteraction(double id0[]) { WidgetInteraction_30(id0); } private native void EndWidgetInteraction_31(double id0[]); public void EndWidgetInteraction(double id0[]) { EndWidgetInteraction_31(id0); } private native int ComputeInteractionState_32(int id0,int id1,int id2); public int ComputeInteractionState(int id0,int id1,int id2) { return ComputeInteractionState_32(id0,id1,id2); } private native void BuildRepresentation_33(); public void BuildRepresentation() { BuildRepresentation_33(); } private native void ShallowCopy_34(vtkProp id0); public void ShallowCopy(vtkProp id0) { ShallowCopy_34(id0); } private native void GetActors2D_35(vtkPropCollection id0); public void GetActors2D(vtkPropCollection id0) { GetActors2D_35(id0); } private native void ReleaseGraphicsResources_36(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_36(id0); } private native int RenderOverlay_37(vtkViewport id0); public int RenderOverlay(vtkViewport id0) { return RenderOverlay_37(id0); } public vtkAffineRepresentation2D() { super(); } public vtkAffineRepresentation2D(long id) { super(id); } public native long VTKInit(); }