]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSVGContextDevice2D.java
Revised native library loading for VTK
[simantics/3d.git] / vtk / src / vtk / vtkSVGContextDevice2D.java
1 // java wrapper for vtkSVGContextDevice2D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSVGContextDevice2D extends vtkContextDevice2D
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 SetSVGContext_2(vtkXMLDataElement id0,vtkXMLDataElement id1);
19   public void SetSVGContext(vtkXMLDataElement id0,vtkXMLDataElement id1)
20     { SetSVGContext_2(id0,id1); }
21
22   private native void SetEmbedFonts_3(boolean id0);
23   public void SetEmbedFonts(boolean id0)
24     { SetEmbedFonts_3(id0); }
25
26   private native boolean GetEmbedFonts_4();
27   public boolean GetEmbedFonts()
28     { return GetEmbedFonts_4(); }
29
30   private native void EmbedFontsOn_5();
31   public void EmbedFontsOn()
32     { EmbedFontsOn_5(); }
33
34   private native void EmbedFontsOff_6();
35   public void EmbedFontsOff()
36     { EmbedFontsOff_6(); }
37
38   private native void SetTextAsPath_7(boolean id0);
39   public void SetTextAsPath(boolean id0)
40     { SetTextAsPath_7(id0); }
41
42   private native boolean GetTextAsPath_8();
43   public boolean GetTextAsPath()
44     { return GetTextAsPath_8(); }
45
46   private native void TextAsPathOn_9();
47   public void TextAsPathOn()
48     { TextAsPathOn_9(); }
49
50   private native void TextAsPathOff_10();
51   public void TextAsPathOff()
52     { TextAsPathOff_10(); }
53
54   private native void SetSubdivisionThreshold_11(double id0);
55   public void SetSubdivisionThreshold(double id0)
56     { SetSubdivisionThreshold_11(id0); }
57
58   private native double GetSubdivisionThreshold_12();
59   public double GetSubdivisionThreshold()
60     { return GetSubdivisionThreshold_12(); }
61
62   private native void GenerateDefinitions_13();
63   public void GenerateDefinitions()
64     { GenerateDefinitions_13(); }
65
66   private native void Begin_14(vtkViewport id0);
67   public void Begin(vtkViewport id0)
68     { Begin_14(id0); }
69
70   private native void End_15();
71   public void End()
72     { End_15(); }
73
74   private native void DrawEllipseWedge_16(double id0,double id1,double id2,double id3,double id4,double id5,double id6,double id7);
75   public void DrawEllipseWedge(double id0,double id1,double id2,double id3,double id4,double id5,double id6,double id7)
76     { DrawEllipseWedge_16(id0,id1,id2,id3,id4,id5,id6,id7); }
77
78   private native void DrawEllipticArc_17(double id0,double id1,double id2,double id3,double id4,double id5);
79   public void DrawEllipticArc(double id0,double id1,double id2,double id3,double id4,double id5)
80     { DrawEllipticArc_17(id0,id1,id2,id3,id4,id5); }
81
82   private native void ComputeStringBounds_18(String id0,double id1[]);
83   public void ComputeStringBounds(String id0,double id1[])
84     { ComputeStringBounds_18(id0,id1); }
85
86   private native void ComputeJustifiedStringBounds_19(String id0,double id1[]);
87   public void ComputeJustifiedStringBounds(String id0,double id1[])
88     { ComputeJustifiedStringBounds_19(id0,id1); }
89
90   private native void DrawImage_20(double id0[],double id1,vtkImageData id2);
91   public void DrawImage(double id0[],double id1,vtkImageData id2)
92     { DrawImage_20(id0,id1,id2); }
93
94   private native void SetTexture_21(vtkImageData id0,int id1);
95   public void SetTexture(vtkImageData id0,int id1)
96     { SetTexture_21(id0,id1); }
97
98   private native void SetPointSize_22(double id0);
99   public void SetPointSize(double id0)
100     { SetPointSize_22(id0); }
101
102   private native void SetLineWidth_23(double id0);
103   public void SetLineWidth(double id0)
104     { SetLineWidth_23(id0); }
105
106   private native void SetLineType_24(int id0);
107   public void SetLineType(int id0)
108     { SetLineType_24(id0); }
109
110   private native void SetMatrix_25(vtkMatrix3x3 id0);
111   public void SetMatrix(vtkMatrix3x3 id0)
112     { SetMatrix_25(id0); }
113
114   private native void GetMatrix_26(vtkMatrix3x3 id0);
115   public void GetMatrix(vtkMatrix3x3 id0)
116     { GetMatrix_26(id0); }
117
118   private native void MultiplyMatrix_27(vtkMatrix3x3 id0);
119   public void MultiplyMatrix(vtkMatrix3x3 id0)
120     { MultiplyMatrix_27(id0); }
121
122   private native void PushMatrix_28();
123   public void PushMatrix()
124     { PushMatrix_28(); }
125
126   private native void PopMatrix_29();
127   public void PopMatrix()
128     { PopMatrix_29(); }
129
130   private native void EnableClipping_30(boolean id0);
131   public void EnableClipping(boolean id0)
132     { EnableClipping_30(id0); }
133
134   public vtkSVGContextDevice2D() { super(); }
135
136   public vtkSVGContextDevice2D(long id) { super(id); }
137   public native long   VTKInit();
138
139 }