]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkConeLayoutStrategy.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkConeLayoutStrategy.java
1 // java wrapper for vtkConeLayoutStrategy object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkConeLayoutStrategy extends vtkGraphLayoutStrategy
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 SetCompactness_2(double id0);
19   public void SetCompactness(double id0)
20     { SetCompactness_2(id0); }
21
22   private native double GetCompactness_3();
23   public double GetCompactness()
24     { return GetCompactness_3(); }
25
26   private native void SetCompression_4(int id0);
27   public void SetCompression(int id0)
28     { SetCompression_4(id0); }
29
30   private native int GetCompression_5();
31   public int GetCompression()
32     { return GetCompression_5(); }
33
34   private native void CompressionOn_6();
35   public void CompressionOn()
36     { CompressionOn_6(); }
37
38   private native void CompressionOff_7();
39   public void CompressionOff()
40     { CompressionOff_7(); }
41
42   private native void SetSpacing_8(double id0);
43   public void SetSpacing(double id0)
44     { SetSpacing_8(id0); }
45
46   private native double GetSpacing_9();
47   public double GetSpacing()
48     { return GetSpacing_9(); }
49
50   private native void Layout_10();
51   public void Layout()
52     { Layout_10(); }
53
54   public vtkConeLayoutStrategy() { super(); }
55
56   public vtkConeLayoutStrategy(long id) { super(id); }
57   public native long   VTKInit();
58
59 }