]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSVGExporter.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkSVGExporter.java
1 // java wrapper for vtkSVGExporter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSVGExporter extends vtkExporter
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetTitle_2(String id0);
19   public void SetTitle(String id0)
20     { SetTitle_2(id0); }
21
22   private native String GetTitle_3();
23   public String GetTitle()
24     { return GetTitle_3(); }
25
26   private native void SetDescription_4(String id0);
27   public void SetDescription(String id0)
28     { SetDescription_4(id0); }
29
30   private native String GetDescription_5();
31   public String GetDescription()
32     { return GetDescription_5(); }
33
34   private native void SetFileName_6(String id0);
35   public void SetFileName(String id0)
36     { SetFileName_6(id0); }
37
38   private native String GetFileName_7();
39   public String GetFileName()
40     { return GetFileName_7(); }
41
42   private native void SetTextAsPath_8(boolean id0);
43   public void SetTextAsPath(boolean id0)
44     { SetTextAsPath_8(id0); }
45
46   private native boolean GetTextAsPath_9();
47   public boolean GetTextAsPath()
48     { return GetTextAsPath_9(); }
49
50   private native void TextAsPathOn_10();
51   public void TextAsPathOn()
52     { TextAsPathOn_10(); }
53
54   private native void TextAsPathOff_11();
55   public void TextAsPathOff()
56     { TextAsPathOff_11(); }
57
58   private native void SetDrawBackground_12(boolean id0);
59   public void SetDrawBackground(boolean id0)
60     { SetDrawBackground_12(id0); }
61
62   private native boolean GetDrawBackground_13();
63   public boolean GetDrawBackground()
64     { return GetDrawBackground_13(); }
65
66   private native void DrawBackgroundOn_14();
67   public void DrawBackgroundOn()
68     { DrawBackgroundOn_14(); }
69
70   private native void DrawBackgroundOff_15();
71   public void DrawBackgroundOff()
72     { DrawBackgroundOff_15(); }
73
74   private native void SetSubdivisionThreshold_16(double id0);
75   public void SetSubdivisionThreshold(double id0)
76     { SetSubdivisionThreshold_16(id0); }
77
78   private native double GetSubdivisionThreshold_17();
79   public double GetSubdivisionThreshold()
80     { return GetSubdivisionThreshold_17(); }
81
82   public vtkSVGExporter() { super(); }
83
84   public vtkSVGExporter(long id) { super(id); }
85   public native long   VTKInit();
86
87 }