javax.media.nativewindow
Interface AbstractGraphicsScreen

All Superinterfaces:
Cloneable
All Known Implementing Classes:
AWTGraphicsScreen, DefaultGraphicsScreen, X11GraphicsScreen

public interface AbstractGraphicsScreen
extends Cloneable

A interface describing a graphics screen in a toolkit-independent manner.


Method Summary
 AbstractGraphicsDevice getDevice()
          Return the device this graphics configuration is valid for
 int getIndex()
          Returns the screen index this graphics screen is valid for
 

Method Detail

getDevice

AbstractGraphicsDevice getDevice()
Return the device this graphics configuration is valid for


getIndex

int getIndex()
Returns the screen index this graphics screen is valid for



Copyright 2010 JogAmp Community.