// java wrapper for vtkDynamic2DLabelMapper object // package vtk; import vtk.*; public class vtkDynamic2DLabelMapper extends vtkLabeledDataMapper { 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 SetPriorityArrayName_2(String id0); public void SetPriorityArrayName(String id0) { SetPriorityArrayName_2(id0); } private native void SetReversePriority_3(boolean id0); public void SetReversePriority(boolean id0) { SetReversePriority_3(id0); } private native boolean GetReversePriority_4(); public boolean GetReversePriority() { return GetReversePriority_4(); } private native void ReversePriorityOn_5(); public void ReversePriorityOn() { ReversePriorityOn_5(); } private native void ReversePriorityOff_6(); public void ReversePriorityOff() { ReversePriorityOff_6(); } private native void SetLabelHeightPadding_7(double id0); public void SetLabelHeightPadding(double id0) { SetLabelHeightPadding_7(id0); } private native double GetLabelHeightPadding_8(); public double GetLabelHeightPadding() { return GetLabelHeightPadding_8(); } private native void SetLabelWidthPadding_9(double id0); public void SetLabelWidthPadding(double id0) { SetLabelWidthPadding_9(id0); } private native double GetLabelWidthPadding_10(); public double GetLabelWidthPadding() { return GetLabelWidthPadding_10(); } private native void RenderOpaqueGeometry_11(vtkViewport id0,vtkActor2D id1); public void RenderOpaqueGeometry(vtkViewport id0,vtkActor2D id1) { RenderOpaqueGeometry_11(id0,id1); } private native void RenderOverlay_12(vtkViewport id0,vtkActor2D id1); public void RenderOverlay(vtkViewport id0,vtkActor2D id1) { RenderOverlay_12(id0,id1); } public vtkDynamic2DLabelMapper() { super(); } public vtkDynamic2DLabelMapper(long id) { super(id); } public native long VTKInit(); }