xmlgraphics-commons 1.4

Uses of Interface
org.apache.xmlgraphics.image.loader.impl.ImageRawStream.InputStreamFactory

Packages that use ImageRawStream.InputStreamFactory
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
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
 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
ImageRawEPS(ImageInfo info, ImageRawStream.InputStreamFactory streamFactory)
          Main constructor.
ImageRawStream(ImageInfo info, ImageFlavor flavor, ImageRawStream.InputStreamFactory streamFactory)
          Main constructor.
 


xmlgraphics-commons 1.4

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.