// java wrapper for vtkDashedStreamLine object // package vtk; import vtk.*; public class vtkDashedStreamLine extends vtkStreamLine { 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 SetDashFactor_2(double id0); public void SetDashFactor(double id0) { SetDashFactor_2(id0); } private native double GetDashFactorMinValue_3(); public double GetDashFactorMinValue() { return GetDashFactorMinValue_3(); } private native double GetDashFactorMaxValue_4(); public double GetDashFactorMaxValue() { return GetDashFactorMaxValue_4(); } private native double GetDashFactor_5(); public double GetDashFactor() { return GetDashFactor_5(); } public vtkDashedStreamLine() { super(); } public vtkDashedStreamLine(long id) { super(id); } public native long VTKInit(); }