// java wrapper for vtkSVGExporter object // package vtk; import vtk.*; public class vtkSVGExporter extends vtkExporter { 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 SetTitle_2(String id0); public void SetTitle(String id0) { SetTitle_2(id0); } private native String GetTitle_3(); public String GetTitle() { return GetTitle_3(); } private native void SetDescription_4(String id0); public void SetDescription(String id0) { SetDescription_4(id0); } private native String GetDescription_5(); public String GetDescription() { return GetDescription_5(); } private native void SetFileName_6(String id0); public void SetFileName(String id0) { SetFileName_6(id0); } private native String GetFileName_7(); public String GetFileName() { return GetFileName_7(); } private native void SetTextAsPath_8(boolean id0); public void SetTextAsPath(boolean id0) { SetTextAsPath_8(id0); } private native boolean GetTextAsPath_9(); public boolean GetTextAsPath() { return GetTextAsPath_9(); } private native void TextAsPathOn_10(); public void TextAsPathOn() { TextAsPathOn_10(); } private native void TextAsPathOff_11(); public void TextAsPathOff() { TextAsPathOff_11(); } private native void SetDrawBackground_12(boolean id0); public void SetDrawBackground(boolean id0) { SetDrawBackground_12(id0); } private native boolean GetDrawBackground_13(); public boolean GetDrawBackground() { return GetDrawBackground_13(); } private native void DrawBackgroundOn_14(); public void DrawBackgroundOn() { DrawBackgroundOn_14(); } private native void DrawBackgroundOff_15(); public void DrawBackgroundOff() { DrawBackgroundOff_15(); } private native void SetSubdivisionThreshold_16(double id0); public void SetSubdivisionThreshold(double id0) { SetSubdivisionThreshold_16(id0); } private native double GetSubdivisionThreshold_17(); public double GetSubdivisionThreshold() { return GetSubdivisionThreshold_17(); } public vtkSVGExporter() { super(); } public vtkSVGExporter(long id) { super(id); } public native long VTKInit(); }