Uses of Interface
org.apache.xmlgraphics.image.loader.impl.ImageRawStream.InputStreamFactory
-
Packages that use ImageRawStream.InputStreamFactory Package Description org.apache.xmlgraphics.image.loader.impl 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.InputStreamFactory Modifier and Type Class Description static class
ImageRawStream.ByteArrayStreamFactory
InputStream factory that wraps a byte array.private static class
ImageRawStream.SingleStreamFactory
InputStream factory that can return a pre-constructed InputStream exactly once.Fields in org.apache.xmlgraphics.image.loader.impl declared as ImageRawStream.InputStreamFactory Modifier and Type Field Description private ImageRawStream.InputStreamFactory
ImageRawStream. streamFactory
Methods in org.apache.xmlgraphics.image.loader.impl with parameters of type ImageRawStream.InputStreamFactory Modifier and Type Method Description void
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.InputStreamFactory Constructor Description ImageRawEPS(ImageInfo info, ImageRawStream.InputStreamFactory streamFactory)
Main constructor.ImageRawStream(ImageInfo info, ImageFlavor flavor, ImageRawStream.InputStreamFactory streamFactory)
Main constructor.
-