]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkLegendBoxActor.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkLegendBoxActor.java
index cb87bb86e37cdfadbe80291fe383d60a3055cab7..ad4ce5e5fae7119cc74da86ba323a0a90fbb0e7a 100644 (file)
-// java wrapper for vtkLegendBoxActor object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkLegendBoxActor 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 SetNumberOfEntries_2(int id0);\r
-  public void SetNumberOfEntries(int id0)\r
-    { SetNumberOfEntries_2(id0); }\r
-\r
-  private native int GetNumberOfEntries_3();\r
-  public int GetNumberOfEntries()\r
-    { return GetNumberOfEntries_3(); }\r
-\r
-  private native void SetEntry_4(int id0,vtkPolyData id1,String id2,double id3[]);\r
-  public void SetEntry(int id0,vtkPolyData id1,String id2,double id3[])\r
-    { SetEntry_4(id0,id1,id2,id3); }\r
-\r
-  private native void SetEntry_5(int id0,vtkImageData id1,String id2,double id3[]);\r
-  public void SetEntry(int id0,vtkImageData id1,String id2,double id3[])\r
-    { SetEntry_5(id0,id1,id2,id3); }\r
-\r
-  private native void SetEntry_6(int id0,vtkPolyData id1,vtkImageData id2,String id3,double id4[]);\r
-  public void SetEntry(int id0,vtkPolyData id1,vtkImageData id2,String id3,double id4[])\r
-    { SetEntry_6(id0,id1,id2,id3,id4); }\r
-\r
-  private native void SetEntrySymbol_7(int id0,vtkPolyData id1);\r
-  public void SetEntrySymbol(int id0,vtkPolyData id1)\r
-    { SetEntrySymbol_7(id0,id1); }\r
-\r
-  private native void SetEntryIcon_8(int id0,vtkImageData id1);\r
-  public void SetEntryIcon(int id0,vtkImageData id1)\r
-    { SetEntryIcon_8(id0,id1); }\r
-\r
-  private native void SetEntryString_9(int id0,String id1);\r
-  public void SetEntryString(int id0,String id1)\r
-    { SetEntryString_9(id0,id1); }\r
-\r
-  private native void SetEntryColor_10(int id0,double id1[]);\r
-  public void SetEntryColor(int id0,double id1[])\r
-    { SetEntryColor_10(id0,id1); }\r
-\r
-  private native void SetEntryColor_11(int id0,double id1,double id2,double id3);\r
-  public void SetEntryColor(int id0,double id1,double id2,double id3)\r
-    { SetEntryColor_11(id0,id1,id2,id3); }\r
-\r
-  private native long GetEntrySymbol_12(int id0);\r
-  public vtkPolyData GetEntrySymbol(int id0) {\r
-    long temp = GetEntrySymbol_12(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetEntryIcon_13(int id0);\r
-  public vtkImageData GetEntryIcon(int id0) {\r
-    long temp = GetEntryIcon_13(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native String GetEntryString_14(int id0);\r
-  public String GetEntryString(int id0)\r
-    { return GetEntryString_14(id0); }\r
-\r
-  private native double[] GetEntryColor_15(int id0);\r
-  public double[] GetEntryColor(int id0)\r
-    { return GetEntryColor_15(id0); }\r
-\r
-  private native void SetEntryTextProperty_16(vtkTextProperty id0);\r
-  public void SetEntryTextProperty(vtkTextProperty id0)\r
-    { SetEntryTextProperty_16(id0); }\r
-\r
-  private native long GetEntryTextProperty_17();\r
-  public vtkTextProperty GetEntryTextProperty() {\r
-    long temp = GetEntryTextProperty_17();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetBorder_18(int id0);\r
-  public void SetBorder(int id0)\r
-    { SetBorder_18(id0); }\r
-\r
-  private native int GetBorder_19();\r
-  public int GetBorder()\r
-    { return GetBorder_19(); }\r
-\r
-  private native void BorderOn_20();\r
-  public void BorderOn()\r
-    { BorderOn_20(); }\r
-\r
-  private native void BorderOff_21();\r
-  public void BorderOff()\r
-    { BorderOff_21(); }\r
-\r
-  private native void SetLockBorder_22(int id0);\r
-  public void SetLockBorder(int id0)\r
-    { SetLockBorder_22(id0); }\r
-\r
-  private native int GetLockBorder_23();\r
-  public int GetLockBorder()\r
-    { return GetLockBorder_23(); }\r
-\r
-  private native void LockBorderOn_24();\r
-  public void LockBorderOn()\r
-    { LockBorderOn_24(); }\r
-\r
-  private native void LockBorderOff_25();\r
-  public void LockBorderOff()\r
-    { LockBorderOff_25(); }\r
-\r
-  private native void SetBox_26(int id0);\r
-  public void SetBox(int id0)\r
-    { SetBox_26(id0); }\r
-\r
-  private native int GetBox_27();\r
-  public int GetBox()\r
-    { return GetBox_27(); }\r
-\r
-  private native void BoxOn_28();\r
-  public void BoxOn()\r
-    { BoxOn_28(); }\r
-\r
-  private native void BoxOff_29();\r
-  public void BoxOff()\r
-    { BoxOff_29(); }\r
-\r
-  private native long GetBoxProperty_30();\r
-  public vtkProperty2D GetBoxProperty() {\r
-    long temp = GetBoxProperty_30();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetPadding_31(int id0);\r
-  public void SetPadding(int id0)\r
-    { SetPadding_31(id0); }\r
-\r
-  private native int GetPaddingMinValue_32();\r
-  public int GetPaddingMinValue()\r
-    { return GetPaddingMinValue_32(); }\r
-\r
-  private native int GetPaddingMaxValue_33();\r
-  public int GetPaddingMaxValue()\r
-    { return GetPaddingMaxValue_33(); }\r
-\r
-  private native int GetPadding_34();\r
-  public int GetPadding()\r
-    { return GetPadding_34(); }\r
-\r
-  private native void SetScalarVisibility_35(int id0);\r
-  public void SetScalarVisibility(int id0)\r
-    { SetScalarVisibility_35(id0); }\r
-\r
-  private native int GetScalarVisibility_36();\r
-  public int GetScalarVisibility()\r
-    { return GetScalarVisibility_36(); }\r
-\r
-  private native void ScalarVisibilityOn_37();\r
-  public void ScalarVisibilityOn()\r
-    { ScalarVisibilityOn_37(); }\r
-\r
-  private native void ScalarVisibilityOff_38();\r
-  public void ScalarVisibilityOff()\r
-    { ScalarVisibilityOff_38(); }\r
-\r
-  private native void SetUseBackground_39(int id0);\r
-  public void SetUseBackground(int id0)\r
-    { SetUseBackground_39(id0); }\r
-\r
-  private native int GetUseBackground_40();\r
-  public int GetUseBackground()\r
-    { return GetUseBackground_40(); }\r
-\r
-  private native void UseBackgroundOn_41();\r
-  public void UseBackgroundOn()\r
-    { UseBackgroundOn_41(); }\r
-\r
-  private native void UseBackgroundOff_42();\r
-  public void UseBackgroundOff()\r
-    { UseBackgroundOff_42(); }\r
-\r
-  private native void SetBackgroundColor_43(double id0,double id1,double id2);\r
-  public void SetBackgroundColor(double id0,double id1,double id2)\r
-    { SetBackgroundColor_43(id0,id1,id2); }\r
-\r
-  private native void SetBackgroundColor_44(double id0[]);\r
-  public void SetBackgroundColor(double id0[])\r
-    { SetBackgroundColor_44(id0); }\r
-\r
-  private native double[] GetBackgroundColor_45();\r
-  public double[] GetBackgroundColor()\r
-    { return GetBackgroundColor_45(); }\r
-\r
-  private native void SetBackgroundOpacity_46(double id0);\r
-  public void SetBackgroundOpacity(double id0)\r
-    { SetBackgroundOpacity_46(id0); }\r
-\r
-  private native double GetBackgroundOpacityMinValue_47();\r
-  public double GetBackgroundOpacityMinValue()\r
-    { return GetBackgroundOpacityMinValue_47(); }\r
-\r
-  private native double GetBackgroundOpacityMaxValue_48();\r
-  public double GetBackgroundOpacityMaxValue()\r
-    { return GetBackgroundOpacityMaxValue_48(); }\r
-\r
-  private native double GetBackgroundOpacity_49();\r
-  public double GetBackgroundOpacity()\r
-    { return GetBackgroundOpacity_49(); }\r
-\r
-  private native void ShallowCopy_50(vtkProp id0);\r
-  public void ShallowCopy(vtkProp id0)\r
-    { ShallowCopy_50(id0); }\r
-\r
-  private native void ReleaseGraphicsResources_51(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_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 RenderOverlay_54(vtkViewport id0);\r
-  public int RenderOverlay(vtkViewport id0)\r
-    { return RenderOverlay_54(id0); }\r
-\r
-  private native int HasTranslucentPolygonalGeometry_55();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_55(); }\r
-\r
-  public vtkLegendBoxActor() { super(); }\r
-\r
-  public vtkLegendBoxActor(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkLegendBoxActor object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkLegendBoxActor 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 SetNumberOfEntries_2(int id0);
+  public void SetNumberOfEntries(int id0)
+    { SetNumberOfEntries_2(id0); }
+
+  private native int GetNumberOfEntries_3();
+  public int GetNumberOfEntries()
+    { return GetNumberOfEntries_3(); }
+
+  private native void SetEntry_4(int id0,vtkPolyData id1,String id2,double id3[]);
+  public void SetEntry(int id0,vtkPolyData id1,String id2,double id3[])
+    { SetEntry_4(id0,id1,id2,id3); }
+
+  private native void SetEntry_5(int id0,vtkImageData id1,String id2,double id3[]);
+  public void SetEntry(int id0,vtkImageData id1,String id2,double id3[])
+    { SetEntry_5(id0,id1,id2,id3); }
+
+  private native void SetEntry_6(int id0,vtkPolyData id1,vtkImageData id2,String id3,double id4[]);
+  public void SetEntry(int id0,vtkPolyData id1,vtkImageData id2,String id3,double id4[])
+    { SetEntry_6(id0,id1,id2,id3,id4); }
+
+  private native void SetEntrySymbol_7(int id0,vtkPolyData id1);
+  public void SetEntrySymbol(int id0,vtkPolyData id1)
+    { SetEntrySymbol_7(id0,id1); }
+
+  private native void SetEntryIcon_8(int id0,vtkImageData id1);
+  public void SetEntryIcon(int id0,vtkImageData id1)
+    { SetEntryIcon_8(id0,id1); }
+
+  private native void SetEntryString_9(int id0,String id1);
+  public void SetEntryString(int id0,String id1)
+    { SetEntryString_9(id0,id1); }
+
+  private native void SetEntryColor_10(int id0,double id1[]);
+  public void SetEntryColor(int id0,double id1[])
+    { SetEntryColor_10(id0,id1); }
+
+  private native void SetEntryColor_11(int id0,double id1,double id2,double id3);
+  public void SetEntryColor(int id0,double id1,double id2,double id3)
+    { SetEntryColor_11(id0,id1,id2,id3); }
+
+  private native long GetEntrySymbol_12(int id0);
+  public vtkPolyData GetEntrySymbol(int id0) {
+    long temp = GetEntrySymbol_12(id0);
+
+    if (temp == 0) return null;
+    return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetEntryIcon_13(int id0);
+  public vtkImageData GetEntryIcon(int id0) {
+    long temp = GetEntryIcon_13(id0);
+
+    if (temp == 0) return null;
+    return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native String GetEntryString_14(int id0);
+  public String GetEntryString(int id0)
+    { return GetEntryString_14(id0); }
+
+  private native double[] GetEntryColor_15(int id0);
+  public double[] GetEntryColor(int id0)
+    { return GetEntryColor_15(id0); }
+
+  private native void SetEntryTextProperty_16(vtkTextProperty id0);
+  public void SetEntryTextProperty(vtkTextProperty id0)
+    { SetEntryTextProperty_16(id0); }
+
+  private native long GetEntryTextProperty_17();
+  public vtkTextProperty GetEntryTextProperty() {
+    long temp = GetEntryTextProperty_17();
+
+    if (temp == 0) return null;
+    return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetBorder_18(int id0);
+  public void SetBorder(int id0)
+    { SetBorder_18(id0); }
+
+  private native int GetBorder_19();
+  public int GetBorder()
+    { return GetBorder_19(); }
+
+  private native void BorderOn_20();
+  public void BorderOn()
+    { BorderOn_20(); }
+
+  private native void BorderOff_21();
+  public void BorderOff()
+    { BorderOff_21(); }
+
+  private native void SetLockBorder_22(int id0);
+  public void SetLockBorder(int id0)
+    { SetLockBorder_22(id0); }
+
+  private native int GetLockBorder_23();
+  public int GetLockBorder()
+    { return GetLockBorder_23(); }
+
+  private native void LockBorderOn_24();
+  public void LockBorderOn()
+    { LockBorderOn_24(); }
+
+  private native void LockBorderOff_25();
+  public void LockBorderOff()
+    { LockBorderOff_25(); }
+
+  private native void SetBox_26(int id0);
+  public void SetBox(int id0)
+    { SetBox_26(id0); }
+
+  private native int GetBox_27();
+  public int GetBox()
+    { return GetBox_27(); }
+
+  private native void BoxOn_28();
+  public void BoxOn()
+    { BoxOn_28(); }
+
+  private native void BoxOff_29();
+  public void BoxOff()
+    { BoxOff_29(); }
+
+  private native long GetBoxProperty_30();
+  public vtkProperty2D GetBoxProperty() {
+    long temp = GetBoxProperty_30();
+
+    if (temp == 0) return null;
+    return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  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 void SetScalarVisibility_35(int id0);
+  public void SetScalarVisibility(int id0)
+    { SetScalarVisibility_35(id0); }
+
+  private native int GetScalarVisibility_36();
+  public int GetScalarVisibility()
+    { return GetScalarVisibility_36(); }
+
+  private native void ScalarVisibilityOn_37();
+  public void ScalarVisibilityOn()
+    { ScalarVisibilityOn_37(); }
+
+  private native void ScalarVisibilityOff_38();
+  public void ScalarVisibilityOff()
+    { ScalarVisibilityOff_38(); }
+
+  private native void SetUseBackground_39(int id0);
+  public void SetUseBackground(int id0)
+    { SetUseBackground_39(id0); }
+
+  private native int GetUseBackground_40();
+  public int GetUseBackground()
+    { return GetUseBackground_40(); }
+
+  private native void UseBackgroundOn_41();
+  public void UseBackgroundOn()
+    { UseBackgroundOn_41(); }
+
+  private native void UseBackgroundOff_42();
+  public void UseBackgroundOff()
+    { UseBackgroundOff_42(); }
+
+  private native void SetBackgroundColor_43(double id0,double id1,double id2);
+  public void SetBackgroundColor(double id0,double id1,double id2)
+    { SetBackgroundColor_43(id0,id1,id2); }
+
+  private native void SetBackgroundColor_44(double id0[]);
+  public void SetBackgroundColor(double id0[])
+    { SetBackgroundColor_44(id0); }
+
+  private native double[] GetBackgroundColor_45();
+  public double[] GetBackgroundColor()
+    { return GetBackgroundColor_45(); }
+
+  private native void SetBackgroundOpacity_46(double id0);
+  public void SetBackgroundOpacity(double id0)
+    { SetBackgroundOpacity_46(id0); }
+
+  private native double GetBackgroundOpacityMinValue_47();
+  public double GetBackgroundOpacityMinValue()
+    { return GetBackgroundOpacityMinValue_47(); }
+
+  private native double GetBackgroundOpacityMaxValue_48();
+  public double GetBackgroundOpacityMaxValue()
+    { return GetBackgroundOpacityMaxValue_48(); }
+
+  private native double GetBackgroundOpacity_49();
+  public double GetBackgroundOpacity()
+    { return GetBackgroundOpacity_49(); }
+
+  private native void ShallowCopy_50(vtkProp id0);
+  public void ShallowCopy(vtkProp id0)
+    { ShallowCopy_50(id0); }
+
+  private native void ReleaseGraphicsResources_51(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_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 RenderOverlay_54(vtkViewport id0);
+  public int RenderOverlay(vtkViewport id0)
+    { return RenderOverlay_54(id0); }
+
+  private native int HasTranslucentPolygonalGeometry_55();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_55(); }
+
+  public vtkLegendBoxActor() { super(); }
+
+  public vtkLegendBoxActor(long id) { super(id); }
+  public native long   VTKInit();
+
+}