]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkViewTheme.java
Revised native library loading for VTK
[simantics/3d.git] / vtk / src / vtk / vtkViewTheme.java
index 6617bb6d987ddeb86cd34cf34d490304a194e599..269cbd2968e95356cef54a0403a80d3696c99453 100644 (file)
-// java wrapper for vtkViewTheme object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkViewTheme extends vtkObject\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 SetPointSize_2(double id0);\r
-  public void SetPointSize(double id0)\r
-    { SetPointSize_2(id0); }\r
-\r
-  private native double GetPointSize_3();\r
-  public double GetPointSize()\r
-    { return GetPointSize_3(); }\r
-\r
-  private native void SetLineWidth_4(double id0);\r
-  public void SetLineWidth(double id0)\r
-    { SetLineWidth_4(id0); }\r
-\r
-  private native double GetLineWidth_5();\r
-  public double GetLineWidth()\r
-    { return GetLineWidth_5(); }\r
-\r
-  private native void SetPointColor_6(double id0,double id1,double id2);\r
-  public void SetPointColor(double id0,double id1,double id2)\r
-    { SetPointColor_6(id0,id1,id2); }\r
-\r
-  private native void SetPointColor_7(double id0[]);\r
-  public void SetPointColor(double id0[])\r
-    { SetPointColor_7(id0); }\r
-\r
-  private native double[] GetPointColor_8();\r
-  public double[] GetPointColor()\r
-    { return GetPointColor_8(); }\r
-\r
-  private native void SetPointOpacity_9(double id0);\r
-  public void SetPointOpacity(double id0)\r
-    { SetPointOpacity_9(id0); }\r
-\r
-  private native double GetPointOpacity_10();\r
-  public double GetPointOpacity()\r
-    { return GetPointOpacity_10(); }\r
-\r
-  private native void SetPointHueRange_11(double id0,double id1);\r
-  public void SetPointHueRange(double id0,double id1)\r
-    { SetPointHueRange_11(id0,id1); }\r
-\r
-  private native void SetPointHueRange_12(double id0[]);\r
-  public void SetPointHueRange(double id0[])\r
-    { SetPointHueRange_12(id0); }\r
-\r
-  private native void GetPointHueRange_13(double id0[]);\r
-  public void GetPointHueRange(double id0[])\r
-    { GetPointHueRange_13(id0); }\r
-\r
-  private native void SetPointSaturationRange_14(double id0,double id1);\r
-  public void SetPointSaturationRange(double id0,double id1)\r
-    { SetPointSaturationRange_14(id0,id1); }\r
-\r
-  private native void SetPointSaturationRange_15(double id0[]);\r
-  public void SetPointSaturationRange(double id0[])\r
-    { SetPointSaturationRange_15(id0); }\r
-\r
-  private native void GetPointSaturationRange_16(double id0[]);\r
-  public void GetPointSaturationRange(double id0[])\r
-    { GetPointSaturationRange_16(id0); }\r
-\r
-  private native void SetPointValueRange_17(double id0,double id1);\r
-  public void SetPointValueRange(double id0,double id1)\r
-    { SetPointValueRange_17(id0,id1); }\r
-\r
-  private native void SetPointValueRange_18(double id0[]);\r
-  public void SetPointValueRange(double id0[])\r
-    { SetPointValueRange_18(id0); }\r
-\r
-  private native void GetPointValueRange_19(double id0[]);\r
-  public void GetPointValueRange(double id0[])\r
-    { GetPointValueRange_19(id0); }\r
-\r
-  private native void SetPointAlphaRange_20(double id0,double id1);\r
-  public void SetPointAlphaRange(double id0,double id1)\r
-    { SetPointAlphaRange_20(id0,id1); }\r
-\r
-  private native void SetPointAlphaRange_21(double id0[]);\r
-  public void SetPointAlphaRange(double id0[])\r
-    { SetPointAlphaRange_21(id0); }\r
-\r
-  private native void GetPointAlphaRange_22(double id0[]);\r
-  public void GetPointAlphaRange(double id0[])\r
-    { GetPointAlphaRange_22(id0); }\r
-\r
-  private native long GetPointLookupTable_23();\r
-  public vtkScalarsToColors GetPointLookupTable() {\r
-    long temp = GetPointLookupTable_23();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkScalarsToColors)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetPointLookupTable_24(vtkScalarsToColors id0);\r
-  public void SetPointLookupTable(vtkScalarsToColors id0)\r
-    { SetPointLookupTable_24(id0); }\r
-\r
-  private native void SetScalePointLookupTable_25(boolean id0);\r
-  public void SetScalePointLookupTable(boolean id0)\r
-    { SetScalePointLookupTable_25(id0); }\r
-\r
-  private native boolean GetScalePointLookupTable_26();\r
-  public boolean GetScalePointLookupTable()\r
-    { return GetScalePointLookupTable_26(); }\r
-\r
-  private native void ScalePointLookupTableOn_27();\r
-  public void ScalePointLookupTableOn()\r
-    { ScalePointLookupTableOn_27(); }\r
-\r
-  private native void ScalePointLookupTableOff_28();\r
-  public void ScalePointLookupTableOff()\r
-    { ScalePointLookupTableOff_28(); }\r
-\r
-  private native void SetCellColor_29(double id0,double id1,double id2);\r
-  public void SetCellColor(double id0,double id1,double id2)\r
-    { SetCellColor_29(id0,id1,id2); }\r
-\r
-  private native void SetCellColor_30(double id0[]);\r
-  public void SetCellColor(double id0[])\r
-    { SetCellColor_30(id0); }\r
-\r
-  private native double[] GetCellColor_31();\r
-  public double[] GetCellColor()\r
-    { return GetCellColor_31(); }\r
-\r
-  private native void SetCellOpacity_32(double id0);\r
-  public void SetCellOpacity(double id0)\r
-    { SetCellOpacity_32(id0); }\r
-\r
-  private native double GetCellOpacity_33();\r
-  public double GetCellOpacity()\r
-    { return GetCellOpacity_33(); }\r
-\r
-  private native void SetCellHueRange_34(double id0,double id1);\r
-  public void SetCellHueRange(double id0,double id1)\r
-    { SetCellHueRange_34(id0,id1); }\r
-\r
-  private native void SetCellHueRange_35(double id0[]);\r
-  public void SetCellHueRange(double id0[])\r
-    { SetCellHueRange_35(id0); }\r
-\r
-  private native void GetCellHueRange_36(double id0[]);\r
-  public void GetCellHueRange(double id0[])\r
-    { GetCellHueRange_36(id0); }\r
-\r
-  private native void SetCellSaturationRange_37(double id0,double id1);\r
-  public void SetCellSaturationRange(double id0,double id1)\r
-    { SetCellSaturationRange_37(id0,id1); }\r
-\r
-  private native void SetCellSaturationRange_38(double id0[]);\r
-  public void SetCellSaturationRange(double id0[])\r
-    { SetCellSaturationRange_38(id0); }\r
-\r
-  private native void GetCellSaturationRange_39(double id0[]);\r
-  public void GetCellSaturationRange(double id0[])\r
-    { GetCellSaturationRange_39(id0); }\r
-\r
-  private native void SetCellValueRange_40(double id0,double id1);\r
-  public void SetCellValueRange(double id0,double id1)\r
-    { SetCellValueRange_40(id0,id1); }\r
-\r
-  private native void SetCellValueRange_41(double id0[]);\r
-  public void SetCellValueRange(double id0[])\r
-    { SetCellValueRange_41(id0); }\r
-\r
-  private native void GetCellValueRange_42(double id0[]);\r
-  public void GetCellValueRange(double id0[])\r
-    { GetCellValueRange_42(id0); }\r
-\r
-  private native void SetCellAlphaRange_43(double id0,double id1);\r
-  public void SetCellAlphaRange(double id0,double id1)\r
-    { SetCellAlphaRange_43(id0,id1); }\r
-\r
-  private native void SetCellAlphaRange_44(double id0[]);\r
-  public void SetCellAlphaRange(double id0[])\r
-    { SetCellAlphaRange_44(id0); }\r
-\r
-  private native void GetCellAlphaRange_45(double id0[]);\r
-  public void GetCellAlphaRange(double id0[])\r
-    { GetCellAlphaRange_45(id0); }\r
-\r
-  private native long GetCellLookupTable_46();\r
-  public vtkScalarsToColors GetCellLookupTable() {\r
-    long temp = GetCellLookupTable_46();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkScalarsToColors)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetCellLookupTable_47(vtkScalarsToColors id0);\r
-  public void SetCellLookupTable(vtkScalarsToColors id0)\r
-    { SetCellLookupTable_47(id0); }\r
-\r
-  private native void SetScaleCellLookupTable_48(boolean id0);\r
-  public void SetScaleCellLookupTable(boolean id0)\r
-    { SetScaleCellLookupTable_48(id0); }\r
-\r
-  private native boolean GetScaleCellLookupTable_49();\r
-  public boolean GetScaleCellLookupTable()\r
-    { return GetScaleCellLookupTable_49(); }\r
-\r
-  private native void ScaleCellLookupTableOn_50();\r
-  public void ScaleCellLookupTableOn()\r
-    { ScaleCellLookupTableOn_50(); }\r
-\r
-  private native void ScaleCellLookupTableOff_51();\r
-  public void ScaleCellLookupTableOff()\r
-    { ScaleCellLookupTableOff_51(); }\r
-\r
-  private native void SetOutlineColor_52(double id0,double id1,double id2);\r
-  public void SetOutlineColor(double id0,double id1,double id2)\r
-    { SetOutlineColor_52(id0,id1,id2); }\r
-\r
-  private native void SetOutlineColor_53(double id0[]);\r
-  public void SetOutlineColor(double id0[])\r
-    { SetOutlineColor_53(id0); }\r
-\r
-  private native double[] GetOutlineColor_54();\r
-  public double[] GetOutlineColor()\r
-    { return GetOutlineColor_54(); }\r
-\r
-  private native void SetSelectedPointColor_55(double id0,double id1,double id2);\r
-  public void SetSelectedPointColor(double id0,double id1,double id2)\r
-    { SetSelectedPointColor_55(id0,id1,id2); }\r
-\r
-  private native void SetSelectedPointColor_56(double id0[]);\r
-  public void SetSelectedPointColor(double id0[])\r
-    { SetSelectedPointColor_56(id0); }\r
-\r
-  private native double[] GetSelectedPointColor_57();\r
-  public double[] GetSelectedPointColor()\r
-    { return GetSelectedPointColor_57(); }\r
-\r
-  private native void SetSelectedPointOpacity_58(double id0);\r
-  public void SetSelectedPointOpacity(double id0)\r
-    { SetSelectedPointOpacity_58(id0); }\r
-\r
-  private native double GetSelectedPointOpacity_59();\r
-  public double GetSelectedPointOpacity()\r
-    { return GetSelectedPointOpacity_59(); }\r
-\r
-  private native void SetSelectedCellColor_60(double id0,double id1,double id2);\r
-  public void SetSelectedCellColor(double id0,double id1,double id2)\r
-    { SetSelectedCellColor_60(id0,id1,id2); }\r
-\r
-  private native void SetSelectedCellColor_61(double id0[]);\r
-  public void SetSelectedCellColor(double id0[])\r
-    { SetSelectedCellColor_61(id0); }\r
-\r
-  private native double[] GetSelectedCellColor_62();\r
-  public double[] GetSelectedCellColor()\r
-    { return GetSelectedCellColor_62(); }\r
-\r
-  private native void SetSelectedCellOpacity_63(double id0);\r
-  public void SetSelectedCellOpacity(double id0)\r
-    { SetSelectedCellOpacity_63(id0); }\r
-\r
-  private native double GetSelectedCellOpacity_64();\r
-  public double GetSelectedCellOpacity()\r
-    { return GetSelectedCellOpacity_64(); }\r
-\r
-  private native void SetBackgroundColor_65(double id0,double id1,double id2);\r
-  public void SetBackgroundColor(double id0,double id1,double id2)\r
-    { SetBackgroundColor_65(id0,id1,id2); }\r
-\r
-  private native void SetBackgroundColor_66(double id0[]);\r
-  public void SetBackgroundColor(double id0[])\r
-    { SetBackgroundColor_66(id0); }\r
-\r
-  private native double[] GetBackgroundColor_67();\r
-  public double[] GetBackgroundColor()\r
-    { return GetBackgroundColor_67(); }\r
-\r
-  private native void SetBackgroundColor2_68(double id0,double id1,double id2);\r
-  public void SetBackgroundColor2(double id0,double id1,double id2)\r
-    { SetBackgroundColor2_68(id0,id1,id2); }\r
-\r
-  private native void SetBackgroundColor2_69(double id0[]);\r
-  public void SetBackgroundColor2(double id0[])\r
-    { SetBackgroundColor2_69(id0); }\r
-\r
-  private native double[] GetBackgroundColor2_70();\r
-  public double[] GetBackgroundColor2()\r
-    { return GetBackgroundColor2_70(); }\r
-\r
-  private native void SetPointTextProperty_71(vtkTextProperty id0);\r
-  public void SetPointTextProperty(vtkTextProperty id0)\r
-    { SetPointTextProperty_71(id0); }\r
-\r
-  private native long GetPointTextProperty_72();\r
-  public vtkTextProperty GetPointTextProperty() {\r
-    long temp = GetPointTextProperty_72();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetCellTextProperty_73(vtkTextProperty id0);\r
-  public void SetCellTextProperty(vtkTextProperty id0)\r
-    { SetCellTextProperty_73(id0); }\r
-\r
-  private native long GetCellTextProperty_74();\r
-  public vtkTextProperty GetCellTextProperty() {\r
-    long temp = GetCellTextProperty_74();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetVertexLabelColor_75(double id0,double id1,double id2);\r
-  public void SetVertexLabelColor(double id0,double id1,double id2)\r
-    { SetVertexLabelColor_75(id0,id1,id2); }\r
-\r
-  private native void SetVertexLabelColor_76(double id0[]);\r
-  public void SetVertexLabelColor(double id0[])\r
-    { SetVertexLabelColor_76(id0); }\r
-\r
-  private native void GetVertexLabelColor_77(double id0[]);\r
-  public void GetVertexLabelColor(double id0[])\r
-    { GetVertexLabelColor_77(id0); }\r
-\r
-  private native void SetEdgeLabelColor_78(double id0,double id1,double id2);\r
-  public void SetEdgeLabelColor(double id0,double id1,double id2)\r
-    { SetEdgeLabelColor_78(id0,id1,id2); }\r
-\r
-  private native void SetEdgeLabelColor_79(double id0[]);\r
-  public void SetEdgeLabelColor(double id0[])\r
-    { SetEdgeLabelColor_79(id0); }\r
-\r
-  private native void GetEdgeLabelColor_80(double id0[]);\r
-  public void GetEdgeLabelColor(double id0[])\r
-    { GetEdgeLabelColor_80(id0); }\r
-\r
-  private native long CreateOceanTheme_81();\r
-  public vtkViewTheme CreateOceanTheme() {\r
-    long temp = CreateOceanTheme_81();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkViewTheme)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long CreateMellowTheme_82();\r
-  public vtkViewTheme CreateMellowTheme() {\r
-    long temp = CreateMellowTheme_82();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkViewTheme)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long CreateNeonTheme_83();\r
-  public vtkViewTheme CreateNeonTheme() {\r
-    long temp = CreateNeonTheme_83();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkViewTheme)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native boolean LookupMatchesPointTheme_84(vtkScalarsToColors id0);\r
-  public boolean LookupMatchesPointTheme(vtkScalarsToColors id0)\r
-    { return LookupMatchesPointTheme_84(id0); }\r
-\r
-  private native boolean LookupMatchesCellTheme_85(vtkScalarsToColors id0);\r
-  public boolean LookupMatchesCellTheme(vtkScalarsToColors id0)\r
-    { return LookupMatchesCellTheme_85(id0); }\r
-\r
-  public vtkViewTheme() { super(); }\r
-\r
-  public vtkViewTheme(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkViewTheme object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkViewTheme extends vtkObject
+{
+
+  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 SetPointSize_2(double id0);
+  public void SetPointSize(double id0)
+    { SetPointSize_2(id0); }
+
+  private native double GetPointSize_3();
+  public double GetPointSize()
+    { return GetPointSize_3(); }
+
+  private native void SetLineWidth_4(double id0);
+  public void SetLineWidth(double id0)
+    { SetLineWidth_4(id0); }
+
+  private native double GetLineWidth_5();
+  public double GetLineWidth()
+    { return GetLineWidth_5(); }
+
+  private native void SetPointColor_6(double id0,double id1,double id2);
+  public void SetPointColor(double id0,double id1,double id2)
+    { SetPointColor_6(id0,id1,id2); }
+
+  private native void SetPointColor_7(double id0[]);
+  public void SetPointColor(double id0[])
+    { SetPointColor_7(id0); }
+
+  private native double[] GetPointColor_8();
+  public double[] GetPointColor()
+    { return GetPointColor_8(); }
+
+  private native void SetPointOpacity_9(double id0);
+  public void SetPointOpacity(double id0)
+    { SetPointOpacity_9(id0); }
+
+  private native double GetPointOpacity_10();
+  public double GetPointOpacity()
+    { return GetPointOpacity_10(); }
+
+  private native void SetPointHueRange_11(double id0,double id1);
+  public void SetPointHueRange(double id0,double id1)
+    { SetPointHueRange_11(id0,id1); }
+
+  private native void SetPointHueRange_12(double id0[]);
+  public void SetPointHueRange(double id0[])
+    { SetPointHueRange_12(id0); }
+
+  private native void GetPointHueRange_13(double id0[]);
+  public void GetPointHueRange(double id0[])
+    { GetPointHueRange_13(id0); }
+
+  private native void SetPointSaturationRange_14(double id0,double id1);
+  public void SetPointSaturationRange(double id0,double id1)
+    { SetPointSaturationRange_14(id0,id1); }
+
+  private native void SetPointSaturationRange_15(double id0[]);
+  public void SetPointSaturationRange(double id0[])
+    { SetPointSaturationRange_15(id0); }
+
+  private native void GetPointSaturationRange_16(double id0[]);
+  public void GetPointSaturationRange(double id0[])
+    { GetPointSaturationRange_16(id0); }
+
+  private native void SetPointValueRange_17(double id0,double id1);
+  public void SetPointValueRange(double id0,double id1)
+    { SetPointValueRange_17(id0,id1); }
+
+  private native void SetPointValueRange_18(double id0[]);
+  public void SetPointValueRange(double id0[])
+    { SetPointValueRange_18(id0); }
+
+  private native void GetPointValueRange_19(double id0[]);
+  public void GetPointValueRange(double id0[])
+    { GetPointValueRange_19(id0); }
+
+  private native void SetPointAlphaRange_20(double id0,double id1);
+  public void SetPointAlphaRange(double id0,double id1)
+    { SetPointAlphaRange_20(id0,id1); }
+
+  private native void SetPointAlphaRange_21(double id0[]);
+  public void SetPointAlphaRange(double id0[])
+    { SetPointAlphaRange_21(id0); }
+
+  private native void GetPointAlphaRange_22(double id0[]);
+  public void GetPointAlphaRange(double id0[])
+    { GetPointAlphaRange_22(id0); }
+
+  private native long GetPointLookupTable_23();
+  public vtkScalarsToColors GetPointLookupTable() {
+    long temp = GetPointLookupTable_23();
+
+    if (temp == 0) return null;
+    return (vtkScalarsToColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetPointLookupTable_24(vtkScalarsToColors id0);
+  public void SetPointLookupTable(vtkScalarsToColors id0)
+    { SetPointLookupTable_24(id0); }
+
+  private native void SetScalePointLookupTable_25(boolean id0);
+  public void SetScalePointLookupTable(boolean id0)
+    { SetScalePointLookupTable_25(id0); }
+
+  private native boolean GetScalePointLookupTable_26();
+  public boolean GetScalePointLookupTable()
+    { return GetScalePointLookupTable_26(); }
+
+  private native void ScalePointLookupTableOn_27();
+  public void ScalePointLookupTableOn()
+    { ScalePointLookupTableOn_27(); }
+
+  private native void ScalePointLookupTableOff_28();
+  public void ScalePointLookupTableOff()
+    { ScalePointLookupTableOff_28(); }
+
+  private native void SetCellColor_29(double id0,double id1,double id2);
+  public void SetCellColor(double id0,double id1,double id2)
+    { SetCellColor_29(id0,id1,id2); }
+
+  private native void SetCellColor_30(double id0[]);
+  public void SetCellColor(double id0[])
+    { SetCellColor_30(id0); }
+
+  private native double[] GetCellColor_31();
+  public double[] GetCellColor()
+    { return GetCellColor_31(); }
+
+  private native void SetCellOpacity_32(double id0);
+  public void SetCellOpacity(double id0)
+    { SetCellOpacity_32(id0); }
+
+  private native double GetCellOpacity_33();
+  public double GetCellOpacity()
+    { return GetCellOpacity_33(); }
+
+  private native void SetCellHueRange_34(double id0,double id1);
+  public void SetCellHueRange(double id0,double id1)
+    { SetCellHueRange_34(id0,id1); }
+
+  private native void SetCellHueRange_35(double id0[]);
+  public void SetCellHueRange(double id0[])
+    { SetCellHueRange_35(id0); }
+
+  private native void GetCellHueRange_36(double id0[]);
+  public void GetCellHueRange(double id0[])
+    { GetCellHueRange_36(id0); }
+
+  private native void SetCellSaturationRange_37(double id0,double id1);
+  public void SetCellSaturationRange(double id0,double id1)
+    { SetCellSaturationRange_37(id0,id1); }
+
+  private native void SetCellSaturationRange_38(double id0[]);
+  public void SetCellSaturationRange(double id0[])
+    { SetCellSaturationRange_38(id0); }
+
+  private native void GetCellSaturationRange_39(double id0[]);
+  public void GetCellSaturationRange(double id0[])
+    { GetCellSaturationRange_39(id0); }
+
+  private native void SetCellValueRange_40(double id0,double id1);
+  public void SetCellValueRange(double id0,double id1)
+    { SetCellValueRange_40(id0,id1); }
+
+  private native void SetCellValueRange_41(double id0[]);
+  public void SetCellValueRange(double id0[])
+    { SetCellValueRange_41(id0); }
+
+  private native void GetCellValueRange_42(double id0[]);
+  public void GetCellValueRange(double id0[])
+    { GetCellValueRange_42(id0); }
+
+  private native void SetCellAlphaRange_43(double id0,double id1);
+  public void SetCellAlphaRange(double id0,double id1)
+    { SetCellAlphaRange_43(id0,id1); }
+
+  private native void SetCellAlphaRange_44(double id0[]);
+  public void SetCellAlphaRange(double id0[])
+    { SetCellAlphaRange_44(id0); }
+
+  private native void GetCellAlphaRange_45(double id0[]);
+  public void GetCellAlphaRange(double id0[])
+    { GetCellAlphaRange_45(id0); }
+
+  private native long GetCellLookupTable_46();
+  public vtkScalarsToColors GetCellLookupTable() {
+    long temp = GetCellLookupTable_46();
+
+    if (temp == 0) return null;
+    return (vtkScalarsToColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetCellLookupTable_47(vtkScalarsToColors id0);
+  public void SetCellLookupTable(vtkScalarsToColors id0)
+    { SetCellLookupTable_47(id0); }
+
+  private native void SetScaleCellLookupTable_48(boolean id0);
+  public void SetScaleCellLookupTable(boolean id0)
+    { SetScaleCellLookupTable_48(id0); }
+
+  private native boolean GetScaleCellLookupTable_49();
+  public boolean GetScaleCellLookupTable()
+    { return GetScaleCellLookupTable_49(); }
+
+  private native void ScaleCellLookupTableOn_50();
+  public void ScaleCellLookupTableOn()
+    { ScaleCellLookupTableOn_50(); }
+
+  private native void ScaleCellLookupTableOff_51();
+  public void ScaleCellLookupTableOff()
+    { ScaleCellLookupTableOff_51(); }
+
+  private native void SetOutlineColor_52(double id0,double id1,double id2);
+  public void SetOutlineColor(double id0,double id1,double id2)
+    { SetOutlineColor_52(id0,id1,id2); }
+
+  private native void SetOutlineColor_53(double id0[]);
+  public void SetOutlineColor(double id0[])
+    { SetOutlineColor_53(id0); }
+
+  private native double[] GetOutlineColor_54();
+  public double[] GetOutlineColor()
+    { return GetOutlineColor_54(); }
+
+  private native void SetSelectedPointColor_55(double id0,double id1,double id2);
+  public void SetSelectedPointColor(double id0,double id1,double id2)
+    { SetSelectedPointColor_55(id0,id1,id2); }
+
+  private native void SetSelectedPointColor_56(double id0[]);
+  public void SetSelectedPointColor(double id0[])
+    { SetSelectedPointColor_56(id0); }
+
+  private native double[] GetSelectedPointColor_57();
+  public double[] GetSelectedPointColor()
+    { return GetSelectedPointColor_57(); }
+
+  private native void SetSelectedPointOpacity_58(double id0);
+  public void SetSelectedPointOpacity(double id0)
+    { SetSelectedPointOpacity_58(id0); }
+
+  private native double GetSelectedPointOpacity_59();
+  public double GetSelectedPointOpacity()
+    { return GetSelectedPointOpacity_59(); }
+
+  private native void SetSelectedCellColor_60(double id0,double id1,double id2);
+  public void SetSelectedCellColor(double id0,double id1,double id2)
+    { SetSelectedCellColor_60(id0,id1,id2); }
+
+  private native void SetSelectedCellColor_61(double id0[]);
+  public void SetSelectedCellColor(double id0[])
+    { SetSelectedCellColor_61(id0); }
+
+  private native double[] GetSelectedCellColor_62();
+  public double[] GetSelectedCellColor()
+    { return GetSelectedCellColor_62(); }
+
+  private native void SetSelectedCellOpacity_63(double id0);
+  public void SetSelectedCellOpacity(double id0)
+    { SetSelectedCellOpacity_63(id0); }
+
+  private native double GetSelectedCellOpacity_64();
+  public double GetSelectedCellOpacity()
+    { return GetSelectedCellOpacity_64(); }
+
+  private native void SetBackgroundColor_65(double id0,double id1,double id2);
+  public void SetBackgroundColor(double id0,double id1,double id2)
+    { SetBackgroundColor_65(id0,id1,id2); }
+
+  private native void SetBackgroundColor_66(double id0[]);
+  public void SetBackgroundColor(double id0[])
+    { SetBackgroundColor_66(id0); }
+
+  private native double[] GetBackgroundColor_67();
+  public double[] GetBackgroundColor()
+    { return GetBackgroundColor_67(); }
+
+  private native void SetBackgroundColor2_68(double id0,double id1,double id2);
+  public void SetBackgroundColor2(double id0,double id1,double id2)
+    { SetBackgroundColor2_68(id0,id1,id2); }
+
+  private native void SetBackgroundColor2_69(double id0[]);
+  public void SetBackgroundColor2(double id0[])
+    { SetBackgroundColor2_69(id0); }
+
+  private native double[] GetBackgroundColor2_70();
+  public double[] GetBackgroundColor2()
+    { return GetBackgroundColor2_70(); }
+
+  private native void SetPointTextProperty_71(vtkTextProperty id0);
+  public void SetPointTextProperty(vtkTextProperty id0)
+    { SetPointTextProperty_71(id0); }
+
+  private native long GetPointTextProperty_72();
+  public vtkTextProperty GetPointTextProperty() {
+    long temp = GetPointTextProperty_72();
+
+    if (temp == 0) return null;
+    return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetCellTextProperty_73(vtkTextProperty id0);
+  public void SetCellTextProperty(vtkTextProperty id0)
+    { SetCellTextProperty_73(id0); }
+
+  private native long GetCellTextProperty_74();
+  public vtkTextProperty GetCellTextProperty() {
+    long temp = GetCellTextProperty_74();
+
+    if (temp == 0) return null;
+    return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetVertexLabelColor_75(double id0,double id1,double id2);
+  public void SetVertexLabelColor(double id0,double id1,double id2)
+    { SetVertexLabelColor_75(id0,id1,id2); }
+
+  private native void SetVertexLabelColor_76(double id0[]);
+  public void SetVertexLabelColor(double id0[])
+    { SetVertexLabelColor_76(id0); }
+
+  private native void GetVertexLabelColor_77(double id0[]);
+  public void GetVertexLabelColor(double id0[])
+    { GetVertexLabelColor_77(id0); }
+
+  private native void SetEdgeLabelColor_78(double id0,double id1,double id2);
+  public void SetEdgeLabelColor(double id0,double id1,double id2)
+    { SetEdgeLabelColor_78(id0,id1,id2); }
+
+  private native void SetEdgeLabelColor_79(double id0[]);
+  public void SetEdgeLabelColor(double id0[])
+    { SetEdgeLabelColor_79(id0); }
+
+  private native void GetEdgeLabelColor_80(double id0[]);
+  public void GetEdgeLabelColor(double id0[])
+    { GetEdgeLabelColor_80(id0); }
+
+  private native long CreateOceanTheme_81();
+  public vtkViewTheme CreateOceanTheme() {
+    long temp = CreateOceanTheme_81();
+
+    if (temp == 0) return null;
+    return (vtkViewTheme)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long CreateMellowTheme_82();
+  public vtkViewTheme CreateMellowTheme() {
+    long temp = CreateMellowTheme_82();
+
+    if (temp == 0) return null;
+    return (vtkViewTheme)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long CreateNeonTheme_83();
+  public vtkViewTheme CreateNeonTheme() {
+    long temp = CreateNeonTheme_83();
+
+    if (temp == 0) return null;
+    return (vtkViewTheme)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native boolean LookupMatchesPointTheme_84(vtkScalarsToColors id0);
+  public boolean LookupMatchesPointTheme(vtkScalarsToColors id0)
+    { return LookupMatchesPointTheme_84(id0); }
+
+  private native boolean LookupMatchesCellTheme_85(vtkScalarsToColors id0);
+  public boolean LookupMatchesCellTheme(vtkScalarsToColors id0)
+    { return LookupMatchesCellTheme_85(id0); }
+
+  public vtkViewTheme() { super(); }
+
+  public vtkViewTheme(long id) { super(id); }
+  public native long   VTKInit();
+
+}