jdk/src/share/classes/sun/awt/image/BufImgSurfaceData.java
changeset 16734 da1901d79073
parent 12813 c10ab96dcf41
child 24538 25bf8153fbfe
equal deleted inserted replaced
16733:9267ec7004a1 16734:da1901d79073
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    43 import sun.java2d.StateTracker;
    43 import sun.java2d.StateTracker;
    44 import sun.java2d.loops.SurfaceType;
    44 import sun.java2d.loops.SurfaceType;
    45 import sun.java2d.loops.CompositeType;
    45 import sun.java2d.loops.CompositeType;
    46 import sun.java2d.loops.RenderLoops;
    46 import sun.java2d.loops.RenderLoops;
    47 
    47 
    48 import javax.tools.annotation.GenerateNativeHeader;
    48 
    49 
       
    50 /* No native methods here, but the constants are needed in the supporting JNI code */
       
    51 @GenerateNativeHeader
       
    52 public class BufImgSurfaceData extends SurfaceData {
    49 public class BufImgSurfaceData extends SurfaceData {
    53     BufferedImage bufImg;
    50     BufferedImage bufImg;
    54     private BufferedImageGraphicsConfig graphicsConfig;
    51     private BufferedImageGraphicsConfig graphicsConfig;
    55     RenderLoops solidloops;
    52     RenderLoops solidloops;
    56 
    53