< prev index next >

src/java.desktop/share/classes/java/awt/image/renderable/RenderableImage.java

Print this page

        

*** 101,113 **** * Returns true if successive renderings (that is, calls to * createRendering() or createScaledRendering()) with the same arguments * may produce different results. This method may be used to * determine whether an existing rendering may be cached and * reused. It is always safe to return true. ! * @return <code>true</code> if successive renderings with the * same arguments might produce different results; ! * <code>false</code> otherwise. */ boolean isDynamic(); /** * Gets the width in user coordinate space. By convention, the --- 101,113 ---- * Returns true if successive renderings (that is, calls to * createRendering() or createScaledRendering()) with the same arguments * may produce different results. This method may be used to * determine whether an existing rendering may be cached and * reused. It is always safe to return true. ! * @return {@code true} if successive renderings with the * same arguments might produce different results; ! * {@code false} otherwise. */ boolean isDynamic(); /** * Gets the width in user coordinate space. By convention, the
< prev index next >