// java wrapper for vtkSpiderPlotActor object // package vtk; import vtk.*; public class vtkSpiderPlotActor 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 SetInput_2(vtkDataObject id0); public void SetInput(vtkDataObject id0) { SetInput_2(id0); } private native long GetInput_3(); public vtkDataObject GetInput() { long temp = GetInput_3(); if (temp == 0) return null; return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetIndependentVariables_4(int id0); public void SetIndependentVariables(int id0) { SetIndependentVariables_4(id0); } private native int GetIndependentVariablesMinValue_5(); public int GetIndependentVariablesMinValue() { return GetIndependentVariablesMinValue_5(); } private native int GetIndependentVariablesMaxValue_6(); public int GetIndependentVariablesMaxValue() { return GetIndependentVariablesMaxValue_6(); } private native int GetIndependentVariables_7(); public int GetIndependentVariables() { return GetIndependentVariables_7(); } private native void SetIndependentVariablesToColumns_8(); public void SetIndependentVariablesToColumns() { SetIndependentVariablesToColumns_8(); } private native void SetIndependentVariablesToRows_9(); public void SetIndependentVariablesToRows() { SetIndependentVariablesToRows_9(); } private native void SetTitleVisibility_10(int id0); public void SetTitleVisibility(int id0) { SetTitleVisibility_10(id0); } private native int GetTitleVisibility_11(); public int GetTitleVisibility() { return GetTitleVisibility_11(); } private native void TitleVisibilityOn_12(); public void TitleVisibilityOn() { TitleVisibilityOn_12(); } private native void TitleVisibilityOff_13(); public void TitleVisibilityOff() { TitleVisibilityOff_13(); } private native void SetTitle_14(String id0); public void SetTitle(String id0) { SetTitle_14(id0); } private native String GetTitle_15(); public String GetTitle() { return GetTitle_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 SetLabelVisibility_18(int id0); public void SetLabelVisibility(int id0) { SetLabelVisibility_18(id0); } private native int GetLabelVisibility_19(); public int GetLabelVisibility() { return GetLabelVisibility_19(); } private native void LabelVisibilityOn_20(); public void LabelVisibilityOn() { LabelVisibilityOn_20(); } private native void LabelVisibilityOff_21(); public void LabelVisibilityOff() { LabelVisibilityOff_21(); } private native void SetLabelTextProperty_22(vtkTextProperty id0); public void SetLabelTextProperty(vtkTextProperty id0) { SetLabelTextProperty_22(id0); } private native long GetLabelTextProperty_23(); public vtkTextProperty GetLabelTextProperty() { long temp = GetLabelTextProperty_23(); if (temp == 0) return null; return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetNumberOfRings_24(int id0); public void SetNumberOfRings(int id0) { SetNumberOfRings_24(id0); } private native int GetNumberOfRingsMinValue_25(); public int GetNumberOfRingsMinValue() { return GetNumberOfRingsMinValue_25(); } private native int GetNumberOfRingsMaxValue_26(); public int GetNumberOfRingsMaxValue() { return GetNumberOfRingsMaxValue_26(); } private native int GetNumberOfRings_27(); public int GetNumberOfRings() { return GetNumberOfRings_27(); } private native void SetAxisLabel_28(int id0,String id1); public void SetAxisLabel(int id0,String id1) { SetAxisLabel_28(id0,id1); } private native String GetAxisLabel_29(int id0); public String GetAxisLabel(int id0) { return GetAxisLabel_29(id0); } private native void SetAxisRange_30(int id0,double id1,double id2); public void SetAxisRange(int id0,double id1,double id2) { SetAxisRange_30(id0,id1,id2); } private native void SetAxisRange_31(int id0,double id1[]); public void SetAxisRange(int id0,double id1[]) { SetAxisRange_31(id0,id1); } private native void GetAxisRange_32(int id0,double id1[]); public void GetAxisRange(int id0,double id1[]) { GetAxisRange_32(id0,id1); } private native void SetPlotColor_33(int id0,double id1,double id2,double id3); public void SetPlotColor(int id0,double id1,double id2,double id3) { SetPlotColor_33(id0,id1,id2,id3); } private native void SetPlotColor_34(int id0,double id1[]); public void SetPlotColor(int id0,double id1[]) { SetPlotColor_34(id0,id1); } private native void SetLegendVisibility_35(int id0); public void SetLegendVisibility(int id0) { SetLegendVisibility_35(id0); } private native int GetLegendVisibility_36(); public int GetLegendVisibility() { return GetLegendVisibility_36(); } private native void LegendVisibilityOn_37(); public void LegendVisibilityOn() { LegendVisibilityOn_37(); } private native void LegendVisibilityOff_38(); public void LegendVisibilityOff() { LegendVisibilityOff_38(); } private native long GetLegendActor_39(); public vtkLegendBoxActor GetLegendActor() { long temp = GetLegendActor_39(); if (temp == 0) return null; return (vtkLegendBoxActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int RenderOverlay_40(vtkViewport id0); public int RenderOverlay(vtkViewport id0) { return RenderOverlay_40(id0); } private native int RenderOpaqueGeometry_41(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_41(id0); } private native int RenderTranslucentPolygonalGeometry_42(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_42(id0); } private native int HasTranslucentPolygonalGeometry_43(); public int HasTranslucentPolygonalGeometry() { return HasTranslucentPolygonalGeometry_43(); } private native void ReleaseGraphicsResources_44(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_44(id0); } public vtkSpiderPlotActor() { super(); } public vtkSpiderPlotActor(long id) { super(id); } public native long VTKInit(); }