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 [EMAIL PROTECTED] 
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 
-     *                  [EMAIL PROTECTED] #preloadImage(String, FOUserAgent)})
+     *                  [EMAIL PROTECTED] #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 [EMAIL PROTECTED] 
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 
-     *                  [EMAIL PROTECTED] #preloadImage(String, FOUserAgent)})
+     *                  [EMAIL PROTECTED] #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 [EMAIL PROTECTED] 
#getImage(ImageInfo, ImageFlavor, Map)} for more
+     * Loads an image with no hints. See
+     * [EMAIL PROTECTED] #getImage(ImageInfo, ImageFlavor, Map, 
ImageSessionContext)} for more
      * information.
      * @param info the ImageInfo instance for the image (obtained by 
-     *                  [EMAIL PROTECTED] #preloadImage(String, FOUserAgent)})
+     *                  [EMAIL PROTECTED] #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 [EMAIL PROTECTED] 
#getImage(ImageInfo, ImageFlavor[], Map)} for more
+     * Loads an image with no hints. See
+     * [EMAIL PROTECTED] #getImage(ImageInfo, ImageFlavor[], Map, 
ImageSessionContext)} for more
      * information.
      * @param info the ImageInfo instance for the image (obtained by 
-     *                  [EMAIL PROTECTED] #preloadImage(String, FOUserAgent)})
+     *                  [EMAIL PROTECTED] #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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to