gnu.awt.j2d

Interface IntegerGraphicsState.ScreenCoupledImage

Known Implementing Classes:
XOffScreenImage

public static interface IntegerGraphicsState.ScreenCoupledImage

Interface for images which are coupled to a GraphicsConfiguration, as is typically the case for an off-screen buffer used in double-buffering. Any image which implements this interface is rendered directly by DirectRasterGraphics (i.e. by directGfx.drawImage)

Method Summary

GraphicsConfiguration
getGraphicsConfiguration()
Get the GraphicsConfiguration to which this image is coupled

Method Details

getGraphicsConfiguration

public GraphicsConfiguration getGraphicsConfiguration()
Get the GraphicsConfiguration to which this image is coupled
Returns:
the GraphicsConfiguration

Copyright (C) 2000, 2003 Free Software Foundation This file is part of libgcj. This software is copyrighted work licensed under the terms of the Libgcj License. Please consult the file "LIBGCJ_LICENSE" for details.