// java wrapper for vtkColorLegend object // package vtk; import vtk.*; public class vtkColorLegend extends vtkChartLegend { 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 GetBounds_2(double id0[]); public void GetBounds(double id0[]) { GetBounds_2(id0); } private native void Update_3(); public void Update() { Update_3(); } private native boolean Paint_4(vtkContext2D id0); public boolean Paint(vtkContext2D id0) { return Paint_4(id0); } private native void SetTransferFunction_5(vtkScalarsToColors id0); public void SetTransferFunction(vtkScalarsToColors id0) { SetTransferFunction_5(id0); } private native long GetTransferFunction_6(); public vtkScalarsToColors GetTransferFunction() { long temp = GetTransferFunction_6(); if (temp == 0) return null; return (vtkScalarsToColors)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkColorLegend() { super(); } public vtkColorLegend(long id) { super(id); } public native long VTKInit(); }