// java wrapper for vtkContextArea object // package vtk; import vtk.*; public class vtkContextArea extends vtkAbstractContextItem { 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 long GetAxis_2(int id0); public vtkAxis GetAxis(int id0) { long temp = GetAxis_2(id0); if (temp == 0) return null; return (vtkAxis)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetDrawAreaItem_3(); public vtkAbstractContextItem GetDrawAreaItem() { long temp = GetDrawAreaItem_3(); if (temp == 0) return null; return (vtkAbstractContextItem)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native boolean Paint_4(vtkContext2D id0); public boolean Paint(vtkContext2D id0) { return Paint_4(id0); } private native int GetDrawAreaResizeBehavior_5(); public int GetDrawAreaResizeBehavior() { return GetDrawAreaResizeBehavior_5(); } private native void SetDrawAreaResizeBehavior_6(int id0); public void SetDrawAreaResizeBehavior(int id0) { SetDrawAreaResizeBehavior_6(id0); } private native double GetFixedAspect_7(); public double GetFixedAspect() { return GetFixedAspect_7(); } private native void SetFixedAspect_8(double id0); public void SetFixedAspect(double id0) { SetFixedAspect_8(id0); } private native void SetFixedRect_9(int id0,int id1,int id2,int id3); public void SetFixedRect(int id0,int id1,int id2,int id3) { SetFixedRect_9(id0,id1,id2,id3); } private native void GetFixedMarginsArray_10(int id0[]); public void GetFixedMarginsArray(int id0[]) { GetFixedMarginsArray_10(id0); } private native void SetFixedMargins_11(int id0[]); public void SetFixedMargins(int id0[]) { SetFixedMargins_11(id0); } private native void SetFixedMargins_12(int id0,int id1,int id2,int id3); public void SetFixedMargins(int id0,int id1,int id2,int id3) { SetFixedMargins_12(id0,id1,id2,id3); } private native boolean GetFillViewport_13(); public boolean GetFillViewport() { return GetFillViewport_13(); } private native void SetFillViewport_14(boolean id0); public void SetFillViewport(boolean id0) { SetFillViewport_14(id0); } private native void FillViewportOn_15(); public void FillViewportOn() { FillViewportOn_15(); } private native void FillViewportOff_16(); public void FillViewportOff() { FillViewportOff_16(); } private native void SetShowGrid_17(boolean id0); public void SetShowGrid(boolean id0) { SetShowGrid_17(id0); } private native boolean GetShowGrid_18(); public boolean GetShowGrid() { return GetShowGrid_18(); } private native void ShowGridOn_19(); public void ShowGridOn() { ShowGridOn_19(); } private native void ShowGridOff_20(); public void ShowGridOff() { ShowGridOff_20(); } public vtkContextArea() { super(); } public vtkContextArea(long id) { super(id); } public native long VTKInit(); }