Uses of Interface
org.apache.commons.imaging.common.BufferedImageFactory
Packages that use BufferedImageFactory
Package
Description
The main package for Apache Commons Imaging.
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 BufferedImageFactoryModifier and TypeMethodDescriptionprotected BufferedImageFactory
AbstractImageParser.getBufferedImageFactory
(T params) Gets an instance of IBufferedImageFactory based on the presence of a specification for ImagingConstants..BUFFERED_IMAGE_FACTORY within the supplied params.ImagingParameters.getBufferedImageFactory()
Methods in org.apache.commons.imaging with parameters of type BufferedImageFactoryModifier and TypeMethodDescriptionImagingParameters.setBufferedImageFactory
(BufferedImageFactory bufferedImageFactory) -
Uses of BufferedImageFactory in org.apache.commons.imaging.common
Classes in org.apache.commons.imaging.common that implement BufferedImageFactory