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
Fields in org.apache.commons.imaging declared as BufferedImageFactory Modifier and Type Field Description private BufferedImageFactoryImagingParameters. bufferedImageFactoryCreatesBufferedImages.Methods in org.apache.commons.imaging that return BufferedImageFactory Modifier and Type Method Description protected BufferedImageFactoryAbstractImageParser. getBufferedImageFactory(T params)Gets an instance of IBufferedImageFactory based on the presence of a specification for ImagingConstants..BUFFERED_IMAGE_FACTORY within the supplied params.BufferedImageFactoryImagingParameters. getBufferedImageFactory()Methods in org.apache.commons.imaging with parameters of type BufferedImageFactory Modifier and Type Method Description EImagingParameters. setBufferedImageFactory(BufferedImageFactory bufferedImageFactory) -
Uses of BufferedImageFactory in org.apache.commons.imaging.common
Classes in org.apache.commons.imaging.common that implement BufferedImageFactory Modifier and Type Class Description classRgbBufferedImageFactoryclassSimpleBufferedImageFactory
-