]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLabelSizeCalculator.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkLabelSizeCalculator.java
1 // java wrapper for vtkLabelSizeCalculator object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkLabelSizeCalculator extends vtkPassInputTypeAlgorithm
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 SetFontProperty_2(vtkTextProperty id0,int id1);
19   public void SetFontProperty(vtkTextProperty id0,int id1)
20     { SetFontProperty_2(id0,id1); }
21
22   private native long GetFontProperty_3(int id0);
23   public vtkTextProperty GetFontProperty(int id0) {
24     long temp = GetFontProperty_3(id0);
25
26     if (temp == 0) return null;
27     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetLabelSizeArrayName_4(String id0);
31   public void SetLabelSizeArrayName(String id0)
32     { SetLabelSizeArrayName_4(id0); }
33
34   private native String GetLabelSizeArrayName_5();
35   public String GetLabelSizeArrayName()
36     { return GetLabelSizeArrayName_5(); }
37
38   private native void SetDPI_6(int id0);
39   public void SetDPI(int id0)
40     { SetDPI_6(id0); }
41
42   private native int GetDPI_7();
43   public int GetDPI()
44     { return GetDPI_7(); }
45
46   public vtkLabelSizeCalculator() { super(); }
47
48   public vtkLabelSizeCalculator(long id) { super(id); }
49   public native long   VTKInit();
50
51 }