< prev index next >

modules/javafx.graphics/src/main/java/javafx/scene/image/Image.java

Print this page
rev 10598 : 8185767: Fix broken links in Javadocs

@@ -225,11 +225,11 @@
     /**
      * The width of the bounding box within which the source image is
      * resized as necessary to fit. If set to a value {@code <= 0}, then the
      * intrinsic width of the image will be used.
      * <p/>
-     * See {@link #preserveRatio} for information on interaction between image's
+     * See {@link #isPreserveRatio() preserveRatio} for information on interaction between image's
      * {@code requestedWidth}, {@code requestedHeight} and {@code preserveRatio}
      * attributes.
      *
      * @defaultValue 0
      */

@@ -238,11 +238,11 @@
     /**
      * Gets the width of the bounding box within which the source image is
      * resized as necessary to fit. If set to a value {@code <= 0}, then the
      * intrinsic width of the image will be used.
      * <p>
-     * See {@link #preserveRatio} for information on interaction between image's
+     * See {@link #isPreserveRatio() preserveRatio} for information on interaction between image's
      * {@code requestedWidth}, {@code requestedHeight} and {@code preserveRatio}
      * attributes.
      *
      * @return The requested width
      */

@@ -253,11 +253,11 @@
     /**
      * The height of the bounding box within which the source image is
      * resized as necessary to fit. If set to a value {@code <= 0}, then the
      * intrinsic height of the image will be used.
      * <p>
-     * See {@link #preserveRatio} for information on interaction between image's
+     * See {@link #isPreserveRatio() preserveRatio} for information on interaction between image's
      * {@code requestedWidth}, {@code requestedHeight} and {@code preserveRatio}
      * attributes.
      *
      * @defaultValue 0
      */

@@ -266,11 +266,11 @@
     /**
      * Gets the height of the bounding box within which the source image is
      * resized as necessary to fit. If set to a value {@code <= 0}, then the
      * intrinsic height of the image will be used.
      * <p>
-     * See {@link #preserveRatio} for information on interaction between image's
+     * See {@link #isPreserveRatio() preserveRatio} for information on interaction between image's
      * {@code requestedWidth}, {@code requestedHeight} and {@code preserveRatio}
      * attributes.
      *
      * @return The requested height
      */
< prev index next >