// 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(); }