X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkParallelCoordinatesActor.java;h=40b12a29dd3a3514be39f59bfb36dcc7332c9547;hb=a8fd21b46927e6ab9b6887dd87ddc6eca8161a76;hp=ed2020e2cef957e143946dc09e78dc3fd689c95c;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkParallelCoordinatesActor.java b/vtk/src/vtk/vtkParallelCoordinatesActor.java index ed2020e2..40b12a29 100644 --- a/vtk/src/vtk/vtkParallelCoordinatesActor.java +++ b/vtk/src/vtk/vtkParallelCoordinatesActor.java @@ -1,135 +1,139 @@ -// java wrapper for vtkParallelCoordinatesActor object -// - -package vtk; -import vtk.*; - -public class vtkParallelCoordinatesActor extends vtkActor2D -{ - - 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 SetIndependentVariables_2(int id0); - public void SetIndependentVariables(int id0) - { SetIndependentVariables_2(id0); } - - private native int GetIndependentVariablesMinValue_3(); - public int GetIndependentVariablesMinValue() - { return GetIndependentVariablesMinValue_3(); } - - private native int GetIndependentVariablesMaxValue_4(); - public int GetIndependentVariablesMaxValue() - { return GetIndependentVariablesMaxValue_4(); } - - private native int GetIndependentVariables_5(); - public int GetIndependentVariables() - { return GetIndependentVariables_5(); } - - private native void SetIndependentVariablesToColumns_6(); - public void SetIndependentVariablesToColumns() - { SetIndependentVariablesToColumns_6(); } - - private native void SetIndependentVariablesToRows_7(); - public void SetIndependentVariablesToRows() - { SetIndependentVariablesToRows_7(); } - - private native void SetTitle_8(String id0); - public void SetTitle(String id0) - { SetTitle_8(id0); } - - private native String GetTitle_9(); - public String GetTitle() - { return GetTitle_9(); } - - private native void SetNumberOfLabels_10(int id0); - public void SetNumberOfLabels(int id0) - { SetNumberOfLabels_10(id0); } - - private native int GetNumberOfLabelsMinValue_11(); - public int GetNumberOfLabelsMinValue() - { return GetNumberOfLabelsMinValue_11(); } - - private native int GetNumberOfLabelsMaxValue_12(); - public int GetNumberOfLabelsMaxValue() - { return GetNumberOfLabelsMaxValue_12(); } - - private native int GetNumberOfLabels_13(); - public int GetNumberOfLabels() - { return GetNumberOfLabels_13(); } - - private native void SetLabelFormat_14(String id0); - public void SetLabelFormat(String id0) - { SetLabelFormat_14(id0); } - - private native String GetLabelFormat_15(); - public String GetLabelFormat() - { return GetLabelFormat_15(); } - - private native void SetTitleTextProperty_16(vtkTextProperty id0); - public void SetTitleTextProperty(vtkTextProperty id0) - { SetTitleTextProperty_16(id0); } - - private native long GetTitleTextProperty_17(); - public vtkTextProperty GetTitleTextProperty() { - long temp = GetTitleTextProperty_17(); - - if (temp == 0) return null; - return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetLabelTextProperty_18(vtkTextProperty id0); - public void SetLabelTextProperty(vtkTextProperty id0) - { SetLabelTextProperty_18(id0); } - - private native long GetLabelTextProperty_19(); - public vtkTextProperty GetLabelTextProperty() { - long temp = GetLabelTextProperty_19(); - - if (temp == 0) return null; - return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int RenderOpaqueGeometry_20(vtkViewport id0); - public int RenderOpaqueGeometry(vtkViewport id0) - { return RenderOpaqueGeometry_20(id0); } - - private native int RenderOverlay_21(vtkViewport id0); - public int RenderOverlay(vtkViewport id0) - { return RenderOverlay_21(id0); } - - private native int RenderTranslucentPolygonalGeometry_22(vtkViewport id0); - public int RenderTranslucentPolygonalGeometry(vtkViewport id0) - { return RenderTranslucentPolygonalGeometry_22(id0); } - - private native int HasTranslucentPolygonalGeometry_23(); - public int HasTranslucentPolygonalGeometry() - { return HasTranslucentPolygonalGeometry_23(); } - - private native void SetInput_24(vtkDataObject id0); - public void SetInput(vtkDataObject id0) - { SetInput_24(id0); } - - private native long GetInput_25(); - public vtkDataObject GetInput() { - long temp = GetInput_25(); - - if (temp == 0) return null; - return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void ReleaseGraphicsResources_26(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_26(id0); } - - public vtkParallelCoordinatesActor() { super(); } - - public vtkParallelCoordinatesActor(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkParallelCoordinatesActor object +// + +package vtk; +import vtk.*; + +public class vtkParallelCoordinatesActor extends vtkActor2D +{ + + 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 SetIndependentVariables_2(int id0); + public void SetIndependentVariables(int id0) + { SetIndependentVariables_2(id0); } + + private native int GetIndependentVariablesMinValue_3(); + public int GetIndependentVariablesMinValue() + { return GetIndependentVariablesMinValue_3(); } + + private native int GetIndependentVariablesMaxValue_4(); + public int GetIndependentVariablesMaxValue() + { return GetIndependentVariablesMaxValue_4(); } + + private native int GetIndependentVariables_5(); + public int GetIndependentVariables() + { return GetIndependentVariables_5(); } + + private native void SetIndependentVariablesToColumns_6(); + public void SetIndependentVariablesToColumns() + { SetIndependentVariablesToColumns_6(); } + + private native void SetIndependentVariablesToRows_7(); + public void SetIndependentVariablesToRows() + { SetIndependentVariablesToRows_7(); } + + private native void SetTitle_8(String id0); + public void SetTitle(String id0) + { SetTitle_8(id0); } + + private native String GetTitle_9(); + public String GetTitle() + { return GetTitle_9(); } + + private native void SetNumberOfLabels_10(int id0); + public void SetNumberOfLabels(int id0) + { SetNumberOfLabels_10(id0); } + + private native int GetNumberOfLabelsMinValue_11(); + public int GetNumberOfLabelsMinValue() + { return GetNumberOfLabelsMinValue_11(); } + + private native int GetNumberOfLabelsMaxValue_12(); + public int GetNumberOfLabelsMaxValue() + { return GetNumberOfLabelsMaxValue_12(); } + + private native int GetNumberOfLabels_13(); + public int GetNumberOfLabels() + { return GetNumberOfLabels_13(); } + + private native void SetLabelFormat_14(String id0); + public void SetLabelFormat(String id0) + { SetLabelFormat_14(id0); } + + private native String GetLabelFormat_15(); + public String GetLabelFormat() + { return GetLabelFormat_15(); } + + private native void SetTitleTextProperty_16(vtkTextProperty id0); + public void SetTitleTextProperty(vtkTextProperty id0) + { SetTitleTextProperty_16(id0); } + + private native long GetTitleTextProperty_17(); + public vtkTextProperty GetTitleTextProperty() { + long temp = GetTitleTextProperty_17(); + + if (temp == 0) return null; + return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetLabelTextProperty_18(vtkTextProperty id0); + public void SetLabelTextProperty(vtkTextProperty id0) + { SetLabelTextProperty_18(id0); } + + private native long GetLabelTextProperty_19(); + public vtkTextProperty GetLabelTextProperty() { + long temp = GetLabelTextProperty_19(); + + if (temp == 0) return null; + return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int RenderOpaqueGeometry_20(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_20(id0); } + + private native int RenderOverlay_21(vtkViewport id0); + public int RenderOverlay(vtkViewport id0) + { return RenderOverlay_21(id0); } + + private native int RenderTranslucentPolygonalGeometry_22(vtkViewport id0); + public int RenderTranslucentPolygonalGeometry(vtkViewport id0) + { return RenderTranslucentPolygonalGeometry_22(id0); } + + private native int HasTranslucentPolygonalGeometry_23(); + public int HasTranslucentPolygonalGeometry() + { return HasTranslucentPolygonalGeometry_23(); } + + private native void SetInputConnection_24(vtkAlgorithmOutput id0); + public void SetInputConnection(vtkAlgorithmOutput id0) + { SetInputConnection_24(id0); } + + private native void SetInputData_25(vtkDataObject id0); + public void SetInputData(vtkDataObject id0) + { SetInputData_25(id0); } + + private native long GetInput_26(); + public vtkDataObject GetInput() { + long temp = GetInput_26(); + + if (temp == 0) return null; + return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void ReleaseGraphicsResources_27(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_27(id0); } + + public vtkParallelCoordinatesActor() { super(); } + + public vtkParallelCoordinatesActor(long id) { super(id); } + public native long VTKInit(); + +}