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