// java wrapper for vtkColorSeries object // package vtk; import vtk.*; public class vtkColorSeries extends vtkObject { 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 SetColorScheme_2(int id0); public void SetColorScheme(int id0) { SetColorScheme_2(id0); } private native int GetColorScheme_3(); public int GetColorScheme() { return GetColorScheme_3(); } private native int GetNumberOfColors_4(); public int GetNumberOfColors() { return GetNumberOfColors_4(); } private native void RemoveColor_5(int id0); public void RemoveColor(int id0) { RemoveColor_5(id0); } private native void ClearColors_6(); public void ClearColors() { ClearColors_6(); } private native void DeepCopy_7(vtkColorSeries id0); public void DeepCopy(vtkColorSeries id0) { DeepCopy_7(id0); } public vtkColorSeries() { super(); } public vtkColorSeries(long id) { super(id); } public native long VTKInit(); }