// java wrapper for vtkParallelCoordinatesRepresentation object // package vtk; import vtk.*; public class vtkParallelCoordinatesRepresentation extends vtkRenderedRepresentation { 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 String GetHoverText_3(vtkView id0,int id1,int id2); public String GetHoverText(vtkView id0,int id1,int id2) { return GetHoverText_3(id0,id1,id2); } private native void SetAxisTitles_4(vtkStringArray id0); public void SetAxisTitles(vtkStringArray id0) { SetAxisTitles_4(id0); } private native void SetAxisTitles_5(vtkAlgorithmOutput id0); public void SetAxisTitles(vtkAlgorithmOutput id0) { SetAxisTitles_5(id0); } private native void SetPlotTitle_6(String id0); public void SetPlotTitle(String id0) { SetPlotTitle_6(id0); } private native int GetNumberOfAxes_7(); public int GetNumberOfAxes() { return GetNumberOfAxes_7(); } private native int GetNumberOfSamples_8(); public int GetNumberOfSamples() { return GetNumberOfSamples_8(); } private native void SetNumberOfAxisLabels_9(int id0); public void SetNumberOfAxisLabels(int id0) { SetNumberOfAxisLabels_9(id0); } private native int GetNumberOfAxisLabels_10(); public int GetNumberOfAxisLabels() { return GetNumberOfAxisLabels_10(); } private native int SwapAxisPositions_11(int id0,int id1); public int SwapAxisPositions(int id0,int id1) { return SwapAxisPositions_11(id0,id1); } private native int SetXCoordinateOfPosition_12(int id0,double id1); public int SetXCoordinateOfPosition(int id0,double id1) { return SetXCoordinateOfPosition_12(id0,id1); } private native double GetXCoordinateOfPosition_13(int id0); public double GetXCoordinateOfPosition(int id0) { return GetXCoordinateOfPosition_13(id0); } private native int GetPositionNearXCoordinate_14(double id0); public int GetPositionNearXCoordinate(double id0) { return GetPositionNearXCoordinate_14(id0); } private native void SetUseCurves_15(int id0); public void SetUseCurves(int id0) { SetUseCurves_15(id0); } private native int GetUseCurves_16(); public int GetUseCurves() { return GetUseCurves_16(); } private native void UseCurvesOn_17(); public void UseCurvesOn() { UseCurvesOn_17(); } private native void UseCurvesOff_18(); public void UseCurvesOff() { UseCurvesOff_18(); } private native void SetCurveResolution_19(int id0); public void SetCurveResolution(int id0) { SetCurveResolution_19(id0); } private native int GetCurveResolution_20(); public int GetCurveResolution() { return GetCurveResolution_20(); } private native double GetLineOpacity_21(); public double GetLineOpacity() { return GetLineOpacity_21(); } private native double GetFontSize_22(); public double GetFontSize() { return GetFontSize_22(); } private native double[] GetLineColor_23(); public double[] GetLineColor() { return GetLineColor_23(); } private native double[] GetAxisColor_24(); public double[] GetAxisColor() { return GetAxisColor_24(); } private native double[] GetAxisLabelColor_25(); public double[] GetAxisLabelColor() { return GetAxisLabelColor_25(); } private native void SetLineOpacity_26(double id0); public void SetLineOpacity(double id0) { SetLineOpacity_26(id0); } private native void SetFontSize_27(double id0); public void SetFontSize(double id0) { SetFontSize_27(id0); } private native void SetLineColor_28(double id0,double id1,double id2); public void SetLineColor(double id0,double id1,double id2) { SetLineColor_28(id0,id1,id2); } private native void SetLineColor_29(double id0[]); public void SetLineColor(double id0[]) { SetLineColor_29(id0); } private native void SetAxisColor_30(double id0,double id1,double id2); public void SetAxisColor(double id0,double id1,double id2) { SetAxisColor_30(id0,id1,id2); } private native void SetAxisColor_31(double id0[]); public void SetAxisColor(double id0[]) { SetAxisColor_31(id0); } private native void SetAxisLabelColor_32(double id0,double id1,double id2); public void SetAxisLabelColor(double id0,double id1,double id2) { SetAxisLabelColor_32(id0,id1,id2); } private native void SetAxisLabelColor_33(double id0[]); public void SetAxisLabelColor(double id0[]) { SetAxisLabelColor_33(id0); } private native void SetAngleBrushThreshold_34(double id0); public void SetAngleBrushThreshold(double id0) { SetAngleBrushThreshold_34(id0); } private native double GetAngleBrushThreshold_35(); public double GetAngleBrushThreshold() { return GetAngleBrushThreshold_35(); } private native void SetFunctionBrushThreshold_36(double id0); public void SetFunctionBrushThreshold(double id0) { SetFunctionBrushThreshold_36(id0); } private native double GetFunctionBrushThreshold_37(); public double GetFunctionBrushThreshold() { return GetFunctionBrushThreshold_37(); } private native int GetRangeAtPosition_38(int id0,double id1[]); public int GetRangeAtPosition(int id0,double id1[]) { return GetRangeAtPosition_38(id0,id1); } private native int SetRangeAtPosition_39(int id0,double id1[]); public int SetRangeAtPosition(int id0,double id1[]) { return SetRangeAtPosition_39(id0,id1); } private native void ResetAxes_40(); public void ResetAxes() { ResetAxes_40(); } private native void LassoSelect_41(int id0,int id1,vtkPoints id2); public void LassoSelect(int id0,int id1,vtkPoints id2) { LassoSelect_41(id0,id1,id2); } public vtkParallelCoordinatesRepresentation() { super(); } public vtkParallelCoordinatesRepresentation(long id) { super(id); } public native long VTKInit(); }