// java wrapper for vtkBiDimensionalRepresentation2D object // package vtk; import vtk.*; public class vtkBiDimensionalRepresentation2D extends vtkBiDimensionalRepresentation { 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 long GetLineProperty_2(); public vtkProperty2D GetLineProperty() { long temp = GetLineProperty_2(); if (temp == 0) return null; return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetSelectedLineProperty_3(); public vtkProperty2D GetSelectedLineProperty() { long temp = GetSelectedLineProperty_3(); if (temp == 0) return null; return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetTextProperty_4(); public vtkTextProperty GetTextProperty() { long temp = GetTextProperty_4(); if (temp == 0) return null; return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void BuildRepresentation_5(); public void BuildRepresentation() { BuildRepresentation_5(); } private native int ComputeInteractionState_6(int id0,int id1,int id2); public int ComputeInteractionState(int id0,int id1,int id2) { return ComputeInteractionState_6(id0,id1,id2); } private native void StartWidgetDefinition_7(double id0[]); public void StartWidgetDefinition(double id0[]) { StartWidgetDefinition_7(id0); } private native void Point2WidgetInteraction_8(double id0[]); public void Point2WidgetInteraction(double id0[]) { Point2WidgetInteraction_8(id0); } private native void Point3WidgetInteraction_9(double id0[]); public void Point3WidgetInteraction(double id0[]) { Point3WidgetInteraction_9(id0); } private native void StartWidgetManipulation_10(double id0[]); public void StartWidgetManipulation(double id0[]) { StartWidgetManipulation_10(id0); } private native void WidgetInteraction_11(double id0[]); public void WidgetInteraction(double id0[]) { WidgetInteraction_11(id0); } private native void Highlight_12(int id0); public void Highlight(int id0) { Highlight_12(id0); } private native void ReleaseGraphicsResources_13(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_13(id0); } private native int RenderOverlay_14(vtkViewport id0); public int RenderOverlay(vtkViewport id0) { return RenderOverlay_14(id0); } private native String GetLabelText_15(); public String GetLabelText() { return GetLabelText_15(); } private native void GetLabelPosition_16(double id0[]); public void GetLabelPosition(double id0[]) { GetLabelPosition_16(id0); } private native void GetWorldLabelPosition_17(double id0[]); public void GetWorldLabelPosition(double id0[]) { GetWorldLabelPosition_17(id0); } public vtkBiDimensionalRepresentation2D() { super(); } public vtkBiDimensionalRepresentation2D(long id) { super(id); } public native long VTKInit(); }