ImageGear for Java
ImGearInterpolationOptions Class
Members  
Base class for all interpolation options passed to ImGearProcessing.resize and ImGearProcessing.createThumbnail methods.

Use the base class for interpolation modes that do not need additional options. Use derived classes to pass specific options. If a base class is passed for a mode that has a derived class, the default option values are used.

Syntax
public class ImGearInterpolationOptions 
    extends Object 
Inheritance Hierarchy

java.lang.Object
   com.accusoft.imagegear.processing.ImGearInterpolationOptions
      com.accusoft.imagegear.processing.ImGearAverageInterpolationOptions
      com.accusoft.imagegear.processing.ImGearBicubicInterpolationOptions
      com.accusoft.imagegear.processing.ImGearBilinearInterpolationOptions
      com.accusoft.imagegear.processing.ImGearColorInterpolationOptions
      com.accusoft.imagegear.processing.ImGearGrayScaleInterpolationOptions
      com.accusoft.imagegear.processing.ImGearNearestNeighborInterpolationOptions
      com.accusoft.imagegear.processing.ImGearNoneInterpolationOptions
      com.accusoft.imagegear.processing.ImGearPreserveBlackInterpolationOptions
      com.accusoft.imagegear.processing.ImGearPreserveWhiteInterpolationOptions

See Also

Reference

ImGearInterpolationOptions Members
com.accusoft.imagegear.processing Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback