]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkCaptionActor2D.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkCaptionActor2D.java
index 685d45fdf3644393d134d71e11ac2e9c8882a3c2..28150c110babae8135af043e9071bf0c5483838a 100644 (file)
-// java wrapper for vtkCaptionActor2D object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkCaptionActor2D 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 SetCaption_2(String id0);\r
-  public void SetCaption(String id0)\r
-    { SetCaption_2(id0); }\r
-\r
-  private native String GetCaption_3();\r
-  public String GetCaption()\r
-    { return GetCaption_3(); }\r
-\r
-  private native long GetAttachmentPointCoordinate_4();\r
-  public vtkCoordinate GetAttachmentPointCoordinate() {\r
-    long temp = GetAttachmentPointCoordinate_4();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkCoordinate)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetAttachmentPoint_5(double id0,double id1,double id2);\r
-  public void SetAttachmentPoint(double id0,double id1,double id2)\r
-    { SetAttachmentPoint_5(id0,id1,id2); }\r
-\r
-  private native void SetAttachmentPoint_6(double id0[]);\r
-  public void SetAttachmentPoint(double id0[])\r
-    { SetAttachmentPoint_6(id0); }\r
-\r
-  private native double[] GetAttachmentPoint_7();\r
-  public double[] GetAttachmentPoint()\r
-    { return GetAttachmentPoint_7(); }\r
-\r
-  private native void SetBorder_8(int id0);\r
-  public void SetBorder(int id0)\r
-    { SetBorder_8(id0); }\r
-\r
-  private native int GetBorder_9();\r
-  public int GetBorder()\r
-    { return GetBorder_9(); }\r
-\r
-  private native void BorderOn_10();\r
-  public void BorderOn()\r
-    { BorderOn_10(); }\r
-\r
-  private native void BorderOff_11();\r
-  public void BorderOff()\r
-    { BorderOff_11(); }\r
-\r
-  private native void SetLeader_12(int id0);\r
-  public void SetLeader(int id0)\r
-    { SetLeader_12(id0); }\r
-\r
-  private native int GetLeader_13();\r
-  public int GetLeader()\r
-    { return GetLeader_13(); }\r
-\r
-  private native void LeaderOn_14();\r
-  public void LeaderOn()\r
-    { LeaderOn_14(); }\r
-\r
-  private native void LeaderOff_15();\r
-  public void LeaderOff()\r
-    { LeaderOff_15(); }\r
-\r
-  private native void SetThreeDimensionalLeader_16(int id0);\r
-  public void SetThreeDimensionalLeader(int id0)\r
-    { SetThreeDimensionalLeader_16(id0); }\r
-\r
-  private native int GetThreeDimensionalLeader_17();\r
-  public int GetThreeDimensionalLeader()\r
-    { return GetThreeDimensionalLeader_17(); }\r
-\r
-  private native void ThreeDimensionalLeaderOn_18();\r
-  public void ThreeDimensionalLeaderOn()\r
-    { ThreeDimensionalLeaderOn_18(); }\r
-\r
-  private native void ThreeDimensionalLeaderOff_19();\r
-  public void ThreeDimensionalLeaderOff()\r
-    { ThreeDimensionalLeaderOff_19(); }\r
-\r
-  private native void SetLeaderGlyph_20(vtkPolyData id0);\r
-  public void SetLeaderGlyph(vtkPolyData id0)\r
-    { SetLeaderGlyph_20(id0); }\r
-\r
-  private native long GetLeaderGlyph_21();\r
-  public vtkPolyData GetLeaderGlyph() {\r
-    long temp = GetLeaderGlyph_21();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetLeaderGlyphSize_22(double id0);\r
-  public void SetLeaderGlyphSize(double id0)\r
-    { SetLeaderGlyphSize_22(id0); }\r
-\r
-  private native double GetLeaderGlyphSizeMinValue_23();\r
-  public double GetLeaderGlyphSizeMinValue()\r
-    { return GetLeaderGlyphSizeMinValue_23(); }\r
-\r
-  private native double GetLeaderGlyphSizeMaxValue_24();\r
-  public double GetLeaderGlyphSizeMaxValue()\r
-    { return GetLeaderGlyphSizeMaxValue_24(); }\r
-\r
-  private native double GetLeaderGlyphSize_25();\r
-  public double GetLeaderGlyphSize()\r
-    { return GetLeaderGlyphSize_25(); }\r
-\r
-  private native void SetMaximumLeaderGlyphSize_26(int id0);\r
-  public void SetMaximumLeaderGlyphSize(int id0)\r
-    { SetMaximumLeaderGlyphSize_26(id0); }\r
-\r
-  private native int GetMaximumLeaderGlyphSizeMinValue_27();\r
-  public int GetMaximumLeaderGlyphSizeMinValue()\r
-    { return GetMaximumLeaderGlyphSizeMinValue_27(); }\r
-\r
-  private native int GetMaximumLeaderGlyphSizeMaxValue_28();\r
-  public int GetMaximumLeaderGlyphSizeMaxValue()\r
-    { return GetMaximumLeaderGlyphSizeMaxValue_28(); }\r
-\r
-  private native int GetMaximumLeaderGlyphSize_29();\r
-  public int GetMaximumLeaderGlyphSize()\r
-    { return GetMaximumLeaderGlyphSize_29(); }\r
-\r
-  private native void SetPadding_30(int id0);\r
-  public void SetPadding(int id0)\r
-    { SetPadding_30(id0); }\r
-\r
-  private native int GetPaddingMinValue_31();\r
-  public int GetPaddingMinValue()\r
-    { return GetPaddingMinValue_31(); }\r
-\r
-  private native int GetPaddingMaxValue_32();\r
-  public int GetPaddingMaxValue()\r
-    { return GetPaddingMaxValue_32(); }\r
-\r
-  private native int GetPadding_33();\r
-  public int GetPadding()\r
-    { return GetPadding_33(); }\r
-\r
-  private native long GetTextActor_34();\r
-  public vtkTextActor GetTextActor() {\r
-    long temp = GetTextActor_34();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetCaptionTextProperty_35(vtkTextProperty id0);\r
-  public void SetCaptionTextProperty(vtkTextProperty id0)\r
-    { SetCaptionTextProperty_35(id0); }\r
-\r
-  private native long GetCaptionTextProperty_36();\r
-  public vtkTextProperty GetCaptionTextProperty() {\r
-    long temp = GetCaptionTextProperty_36();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void ShallowCopy_37(vtkProp id0);\r
-  public void ShallowCopy(vtkProp id0)\r
-    { ShallowCopy_37(id0); }\r
-\r
-  private native void SetAttachEdgeOnly_38(int id0);\r
-  public void SetAttachEdgeOnly(int id0)\r
-    { SetAttachEdgeOnly_38(id0); }\r
-\r
-  private native int GetAttachEdgeOnly_39();\r
-  public int GetAttachEdgeOnly()\r
-    { return GetAttachEdgeOnly_39(); }\r
-\r
-  private native void AttachEdgeOnlyOn_40();\r
-  public void AttachEdgeOnlyOn()\r
-    { AttachEdgeOnlyOn_40(); }\r
-\r
-  private native void AttachEdgeOnlyOff_41();\r
-  public void AttachEdgeOnlyOff()\r
-    { AttachEdgeOnlyOff_41(); }\r
-\r
-  private native void ReleaseGraphicsResources_42(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_42(id0); }\r
-\r
-  private native int RenderOpaqueGeometry_43(vtkViewport id0);\r
-  public int RenderOpaqueGeometry(vtkViewport id0)\r
-    { return RenderOpaqueGeometry_43(id0); }\r
-\r
-  private native int RenderTranslucentPolygonalGeometry_44(vtkViewport id0);\r
-  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
-    { return RenderTranslucentPolygonalGeometry_44(id0); }\r
-\r
-  private native int RenderOverlay_45(vtkViewport id0);\r
-  public int RenderOverlay(vtkViewport id0)\r
-    { return RenderOverlay_45(id0); }\r
-\r
-  private native int HasTranslucentPolygonalGeometry_46();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_46(); }\r
-\r
-  public vtkCaptionActor2D() { super(); }\r
-\r
-  public vtkCaptionActor2D(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkCaptionActor2D object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkCaptionActor2D 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 SetCaption_2(String id0);
+  public void SetCaption(String id0)
+    { SetCaption_2(id0); }
+
+  private native String GetCaption_3();
+  public String GetCaption()
+    { return GetCaption_3(); }
+
+  private native long GetAttachmentPointCoordinate_4();
+  public vtkCoordinate GetAttachmentPointCoordinate() {
+    long temp = GetAttachmentPointCoordinate_4();
+
+    if (temp == 0) return null;
+    return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetAttachmentPoint_5(double id0,double id1,double id2);
+  public void SetAttachmentPoint(double id0,double id1,double id2)
+    { SetAttachmentPoint_5(id0,id1,id2); }
+
+  private native void SetAttachmentPoint_6(double id0[]);
+  public void SetAttachmentPoint(double id0[])
+    { SetAttachmentPoint_6(id0); }
+
+  private native double[] GetAttachmentPoint_7();
+  public double[] GetAttachmentPoint()
+    { return GetAttachmentPoint_7(); }
+
+  private native void SetBorder_8(int id0);
+  public void SetBorder(int id0)
+    { SetBorder_8(id0); }
+
+  private native int GetBorder_9();
+  public int GetBorder()
+    { return GetBorder_9(); }
+
+  private native void BorderOn_10();
+  public void BorderOn()
+    { BorderOn_10(); }
+
+  private native void BorderOff_11();
+  public void BorderOff()
+    { BorderOff_11(); }
+
+  private native void SetLeader_12(int id0);
+  public void SetLeader(int id0)
+    { SetLeader_12(id0); }
+
+  private native int GetLeader_13();
+  public int GetLeader()
+    { return GetLeader_13(); }
+
+  private native void LeaderOn_14();
+  public void LeaderOn()
+    { LeaderOn_14(); }
+
+  private native void LeaderOff_15();
+  public void LeaderOff()
+    { LeaderOff_15(); }
+
+  private native void SetThreeDimensionalLeader_16(int id0);
+  public void SetThreeDimensionalLeader(int id0)
+    { SetThreeDimensionalLeader_16(id0); }
+
+  private native int GetThreeDimensionalLeader_17();
+  public int GetThreeDimensionalLeader()
+    { return GetThreeDimensionalLeader_17(); }
+
+  private native void ThreeDimensionalLeaderOn_18();
+  public void ThreeDimensionalLeaderOn()
+    { ThreeDimensionalLeaderOn_18(); }
+
+  private native void ThreeDimensionalLeaderOff_19();
+  public void ThreeDimensionalLeaderOff()
+    { ThreeDimensionalLeaderOff_19(); }
+
+  private native void SetLeaderGlyphData_20(vtkPolyData id0);
+  public void SetLeaderGlyphData(vtkPolyData id0)
+    { SetLeaderGlyphData_20(id0); }
+
+  private native void SetLeaderGlyphConnection_21(vtkAlgorithmOutput id0);
+  public void SetLeaderGlyphConnection(vtkAlgorithmOutput id0)
+    { SetLeaderGlyphConnection_21(id0); }
+
+  private native long GetLeaderGlyph_22();
+  public vtkPolyData GetLeaderGlyph() {
+    long temp = GetLeaderGlyph_22();
+
+    if (temp == 0) return null;
+    return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetLeaderGlyphSize_23(double id0);
+  public void SetLeaderGlyphSize(double id0)
+    { SetLeaderGlyphSize_23(id0); }
+
+  private native double GetLeaderGlyphSizeMinValue_24();
+  public double GetLeaderGlyphSizeMinValue()
+    { return GetLeaderGlyphSizeMinValue_24(); }
+
+  private native double GetLeaderGlyphSizeMaxValue_25();
+  public double GetLeaderGlyphSizeMaxValue()
+    { return GetLeaderGlyphSizeMaxValue_25(); }
+
+  private native double GetLeaderGlyphSize_26();
+  public double GetLeaderGlyphSize()
+    { return GetLeaderGlyphSize_26(); }
+
+  private native void SetMaximumLeaderGlyphSize_27(int id0);
+  public void SetMaximumLeaderGlyphSize(int id0)
+    { SetMaximumLeaderGlyphSize_27(id0); }
+
+  private native int GetMaximumLeaderGlyphSizeMinValue_28();
+  public int GetMaximumLeaderGlyphSizeMinValue()
+    { return GetMaximumLeaderGlyphSizeMinValue_28(); }
+
+  private native int GetMaximumLeaderGlyphSizeMaxValue_29();
+  public int GetMaximumLeaderGlyphSizeMaxValue()
+    { return GetMaximumLeaderGlyphSizeMaxValue_29(); }
+
+  private native int GetMaximumLeaderGlyphSize_30();
+  public int GetMaximumLeaderGlyphSize()
+    { return GetMaximumLeaderGlyphSize_30(); }
+
+  private native void SetPadding_31(int id0);
+  public void SetPadding(int id0)
+    { SetPadding_31(id0); }
+
+  private native int GetPaddingMinValue_32();
+  public int GetPaddingMinValue()
+    { return GetPaddingMinValue_32(); }
+
+  private native int GetPaddingMaxValue_33();
+  public int GetPaddingMaxValue()
+    { return GetPaddingMaxValue_33(); }
+
+  private native int GetPadding_34();
+  public int GetPadding()
+    { return GetPadding_34(); }
+
+  private native long GetTextActor_35();
+  public vtkTextActor GetTextActor() {
+    long temp = GetTextActor_35();
+
+    if (temp == 0) return null;
+    return (vtkTextActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetCaptionTextProperty_36(vtkTextProperty id0);
+  public void SetCaptionTextProperty(vtkTextProperty id0)
+    { SetCaptionTextProperty_36(id0); }
+
+  private native long GetCaptionTextProperty_37();
+  public vtkTextProperty GetCaptionTextProperty() {
+    long temp = GetCaptionTextProperty_37();
+
+    if (temp == 0) return null;
+    return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void ShallowCopy_38(vtkProp id0);
+  public void ShallowCopy(vtkProp id0)
+    { ShallowCopy_38(id0); }
+
+  private native void SetAttachEdgeOnly_39(int id0);
+  public void SetAttachEdgeOnly(int id0)
+    { SetAttachEdgeOnly_39(id0); }
+
+  private native int GetAttachEdgeOnly_40();
+  public int GetAttachEdgeOnly()
+    { return GetAttachEdgeOnly_40(); }
+
+  private native void AttachEdgeOnlyOn_41();
+  public void AttachEdgeOnlyOn()
+    { AttachEdgeOnlyOn_41(); }
+
+  private native void AttachEdgeOnlyOff_42();
+  public void AttachEdgeOnlyOff()
+    { AttachEdgeOnlyOff_42(); }
+
+  private native void ReleaseGraphicsResources_43(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_43(id0); }
+
+  private native int RenderOpaqueGeometry_44(vtkViewport id0);
+  public int RenderOpaqueGeometry(vtkViewport id0)
+    { return RenderOpaqueGeometry_44(id0); }
+
+  private native int RenderTranslucentPolygonalGeometry_45(vtkViewport id0);
+  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
+    { return RenderTranslucentPolygonalGeometry_45(id0); }
+
+  private native int RenderOverlay_46(vtkViewport id0);
+  public int RenderOverlay(vtkViewport id0)
+    { return RenderOverlay_46(id0); }
+
+  private native int HasTranslucentPolygonalGeometry_47();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_47(); }
+
+  public vtkCaptionActor2D() { super(); }
+
+  public vtkCaptionActor2D(long id) { super(id); }
+  public native long   VTKInit();
+
+}