< prev index next >

jdk/src/java.desktop/share/classes/java/awt/image/AbstractMultiResolutionImage.java

Print this page

        

*** 57,67 **** * } </pre> * * @see java.awt.Image * @see java.awt.image.MultiResolutionImage * ! * @since 1.9 */ public abstract class AbstractMultiResolutionImage extends java.awt.Image implements MultiResolutionImage { @Override --- 57,67 ---- * } </pre> * * @see java.awt.Image * @see java.awt.image.MultiResolutionImage * ! * @since 9 */ public abstract class AbstractMultiResolutionImage extends java.awt.Image implements MultiResolutionImage { @Override
*** 94,102 **** * Return the base image representing the best version of the image for * rendering at the default width and height. * * @return the base image of the set of multi-resolution images * ! * @since 1.9 */ protected abstract Image getBaseImage(); } --- 94,102 ---- * Return the base image representing the best version of the image for * rendering at the default width and height. * * @return the base image of the set of multi-resolution images * ! * @since 9 */ protected abstract Image getBaseImage(); }
< prev index next >