Package org.apache.fop.render.ps

Interface Summary
Finalizable This interface is used for special FilteredOutputStream classes that won't be closed (since this causes the target OutputStream to be closed, too) but where flush() is not enough, for example because a final marker has to be written to the target stream.
 

Class Summary
ASCII85OutputStream This class applies a ASCII85 encoding to the stream.
ASCIIHexOutputStream This class applies a ASCII Hex encoding to the stream.
FlateEncodeOutputStream This class applies a FlateEncode filter to the stream.
PSGraphics2D This concrete implementation of AbstractGraphics2D is a simple help to programmers to get started with their own implementation of Graphics2D.
PSRenderer Renderer that renders to PostScript.
PSStream  
RunLengthEncodeOutputStream This class applies a RunLengthEncode filter to the stream.
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.