]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkLeaderActor2D.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkLeaderActor2D.java
index cf5cd7b7f3dbbd90df7de84cccea59d4a042bd1a..0d5c9edcb7e4f8bd8b773e85df1b273552410e2f 100644 (file)
-// java wrapper for vtkLeaderActor2D object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkLeaderActor2D extends vtkActor2D\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void SetRadius_2(double id0);\r
-  public void SetRadius(double id0)\r
-    { SetRadius_2(id0); }\r
-\r
-  private native double GetRadius_3();\r
-  public double GetRadius()\r
-    { return GetRadius_3(); }\r
-\r
-  private native void SetLabel_4(String id0);\r
-  public void SetLabel(String id0)\r
-    { SetLabel_4(id0); }\r
-\r
-  private native String GetLabel_5();\r
-  public String GetLabel()\r
-    { return GetLabel_5(); }\r
-\r
-  private native void SetLabelTextProperty_6(vtkTextProperty id0);\r
-  public void SetLabelTextProperty(vtkTextProperty id0)\r
-    { SetLabelTextProperty_6(id0); }\r
-\r
-  private native long GetLabelTextProperty_7();\r
-  public vtkTextProperty GetLabelTextProperty() {\r
-    long temp = GetLabelTextProperty_7();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetLabelFactor_8(double id0);\r
-  public void SetLabelFactor(double id0)\r
-    { SetLabelFactor_8(id0); }\r
-\r
-  private native double GetLabelFactorMinValue_9();\r
-  public double GetLabelFactorMinValue()\r
-    { return GetLabelFactorMinValue_9(); }\r
-\r
-  private native double GetLabelFactorMaxValue_10();\r
-  public double GetLabelFactorMaxValue()\r
-    { return GetLabelFactorMaxValue_10(); }\r
-\r
-  private native double GetLabelFactor_11();\r
-  public double GetLabelFactor()\r
-    { return GetLabelFactor_11(); }\r
-\r
-  private native void SetArrowPlacement_12(int id0);\r
-  public void SetArrowPlacement(int id0)\r
-    { SetArrowPlacement_12(id0); }\r
-\r
-  private native int GetArrowPlacementMinValue_13();\r
-  public int GetArrowPlacementMinValue()\r
-    { return GetArrowPlacementMinValue_13(); }\r
-\r
-  private native int GetArrowPlacementMaxValue_14();\r
-  public int GetArrowPlacementMaxValue()\r
-    { return GetArrowPlacementMaxValue_14(); }\r
-\r
-  private native int GetArrowPlacement_15();\r
-  public int GetArrowPlacement()\r
-    { return GetArrowPlacement_15(); }\r
-\r
-  private native void SetArrowPlacementToNone_16();\r
-  public void SetArrowPlacementToNone()\r
-    { SetArrowPlacementToNone_16(); }\r
-\r
-  private native void SetArrowPlacementToPoint1_17();\r
-  public void SetArrowPlacementToPoint1()\r
-    { SetArrowPlacementToPoint1_17(); }\r
-\r
-  private native void SetArrowPlacementToPoint2_18();\r
-  public void SetArrowPlacementToPoint2()\r
-    { SetArrowPlacementToPoint2_18(); }\r
-\r
-  private native void SetArrowPlacementToBoth_19();\r
-  public void SetArrowPlacementToBoth()\r
-    { SetArrowPlacementToBoth_19(); }\r
-\r
-  private native void SetArrowStyle_20(int id0);\r
-  public void SetArrowStyle(int id0)\r
-    { SetArrowStyle_20(id0); }\r
-\r
-  private native int GetArrowStyleMinValue_21();\r
-  public int GetArrowStyleMinValue()\r
-    { return GetArrowStyleMinValue_21(); }\r
-\r
-  private native int GetArrowStyleMaxValue_22();\r
-  public int GetArrowStyleMaxValue()\r
-    { return GetArrowStyleMaxValue_22(); }\r
-\r
-  private native int GetArrowStyle_23();\r
-  public int GetArrowStyle()\r
-    { return GetArrowStyle_23(); }\r
-\r
-  private native void SetArrowStyleToFilled_24();\r
-  public void SetArrowStyleToFilled()\r
-    { SetArrowStyleToFilled_24(); }\r
-\r
-  private native void SetArrowStyleToOpen_25();\r
-  public void SetArrowStyleToOpen()\r
-    { SetArrowStyleToOpen_25(); }\r
-\r
-  private native void SetArrowStyleToHollow_26();\r
-  public void SetArrowStyleToHollow()\r
-    { SetArrowStyleToHollow_26(); }\r
-\r
-  private native void SetArrowLength_27(double id0);\r
-  public void SetArrowLength(double id0)\r
-    { SetArrowLength_27(id0); }\r
-\r
-  private native double GetArrowLengthMinValue_28();\r
-  public double GetArrowLengthMinValue()\r
-    { return GetArrowLengthMinValue_28(); }\r
-\r
-  private native double GetArrowLengthMaxValue_29();\r
-  public double GetArrowLengthMaxValue()\r
-    { return GetArrowLengthMaxValue_29(); }\r
-\r
-  private native double GetArrowLength_30();\r
-  public double GetArrowLength()\r
-    { return GetArrowLength_30(); }\r
-\r
-  private native void SetArrowWidth_31(double id0);\r
-  public void SetArrowWidth(double id0)\r
-    { SetArrowWidth_31(id0); }\r
-\r
-  private native double GetArrowWidthMinValue_32();\r
-  public double GetArrowWidthMinValue()\r
-    { return GetArrowWidthMinValue_32(); }\r
-\r
-  private native double GetArrowWidthMaxValue_33();\r
-  public double GetArrowWidthMaxValue()\r
-    { return GetArrowWidthMaxValue_33(); }\r
-\r
-  private native double GetArrowWidth_34();\r
-  public double GetArrowWidth()\r
-    { return GetArrowWidth_34(); }\r
-\r
-  private native void SetMinimumArrowSize_35(double id0);\r
-  public void SetMinimumArrowSize(double id0)\r
-    { SetMinimumArrowSize_35(id0); }\r
-\r
-  private native double GetMinimumArrowSizeMinValue_36();\r
-  public double GetMinimumArrowSizeMinValue()\r
-    { return GetMinimumArrowSizeMinValue_36(); }\r
-\r
-  private native double GetMinimumArrowSizeMaxValue_37();\r
-  public double GetMinimumArrowSizeMaxValue()\r
-    { return GetMinimumArrowSizeMaxValue_37(); }\r
-\r
-  private native double GetMinimumArrowSize_38();\r
-  public double GetMinimumArrowSize()\r
-    { return GetMinimumArrowSize_38(); }\r
-\r
-  private native void SetMaximumArrowSize_39(double id0);\r
-  public void SetMaximumArrowSize(double id0)\r
-    { SetMaximumArrowSize_39(id0); }\r
-\r
-  private native double GetMaximumArrowSizeMinValue_40();\r
-  public double GetMaximumArrowSizeMinValue()\r
-    { return GetMaximumArrowSizeMinValue_40(); }\r
-\r
-  private native double GetMaximumArrowSizeMaxValue_41();\r
-  public double GetMaximumArrowSizeMaxValue()\r
-    { return GetMaximumArrowSizeMaxValue_41(); }\r
-\r
-  private native double GetMaximumArrowSize_42();\r
-  public double GetMaximumArrowSize()\r
-    { return GetMaximumArrowSize_42(); }\r
-\r
-  private native void SetAutoLabel_43(int id0);\r
-  public void SetAutoLabel(int id0)\r
-    { SetAutoLabel_43(id0); }\r
-\r
-  private native int GetAutoLabel_44();\r
-  public int GetAutoLabel()\r
-    { return GetAutoLabel_44(); }\r
-\r
-  private native void AutoLabelOn_45();\r
-  public void AutoLabelOn()\r
-    { AutoLabelOn_45(); }\r
-\r
-  private native void AutoLabelOff_46();\r
-  public void AutoLabelOff()\r
-    { AutoLabelOff_46(); }\r
-\r
-  private native void SetLabelFormat_47(String id0);\r
-  public void SetLabelFormat(String id0)\r
-    { SetLabelFormat_47(id0); }\r
-\r
-  private native String GetLabelFormat_48();\r
-  public String GetLabelFormat()\r
-    { return GetLabelFormat_48(); }\r
-\r
-  private native double GetLength_49();\r
-  public double GetLength()\r
-    { return GetLength_49(); }\r
-\r
-  private native double GetAngle_50();\r
-  public double GetAngle()\r
-    { return GetAngle_50(); }\r
-\r
-  private native int RenderOverlay_51(vtkViewport id0);\r
-  public int RenderOverlay(vtkViewport id0)\r
-    { return RenderOverlay_51(id0); }\r
-\r
-  private native int RenderOpaqueGeometry_52(vtkViewport id0);\r
-  public int RenderOpaqueGeometry(vtkViewport id0)\r
-    { return RenderOpaqueGeometry_52(id0); }\r
-\r
-  private native int RenderTranslucentPolygonalGeometry_53(vtkViewport id0);\r
-  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
-    { return RenderTranslucentPolygonalGeometry_53(id0); }\r
-\r
-  private native int HasTranslucentPolygonalGeometry_54();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_54(); }\r
-\r
-  private native void ReleaseGraphicsResources_55(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_55(id0); }\r
-\r
-  private native void ShallowCopy_56(vtkProp id0);\r
-  public void ShallowCopy(vtkProp id0)\r
-    { ShallowCopy_56(id0); }\r
-\r
-  public vtkLeaderActor2D() { super(); }\r
-\r
-  public vtkLeaderActor2D(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkLeaderActor2D object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkLeaderActor2D extends vtkActor2D
+{
+
+  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 SetRadius_2(double id0);
+  public void SetRadius(double id0)
+    { SetRadius_2(id0); }
+
+  private native double GetRadius_3();
+  public double GetRadius()
+    { return GetRadius_3(); }
+
+  private native void SetLabel_4(String id0);
+  public void SetLabel(String id0)
+    { SetLabel_4(id0); }
+
+  private native String GetLabel_5();
+  public String GetLabel()
+    { return GetLabel_5(); }
+
+  private native void SetLabelTextProperty_6(vtkTextProperty id0);
+  public void SetLabelTextProperty(vtkTextProperty id0)
+    { SetLabelTextProperty_6(id0); }
+
+  private native long GetLabelTextProperty_7();
+  public vtkTextProperty GetLabelTextProperty() {
+    long temp = GetLabelTextProperty_7();
+
+    if (temp == 0) return null;
+    return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetLabelFactor_8(double id0);
+  public void SetLabelFactor(double id0)
+    { SetLabelFactor_8(id0); }
+
+  private native double GetLabelFactorMinValue_9();
+  public double GetLabelFactorMinValue()
+    { return GetLabelFactorMinValue_9(); }
+
+  private native double GetLabelFactorMaxValue_10();
+  public double GetLabelFactorMaxValue()
+    { return GetLabelFactorMaxValue_10(); }
+
+  private native double GetLabelFactor_11();
+  public double GetLabelFactor()
+    { return GetLabelFactor_11(); }
+
+  private native void SetArrowPlacement_12(int id0);
+  public void SetArrowPlacement(int id0)
+    { SetArrowPlacement_12(id0); }
+
+  private native int GetArrowPlacementMinValue_13();
+  public int GetArrowPlacementMinValue()
+    { return GetArrowPlacementMinValue_13(); }
+
+  private native int GetArrowPlacementMaxValue_14();
+  public int GetArrowPlacementMaxValue()
+    { return GetArrowPlacementMaxValue_14(); }
+
+  private native int GetArrowPlacement_15();
+  public int GetArrowPlacement()
+    { return GetArrowPlacement_15(); }
+
+  private native void SetArrowPlacementToNone_16();
+  public void SetArrowPlacementToNone()
+    { SetArrowPlacementToNone_16(); }
+
+  private native void SetArrowPlacementToPoint1_17();
+  public void SetArrowPlacementToPoint1()
+    { SetArrowPlacementToPoint1_17(); }
+
+  private native void SetArrowPlacementToPoint2_18();
+  public void SetArrowPlacementToPoint2()
+    { SetArrowPlacementToPoint2_18(); }
+
+  private native void SetArrowPlacementToBoth_19();
+  public void SetArrowPlacementToBoth()
+    { SetArrowPlacementToBoth_19(); }
+
+  private native void SetArrowStyle_20(int id0);
+  public void SetArrowStyle(int id0)
+    { SetArrowStyle_20(id0); }
+
+  private native int GetArrowStyleMinValue_21();
+  public int GetArrowStyleMinValue()
+    { return GetArrowStyleMinValue_21(); }
+
+  private native int GetArrowStyleMaxValue_22();
+  public int GetArrowStyleMaxValue()
+    { return GetArrowStyleMaxValue_22(); }
+
+  private native int GetArrowStyle_23();
+  public int GetArrowStyle()
+    { return GetArrowStyle_23(); }
+
+  private native void SetArrowStyleToFilled_24();
+  public void SetArrowStyleToFilled()
+    { SetArrowStyleToFilled_24(); }
+
+  private native void SetArrowStyleToOpen_25();
+  public void SetArrowStyleToOpen()
+    { SetArrowStyleToOpen_25(); }
+
+  private native void SetArrowStyleToHollow_26();
+  public void SetArrowStyleToHollow()
+    { SetArrowStyleToHollow_26(); }
+
+  private native void SetArrowLength_27(double id0);
+  public void SetArrowLength(double id0)
+    { SetArrowLength_27(id0); }
+
+  private native double GetArrowLengthMinValue_28();
+  public double GetArrowLengthMinValue()
+    { return GetArrowLengthMinValue_28(); }
+
+  private native double GetArrowLengthMaxValue_29();
+  public double GetArrowLengthMaxValue()
+    { return GetArrowLengthMaxValue_29(); }
+
+  private native double GetArrowLength_30();
+  public double GetArrowLength()
+    { return GetArrowLength_30(); }
+
+  private native void SetArrowWidth_31(double id0);
+  public void SetArrowWidth(double id0)
+    { SetArrowWidth_31(id0); }
+
+  private native double GetArrowWidthMinValue_32();
+  public double GetArrowWidthMinValue()
+    { return GetArrowWidthMinValue_32(); }
+
+  private native double GetArrowWidthMaxValue_33();
+  public double GetArrowWidthMaxValue()
+    { return GetArrowWidthMaxValue_33(); }
+
+  private native double GetArrowWidth_34();
+  public double GetArrowWidth()
+    { return GetArrowWidth_34(); }
+
+  private native void SetMinimumArrowSize_35(double id0);
+  public void SetMinimumArrowSize(double id0)
+    { SetMinimumArrowSize_35(id0); }
+
+  private native double GetMinimumArrowSizeMinValue_36();
+  public double GetMinimumArrowSizeMinValue()
+    { return GetMinimumArrowSizeMinValue_36(); }
+
+  private native double GetMinimumArrowSizeMaxValue_37();
+  public double GetMinimumArrowSizeMaxValue()
+    { return GetMinimumArrowSizeMaxValue_37(); }
+
+  private native double GetMinimumArrowSize_38();
+  public double GetMinimumArrowSize()
+    { return GetMinimumArrowSize_38(); }
+
+  private native void SetMaximumArrowSize_39(double id0);
+  public void SetMaximumArrowSize(double id0)
+    { SetMaximumArrowSize_39(id0); }
+
+  private native double GetMaximumArrowSizeMinValue_40();
+  public double GetMaximumArrowSizeMinValue()
+    { return GetMaximumArrowSizeMinValue_40(); }
+
+  private native double GetMaximumArrowSizeMaxValue_41();
+  public double GetMaximumArrowSizeMaxValue()
+    { return GetMaximumArrowSizeMaxValue_41(); }
+
+  private native double GetMaximumArrowSize_42();
+  public double GetMaximumArrowSize()
+    { return GetMaximumArrowSize_42(); }
+
+  private native void SetAutoLabel_43(int id0);
+  public void SetAutoLabel(int id0)
+    { SetAutoLabel_43(id0); }
+
+  private native int GetAutoLabel_44();
+  public int GetAutoLabel()
+    { return GetAutoLabel_44(); }
+
+  private native void AutoLabelOn_45();
+  public void AutoLabelOn()
+    { AutoLabelOn_45(); }
+
+  private native void AutoLabelOff_46();
+  public void AutoLabelOff()
+    { AutoLabelOff_46(); }
+
+  private native void SetLabelFormat_47(String id0);
+  public void SetLabelFormat(String id0)
+    { SetLabelFormat_47(id0); }
+
+  private native String GetLabelFormat_48();
+  public String GetLabelFormat()
+    { return GetLabelFormat_48(); }
+
+  private native double GetLength_49();
+  public double GetLength()
+    { return GetLength_49(); }
+
+  private native double GetAngle_50();
+  public double GetAngle()
+    { return GetAngle_50(); }
+
+  private native int RenderOverlay_51(vtkViewport id0);
+  public int RenderOverlay(vtkViewport id0)
+    { return RenderOverlay_51(id0); }
+
+  private native int RenderOpaqueGeometry_52(vtkViewport id0);
+  public int RenderOpaqueGeometry(vtkViewport id0)
+    { return RenderOpaqueGeometry_52(id0); }
+
+  private native int RenderTranslucentPolygonalGeometry_53(vtkViewport id0);
+  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
+    { return RenderTranslucentPolygonalGeometry_53(id0); }
+
+  private native int HasTranslucentPolygonalGeometry_54();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_54(); }
+
+  private native void ReleaseGraphicsResources_55(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_55(id0); }
+
+  private native void ShallowCopy_56(vtkProp id0);
+  public void ShallowCopy(vtkProp id0)
+    { ShallowCopy_56(id0); }
+
+  public vtkLeaderActor2D() { super(); }
+
+  public vtkLeaderActor2D(long id) { super(id); }
+  public native long   VTKInit();
+
+}