/[classpath]/classpath/java/awt/GraphicsConfiguration.java
ViewVC logotype

Diff of /classpath/java/awt/GraphicsConfiguration.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4.2.3 by gnu_andrew, Sat Sep 10 15:31:44 2005 UTC revision 1.4.2.4 by gnu_andrew, Wed Nov 2 00:43:30 2005 UTC
# Line 130  public abstract class GraphicsConfigurat Line 130  public abstract class GraphicsConfigurat
130     * with the given transparency. Because the buffer is volatile, it     * with the given transparency. Because the buffer is volatile, it
131     * can be optimized by native graphics accelerators.     * can be optimized by native graphics accelerators.
132     *     *
133     * @param w the width of the buffer     * @param width the width of the buffer
134     * @param h the height of the buffer     * @param height the height of the buffer
135     * @param transparency the transparency value for the buffer     * @param transparency the transparency value for the buffer
136     * @return the buffered image, or null if none is supported     * @return the buffered image, or null if none is supported
    * @throws AWTException if the capabilities cannot be met  
137     * @since 1.5     * @since 1.5
138     */     */
139    public abstract VolatileImage createCompatibleVolatileImage(int width,    public abstract VolatileImage createCompatibleVolatileImage(int width,

Legend:
Removed from v.1.4.2.3  
changed lines
  Added in v.1.4.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26