// java wrapper for vtkPiecewisePointHandleItem object // package vtk; import vtk.*; public class vtkPiecewisePointHandleItem extends vtkContextItem { 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 SetParent_2(vtkAbstractContextItem id0); public void SetParent(vtkAbstractContextItem id0) { SetParent_2(id0); } private native boolean Paint_3(vtkContext2D id0); public boolean Paint(vtkContext2D id0) { return Paint_3(id0); } private native void SetCurrentPointIndex_4(int id0); public void SetCurrentPointIndex(int id0) { SetCurrentPointIndex_4(id0); } private native int GetCurrentPointIndex_5(); public int GetCurrentPointIndex() { return GetCurrentPointIndex_5(); } private native void SetPiecewiseFunction_6(vtkPiecewiseFunction id0); public void SetPiecewiseFunction(vtkPiecewiseFunction id0) { SetPiecewiseFunction_6(id0); } public vtkPiecewisePointHandleItem() { super(); } public vtkPiecewisePointHandleItem(long id) { super(id); } public native long VTKInit(); }