]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkLabelPlacer.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkLabelPlacer.java
index 51bc6fc085bc6495871c16464c7f549c1d576d7c..7ac82080fa8a20b0a0f03dd3682b4cedf68a256b 100644 (file)
-// java wrapper for vtkLabelPlacer object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkLabelPlacer extends vtkPolyDataAlgorithm\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 long GetRenderer_2();\r
-  public vtkRenderer GetRenderer() {\r
-    long temp = GetRenderer_2();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkRenderer)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetRenderer_3(vtkRenderer id0);\r
-  public void SetRenderer(vtkRenderer id0)\r
-    { SetRenderer_3(id0); }\r
-\r
-  private native long GetAnchorTransform_4();\r
-  public vtkCoordinate GetAnchorTransform() {\r
-    long temp = GetAnchorTransform_4();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkCoordinate)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetGravity_5(int id0);\r
-  public void SetGravity(int id0)\r
-    { SetGravity_5(id0); }\r
-\r
-  private native int GetGravity_6();\r
-  public int GetGravity()\r
-    { return GetGravity_6(); }\r
-\r
-  private native void SetMaximumLabelFraction_7(double id0);\r
-  public void SetMaximumLabelFraction(double id0)\r
-    { SetMaximumLabelFraction_7(id0); }\r
-\r
-  private native double GetMaximumLabelFractionMinValue_8();\r
-  public double GetMaximumLabelFractionMinValue()\r
-    { return GetMaximumLabelFractionMinValue_8(); }\r
-\r
-  private native double GetMaximumLabelFractionMaxValue_9();\r
-  public double GetMaximumLabelFractionMaxValue()\r
-    { return GetMaximumLabelFractionMaxValue_9(); }\r
-\r
-  private native double GetMaximumLabelFraction_10();\r
-  public double GetMaximumLabelFraction()\r
-    { return GetMaximumLabelFraction_10(); }\r
-\r
-  private native void SetIteratorType_11(int id0);\r
-  public void SetIteratorType(int id0)\r
-    { SetIteratorType_11(id0); }\r
-\r
-  private native int GetIteratorType_12();\r
-  public int GetIteratorType()\r
-    { return GetIteratorType_12(); }\r
-\r
-  private native void SetUseUnicodeStrings_13(boolean id0);\r
-  public void SetUseUnicodeStrings(boolean id0)\r
-    { SetUseUnicodeStrings_13(id0); }\r
-\r
-  private native boolean GetUseUnicodeStrings_14();\r
-  public boolean GetUseUnicodeStrings()\r
-    { return GetUseUnicodeStrings_14(); }\r
-\r
-  private native void UseUnicodeStringsOn_15();\r
-  public void UseUnicodeStringsOn()\r
-    { UseUnicodeStringsOn_15(); }\r
-\r
-  private native void UseUnicodeStringsOff_16();\r
-  public void UseUnicodeStringsOff()\r
-    { UseUnicodeStringsOff_16(); }\r
-\r
-  private native int GetMTime_17();\r
-  public int GetMTime()\r
-    { return GetMTime_17(); }\r
-\r
-  private native boolean GetPositionsAsNormals_18();\r
-  public boolean GetPositionsAsNormals()\r
-    { return GetPositionsAsNormals_18(); }\r
-\r
-  private native void SetPositionsAsNormals_19(boolean id0);\r
-  public void SetPositionsAsNormals(boolean id0)\r
-    { SetPositionsAsNormals_19(id0); }\r
-\r
-  private native void PositionsAsNormalsOn_20();\r
-  public void PositionsAsNormalsOn()\r
-    { PositionsAsNormalsOn_20(); }\r
-\r
-  private native void PositionsAsNormalsOff_21();\r
-  public void PositionsAsNormalsOff()\r
-    { PositionsAsNormalsOff_21(); }\r
-\r
-  private native boolean GetGeneratePerturbedLabelSpokes_22();\r
-  public boolean GetGeneratePerturbedLabelSpokes()\r
-    { return GetGeneratePerturbedLabelSpokes_22(); }\r
-\r
-  private native void SetGeneratePerturbedLabelSpokes_23(boolean id0);\r
-  public void SetGeneratePerturbedLabelSpokes(boolean id0)\r
-    { SetGeneratePerturbedLabelSpokes_23(id0); }\r
-\r
-  private native void GeneratePerturbedLabelSpokesOn_24();\r
-  public void GeneratePerturbedLabelSpokesOn()\r
-    { GeneratePerturbedLabelSpokesOn_24(); }\r
-\r
-  private native void GeneratePerturbedLabelSpokesOff_25();\r
-  public void GeneratePerturbedLabelSpokesOff()\r
-    { GeneratePerturbedLabelSpokesOff_25(); }\r
-\r
-  private native boolean GetUseDepthBuffer_26();\r
-  public boolean GetUseDepthBuffer()\r
-    { return GetUseDepthBuffer_26(); }\r
-\r
-  private native void SetUseDepthBuffer_27(boolean id0);\r
-  public void SetUseDepthBuffer(boolean id0)\r
-    { SetUseDepthBuffer_27(id0); }\r
-\r
-  private native void UseDepthBufferOn_28();\r
-  public void UseDepthBufferOn()\r
-    { UseDepthBufferOn_28(); }\r
-\r
-  private native void UseDepthBufferOff_29();\r
-  public void UseDepthBufferOff()\r
-    { UseDepthBufferOff_29(); }\r
-\r
-  private native boolean GetOutputTraversedBounds_30();\r
-  public boolean GetOutputTraversedBounds()\r
-    { return GetOutputTraversedBounds_30(); }\r
-\r
-  private native void SetOutputTraversedBounds_31(boolean id0);\r
-  public void SetOutputTraversedBounds(boolean id0)\r
-    { SetOutputTraversedBounds_31(id0); }\r
-\r
-  private native void OutputTraversedBoundsOn_32();\r
-  public void OutputTraversedBoundsOn()\r
-    { OutputTraversedBoundsOn_32(); }\r
-\r
-  private native void OutputTraversedBoundsOff_33();\r
-  public void OutputTraversedBoundsOff()\r
-    { OutputTraversedBoundsOff_33(); }\r
-\r
-  private native int GetOutputCoordinateSystem_34();\r
-  public int GetOutputCoordinateSystem()\r
-    { return GetOutputCoordinateSystem_34(); }\r
-\r
-  private native void SetOutputCoordinateSystem_35(int id0);\r
-  public void SetOutputCoordinateSystem(int id0)\r
-    { SetOutputCoordinateSystem_35(id0); }\r
-\r
-  private native int GetOutputCoordinateSystemMinValue_36();\r
-  public int GetOutputCoordinateSystemMinValue()\r
-    { return GetOutputCoordinateSystemMinValue_36(); }\r
-\r
-  private native int GetOutputCoordinateSystemMaxValue_37();\r
-  public int GetOutputCoordinateSystemMaxValue()\r
-    { return GetOutputCoordinateSystemMaxValue_37(); }\r
-\r
-  private native void OutputCoordinateSystemWorld_38();\r
-  public void OutputCoordinateSystemWorld()\r
-    { OutputCoordinateSystemWorld_38(); }\r
-\r
-  private native void OutputCoordinateSystemDisplay_39();\r
-  public void OutputCoordinateSystemDisplay()\r
-    { OutputCoordinateSystemDisplay_39(); }\r
-\r
-  public vtkLabelPlacer() { super(); }\r
-\r
-  public vtkLabelPlacer(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkLabelPlacer object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkLabelPlacer extends vtkPolyDataAlgorithm
+{
+
+  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 long GetRenderer_2();
+  public vtkRenderer GetRenderer() {
+    long temp = GetRenderer_2();
+
+    if (temp == 0) return null;
+    return (vtkRenderer)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetRenderer_3(vtkRenderer id0);
+  public void SetRenderer(vtkRenderer id0)
+    { SetRenderer_3(id0); }
+
+  private native long GetAnchorTransform_4();
+  public vtkCoordinate GetAnchorTransform() {
+    long temp = GetAnchorTransform_4();
+
+    if (temp == 0) return null;
+    return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetGravity_5(int id0);
+  public void SetGravity(int id0)
+    { SetGravity_5(id0); }
+
+  private native int GetGravity_6();
+  public int GetGravity()
+    { return GetGravity_6(); }
+
+  private native void SetMaximumLabelFraction_7(double id0);
+  public void SetMaximumLabelFraction(double id0)
+    { SetMaximumLabelFraction_7(id0); }
+
+  private native double GetMaximumLabelFractionMinValue_8();
+  public double GetMaximumLabelFractionMinValue()
+    { return GetMaximumLabelFractionMinValue_8(); }
+
+  private native double GetMaximumLabelFractionMaxValue_9();
+  public double GetMaximumLabelFractionMaxValue()
+    { return GetMaximumLabelFractionMaxValue_9(); }
+
+  private native double GetMaximumLabelFraction_10();
+  public double GetMaximumLabelFraction()
+    { return GetMaximumLabelFraction_10(); }
+
+  private native void SetIteratorType_11(int id0);
+  public void SetIteratorType(int id0)
+    { SetIteratorType_11(id0); }
+
+  private native int GetIteratorType_12();
+  public int GetIteratorType()
+    { return GetIteratorType_12(); }
+
+  private native void SetUseUnicodeStrings_13(boolean id0);
+  public void SetUseUnicodeStrings(boolean id0)
+    { SetUseUnicodeStrings_13(id0); }
+
+  private native boolean GetUseUnicodeStrings_14();
+  public boolean GetUseUnicodeStrings()
+    { return GetUseUnicodeStrings_14(); }
+
+  private native void UseUnicodeStringsOn_15();
+  public void UseUnicodeStringsOn()
+    { UseUnicodeStringsOn_15(); }
+
+  private native void UseUnicodeStringsOff_16();
+  public void UseUnicodeStringsOff()
+    { UseUnicodeStringsOff_16(); }
+
+  private native int GetMTime_17();
+  public int GetMTime()
+    { return GetMTime_17(); }
+
+  private native boolean GetPositionsAsNormals_18();
+  public boolean GetPositionsAsNormals()
+    { return GetPositionsAsNormals_18(); }
+
+  private native void SetPositionsAsNormals_19(boolean id0);
+  public void SetPositionsAsNormals(boolean id0)
+    { SetPositionsAsNormals_19(id0); }
+
+  private native void PositionsAsNormalsOn_20();
+  public void PositionsAsNormalsOn()
+    { PositionsAsNormalsOn_20(); }
+
+  private native void PositionsAsNormalsOff_21();
+  public void PositionsAsNormalsOff()
+    { PositionsAsNormalsOff_21(); }
+
+  private native boolean GetGeneratePerturbedLabelSpokes_22();
+  public boolean GetGeneratePerturbedLabelSpokes()
+    { return GetGeneratePerturbedLabelSpokes_22(); }
+
+  private native void SetGeneratePerturbedLabelSpokes_23(boolean id0);
+  public void SetGeneratePerturbedLabelSpokes(boolean id0)
+    { SetGeneratePerturbedLabelSpokes_23(id0); }
+
+  private native void GeneratePerturbedLabelSpokesOn_24();
+  public void GeneratePerturbedLabelSpokesOn()
+    { GeneratePerturbedLabelSpokesOn_24(); }
+
+  private native void GeneratePerturbedLabelSpokesOff_25();
+  public void GeneratePerturbedLabelSpokesOff()
+    { GeneratePerturbedLabelSpokesOff_25(); }
+
+  private native boolean GetUseDepthBuffer_26();
+  public boolean GetUseDepthBuffer()
+    { return GetUseDepthBuffer_26(); }
+
+  private native void SetUseDepthBuffer_27(boolean id0);
+  public void SetUseDepthBuffer(boolean id0)
+    { SetUseDepthBuffer_27(id0); }
+
+  private native void UseDepthBufferOn_28();
+  public void UseDepthBufferOn()
+    { UseDepthBufferOn_28(); }
+
+  private native void UseDepthBufferOff_29();
+  public void UseDepthBufferOff()
+    { UseDepthBufferOff_29(); }
+
+  private native boolean GetOutputTraversedBounds_30();
+  public boolean GetOutputTraversedBounds()
+    { return GetOutputTraversedBounds_30(); }
+
+  private native void SetOutputTraversedBounds_31(boolean id0);
+  public void SetOutputTraversedBounds(boolean id0)
+    { SetOutputTraversedBounds_31(id0); }
+
+  private native void OutputTraversedBoundsOn_32();
+  public void OutputTraversedBoundsOn()
+    { OutputTraversedBoundsOn_32(); }
+
+  private native void OutputTraversedBoundsOff_33();
+  public void OutputTraversedBoundsOff()
+    { OutputTraversedBoundsOff_33(); }
+
+  private native int GetOutputCoordinateSystem_34();
+  public int GetOutputCoordinateSystem()
+    { return GetOutputCoordinateSystem_34(); }
+
+  private native void SetOutputCoordinateSystem_35(int id0);
+  public void SetOutputCoordinateSystem(int id0)
+    { SetOutputCoordinateSystem_35(id0); }
+
+  private native int GetOutputCoordinateSystemMinValue_36();
+  public int GetOutputCoordinateSystemMinValue()
+    { return GetOutputCoordinateSystemMinValue_36(); }
+
+  private native int GetOutputCoordinateSystemMaxValue_37();
+  public int GetOutputCoordinateSystemMaxValue()
+    { return GetOutputCoordinateSystemMaxValue_37(); }
+
+  private native void OutputCoordinateSystemWorld_38();
+  public void OutputCoordinateSystemWorld()
+    { OutputCoordinateSystemWorld_38(); }
+
+  private native void OutputCoordinateSystemDisplay_39();
+  public void OutputCoordinateSystemDisplay()
+    { OutputCoordinateSystemDisplay_39(); }
+
+  public vtkLabelPlacer() { super(); }
+
+  public vtkLabelPlacer(long id) { super(id); }
+  public native long   VTKInit();
+
+}