- java.lang.Object
-
- java.awt.GraphicsConfigTemplate
-
-
|
Modifier and Type |
Field and Description |
|
PREFERRED |
static int PREFERRED
Value used for "Enum" (Integer) type.
public static final int PREFERRED
-
Value used for "Enum" (Integer) type. States that this
feature is desired for the 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.
- See Also:
- Constant Field Values
|
|
REQUIRED |
static int REQUIRED
Value used for "Enum" (Integer) type.
public static final int REQUIRED
-
Value used for "Enum" (Integer) type. States that this
feature is required for the GraphicsConfiguration
object. If this feature is not available, do not select the
GraphicsConfiguration object.
- See Also:
- Constant Field Values
|
|
UNNECESSARY |
static int UNNECESSARY
Value used for "Enum" (Integer) type.
public static final int UNNECESSARY
-
Value used for "Enum" (Integer) type. States that this
feature is not necessary for the selection of the
GraphicsConfiguration object. A selection
without this feature is preferred over a selection that
includes this feature since it is not used.
- See Also:
- Constant Field Values
|
-
|
Constructor and Description |
|
GraphicsConfigTemplate |
GraphicsConfigTemplate()
This class is an abstract class so only subclasses can be
instantiated.
public GraphicsConfigTemplate()
-
This class is an abstract class so only subclasses can be
instantiated.
|
-
|
Modifier and Type |
Method and Description |
|
getBestConfiguration |
Returns the "best" configuration possible that passes the
criteria defined in the GraphicsConfigTemplate .
-
Returns the "best" configuration possible that passes the
criteria defined in the GraphicsConfigTemplate .
- Parameters:
gc - the array of GraphicsConfiguration
objects to choose from.
- Returns:
- a
GraphicsConfiguration object that is
the best configuration possible. - See Also:
GraphicsConfiguration
|
|
isGraphicsConfigSupported |
abstract 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.
-
Returns a boolean indicating whether or
not the specified GraphicsConfiguration can be
used to create a drawing surface that supports the indicated
features.
- Parameters:
gc - the GraphicsConfiguration object to test
- Returns:
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.
|
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
This document was created by
Dulcet from the OpenJDK sources.
Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.