API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt. GraphicsConfigTemplate View Source
Author(s)
Since
1.2
Version
1.18, 11/17/05
Serial
Hierarchy
 Object
      GraphicsConfigTemplate
Implements
 Serializable
Subclasses
Description
publicabstract abstract class GraphicsConfigTemplate
  The GraphicsConfigTemplate class is used to obtain a valid GraphicsConfiguration.
Constructors
public GraphicsConfigTemplate ()
This class is an abstract class so only subclasses can be instantiated.
Methods
Hide/Show inherited methods
publicabstract GraphicsConfiguration getBestConfiguration (GraphicsConfiguration gc)
  Returns the "best" configuration possible that passes the criteria defined in the GraphicsConfigTemplate.
publicabstract boolean isGraphicsConfigSupported (GraphicsConfiguration gc)
  Returns a boolean indicating whether or not the specified GraphicsConfiguration can be used to create a drawing surface that supports the indicated features.
Fields
Hide/Show inherited fields
publicfinalstatic int PREFERRED = "2"
  Value used for "Enum" (Integer) type.
publicfinalstatic int REQUIRED = "1"
  Value used for "Enum" (Integer) type.
publicfinalstatic int UNNECESSARY = "3"
  Value used for "Enum" (Integer) type.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar