< 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,235 **** /** * 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 * {@code requestedWidth}, {@code requestedHeight} and {@code preserveRatio} * attributes. * * @defaultValue 0 */ --- 225,235 ---- /** * 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 #isPreserveRatio() preserveRatio} for information on interaction between image's * {@code requestedWidth}, {@code requestedHeight} and {@code preserveRatio} * attributes. * * @defaultValue 0 */
*** 238,248 **** /** * 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 * {@code requestedWidth}, {@code requestedHeight} and {@code preserveRatio} * attributes. * * @return The requested width */ --- 238,248 ---- /** * 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 #isPreserveRatio() preserveRatio} for information on interaction between image's * {@code requestedWidth}, {@code requestedHeight} and {@code preserveRatio} * attributes. * * @return The requested width */
*** 253,263 **** /** * 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 * {@code requestedWidth}, {@code requestedHeight} and {@code preserveRatio} * attributes. * * @defaultValue 0 */ --- 253,263 ---- /** * 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 #isPreserveRatio() preserveRatio} for information on interaction between image's * {@code requestedWidth}, {@code requestedHeight} and {@code preserveRatio} * attributes. * * @defaultValue 0 */
*** 266,276 **** /** * 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 * {@code requestedWidth}, {@code requestedHeight} and {@code preserveRatio} * attributes. * * @return The requested height */ --- 266,276 ---- /** * 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 #isPreserveRatio() preserveRatio} for information on interaction between image's * {@code requestedWidth}, {@code requestedHeight} and {@code preserveRatio} * attributes. * * @return The requested height */
< prev index next >