KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > GraphicsConfigTemplate

java.awt
Class GraphicsConfigTemplate

java.lang.Object
  extended by java.awt.GraphicsConfigTemplate
All Implemented Interfaces:
Serializable
See Also:
Source Code, GraphicsDevice.getBestConfiguration(java.awt.GraphicsConfigTemplate), GraphicsConfiguration

public abstract GraphicsConfiguration getBestConfiguration(GraphicsConfiguration[] gc)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public GraphicsConfigTemplate()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract boolean isGraphicsConfigSupported(GraphicsConfiguration gc)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int PREFERRED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int REQUIRED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int UNNECESSARY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags