1 // java wrapper for vtkTreeRingView object
7 public class vtkTreeRingView extends vtkTreeAreaView
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetRootAngles_2(double id0,double id1);
19 public void SetRootAngles(double id0,double id1)
20 { SetRootAngles_2(id0,id1); }
22 private native void SetRootAtCenter_3(boolean id0);
23 public void SetRootAtCenter(boolean id0)
24 { SetRootAtCenter_3(id0); }
26 private native boolean GetRootAtCenter_4();
27 public boolean GetRootAtCenter()
28 { return GetRootAtCenter_4(); }
30 private native void RootAtCenterOn_5();
31 public void RootAtCenterOn()
32 { RootAtCenterOn_5(); }
34 private native void RootAtCenterOff_6();
35 public void RootAtCenterOff()
36 { RootAtCenterOff_6(); }
38 private native void SetLayerThickness_7(double id0);
39 public void SetLayerThickness(double id0)
40 { SetLayerThickness_7(id0); }
42 private native double GetLayerThickness_8();
43 public double GetLayerThickness()
44 { return GetLayerThickness_8(); }
46 private native void SetInteriorRadius_9(double id0);
47 public void SetInteriorRadius(double id0)
48 { SetInteriorRadius_9(id0); }
50 private native double GetInteriorRadius_10();
51 public double GetInteriorRadius()
52 { return GetInteriorRadius_10(); }
54 private native void SetInteriorLogSpacingValue_11(double id0);
55 public void SetInteriorLogSpacingValue(double id0)
56 { SetInteriorLogSpacingValue_11(id0); }
58 private native double GetInteriorLogSpacingValue_12();
59 public double GetInteriorLogSpacingValue()
60 { return GetInteriorLogSpacingValue_12(); }
62 public vtkTreeRingView() { super(); }
64 public vtkTreeRingView(long id) { super(id); }
65 public native long VTKInit();