X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkChartMatrix.java;h=ab2438b657f65caf04d849aeaa882d2e96b491b5;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=afa76961b220026b014a92eb2104d031e2465357;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkChartMatrix.java b/vtk/src/vtk/vtkChartMatrix.java index afa76961..ab2438b6 100644 --- a/vtk/src/vtk/vtkChartMatrix.java +++ b/vtk/src/vtk/vtkChartMatrix.java @@ -1,43 +1,71 @@ -// java wrapper for vtkChartMatrix object -// - -package vtk; -import vtk.*; - -public class vtkChartMatrix extends vtkAbstractContextItem -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native void Update_2(); - public void Update() - { Update_2(); } - - private native boolean Paint_3(vtkContext2D id0); - public boolean Paint(vtkContext2D id0) - { return Paint_3(id0); } - - private native void SetBorders_4(int id0,int id1,int id2,int id3); - public void SetBorders(int id0,int id1,int id2,int id3) - { SetBorders_4(id0,id1,id2,id3); } - - private native void GetBorders_5(int id0[]); - public void GetBorders(int id0[]) - { GetBorders_5(id0); } - - private native void Allocate_6(); - public void Allocate() - { Allocate_6(); } - - public vtkChartMatrix() { super(); } - - public vtkChartMatrix(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkChartMatrix object +// + +package vtk; +import vtk.*; + +public class vtkChartMatrix extends vtkAbstractContextItem +{ + + private native int IsTypeOf_0(String id0); + public int IsTypeOf(String id0) + { return IsTypeOf_0(id0); } + + private native int IsA_1(String id0); + public int IsA(String id0) + { return IsA_1(id0); } + + private native void Update_2(); + public void Update() + { Update_2(); } + + private native boolean Paint_3(vtkContext2D id0); + public boolean Paint(vtkContext2D id0) + { return Paint_3(id0); } + + private native void SetBorders_4(int id0,int id1,int id2,int id3); + public void SetBorders(int id0,int id1,int id2,int id3) + { SetBorders_4(id0,id1,id2,id3); } + + private native void SetBorderLeft_5(int id0); + public void SetBorderLeft(int id0) + { SetBorderLeft_5(id0); } + + private native void SetBorderBottom_6(int id0); + public void SetBorderBottom(int id0) + { SetBorderBottom_6(id0); } + + private native void SetBorderRight_7(int id0); + public void SetBorderRight(int id0) + { SetBorderRight_7(id0); } + + private native void SetBorderTop_8(int id0); + public void SetBorderTop(int id0) + { SetBorderTop_8(id0); } + + private native void GetBorders_9(int id0[]); + public void GetBorders(int id0[]) + { GetBorders_9(id0); } + + private native void SetGutterX_10(double id0); + public void SetGutterX(double id0) + { SetGutterX_10(id0); } + + private native void SetGutterY_11(double id0); + public void SetGutterY(double id0) + { SetGutterY_11(id0); } + + private native void ClearSpecificResizes_12(); + public void ClearSpecificResizes() + { ClearSpecificResizes_12(); } + + private native void Allocate_13(); + public void Allocate() + { Allocate_13(); } + + public vtkChartMatrix() { super(); } + + public vtkChartMatrix(long id) { super(id); } + public native long VTKInit(); + +}