// java wrapper for vtkLabeledDataMapper object // package vtk; import vtk.*; public class vtkLabeledDataMapper extends vtkMapper2D { private native String GetClassName_0(); public String GetClassName() { return GetClassName_0(); } 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 SetFieldDataArray_6(int id0); public void SetFieldDataArray(int id0) { SetFieldDataArray_6(id0); } private native int GetFieldDataArray_7(); public int GetFieldDataArray() { return GetFieldDataArray_7(); } private native void SetFieldDataName_8(String id0); public void SetFieldDataName(String id0) { SetFieldDataName_8(id0); } private native String GetFieldDataName_9(); public String GetFieldDataName() { return GetFieldDataName_9(); } private native void SetInput_10(vtkDataObject id0); public void SetInput(vtkDataObject id0) { SetInput_10(id0); } private native long GetInput_11(); public vtkDataSet GetInput() { long temp = GetInput_11(); if (temp == 0) return null; return (vtkDataSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetLabelMode_12(int id0); public void SetLabelMode(int id0) { SetLabelMode_12(id0); } private native int GetLabelMode_13(); public int GetLabelMode() { return GetLabelMode_13(); } private native void SetLabelModeToLabelIds_14(); public void SetLabelModeToLabelIds() { SetLabelModeToLabelIds_14(); } private native void SetLabelModeToLabelScalars_15(); public void SetLabelModeToLabelScalars() { SetLabelModeToLabelScalars_15(); } private native void SetLabelModeToLabelVectors_16(); public void SetLabelModeToLabelVectors() { SetLabelModeToLabelVectors_16(); } private native void SetLabelModeToLabelNormals_17(); public void SetLabelModeToLabelNormals() { SetLabelModeToLabelNormals_17(); } private native void SetLabelModeToLabelTCoords_18(); public void SetLabelModeToLabelTCoords() { SetLabelModeToLabelTCoords_18(); } private native void SetLabelModeToLabelTensors_19(); public void SetLabelModeToLabelTensors() { SetLabelModeToLabelTensors_19(); } private native void SetLabelModeToLabelFieldData_20(); public void SetLabelModeToLabelFieldData() { SetLabelModeToLabelFieldData_20(); } private native void SetLabelTextProperty_21(vtkTextProperty id0); public void SetLabelTextProperty(vtkTextProperty id0) { SetLabelTextProperty_21(id0); } private native long GetLabelTextProperty_22(); public vtkTextProperty GetLabelTextProperty() { long temp = GetLabelTextProperty_22(); if (temp == 0) return null; return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetLabelTextProperty_23(vtkTextProperty id0,int id1); public void SetLabelTextProperty(vtkTextProperty id0,int id1) { SetLabelTextProperty_23(id0,id1); } private native long GetLabelTextProperty_24(int id0); public vtkTextProperty GetLabelTextProperty(int id0) { long temp = GetLabelTextProperty_24(id0); if (temp == 0) return null; return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void RenderOpaqueGeometry_25(vtkViewport id0,vtkActor2D id1); public void RenderOpaqueGeometry(vtkViewport id0,vtkActor2D id1) { RenderOpaqueGeometry_25(id0,id1); } private native void RenderOverlay_26(vtkViewport id0,vtkActor2D id1); public void RenderOverlay(vtkViewport id0,vtkActor2D id1) { RenderOverlay_26(id0,id1); } private native void ReleaseGraphicsResources_27(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_27(id0); } private native long GetTransform_28(); public vtkTransform GetTransform() { long temp = GetTransform_28(); if (temp == 0) return null; return (vtkTransform)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetTransform_29(vtkTransform id0); public void SetTransform(vtkTransform id0) { SetTransform_29(id0); } private native int GetCoordinateSystem_30(); public int GetCoordinateSystem() { return GetCoordinateSystem_30(); } private native void SetCoordinateSystem_31(int id0); public void SetCoordinateSystem(int id0) { SetCoordinateSystem_31(id0); } private native int GetCoordinateSystemMinValue_32(); public int GetCoordinateSystemMinValue() { return GetCoordinateSystemMinValue_32(); } private native int GetCoordinateSystemMaxValue_33(); public int GetCoordinateSystemMaxValue() { return GetCoordinateSystemMaxValue_33(); } private native void CoordinateSystemWorld_34(); public void CoordinateSystemWorld() { CoordinateSystemWorld_34(); } private native void CoordinateSystemDisplay_35(); public void CoordinateSystemDisplay() { CoordinateSystemDisplay_35(); } private native int GetMTime_36(); public int GetMTime() { return GetMTime_36(); } public vtkLabeledDataMapper() { super(); } public vtkLabeledDataMapper(long id) { super(id); } public native long VTKInit(); }