]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPNGWriter.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkPNGWriter.java
1 // java wrapper for vtkPNGWriter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPNGWriter extends vtkImageWriter
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 Write_2();
19   public void Write()
20     { Write_2(); }
21
22   private native void SetCompressionLevel_3(int id0);
23   public void SetCompressionLevel(int id0)
24     { SetCompressionLevel_3(id0); }
25
26   private native int GetCompressionLevelMinValue_4();
27   public int GetCompressionLevelMinValue()
28     { return GetCompressionLevelMinValue_4(); }
29
30   private native int GetCompressionLevelMaxValue_5();
31   public int GetCompressionLevelMaxValue()
32     { return GetCompressionLevelMaxValue_5(); }
33
34   private native int GetCompressionLevel_6();
35   public int GetCompressionLevel()
36     { return GetCompressionLevel_6(); }
37
38   private native void SetWriteToMemory_7(int id0);
39   public void SetWriteToMemory(int id0)
40     { SetWriteToMemory_7(id0); }
41
42   private native int GetWriteToMemory_8();
43   public int GetWriteToMemory()
44     { return GetWriteToMemory_8(); }
45
46   private native void WriteToMemoryOn_9();
47   public void WriteToMemoryOn()
48     { WriteToMemoryOn_9(); }
49
50   private native void WriteToMemoryOff_10();
51   public void WriteToMemoryOff()
52     { WriteToMemoryOff_10(); }
53
54   private native void SetResult_11(vtkUnsignedCharArray id0);
55   public void SetResult(vtkUnsignedCharArray id0)
56     { SetResult_11(id0); }
57
58   private native long GetResult_12();
59   public vtkUnsignedCharArray GetResult() {
60     long temp = GetResult_12();
61
62     if (temp == 0) return null;
63     return (vtkUnsignedCharArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
65
66   private native void AddText_13(String id0,String id1);
67   public void AddText(String id0,String id1)
68     { AddText_13(id0,id1); }
69
70   public vtkPNGWriter() { super(); }
71
72   public vtkPNGWriter(long id) { super(id); }
73   public native long   VTKInit();
74
75 }