Class GraphicsConfiguration

java.lang.Object
java.awt.GraphicsConfiguration
org.apache.fop.svg.GraphicsConfiguration
Direct Known Subclasses:
PDFGraphicsConfiguration

public abstract class GraphicsConfiguration extends GraphicsConfiguration
Adapter to allow subclassing java.awt.GraphicsConfiguration without compilation errors. The version for JDK 1.4 needs to add an override for the abstract createCompatibleVolatileImage() method. It can't be overidden for JDK 1.3 because there is no VolatileImage there.