X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTextSource.java;fp=vtk%2Fsrc%2Fvtk%2FvtkTextSource.java;h=3ef2310887b6694dc26247b504b6b1a159de9db4;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=0000000000000000000000000000000000000000;hpb=12e21051bd57248b39831d79d68d455077047cdb;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTextSource.java b/vtk/src/vtk/vtkTextSource.java new file mode 100644 index 00000000..3ef23108 --- /dev/null +++ b/vtk/src/vtk/vtkTextSource.java @@ -0,0 +1,79 @@ +// java wrapper for vtkTextSource object +// + +package vtk; +import vtk.*; + +public class vtkTextSource extends vtkPolyDataAlgorithm +{ + + 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 SetText_2(String id0); + public void SetText(String id0) + { SetText_2(id0); } + + private native String GetText_3(); + public String GetText() + { return GetText_3(); } + + private native void SetBacking_4(int id0); + public void SetBacking(int id0) + { SetBacking_4(id0); } + + private native int GetBacking_5(); + public int GetBacking() + { return GetBacking_5(); } + + private native void BackingOn_6(); + public void BackingOn() + { BackingOn_6(); } + + private native void BackingOff_7(); + public void BackingOff() + { BackingOff_7(); } + + private native void SetForegroundColor_8(double id0,double id1,double id2); + public void SetForegroundColor(double id0,double id1,double id2) + { SetForegroundColor_8(id0,id1,id2); } + + private native void SetForegroundColor_9(double id0[]); + public void SetForegroundColor(double id0[]) + { SetForegroundColor_9(id0); } + + private native double[] GetForegroundColor_10(); + public double[] GetForegroundColor() + { return GetForegroundColor_10(); } + + private native void SetBackgroundColor_11(double id0,double id1,double id2); + public void SetBackgroundColor(double id0,double id1,double id2) + { SetBackgroundColor_11(id0,id1,id2); } + + private native void SetBackgroundColor_12(double id0[]); + public void SetBackgroundColor(double id0[]) + { SetBackgroundColor_12(id0); } + + private native double[] GetBackgroundColor_13(); + public double[] GetBackgroundColor() + { return GetBackgroundColor_13(); } + + private native void SetOutputPointsPrecision_14(int id0); + public void SetOutputPointsPrecision(int id0) + { SetOutputPointsPrecision_14(id0); } + + private native int GetOutputPointsPrecision_15(); + public int GetOutputPointsPrecision() + { return GetOutputPointsPrecision_15(); } + + public vtkTextSource() { super(); } + + public vtkTextSource(long id) { super(id); } + public native long VTKInit(); + +}