public static interface

SurfaceManager.ProxiedGraphicsConfig

sun.awt.image.SurfaceManager.ProxiedGraphicsConfig

Class Overview

An interface for GraphicsConfiguration objects to implement if their surfaces accelerate images using SurfaceDataProxy objects. Implementing this interface facilitates the default implementation of getImageCapabilities() above.

Summary

Public Methods
abstract Object getProxyKey()
Return the key that destination surfaces created on the given GraphicsConfiguration use to store SurfaceDataProxy objects for their cached copies.

Public Methods

public abstract Object getProxyKey ()

Return the key that destination surfaces created on the given GraphicsConfiguration use to store SurfaceDataProxy objects for their cached copies.