< prev index next >

src/java.desktop/share/classes/java/awt/image/AreaAveragingScaleFilter.java

Print this page

        

@@ -80,11 +80,11 @@
     /**
      * Detect if the data is being delivered with the necessary hints
      * to allow the averaging algorithm to do its work.
      * <p>
      * Note: This method is intended to be called by the
-     * <code>ImageProducer</code> of the <code>Image</code> whose
+     * {@code ImageProducer} of the {@code Image} whose
      * pixels are being filtered.  Developers using
      * this class to filter pixels from an image should avoid calling
      * this method directly since that operation could interfere
      * with the filtering operation.
      * @see ImageConsumer#setHints

@@ -234,11 +234,11 @@
      * specified in the setHints call then relay the work to our
      * superclass which is capable of scaling pixels regardless of
      * the delivery hints.
      * <p>
      * Note: This method is intended to be called by the
-     * <code>ImageProducer</code> of the <code>Image</code>
+     * {@code ImageProducer} of the {@code Image}
      * whose pixels are being filtered.  Developers using
      * this class to filter pixels from an image should avoid calling
      * this method directly since that operation could interfere
      * with the filtering operation.
      * @see ReplicateScaleFilter

@@ -260,11 +260,11 @@
      * specified in the setHints call then relay the work to our
      * superclass which is capable of scaling pixels regardless of
      * the delivery hints.
      * <p>
      * Note: This method is intended to be called by the
-     * <code>ImageProducer</code> of the <code>Image</code>
+     * {@code ImageProducer} of the {@code Image}
      * whose pixels are being filtered.  Developers using
      * this class to filter pixels from an image should avoid calling
      * this method directly since that operation could interfere
      * with the filtering operation.
      * @see ReplicateScaleFilter
< prev index next >