java.lang.Object | +--java.awt.GraphicsConfigTemplate
Unsafe:
GraphicsConfigTemplate()
abstract GraphicsConfiguration
getBestConfiguration(GraphicsConfiguration[] gc)
GraphicsConfigTemplate.
abstract boolean
isGraphicsConfigSupported(GraphicsConfiguration gc)
boolean indicating whether or
not the specified GraphicsConfiguration can be
used to create a drawing surface that supports the indicated
features.
public static final int REQUIRED
GraphicsConfiguration
object. If this feature is not available, do not select the
GraphicsConfiguration object.
public static final int PREFERRED
GraphicsConfiguration
object. A selection with this feature is preferred over a
selection that does not include this feature, although both
selections can be considered valid matches.
public static final int UNNECESSARY
GraphicsConfiguration object. A selection
without this feature is preferred over a selection that
includes this feature since it is not used.
public GraphicsConfigTemplate()
public abstract GraphicsConfiguration getBestConfiguration(GraphicsConfiguration[] gc)
GraphicsConfigTemplate.
gc - the array of GraphicsConfiguration
objects to choose from.
GraphicsConfiguration object that is
the best configuration possible.GraphicsConfigurationpublic abstract boolean isGraphicsConfigSupported(GraphicsConfiguration gc)
boolean indicating whether or
not the specified GraphicsConfiguration can be
used to create a drawing surface that supports the indicated
features.
gc - the GraphicsConfiguration object to test
true if this
GraphicsConfiguration object can be used to create
surfaces that support the indicated features;
false if the GraphicsConfiguration can
not be used to create a drawing surface usable by this Java(tm)
API.