// java wrapper for vtkStreamGraph object // package vtk; import vtk.*; public class vtkStreamGraph extends vtkGraphAlgorithm { 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 SetUseEdgeWindow_2(boolean id0); public void SetUseEdgeWindow(boolean id0) { SetUseEdgeWindow_2(id0); } private native boolean GetUseEdgeWindow_3(); public boolean GetUseEdgeWindow() { return GetUseEdgeWindow_3(); } private native void UseEdgeWindowOn_4(); public void UseEdgeWindowOn() { UseEdgeWindowOn_4(); } private native void UseEdgeWindowOff_5(); public void UseEdgeWindowOff() { UseEdgeWindowOff_5(); } private native void SetEdgeWindowArrayName_6(String id0); public void SetEdgeWindowArrayName(String id0) { SetEdgeWindowArrayName_6(id0); } private native String GetEdgeWindowArrayName_7(); public String GetEdgeWindowArrayName() { return GetEdgeWindowArrayName_7(); } private native void SetEdgeWindow_8(double id0); public void SetEdgeWindow(double id0) { SetEdgeWindow_8(id0); } private native double GetEdgeWindow_9(); public double GetEdgeWindow() { return GetEdgeWindow_9(); } public vtkStreamGraph() { super(); } public vtkStreamGraph(long id) { super(id); } public native long VTKInit(); }