You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by je...@apache.org on 2007/12/19 16:26:48 UTC

svn commit: r605578 - /xmlgraphics/commons/branches/TempNewImagePackage/src/java/org/apache/xmlgraphics/image/loader/ImageManager.java

Author: jeremias
Date: Wed Dec 19 07:26:47 2007
New Revision: 605578

URL: http://svn.apache.org/viewvc?rev=605578&view=rev
Log:
Expose ImageContext for convenience.

Modified:
    xmlgraphics/commons/branches/TempNewImagePackage/src/java/org/apache/xmlgraphics/image/loader/ImageManager.java

Modified: xmlgraphics/commons/branches/TempNewImagePackage/src/java/org/apache/xmlgraphics/image/loader/ImageManager.java
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/branches/TempNewImagePackage/src/java/org/apache/xmlgraphics/image/loader/ImageManager.java?rev=605578&r1=605577&r2=605578&view=diff
==============================================================================
--- xmlgraphics/commons/branches/TempNewImagePackage/src/java/org/apache/xmlgraphics/image/loader/ImageManager.java (original)
+++ xmlgraphics/commons/branches/TempNewImagePackage/src/java/org/apache/xmlgraphics/image/loader/ImageManager.java Wed Dec 19 07:26:47 2007
@@ -72,6 +72,14 @@
     }
     
     /**
+     * Returns the ImageContext in use by the ImageManager.
+     * @return the ImageContext
+     */
+    public ImageContext getImageContext() {
+        return this.imageContext;
+    }
+    
+    /**
      * Returns the ImageCache in use by the ImageManager.
      * @return the ImageCache
      */



---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org