]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLabeledTreeMapDataMapper.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkLabeledTreeMapDataMapper.java
1 // java wrapper for vtkLabeledTreeMapDataMapper object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkLabeledTreeMapDataMapper extends vtkLabeledDataMapper
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 RenderOpaqueGeometry_2(vtkViewport id0,vtkActor2D id1);
19   public void RenderOpaqueGeometry(vtkViewport id0,vtkActor2D id1)
20     { RenderOpaqueGeometry_2(id0,id1); }
21
22   private native void RenderOverlay_3(vtkViewport id0,vtkActor2D id1);
23   public void RenderOverlay(vtkViewport id0,vtkActor2D id1)
24     { RenderOverlay_3(id0,id1); }
25
26   private native long GetInputTree_4();
27   public vtkTree GetInputTree() {
28     long temp = GetInputTree_4();
29
30     if (temp == 0) return null;
31     return (vtkTree)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetRectanglesArrayName_5(String id0);
35   public void SetRectanglesArrayName(String id0)
36     { SetRectanglesArrayName_5(id0); }
37
38   private native int GetClipTextMode_6();
39   public int GetClipTextMode()
40     { return GetClipTextMode_6(); }
41
42   private native void SetClipTextMode_7(int id0);
43   public void SetClipTextMode(int id0)
44     { SetClipTextMode_7(id0); }
45
46   private native int GetChildMotion_8();
47   public int GetChildMotion()
48     { return GetChildMotion_8(); }
49
50   private native void SetChildMotion_9(int id0);
51   public void SetChildMotion(int id0)
52     { SetChildMotion_9(id0); }
53
54   private native int GetDynamicLevel_10();
55   public int GetDynamicLevel()
56     { return GetDynamicLevel_10(); }
57
58   private native void SetDynamicLevel_11(int id0);
59   public void SetDynamicLevel(int id0)
60     { SetDynamicLevel_11(id0); }
61
62   private native void ReleaseGraphicsResources_12(vtkWindow id0);
63   public void ReleaseGraphicsResources(vtkWindow id0)
64     { ReleaseGraphicsResources_12(id0); }
65
66   private native void SetFontSizeRange_13(int id0,int id1,int id2);
67   public void SetFontSizeRange(int id0,int id1,int id2)
68     { SetFontSizeRange_13(id0,id1,id2); }
69
70   private native void GetFontSizeRange_14(int id0[]);
71   public void GetFontSizeRange(int id0[])
72     { GetFontSizeRange_14(id0); }
73
74   private native void SetLevelRange_15(int id0,int id1);
75   public void SetLevelRange(int id0,int id1)
76     { SetLevelRange_15(id0,id1); }
77
78   private native void GetLevelRange_16(int id0[]);
79   public void GetLevelRange(int id0[])
80     { GetLevelRange_16(id0); }
81
82   public vtkLabeledTreeMapDataMapper() { super(); }
83
84   public vtkLabeledTreeMapDataMapper(long id) { super(id); }
85   public native long   VTKInit();
86
87 }