// java wrapper for vtkScatterPlotMatrix object // package vtk; import vtk.*; public class vtkScatterPlotMatrix extends vtkChartMatrix { 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 SetScene_4(vtkContextScene id0); public void SetScene(vtkContextScene id0) { SetScene_4(id0); } private native long GetAnnotationLink_5(); public vtkAnnotationLink GetAnnotationLink() { long temp = GetAnnotationLink_5(); if (temp == 0) return null; return (vtkAnnotationLink)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetInput_6(vtkTable id0); public void SetInput(vtkTable id0) { SetInput_6(id0); } private native void SetColumnVisibility_7(String id0,boolean id1); public void SetColumnVisibility(String id0,boolean id1) { SetColumnVisibility_7(id0,id1); } private native void InsertVisibleColumn_8(String id0,int id1); public void InsertVisibleColumn(String id0,int id1) { InsertVisibleColumn_8(id0,id1); } private native boolean GetColumnVisibility_9(String id0); public boolean GetColumnVisibility(String id0) { return GetColumnVisibility_9(id0); } private native void SetColumnVisibilityAll_10(boolean id0); public void SetColumnVisibilityAll(boolean id0) { SetColumnVisibilityAll_10(id0); } private native long GetVisibleColumns_11(); public vtkStringArray GetVisibleColumns() { long temp = GetVisibleColumns_11(); if (temp == 0) return null; return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetVisibleColumns_12(vtkStringArray id0); public void SetVisibleColumns(vtkStringArray id0) { SetVisibleColumns_12(id0); } private native void SetNumberOfBins_13(int id0); public void SetNumberOfBins(int id0) { SetNumberOfBins_13(id0); } private native int GetNumberOfBins_14(); public int GetNumberOfBins() { return GetNumberOfBins_14(); } private native void SetPlotMarkerStyle_15(int id0,int id1); public void SetPlotMarkerStyle(int id0,int id1) { SetPlotMarkerStyle_15(id0,id1); } private native void SetPlotMarkerSize_16(int id0,double id1); public void SetPlotMarkerSize(int id0,double id1) { SetPlotMarkerSize_16(id0,id1); } private native int GetPlotType_17(int id0,int id1); public int GetPlotType(int id0,int id1) { return GetPlotType_17(id0,id1); } private native void SetTitle_18(String id0); public void SetTitle(String id0) { SetTitle_18(id0); } private native String GetTitle_19(); public String GetTitle() { return GetTitle_19(); } private native void SetTitleProperties_20(vtkTextProperty id0); public void SetTitleProperties(vtkTextProperty id0) { SetTitleProperties_20(id0); } private native long GetTitleProperties_21(); public vtkTextProperty GetTitleProperties() { long temp = GetTitleProperties_21(); if (temp == 0) return null; return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetGridVisibility_22(int id0,boolean id1); public void SetGridVisibility(int id0,boolean id1) { SetGridVisibility_22(id0,id1); } private native boolean GetGridVisibility_23(int id0); public boolean GetGridVisibility(int id0) { return GetGridVisibility_23(id0); } private native void SetAxisLabelVisibility_24(int id0,boolean id1); public void SetAxisLabelVisibility(int id0,boolean id1) { SetAxisLabelVisibility_24(id0,id1); } private native boolean GetAxisLabelVisibility_25(int id0); public boolean GetAxisLabelVisibility(int id0) { return GetAxisLabelVisibility_25(id0); } private native void SetAxisLabelProperties_26(int id0,vtkTextProperty id1); public void SetAxisLabelProperties(int id0,vtkTextProperty id1) { SetAxisLabelProperties_26(id0,id1); } private native long GetAxisLabelProperties_27(int id0); public vtkTextProperty GetAxisLabelProperties(int id0) { long temp = GetAxisLabelProperties_27(id0); if (temp == 0) return null; return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetAxisLabelNotation_28(int id0,int id1); public void SetAxisLabelNotation(int id0,int id1) { SetAxisLabelNotation_28(id0,id1); } private native int GetAxisLabelNotation_29(int id0); public int GetAxisLabelNotation(int id0) { return GetAxisLabelNotation_29(id0); } private native void SetAxisLabelPrecision_30(int id0,int id1); public void SetAxisLabelPrecision(int id0,int id1) { SetAxisLabelPrecision_30(id0,id1); } private native int GetAxisLabelPrecision_31(int id0); public int GetAxisLabelPrecision(int id0) { return GetAxisLabelPrecision_31(id0); } private native void SetTooltipNotation_32(int id0,int id1); public void SetTooltipNotation(int id0,int id1) { SetTooltipNotation_32(id0,id1); } private native void SetTooltipPrecision_33(int id0,int id1); public void SetTooltipPrecision(int id0,int id1) { SetTooltipPrecision_33(id0,id1); } private native int GetTooltipNotation_34(int id0); public int GetTooltipNotation(int id0) { return GetTooltipNotation_34(id0); } private native int GetTooltipPrecision_35(int id0); public int GetTooltipPrecision(int id0) { return GetTooltipPrecision_35(id0); } private native void SetTooltip_36(vtkTooltipItem id0); public void SetTooltip(vtkTooltipItem id0) { SetTooltip_36(id0); } private native long GetTooltip_37(); public vtkTooltipItem GetTooltip() { long temp = GetTooltip_37(); if (temp == 0) return null; return (vtkTooltipItem)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetIndexedLabels_38(vtkStringArray id0); public void SetIndexedLabels(vtkStringArray id0) { SetIndexedLabels_38(id0); } private native long GetIndexedLabels_39(); public vtkStringArray GetIndexedLabels() { long temp = GetIndexedLabels_39(); if (temp == 0) return null; return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void UpdateSettings_40(); public void UpdateSettings() { UpdateSettings_40(); } private native void UpdateChartSettings_41(int id0); public void UpdateChartSettings(int id0) { UpdateChartSettings_41(id0); } private native void SetSelectionMode_42(int id0); public void SetSelectionMode(int id0) { SetSelectionMode_42(id0); } private native int GetSelectionMode_43(); public int GetSelectionMode() { return GetSelectionMode_43(); } private native String GetColumnName_44(int id0); public String GetColumnName(int id0) { return GetColumnName_44(id0); } private native String GetRowName_45(int id0); public String GetRowName(int id0) { return GetRowName_45(id0); } private native void SetNumberOfFrames_46(int id0); public void SetNumberOfFrames(int id0) { SetNumberOfFrames_46(id0); } private native int GetNumberOfFrames_47(); public int GetNumberOfFrames() { return GetNumberOfFrames_47(); } private native void ClearAnimationPath_48(); public void ClearAnimationPath() { ClearAnimationPath_48(); } private native int GetNumberOfAnimationPathElements_49(); public int GetNumberOfAnimationPathElements() { return GetNumberOfAnimationPathElements_49(); } private native boolean BeginAnimationPath_50(vtkRenderWindowInteractor id0); public boolean BeginAnimationPath(vtkRenderWindowInteractor id0) { return BeginAnimationPath_50(id0); } private native void AdvanceAnimation_51(); public void AdvanceAnimation() { AdvanceAnimation_51(); } private native long GetMainChart_52(); public vtkChart GetMainChart() { long temp = GetMainChart_52(); if (temp == 0) return null; return (vtkChart)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkScatterPlotMatrix() { super(); } public vtkScatterPlotMatrix(long id) { super(id); } public native long VTKInit(); }