// java wrapper for vtkFXAAOptions object // package vtk; import vtk.*; public class vtkFXAAOptions extends vtkObject { 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 SetRelativeContrastThreshold_2(double id0); public void SetRelativeContrastThreshold(double id0) { SetRelativeContrastThreshold_2(id0); } private native double GetRelativeContrastThresholdMinValue_3(); public double GetRelativeContrastThresholdMinValue() { return GetRelativeContrastThresholdMinValue_3(); } private native double GetRelativeContrastThresholdMaxValue_4(); public double GetRelativeContrastThresholdMaxValue() { return GetRelativeContrastThresholdMaxValue_4(); } private native double GetRelativeContrastThreshold_5(); public double GetRelativeContrastThreshold() { return GetRelativeContrastThreshold_5(); } private native void SetHardContrastThreshold_6(double id0); public void SetHardContrastThreshold(double id0) { SetHardContrastThreshold_6(id0); } private native double GetHardContrastThresholdMinValue_7(); public double GetHardContrastThresholdMinValue() { return GetHardContrastThresholdMinValue_7(); } private native double GetHardContrastThresholdMaxValue_8(); public double GetHardContrastThresholdMaxValue() { return GetHardContrastThresholdMaxValue_8(); } private native double GetHardContrastThreshold_9(); public double GetHardContrastThreshold() { return GetHardContrastThreshold_9(); } private native void SetSubpixelBlendLimit_10(double id0); public void SetSubpixelBlendLimit(double id0) { SetSubpixelBlendLimit_10(id0); } private native double GetSubpixelBlendLimitMinValue_11(); public double GetSubpixelBlendLimitMinValue() { return GetSubpixelBlendLimitMinValue_11(); } private native double GetSubpixelBlendLimitMaxValue_12(); public double GetSubpixelBlendLimitMaxValue() { return GetSubpixelBlendLimitMaxValue_12(); } private native double GetSubpixelBlendLimit_13(); public double GetSubpixelBlendLimit() { return GetSubpixelBlendLimit_13(); } private native void SetSubpixelContrastThreshold_14(double id0); public void SetSubpixelContrastThreshold(double id0) { SetSubpixelContrastThreshold_14(id0); } private native double GetSubpixelContrastThresholdMinValue_15(); public double GetSubpixelContrastThresholdMinValue() { return GetSubpixelContrastThresholdMinValue_15(); } private native double GetSubpixelContrastThresholdMaxValue_16(); public double GetSubpixelContrastThresholdMaxValue() { return GetSubpixelContrastThresholdMaxValue_16(); } private native double GetSubpixelContrastThreshold_17(); public double GetSubpixelContrastThreshold() { return GetSubpixelContrastThreshold_17(); } private native void SetUseHighQualityEndpoints_18(boolean id0); public void SetUseHighQualityEndpoints(boolean id0) { SetUseHighQualityEndpoints_18(id0); } private native boolean GetUseHighQualityEndpoints_19(); public boolean GetUseHighQualityEndpoints() { return GetUseHighQualityEndpoints_19(); } private native void UseHighQualityEndpointsOn_20(); public void UseHighQualityEndpointsOn() { UseHighQualityEndpointsOn_20(); } private native void UseHighQualityEndpointsOff_21(); public void UseHighQualityEndpointsOff() { UseHighQualityEndpointsOff_21(); } private native void SetEndpointSearchIterations_22(int id0); public void SetEndpointSearchIterations(int id0) { SetEndpointSearchIterations_22(id0); } private native int GetEndpointSearchIterationsMinValue_23(); public int GetEndpointSearchIterationsMinValue() { return GetEndpointSearchIterationsMinValue_23(); } private native int GetEndpointSearchIterationsMaxValue_24(); public int GetEndpointSearchIterationsMaxValue() { return GetEndpointSearchIterationsMaxValue_24(); } private native int GetEndpointSearchIterations_25(); public int GetEndpointSearchIterations() { return GetEndpointSearchIterations_25(); } private native void SetDebugOptionValue_26(int id0); public void SetDebugOptionValue(int id0) { SetDebugOptionValue_26(id0); } private native int GetDebugOptionValue_27(); public int GetDebugOptionValue() { return GetDebugOptionValue_27(); } public vtkFXAAOptions() { super(); } public vtkFXAAOptions(long id) { super(id); } public native long VTKInit(); }