// java wrapper for vtkChartLegend object // package vtk; import vtk.*; public class vtkChartLegend 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 SetPoint_2(double id0,double id1); public void SetPoint(double id0,double id1) { SetPoint_2(id0,id1); } private native void SetPoint_3(double id0[]); public void SetPoint(double id0[]) { SetPoint_3(id0); } private native double[] GetPoint_4(); public double[] GetPoint() { return GetPoint_4(); } private native void SetHorizontalAlignment_5(int id0); public void SetHorizontalAlignment(int id0) { SetHorizontalAlignment_5(id0); } private native int GetHorizontalAlignment_6(); public int GetHorizontalAlignment() { return GetHorizontalAlignment_6(); } private native void SetVerticalAlignment_7(int id0); public void SetVerticalAlignment(int id0) { SetVerticalAlignment_7(id0); } private native int GetVerticalAlignment_8(); public int GetVerticalAlignment() { return GetVerticalAlignment_8(); } private native void SetPadding_9(int id0); public void SetPadding(int id0) { SetPadding_9(id0); } private native int GetPadding_10(); public int GetPadding() { return GetPadding_10(); } private native void SetSymbolWidth_11(int id0); public void SetSymbolWidth(int id0) { SetSymbolWidth_11(id0); } private native int GetSymbolWidth_12(); public int GetSymbolWidth() { return GetSymbolWidth_12(); } private native void SetLabelSize_13(int id0); public void SetLabelSize(int id0) { SetLabelSize_13(id0); } private native int GetLabelSize_14(); public int GetLabelSize() { return GetLabelSize_14(); } private native void SetInline_15(boolean id0); public void SetInline(boolean id0) { SetInline_15(id0); } private native boolean GetInline_16(); public boolean GetInline() { return GetInline_16(); } private native void SetDragEnabled_17(boolean id0); public void SetDragEnabled(boolean id0) { SetDragEnabled_17(id0); } private native boolean GetDragEnabled_18(); public boolean GetDragEnabled() { return GetDragEnabled_18(); } private native void SetChart_19(vtkChart id0); public void SetChart(vtkChart id0) { SetChart_19(id0); } private native long GetChart_20(); public vtkChart GetChart() { long temp = GetChart_20(); if (temp == 0) return null; return (vtkChart)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void Update_21(); public void Update() { Update_21(); } private native boolean Paint_22(vtkContext2D id0); public boolean Paint(vtkContext2D id0) { return Paint_22(id0); } private native long GetPen_23(); public vtkPen GetPen() { long temp = GetPen_23(); if (temp == 0) return null; return (vtkPen)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetBrush_24(); public vtkBrush GetBrush() { long temp = GetBrush_24(); if (temp == 0) return null; return (vtkBrush)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetLabelProperties_25(); public vtkTextProperty GetLabelProperties() { long temp = GetLabelProperties_25(); if (temp == 0) return null; return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetCacheBounds_26(boolean id0); public void SetCacheBounds(boolean id0) { SetCacheBounds_26(id0); } private native boolean GetCacheBounds_27(); public boolean GetCacheBounds() { return GetCacheBounds_27(); } private native void CacheBoundsOn_28(); public void CacheBoundsOn() { CacheBoundsOn_28(); } private native void CacheBoundsOff_29(); public void CacheBoundsOff() { CacheBoundsOff_29(); } public vtkChartLegend() { super(); } public vtkChartLegend(long id) { super(id); } public native long VTKInit(); }