Uses of Interface
org.apache.commons.imaging.common.BufferedImageFactory
-
Packages that use BufferedImageFactory Package Description org.apache.commons.imaging The main package for Apache Commons Imaging.org.apache.commons.imaging.common Provides utility classes that are employed across multiple image formats and sub-packages. -
-
Uses of BufferedImageFactory in org.apache.commons.imaging
Methods in org.apache.commons.imaging that return BufferedImageFactory Modifier and Type Method Description protected BufferedImageFactory
ImageParser. getBufferedImageFactory(Map<String,Object> params)
Get an instance of IBufferedImageFactory based on the presence of a specification for ImagingConstants..BUFFERED_IMAGE_FACTORY within the supplied params. -
Uses of BufferedImageFactory in org.apache.commons.imaging.common
Classes in org.apache.commons.imaging.common that implement BufferedImageFactory Modifier and Type Class Description class
RgbBufferedImageFactory
class
SimpleBufferedImageFactory
-