| Home > Java SE 6 > sun.java2d > Surface.java [ javadoc ] |
/* * %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 { }