
xy.reflect.ui.resource.jdk-apidocs.java.awt.class-use.BufferCapabilities.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of reflection-ui Show documentation
Show all versions of reflection-ui Show documentation
Generates automatically the GUI of any Java object
Uses of Class java.awt.BufferCapabilities (Java Platform SE 6)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Java™ Platform
Standard Ed. 6
PREV
NEXT
FRAMES
NO FRAMES
Uses of Class
java.awt.BufferCapabilities
Packages that use BufferCapabilities
java.awt
Contains all of the classes for creating user
interfaces and for painting graphics and images.
java.awt.image
Provides classes for creating and modifying images.
Uses of BufferCapabilities in java.awt
Fields in java.awt declared as BufferCapabilities
protected BufferCapabilities
Component.FlipBufferStrategy.caps
The buffering capabilities
protected BufferCapabilities
Component.BltBufferStrategy.caps
The buffering capabilities
Methods in java.awt that return BufferCapabilities
BufferCapabilities
GraphicsConfiguration.getBufferCapabilities()
Returns the buffering capabilities of this
GraphicsConfiguration
.
BufferCapabilities
Component.FlipBufferStrategy.getCapabilities()
BufferCapabilities
Component.BltBufferStrategy.getCapabilities()
Methods in java.awt with parameters of type BufferCapabilities
protected void
Component.FlipBufferStrategy.createBuffers(int numBuffers,
BufferCapabilities caps)
Creates one or more complex, flipping buffers with the given
capabilities.
void
Canvas.createBufferStrategy(int numBuffers,
BufferCapabilities caps)
Creates a new strategy for multi-buffering on this component with the
required buffer capabilities.
void
Window.createBufferStrategy(int numBuffers,
BufferCapabilities caps)
Creates a new strategy for multi-buffering on this component with the
required buffer capabilities.
Constructors in java.awt with parameters of type BufferCapabilities
Component.BltBufferStrategy(int numBuffers,
BufferCapabilities caps)
Creates a new blt buffer strategy around a component
Component.FlipBufferStrategy(int numBuffers,
BufferCapabilities caps)
Creates a new flipping buffer strategy for this component.
Uses of BufferCapabilities in java.awt.image
Methods in java.awt.image that return BufferCapabilities
abstract BufferCapabilities
BufferStrategy.getCapabilities()
Returns the BufferCapabilities
for this
BufferStrategy
.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Java™ Platform
Standard Ed. 6
PREV
NEXT
FRAMES
NO FRAMES
Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Copyright © 1993, 2011, Oracle and/or its affiliates. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy