- java.lang.Object
-
- java.awt.GraphicsConfigTemplate
-
- All Implemented Interfaces:
- Serializable
public abstract class GraphicsConfigTemplate extends Object implements Serializable
TheGraphicsConfigTemplate
class is used to obtain a validGraphicsConfiguration
. A user instantiates one of these objects and then sets all non-default attributes as desired. TheGraphicsDevice.getBestConfiguration(java.awt.GraphicsConfigTemplate)
method found in theGraphicsDevice
class is then called with thisGraphicsConfigTemplate
. A validGraphicsConfiguration
is returned that meets or exceeds what was requested in theGraphicsConfigTemplate
.- Since:
- 1.2
- See Also:
GraphicsDevice
,GraphicsConfiguration
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static int
PREFERRED
Value used for "Enum" (Integer) type.static int
REQUIRED
Value used for "Enum" (Integer) type.static int
UNNECESSARY
Value used for "Enum" (Integer) type.
-
Constructor Summary
Constructors Constructor and Description GraphicsConfigTemplate()
This class is an abstract class so only subclasses can be instantiated.
-
Method Summary
Methods Modifier and Type Method and Description abstract GraphicsConfiguration
getBestConfiguration(GraphicsConfiguration[] gc)
Returns the "best" configuration possible that passes the criteria defined in theGraphicsConfigTemplate
.abstract boolean
isGraphicsConfigSupported(GraphicsConfiguration gc)
Returns aboolean
indicating whether or not the specifiedGraphicsConfiguration
can be used to create a drawing surface that supports the indicated features.
-
-
-
Field Detail
-
REQUIRED
public static final int REQUIRED
Value used for "Enum" (Integer) type. States that this feature is required for theGraphicsConfiguration
object. If this feature is not available, do not select theGraphicsConfiguration
object.- See Also:
- Constant Field Values
-
PREFERRED
public static final int PREFERRED
Value used for "Enum" (Integer) type. States that this feature is desired for theGraphicsConfiguration
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
-
UNNECESSARY
public static final int UNNECESSARY
Value used for "Enum" (Integer) type. States that this feature is not necessary for the selection of theGraphicsConfiguration
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 Detail
-
GraphicsConfigTemplate
public GraphicsConfigTemplate()
This class is an abstract class so only subclasses can be instantiated.
-
-
Method Detail
-
getBestConfiguration
public abstract GraphicsConfiguration getBestConfiguration(GraphicsConfiguration[] gc)
Returns the "best" configuration possible that passes the criteria defined in theGraphicsConfigTemplate
.- Parameters:
gc
- the array ofGraphicsConfiguration
objects to choose from.- Returns:
- a
GraphicsConfiguration
object that is the best configuration possible. - See Also:
GraphicsConfiguration
-
isGraphicsConfigSupported
public abstract boolean isGraphicsConfigSupported(GraphicsConfiguration gc)
Returns aboolean
indicating whether or not the specifiedGraphicsConfiguration
can be used to create a drawing surface that supports the indicated features.- Parameters:
gc
- theGraphicsConfiguration
object to test- Returns:
true
if thisGraphicsConfiguration
object can be used to create surfaces that support the indicated features;false
if theGraphicsConfiguration
can not be used to create a drawing surface usable by this Java(tm) API.
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-java/awt/GraphicsConfigTemplate.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.