// java wrapper for vtkParallelCoordinatesHistogramRepresentation object // package vtk; import vtk.*; public class vtkParallelCoordinatesHistogramRepresentation extends vtkParallelCoordinatesRepresentation { 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 ApplyViewTheme_2(vtkViewTheme id0); public void ApplyViewTheme(vtkViewTheme id0) { ApplyViewTheme_2(id0); } private native void SetUseHistograms_3(int id0); public void SetUseHistograms(int id0) { SetUseHistograms_3(id0); } private native int GetUseHistograms_4(); public int GetUseHistograms() { return GetUseHistograms_4(); } private native void UseHistogramsOn_5(); public void UseHistogramsOn() { UseHistogramsOn_5(); } private native void UseHistogramsOff_6(); public void UseHistogramsOff() { UseHistogramsOff_6(); } private native void SetShowOutliers_7(int id0); public void SetShowOutliers(int id0) { SetShowOutliers_7(id0); } private native int GetShowOutliers_8(); public int GetShowOutliers() { return GetShowOutliers_8(); } private native void ShowOutliersOn_9(); public void ShowOutliersOn() { ShowOutliersOn_9(); } private native void ShowOutliersOff_10(); public void ShowOutliersOff() { ShowOutliersOff_10(); } private native void SetHistogramLookupTableRange_11(double id0,double id1); public void SetHistogramLookupTableRange(double id0,double id1) { SetHistogramLookupTableRange_11(id0,id1); } private native void SetHistogramLookupTableRange_12(double id0[]); public void SetHistogramLookupTableRange(double id0[]) { SetHistogramLookupTableRange_12(id0); } private native double[] GetHistogramLookupTableRange_13(); public double[] GetHistogramLookupTableRange() { return GetHistogramLookupTableRange_13(); } private native void SetNumberOfHistogramBins_14(int id0,int id1); public void SetNumberOfHistogramBins(int id0,int id1) { SetNumberOfHistogramBins_14(id0,id1); } private native int[] GetNumberOfHistogramBins_15(); public int[] GetNumberOfHistogramBins() { return GetNumberOfHistogramBins_15(); } private native void SetPreferredNumberOfOutliers_16(int id0); public void SetPreferredNumberOfOutliers(int id0) { SetPreferredNumberOfOutliers_16(id0); } private native int GetPreferredNumberOfOutliers_17(); public int GetPreferredNumberOfOutliers() { return GetPreferredNumberOfOutliers_17(); } private native int SwapAxisPositions_18(int id0,int id1); public int SwapAxisPositions(int id0,int id1) { return SwapAxisPositions_18(id0,id1); } private native int SetRangeAtPosition_19(int id0,double id1[]); public int SetRangeAtPosition(int id0,double id1[]) { return SetRangeAtPosition_19(id0,id1); } public vtkParallelCoordinatesHistogramRepresentation() { super(); } public vtkParallelCoordinatesHistogramRepresentation(long id) { super(id); } public native long VTKInit(); }