1 // java wrapper for vtkSVGExporter object
7 public class vtkSVGExporter extends vtkExporter
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetTitle_2(String id0);
19 public void SetTitle(String id0)
22 private native String GetTitle_3();
23 public String GetTitle()
24 { return GetTitle_3(); }
26 private native void SetDescription_4(String id0);
27 public void SetDescription(String id0)
28 { SetDescription_4(id0); }
30 private native String GetDescription_5();
31 public String GetDescription()
32 { return GetDescription_5(); }
34 private native void SetFileName_6(String id0);
35 public void SetFileName(String id0)
36 { SetFileName_6(id0); }
38 private native String GetFileName_7();
39 public String GetFileName()
40 { return GetFileName_7(); }
42 private native void SetTextAsPath_8(boolean id0);
43 public void SetTextAsPath(boolean id0)
44 { SetTextAsPath_8(id0); }
46 private native boolean GetTextAsPath_9();
47 public boolean GetTextAsPath()
48 { return GetTextAsPath_9(); }
50 private native void TextAsPathOn_10();
51 public void TextAsPathOn()
52 { TextAsPathOn_10(); }
54 private native void TextAsPathOff_11();
55 public void TextAsPathOff()
56 { TextAsPathOff_11(); }
58 private native void SetDrawBackground_12(boolean id0);
59 public void SetDrawBackground(boolean id0)
60 { SetDrawBackground_12(id0); }
62 private native boolean GetDrawBackground_13();
63 public boolean GetDrawBackground()
64 { return GetDrawBackground_13(); }
66 private native void DrawBackgroundOn_14();
67 public void DrawBackgroundOn()
68 { DrawBackgroundOn_14(); }
70 private native void DrawBackgroundOff_15();
71 public void DrawBackgroundOff()
72 { DrawBackgroundOff_15(); }
74 private native void SetSubdivisionThreshold_16(double id0);
75 public void SetSubdivisionThreshold(double id0)
76 { SetSubdivisionThreshold_16(id0); }
78 private native double GetSubdivisionThreshold_17();
79 public double GetSubdivisionThreshold()
80 { return GetSubdivisionThreshold_17(); }
82 public vtkSVGExporter() { super(); }
84 public vtkSVGExporter(long id) { super(id); }
85 public native long VTKInit();