// java wrapper for vtkDefaultPainter object // package vtk; import vtk.*; public class vtkDefaultPainter extends vtkPainter { 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 SetScalarsToColorsPainter_2(vtkScalarsToColorsPainter id0); public void SetScalarsToColorsPainter(vtkScalarsToColorsPainter id0) { SetScalarsToColorsPainter_2(id0); } private native long GetScalarsToColorsPainter_3(); public vtkScalarsToColorsPainter GetScalarsToColorsPainter() { long temp = GetScalarsToColorsPainter_3(); if (temp == 0) return null; return (vtkScalarsToColorsPainter)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetClipPlanesPainter_4(vtkClipPlanesPainter id0); public void SetClipPlanesPainter(vtkClipPlanesPainter id0) { SetClipPlanesPainter_4(id0); } private native long GetClipPlanesPainter_5(); public vtkClipPlanesPainter GetClipPlanesPainter() { long temp = GetClipPlanesPainter_5(); if (temp == 0) return null; return (vtkClipPlanesPainter)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetDisplayListPainter_6(vtkDisplayListPainter id0); public void SetDisplayListPainter(vtkDisplayListPainter id0) { SetDisplayListPainter_6(id0); } private native long GetDisplayListPainter_7(); public vtkDisplayListPainter GetDisplayListPainter() { long temp = GetDisplayListPainter_7(); if (temp == 0) return null; return (vtkDisplayListPainter)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetCompositePainter_8(vtkCompositePainter id0); public void SetCompositePainter(vtkCompositePainter id0) { SetCompositePainter_8(id0); } private native long GetCompositePainter_9(); public vtkCompositePainter GetCompositePainter() { long temp = GetCompositePainter_9(); if (temp == 0) return null; return (vtkCompositePainter)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetCoincidentTopologyResolutionPainter_10(vtkCoincidentTopologyResolutionPainter id0); public void SetCoincidentTopologyResolutionPainter(vtkCoincidentTopologyResolutionPainter id0) { SetCoincidentTopologyResolutionPainter_10(id0); } private native long GetCoincidentTopologyResolutionPainter_11(); public vtkCoincidentTopologyResolutionPainter GetCoincidentTopologyResolutionPainter() { long temp = GetCoincidentTopologyResolutionPainter_11(); if (temp == 0) return null; return (vtkCoincidentTopologyResolutionPainter)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetLightingPainter_12(vtkLightingPainter id0); public void SetLightingPainter(vtkLightingPainter id0) { SetLightingPainter_12(id0); } private native long GetLightingPainter_13(); public vtkLightingPainter GetLightingPainter() { long temp = GetLightingPainter_13(); if (temp == 0) return null; return (vtkLightingPainter)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetRepresentationPainter_14(vtkRepresentationPainter id0); public void SetRepresentationPainter(vtkRepresentationPainter id0) { SetRepresentationPainter_14(id0); } private native long GetRepresentationPainter_15(); public vtkRepresentationPainter GetRepresentationPainter() { long temp = GetRepresentationPainter_15(); if (temp == 0) return null; return (vtkRepresentationPainter)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetDelegatePainter_16(vtkPainter id0); public void SetDelegatePainter(vtkPainter id0) { SetDelegatePainter_16(id0); } private native long GetDelegatePainter_17(); public vtkPainter GetDelegatePainter() { long temp = GetDelegatePainter_17(); if (temp == 0) return null; return (vtkPainter)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void Render_18(vtkRenderer id0,vtkActor id1,int id2,boolean id3); public void Render(vtkRenderer id0,vtkActor id1,int id2,boolean id3) { Render_18(id0,id1,id2,id3); } private native void ReleaseGraphicsResources_19(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_19(id0); } private native void UpdateBounds_20(double id0[]); public void UpdateBounds(double id0[]) { UpdateBounds_20(id0); } public vtkDefaultPainter() { super(); } public vtkDefaultPainter(long id) { super(id); } public native long VTKInit(); }