Uses of Interface
org.apache.xmlgraphics.image.loader.impl.ImageRawStream.InputStreamFactory
Packages that use ImageRawStream.InputStreamFactory
Package
Description
Contains implementations of image loaders and converters.
-
Uses of ImageRawStream.InputStreamFactory in org.apache.xmlgraphics.image.loader.impl
Classes in org.apache.xmlgraphics.image.loader.impl that implement ImageRawStream.InputStreamFactoryModifier and TypeClassDescriptionstatic class
InputStream factory that wraps a byte array.Methods in org.apache.xmlgraphics.image.loader.impl with parameters of type ImageRawStream.InputStreamFactoryModifier and TypeMethodDescriptionvoid
ImageRawStream.setInputStreamFactory
(ImageRawStream.InputStreamFactory factory) Sets the InputStreamFactory to be used by this image.Constructors in org.apache.xmlgraphics.image.loader.impl with parameters of type ImageRawStream.InputStreamFactoryModifierConstructorDescriptionImageRawEPS
(ImageInfo info, ImageRawStream.InputStreamFactory streamFactory) Main constructor.ImageRawStream
(ImageInfo info, ImageFlavor flavor, ImageRawStream.InputStreamFactory streamFactory) Main constructor.