Package railo.runtime.img.interpolation

Examples of railo.runtime.img.interpolation.Bessel


      case Image.IP_HIGHQUALITY:
      case Image.IP_MEDIUMPERFORMANCE:
      case Image.IP_MITCHELL:  return new Mitchell();
      case Image.IP_HIGHESTQUALITY:
      case Image.IP_LANCZOS:  return new Lanczos();
      case Image.IP_BESSEL:  return new Bessel();
      defaultthrow new ExpressionException("invalid interpolation definition");
    }
    }
View Full Code Here

TOP

Related Classes of railo.runtime.img.interpolation.Bessel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.