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.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.
-