You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2007/12/04 14:34:42 UTC

svn commit: r600934 - /xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/image2/ImageManager.java

Author: jeremias
Date: Tue Dec  4 05:34:41 2007
New Revision: 600934

URL: http://svn.apache.org/viewvc?rev=600934&view=rev
Log:
Javadoc fixes

Modified:
    xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/image2/ImageManager.java

Modified: xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/image2/ImageManager.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/image2/ImageManager.java?rev=600934&r1=600933&r2=600934&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/image2/ImageManager.java (original)
+++ xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/image2/ImageManager.java Tue Dec  4 05:34:41 2007
@@ -29,7 +29,6 @@
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 
-import org.apache.fop.apps.FOUserAgent;
 import org.apache.fop.image2.cache.ImageCache;
 import org.apache.fop.image2.pipeline.ImageProviderPipeline;
 import org.apache.fop.image2.pipeline.PipelineFactory;
@@ -172,7 +171,7 @@
      * and ImageConverters to act on the image. See {@link ImageProcessingHints} for common hints
      * used by the bundled implementations. You can, of course, define your own hints.
      * @param info the ImageInfo instance for the image (obtained by 
-     *                  {@link #preloadImage(String, FOUserAgent)})
+     *                  {@link #getImageInfo(String, ImageSessionContext)})
      * @param flavor the requested image flavor.
      * @param hints a Map of hints to any of the background components or null
      * @param session the session context
@@ -214,7 +213,7 @@
      * and ImageConverters to act on the image. See {@link ImageProcessingHints} for common hints
      * used by the bundled implementations. You can, of course, define your own hints.
      * @param info the ImageInfo instance for the image (obtained by 
-     *                  {@link #preloadImage(String, FOUserAgent)})
+     *                  {@link #getImageInfo(String, ImageSessionContext)})
      * @param flavors the requested image flavors (in preferred order).
      * @param hints a Map of hints to any of the background components or null
      * @param session the session context
@@ -262,10 +261,11 @@
     }
 
     /**
-     * Loads an image with no hints. See {@link #getImage(ImageInfo, ImageFlavor, Map)} for more
+     * Loads an image with no hints. See
+     * {@link #getImage(ImageInfo, ImageFlavor, Map, ImageSessionContext)} for more
      * information.
      * @param info the ImageInfo instance for the image (obtained by 
-     *                  {@link #preloadImage(String, FOUserAgent)})
+     *                  {@link #getImageInfo(String, ImageSessionContext)})
      * @param flavor the requested image flavor.
      * @param session the session context
      * @return the fully loaded image
@@ -279,10 +279,11 @@
     }
 
     /**
-     * Loads an image with no hints. See {@link #getImage(ImageInfo, ImageFlavor[], Map)} for more
+     * Loads an image with no hints. See
+     * {@link #getImage(ImageInfo, ImageFlavor[], Map, ImageSessionContext)} for more
      * information.
      * @param info the ImageInfo instance for the image (obtained by 
-     *                  {@link #preloadImage(String, FOUserAgent)})
+     *                  {@link #getImageInfo(String, ImageSessionContext)})
      * @param flavors the requested image flavors (in preferred order).
      * @param session the session context
      * @return the fully loaded image



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org