Class AbstractOutputDevice<T extends FSImage,FontType extends FSFont>

java.lang.Object
org.xhtmlrenderer.render.AbstractOutputDevice<T,FontType>
All Implemented Interfaces:
OutputDevice<T,FontType>
Direct Known Subclasses:
Java2DOutputDevice

public abstract class AbstractOutputDevice<T extends FSImage,FontType extends FSFont> extends Object implements OutputDevice<T,FontType>
An abstract implementation of an OutputDevice. It provides complete implementations for many OutputDevice methods.