// java wrapper for vtkLabeledContourPolyDataItem object // package vtk; import vtk.*; public class vtkLabeledContourPolyDataItem extends vtkPolyDataItem { 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 boolean Paint_2(vtkContext2D id0); public boolean Paint(vtkContext2D id0) { return Paint_2(id0); } private native void SetTextProperty_3(vtkTextProperty id0); public void SetTextProperty(vtkTextProperty id0) { SetTextProperty_3(id0); } private native void SetTextProperties_4(vtkTextPropertyCollection id0); public void SetTextProperties(vtkTextPropertyCollection id0) { SetTextProperties_4(id0); } private native long GetTextProperties_5(); public vtkTextPropertyCollection GetTextProperties() { long temp = GetTextProperties_5(); if (temp == 0) return null; return (vtkTextPropertyCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetTextPropertyMapping_6(); public vtkDoubleArray GetTextPropertyMapping() { long temp = GetTextPropertyMapping_6(); if (temp == 0) return null; return (vtkDoubleArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetTextPropertyMapping_7(vtkDoubleArray id0); public void SetTextPropertyMapping(vtkDoubleArray id0) { SetTextPropertyMapping_7(id0); } private native void SetLabelVisibility_8(boolean id0); public void SetLabelVisibility(boolean id0) { SetLabelVisibility_8(id0); } private native boolean GetLabelVisibility_9(); public boolean GetLabelVisibility() { return GetLabelVisibility_9(); } private native void LabelVisibilityOn_10(); public void LabelVisibilityOn() { LabelVisibilityOn_10(); } private native void LabelVisibilityOff_11(); public void LabelVisibilityOff() { LabelVisibilityOff_11(); } private native void SetSkipDistance_12(double id0); public void SetSkipDistance(double id0) { SetSkipDistance_12(id0); } private native double GetSkipDistance_13(); public double GetSkipDistance() { return GetSkipDistance_13(); } public vtkLabeledContourPolyDataItem() { super(); } public vtkLabeledContourPolyDataItem(long id) { super(id); } public native long VTKInit(); }