]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkLabeledDataMapper.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkLabeledDataMapper.java
index 70e4bb9dce7e13ae31db50b1fca0ddc90b57b598..c51d41fd34f61fa6c8cad8d9ce4cdfd30d0e0440 100644 (file)
-// java wrapper for vtkLabeledDataMapper object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkLabeledDataMapper extends vtkMapper2D\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 SetLabelFormat_2(String id0);\r
-  public void SetLabelFormat(String id0)\r
-    { SetLabelFormat_2(id0); }\r
-\r
-  private native String GetLabelFormat_3();\r
-  public String GetLabelFormat()\r
-    { return GetLabelFormat_3(); }\r
-\r
-  private native void SetLabeledComponent_4(int id0);\r
-  public void SetLabeledComponent(int id0)\r
-    { SetLabeledComponent_4(id0); }\r
-\r
-  private native int GetLabeledComponent_5();\r
-  public int GetLabeledComponent()\r
-    { return GetLabeledComponent_5(); }\r
-\r
-  private native void SetFieldDataArray_6(int id0);\r
-  public void SetFieldDataArray(int id0)\r
-    { SetFieldDataArray_6(id0); }\r
-\r
-  private native int GetFieldDataArray_7();\r
-  public int GetFieldDataArray()\r
-    { return GetFieldDataArray_7(); }\r
-\r
-  private native void SetFieldDataName_8(String id0);\r
-  public void SetFieldDataName(String id0)\r
-    { SetFieldDataName_8(id0); }\r
-\r
-  private native String GetFieldDataName_9();\r
-  public String GetFieldDataName()\r
-    { return GetFieldDataName_9(); }\r
-\r
-  private native void SetInput_10(vtkDataObject id0);\r
-  public void SetInput(vtkDataObject id0)\r
-    { SetInput_10(id0); }\r
-\r
-  private native long GetInput_11();\r
-  public vtkDataSet GetInput() {\r
-    long temp = GetInput_11();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkDataSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetLabelMode_12(int id0);\r
-  public void SetLabelMode(int id0)\r
-    { SetLabelMode_12(id0); }\r
-\r
-  private native int GetLabelMode_13();\r
-  public int GetLabelMode()\r
-    { return GetLabelMode_13(); }\r
-\r
-  private native void SetLabelModeToLabelIds_14();\r
-  public void SetLabelModeToLabelIds()\r
-    { SetLabelModeToLabelIds_14(); }\r
-\r
-  private native void SetLabelModeToLabelScalars_15();\r
-  public void SetLabelModeToLabelScalars()\r
-    { SetLabelModeToLabelScalars_15(); }\r
-\r
-  private native void SetLabelModeToLabelVectors_16();\r
-  public void SetLabelModeToLabelVectors()\r
-    { SetLabelModeToLabelVectors_16(); }\r
-\r
-  private native void SetLabelModeToLabelNormals_17();\r
-  public void SetLabelModeToLabelNormals()\r
-    { SetLabelModeToLabelNormals_17(); }\r
-\r
-  private native void SetLabelModeToLabelTCoords_18();\r
-  public void SetLabelModeToLabelTCoords()\r
-    { SetLabelModeToLabelTCoords_18(); }\r
-\r
-  private native void SetLabelModeToLabelTensors_19();\r
-  public void SetLabelModeToLabelTensors()\r
-    { SetLabelModeToLabelTensors_19(); }\r
-\r
-  private native void SetLabelModeToLabelFieldData_20();\r
-  public void SetLabelModeToLabelFieldData()\r
-    { SetLabelModeToLabelFieldData_20(); }\r
-\r
-  private native void SetLabelTextProperty_21(vtkTextProperty id0);\r
-  public void SetLabelTextProperty(vtkTextProperty id0)\r
-    { SetLabelTextProperty_21(id0); }\r
-\r
-  private native long GetLabelTextProperty_22();\r
-  public vtkTextProperty GetLabelTextProperty() {\r
-    long temp = GetLabelTextProperty_22();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetLabelTextProperty_23(vtkTextProperty id0,int id1);\r
-  public void SetLabelTextProperty(vtkTextProperty id0,int id1)\r
-    { SetLabelTextProperty_23(id0,id1); }\r
-\r
-  private native long GetLabelTextProperty_24(int id0);\r
-  public vtkTextProperty GetLabelTextProperty(int id0) {\r
-    long temp = GetLabelTextProperty_24(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void RenderOpaqueGeometry_25(vtkViewport id0,vtkActor2D id1);\r
-  public void RenderOpaqueGeometry(vtkViewport id0,vtkActor2D id1)\r
-    { RenderOpaqueGeometry_25(id0,id1); }\r
-\r
-  private native void RenderOverlay_26(vtkViewport id0,vtkActor2D id1);\r
-  public void RenderOverlay(vtkViewport id0,vtkActor2D id1)\r
-    { RenderOverlay_26(id0,id1); }\r
-\r
-  private native void ReleaseGraphicsResources_27(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_27(id0); }\r
-\r
-  private native long GetTransform_28();\r
-  public vtkTransform GetTransform() {\r
-    long temp = GetTransform_28();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTransform)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetTransform_29(vtkTransform id0);\r
-  public void SetTransform(vtkTransform id0)\r
-    { SetTransform_29(id0); }\r
-\r
-  private native int GetCoordinateSystem_30();\r
-  public int GetCoordinateSystem()\r
-    { return GetCoordinateSystem_30(); }\r
-\r
-  private native void SetCoordinateSystem_31(int id0);\r
-  public void SetCoordinateSystem(int id0)\r
-    { SetCoordinateSystem_31(id0); }\r
-\r
-  private native int GetCoordinateSystemMinValue_32();\r
-  public int GetCoordinateSystemMinValue()\r
-    { return GetCoordinateSystemMinValue_32(); }\r
-\r
-  private native int GetCoordinateSystemMaxValue_33();\r
-  public int GetCoordinateSystemMaxValue()\r
-    { return GetCoordinateSystemMaxValue_33(); }\r
-\r
-  private native void CoordinateSystemWorld_34();\r
-  public void CoordinateSystemWorld()\r
-    { CoordinateSystemWorld_34(); }\r
-\r
-  private native void CoordinateSystemDisplay_35();\r
-  public void CoordinateSystemDisplay()\r
-    { CoordinateSystemDisplay_35(); }\r
-\r
-  private native int GetMTime_36();\r
-  public int GetMTime()\r
-    { return GetMTime_36(); }\r
-\r
-  public vtkLabeledDataMapper() { super(); }\r
-\r
-  public vtkLabeledDataMapper(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkLabeledDataMapper object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkLabeledDataMapper extends vtkMapper2D
+{
+
+  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 SetLabelFormat_2(String id0);
+  public void SetLabelFormat(String id0)
+    { SetLabelFormat_2(id0); }
+
+  private native String GetLabelFormat_3();
+  public String GetLabelFormat()
+    { return GetLabelFormat_3(); }
+
+  private native void SetLabeledComponent_4(int id0);
+  public void SetLabeledComponent(int id0)
+    { SetLabeledComponent_4(id0); }
+
+  private native int GetLabeledComponent_5();
+  public int GetLabeledComponent()
+    { return GetLabeledComponent_5(); }
+
+  private native void SetComponentSeparator_6(char id0);
+  public void SetComponentSeparator(char id0)
+    { SetComponentSeparator_6(id0); }
+
+  private native char GetComponentSeparator_7();
+  public char GetComponentSeparator()
+    { return GetComponentSeparator_7(); }
+
+  private native void SetFieldDataArray_8(int id0);
+  public void SetFieldDataArray(int id0)
+    { SetFieldDataArray_8(id0); }
+
+  private native int GetFieldDataArray_9();
+  public int GetFieldDataArray()
+    { return GetFieldDataArray_9(); }
+
+  private native void SetFieldDataName_10(String id0);
+  public void SetFieldDataName(String id0)
+    { SetFieldDataName_10(id0); }
+
+  private native String GetFieldDataName_11();
+  public String GetFieldDataName()
+    { return GetFieldDataName_11(); }
+
+  private native void SetInputData_12(vtkDataObject id0);
+  public void SetInputData(vtkDataObject id0)
+    { SetInputData_12(id0); }
+
+  private native long GetInput_13();
+  public vtkDataSet GetInput() {
+    long temp = GetInput_13();
+
+    if (temp == 0) return null;
+    return (vtkDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetLabelMode_14(int id0);
+  public void SetLabelMode(int id0)
+    { SetLabelMode_14(id0); }
+
+  private native int GetLabelMode_15();
+  public int GetLabelMode()
+    { return GetLabelMode_15(); }
+
+  private native void SetLabelModeToLabelIds_16();
+  public void SetLabelModeToLabelIds()
+    { SetLabelModeToLabelIds_16(); }
+
+  private native void SetLabelModeToLabelScalars_17();
+  public void SetLabelModeToLabelScalars()
+    { SetLabelModeToLabelScalars_17(); }
+
+  private native void SetLabelModeToLabelVectors_18();
+  public void SetLabelModeToLabelVectors()
+    { SetLabelModeToLabelVectors_18(); }
+
+  private native void SetLabelModeToLabelNormals_19();
+  public void SetLabelModeToLabelNormals()
+    { SetLabelModeToLabelNormals_19(); }
+
+  private native void SetLabelModeToLabelTCoords_20();
+  public void SetLabelModeToLabelTCoords()
+    { SetLabelModeToLabelTCoords_20(); }
+
+  private native void SetLabelModeToLabelTensors_21();
+  public void SetLabelModeToLabelTensors()
+    { SetLabelModeToLabelTensors_21(); }
+
+  private native void SetLabelModeToLabelFieldData_22();
+  public void SetLabelModeToLabelFieldData()
+    { SetLabelModeToLabelFieldData_22(); }
+
+  private native void SetLabelTextProperty_23(vtkTextProperty id0);
+  public void SetLabelTextProperty(vtkTextProperty id0)
+    { SetLabelTextProperty_23(id0); }
+
+  private native long GetLabelTextProperty_24();
+  public vtkTextProperty GetLabelTextProperty() {
+    long temp = GetLabelTextProperty_24();
+
+    if (temp == 0) return null;
+    return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetLabelTextProperty_25(vtkTextProperty id0,int id1);
+  public void SetLabelTextProperty(vtkTextProperty id0,int id1)
+    { SetLabelTextProperty_25(id0,id1); }
+
+  private native long GetLabelTextProperty_26(int id0);
+  public vtkTextProperty GetLabelTextProperty(int id0) {
+    long temp = GetLabelTextProperty_26(id0);
+
+    if (temp == 0) return null;
+    return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void RenderOpaqueGeometry_27(vtkViewport id0,vtkActor2D id1);
+  public void RenderOpaqueGeometry(vtkViewport id0,vtkActor2D id1)
+    { RenderOpaqueGeometry_27(id0,id1); }
+
+  private native void RenderOverlay_28(vtkViewport id0,vtkActor2D id1);
+  public void RenderOverlay(vtkViewport id0,vtkActor2D id1)
+    { RenderOverlay_28(id0,id1); }
+
+  private native void ReleaseGraphicsResources_29(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_29(id0); }
+
+  private native long GetTransform_30();
+  public vtkTransform GetTransform() {
+    long temp = GetTransform_30();
+
+    if (temp == 0) return null;
+    return (vtkTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetTransform_31(vtkTransform id0);
+  public void SetTransform(vtkTransform id0)
+    { SetTransform_31(id0); }
+
+  private native int GetCoordinateSystem_32();
+  public int GetCoordinateSystem()
+    { return GetCoordinateSystem_32(); }
+
+  private native void SetCoordinateSystem_33(int id0);
+  public void SetCoordinateSystem(int id0)
+    { SetCoordinateSystem_33(id0); }
+
+  private native int GetCoordinateSystemMinValue_34();
+  public int GetCoordinateSystemMinValue()
+    { return GetCoordinateSystemMinValue_34(); }
+
+  private native int GetCoordinateSystemMaxValue_35();
+  public int GetCoordinateSystemMaxValue()
+    { return GetCoordinateSystemMaxValue_35(); }
+
+  private native void CoordinateSystemWorld_36();
+  public void CoordinateSystemWorld()
+    { CoordinateSystemWorld_36(); }
+
+  private native void CoordinateSystemDisplay_37();
+  public void CoordinateSystemDisplay()
+    { CoordinateSystemDisplay_37(); }
+
+  private native int GetMTime_38();
+  public int GetMTime()
+    { return GetMTime_38(); }
+
+  private native int GetNumberOfLabels_39();
+  public int GetNumberOfLabels()
+    { return GetNumberOfLabels_39(); }
+
+  private native void GetLabelPosition_40(int id0,double id1[]);
+  public void GetLabelPosition(int id0,double id1[])
+    { GetLabelPosition_40(id0,id1); }
+
+  private native String GetLabelText_41(int id0);
+  public String GetLabelText(int id0)
+    { return GetLabelText_41(id0); }
+
+  public vtkLabeledDataMapper() { super(); }
+
+  public vtkLabeledDataMapper(long id) { super(id); }
+  public native long   VTKInit();
+
+}