]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAttributeClustering2DLayoutStrategy.java
Fix PNG loading
[simantics/3d.git] / vtk / src / vtk / vtkAttributeClustering2DLayoutStrategy.java
1 // java wrapper for vtkAttributeClustering2DLayoutStrategy object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAttributeClustering2DLayoutStrategy 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 String GetVertexAttribute_2();
19   public String GetVertexAttribute()
20     { return GetVertexAttribute_2(); }
21
22   private native void SetVertexAttribute_3(String id0);
23   public void SetVertexAttribute(String id0)
24     { SetVertexAttribute_3(id0); }
25
26   private native void SetRandomSeed_4(int id0);
27   public void SetRandomSeed(int id0)
28     { SetRandomSeed_4(id0); }
29
30   private native int GetRandomSeedMinValue_5();
31   public int GetRandomSeedMinValue()
32     { return GetRandomSeedMinValue_5(); }
33
34   private native int GetRandomSeedMaxValue_6();
35   public int GetRandomSeedMaxValue()
36     { return GetRandomSeedMaxValue_6(); }
37
38   private native int GetRandomSeed_7();
39   public int GetRandomSeed()
40     { return GetRandomSeed_7(); }
41
42   private native void SetMaxNumberOfIterations_8(int id0);
43   public void SetMaxNumberOfIterations(int id0)
44     { SetMaxNumberOfIterations_8(id0); }
45
46   private native int GetMaxNumberOfIterationsMinValue_9();
47   public int GetMaxNumberOfIterationsMinValue()
48     { return GetMaxNumberOfIterationsMinValue_9(); }
49
50   private native int GetMaxNumberOfIterationsMaxValue_10();
51   public int GetMaxNumberOfIterationsMaxValue()
52     { return GetMaxNumberOfIterationsMaxValue_10(); }
53
54   private native int GetMaxNumberOfIterations_11();
55   public int GetMaxNumberOfIterations()
56     { return GetMaxNumberOfIterations_11(); }
57
58   private native void SetIterationsPerLayout_12(int id0);
59   public void SetIterationsPerLayout(int id0)
60     { SetIterationsPerLayout_12(id0); }
61
62   private native int GetIterationsPerLayoutMinValue_13();
63   public int GetIterationsPerLayoutMinValue()
64     { return GetIterationsPerLayoutMinValue_13(); }
65
66   private native int GetIterationsPerLayoutMaxValue_14();
67   public int GetIterationsPerLayoutMaxValue()
68     { return GetIterationsPerLayoutMaxValue_14(); }
69
70   private native int GetIterationsPerLayout_15();
71   public int GetIterationsPerLayout()
72     { return GetIterationsPerLayout_15(); }
73
74   private native void SetInitialTemperature_16(double id0);
75   public void SetInitialTemperature(double id0)
76     { SetInitialTemperature_16(id0); }
77
78   private native double GetInitialTemperatureMinValue_17();
79   public double GetInitialTemperatureMinValue()
80     { return GetInitialTemperatureMinValue_17(); }
81
82   private native double GetInitialTemperatureMaxValue_18();
83   public double GetInitialTemperatureMaxValue()
84     { return GetInitialTemperatureMaxValue_18(); }
85
86   private native double GetInitialTemperature_19();
87   public double GetInitialTemperature()
88     { return GetInitialTemperature_19(); }
89
90   private native void SetCoolDownRate_20(double id0);
91   public void SetCoolDownRate(double id0)
92     { SetCoolDownRate_20(id0); }
93
94   private native double GetCoolDownRateMinValue_21();
95   public double GetCoolDownRateMinValue()
96     { return GetCoolDownRateMinValue_21(); }
97
98   private native double GetCoolDownRateMaxValue_22();
99   public double GetCoolDownRateMaxValue()
100     { return GetCoolDownRateMaxValue_22(); }
101
102   private native double GetCoolDownRate_23();
103   public double GetCoolDownRate()
104     { return GetCoolDownRate_23(); }
105
106   private native void SetRestDistance_24(double id0);
107   public void SetRestDistance(double id0)
108     { SetRestDistance_24(id0); }
109
110   private native double GetRestDistance_25();
111   public double GetRestDistance()
112     { return GetRestDistance_25(); }
113
114   private native void Initialize_26();
115   public void Initialize()
116     { Initialize_26(); }
117
118   private native void Layout_27();
119   public void Layout()
120     { Layout_27(); }
121
122   private native int IsLayoutComplete_28();
123   public int IsLayoutComplete()
124     { return IsLayoutComplete_28(); }
125
126   public vtkAttributeClustering2DLayoutStrategy() { super(); }
127
128   public vtkAttributeClustering2DLayoutStrategy(long id) { super(id); }
129   public native long   VTKInit();
130
131 }