Class ImageAccessorImpl

java.lang.Object
org.fernice.reflare.internal.impl.ImageAccessorImpl
All Implemented Interfaces:
org.fernice.reflare.internal.ImageHelper.ImageAccessor

public class ImageAccessorImpl extends Object implements org.fernice.reflare.internal.ImageHelper.ImageAccessor
  • Constructor Details

    • ImageAccessorImpl

      public ImageAccessorImpl()
  • Method Details

    • getMultiResolutionImageResource

      public Image getMultiResolutionImageResource(String resource) throws IOException
      Specified by:
      getMultiResolutionImageResource in interface org.fernice.reflare.internal.ImageHelper.ImageAccessor
      Throws:
      IOException
    • getScaledInstance

      public Image getScaledInstance(Image image, int width, int height, int hints)
      Specified by:
      getScaledInstance in interface org.fernice.reflare.internal.ImageHelper.ImageAccessor
    • getFilteredInstance

      public Image getFilteredInstance(Image image, ImageFilter filter)
      Specified by:
      getFilteredInstance in interface org.fernice.reflare.internal.ImageHelper.ImageAccessor