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 classInputStream factory that wraps a byte array.private static classInputStream factory that can return a pre-constructed InputStream exactly once.Fields in org.apache.xmlgraphics.image.loader.impl declared as ImageRawStream.InputStreamFactoryMethods in org.apache.xmlgraphics.image.loader.impl with parameters of type ImageRawStream.InputStreamFactoryModifier and TypeMethodDescriptionvoidImageRawStream.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.