X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vtk%2Fsrc%2Fvtk%2FvtkProgressBarRepresentation.java;fp=vtk%2Fsrc%2Fvtk%2FvtkProgressBarRepresentation.java;h=a71f2e8eb207d7a27cce51452568f5e1e7708cef;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=0000000000000000000000000000000000000000;hpb=12e21051bd57248b39831d79d68d455077047cdb;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkProgressBarRepresentation.java b/vtk/src/vtk/vtkProgressBarRepresentation.java new file mode 100644 index 00000000..a71f2e8e --- /dev/null +++ b/vtk/src/vtk/vtkProgressBarRepresentation.java @@ -0,0 +1,119 @@ +// java wrapper for vtkProgressBarRepresentation object +// + +package vtk; +import vtk.*; + +public class vtkProgressBarRepresentation extends vtkBorderRepresentation +{ + + 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 long GetProperty_2(); + public vtkProperty2D GetProperty() { + long temp = GetProperty_2(); + + if (temp == 0) return null; + return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetProgressRate_3(double id0); + public void SetProgressRate(double id0) + { SetProgressRate_3(id0); } + + private native double GetProgressRateMinValue_4(); + public double GetProgressRateMinValue() + { return GetProgressRateMinValue_4(); } + + private native double GetProgressRateMaxValue_5(); + public double GetProgressRateMaxValue() + { return GetProgressRateMaxValue_5(); } + + private native double GetProgressRate_6(); + public double GetProgressRate() + { return GetProgressRate_6(); } + + private native void SetProgressBarColor_7(double id0,double id1,double id2); + public void SetProgressBarColor(double id0,double id1,double id2) + { SetProgressBarColor_7(id0,id1,id2); } + + private native void SetProgressBarColor_8(double id0[]); + public void SetProgressBarColor(double id0[]) + { SetProgressBarColor_8(id0); } + + private native double[] GetProgressBarColor_9(); + public double[] GetProgressBarColor() + { return GetProgressBarColor_9(); } + + private native void SetBackgroundColor_10(double id0,double id1,double id2); + public void SetBackgroundColor(double id0,double id1,double id2) + { SetBackgroundColor_10(id0,id1,id2); } + + private native void SetBackgroundColor_11(double id0[]); + public void SetBackgroundColor(double id0[]) + { SetBackgroundColor_11(id0); } + + private native double[] GetBackgroundColor_12(); + public double[] GetBackgroundColor() + { return GetBackgroundColor_12(); } + + private native void SetDrawBackground_13(boolean id0); + public void SetDrawBackground(boolean id0) + { SetDrawBackground_13(id0); } + + private native boolean GetDrawBackground_14(); + public boolean GetDrawBackground() + { return GetDrawBackground_14(); } + + private native void DrawBackgroundOn_15(); + public void DrawBackgroundOn() + { DrawBackgroundOn_15(); } + + private native void DrawBackgroundOff_16(); + public void DrawBackgroundOff() + { DrawBackgroundOff_16(); } + + private native void BuildRepresentation_17(); + public void BuildRepresentation() + { BuildRepresentation_17(); } + + private native void GetSize_18(double id0[]); + public void GetSize(double id0[]) + { GetSize_18(id0); } + + private native void GetActors2D_19(vtkPropCollection id0); + public void GetActors2D(vtkPropCollection id0) + { GetActors2D_19(id0); } + + private native void ReleaseGraphicsResources_20(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_20(id0); } + + private native int RenderOverlay_21(vtkViewport id0); + public int RenderOverlay(vtkViewport id0) + { return RenderOverlay_21(id0); } + + private native int RenderOpaqueGeometry_22(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_22(id0); } + + private native int RenderTranslucentPolygonalGeometry_23(vtkViewport id0); + public int RenderTranslucentPolygonalGeometry(vtkViewport id0) + { return RenderTranslucentPolygonalGeometry_23(id0); } + + private native int HasTranslucentPolygonalGeometry_24(); + public int HasTranslucentPolygonalGeometry() + { return HasTranslucentPolygonalGeometry_24(); } + + public vtkProgressBarRepresentation() { super(); } + + public vtkProgressBarRepresentation(long id) { super(id); } + public native long VTKInit(); + +}