]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Add getGraphicsEnvironment
authorPeter Bernard West <pbwest@apache.org>
Thu, 15 Apr 2004 07:46:19 +0000 (07:46 +0000)
committerPeter Bernard West <pbwest@apache.org>
Thu, 15 Apr 2004 07:46:19 +0000 (07:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197502 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/render/Renderer.java

index 0fd20d9f460360215a4d7e6c3f26047d2bd3f2b4..eb07ed104d14d73273bc7bac9bbad5ae0a8c3f08 100644 (file)
@@ -19,6 +19,7 @@
 package org.apache.fop.render;
 
 // Java
+import java.awt.GraphicsEnvironment;
 import java.io.OutputStream;
 import java.io.IOException;
 // FOP
@@ -42,6 +43,9 @@ public interface Renderer extends Runnable {
 
     void setOutputStream(OutputStream outputStream);
 
+    /** @return the <code>GraphicsEnvironment</code> of this renderer.  */
+    GraphicsEnvironment getGraphicsEnvironment();
+
     /**
      * Set the User Agent.
      *