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 BufferedImageFactoryImageParser. getBufferedImageFactory(T params)Get 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 voidImagingParameters. 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
-