1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * %W% %E%
 *
 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
 * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */

package sun.java2d;

/**
 * This is a tag interface for a surface.
 * @see sun.java2d.SurfaceData
 * @see sun.java2d.pipe.hw.AccelSurface
 */
public interface Surface {
}
			
			

Browsed Source: [clear]