]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkChartMatrix.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkChartMatrix.java
1 // java wrapper for vtkChartMatrix object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkChartMatrix extends vtkAbstractContextItem
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 Update_2();
19   public void Update()
20     { Update_2(); }
21
22   private native boolean Paint_3(vtkContext2D id0);
23   public boolean Paint(vtkContext2D id0)
24     { return Paint_3(id0); }
25
26   private native void SetBorders_4(int id0,int id1,int id2,int id3);
27   public void SetBorders(int id0,int id1,int id2,int id3)
28     { SetBorders_4(id0,id1,id2,id3); }
29
30   private native void SetBorderLeft_5(int id0);
31   public void SetBorderLeft(int id0)
32     { SetBorderLeft_5(id0); }
33
34   private native void SetBorderBottom_6(int id0);
35   public void SetBorderBottom(int id0)
36     { SetBorderBottom_6(id0); }
37
38   private native void SetBorderRight_7(int id0);
39   public void SetBorderRight(int id0)
40     { SetBorderRight_7(id0); }
41
42   private native void SetBorderTop_8(int id0);
43   public void SetBorderTop(int id0)
44     { SetBorderTop_8(id0); }
45
46   private native void GetBorders_9(int id0[]);
47   public void GetBorders(int id0[])
48     { GetBorders_9(id0); }
49
50   private native void SetGutterX_10(double id0);
51   public void SetGutterX(double id0)
52     { SetGutterX_10(id0); }
53
54   private native void SetGutterY_11(double id0);
55   public void SetGutterY(double id0)
56     { SetGutterY_11(id0); }
57
58   private native void ClearSpecificResizes_12();
59   public void ClearSpecificResizes()
60     { ClearSpecificResizes_12(); }
61
62   private native void Allocate_13();
63   public void Allocate()
64     { Allocate_13(); }
65
66   public vtkChartMatrix() { super(); }
67
68   public vtkChartMatrix(long id) { super(id); }
69   public native long   VTKInit();
70
71 }