javax.media.nativewindow
Class DefaultGraphicsScreen

java.lang.Object
  extended by javax.media.nativewindow.DefaultGraphicsScreen
All Implemented Interfaces:
Cloneable, AbstractGraphicsScreen
Direct Known Subclasses:
AWTGraphicsScreen, X11GraphicsScreen

public class DefaultGraphicsScreen
extends Object
implements Cloneable, AbstractGraphicsScreen


Constructor Summary
DefaultGraphicsScreen(AbstractGraphicsDevice device, int idx)
           
 
Method Summary
 Object clone()
           
static AbstractGraphicsScreen createDefault(String type)
           
 AbstractGraphicsDevice getDevice()
          Return the device this graphics configuration is valid for
 int getIndex()
          Returns the screen index this graphics screen is valid for
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultGraphicsScreen

public DefaultGraphicsScreen(AbstractGraphicsDevice device,
                             int idx)
Method Detail

createDefault

public static AbstractGraphicsScreen createDefault(String type)

clone

public Object clone()
Overrides:
clone in class Object

getDevice

public AbstractGraphicsDevice getDevice()
Description copied from interface: AbstractGraphicsScreen
Return the device this graphics configuration is valid for

Specified by:
getDevice in interface AbstractGraphicsScreen

getIndex

public int getIndex()
Description copied from interface: AbstractGraphicsScreen
Returns the screen index this graphics screen is valid for

Specified by:
getIndex in interface AbstractGraphicsScreen

toString

public String toString()
Overrides:
toString in class Object


Copyright 2010 JogAmp Community.