Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
Sample
Document
Uses of Class java.awt.ImageCapabilities
Deprecated: ShowHide
View: ClientSubclassPackageImplementation

Uses of Class
java.awt.ImageCapabilities

  • Packages that use ImageCapabilities 
    Package Description
    java.awt
    Contains all of the classes for creating user interfaces and for painting graphics and images.
    • Uses of ImageCapabilities in java.awt

      Methods in java.awt that return ImageCapabilities 
      Modifier and Type Method and Description
      ImageCapabilities  BufferCapabilities.getBackBufferCapabilities()
       
      ImageCapabilities  Image.getCapabilities(GraphicsConfiguration gc)
      Returns an ImageCapabilities object which can be inquired as to the capabilities of this Image on the specified GraphicsConfiguration.
      ImageCapabilities  BufferCapabilities.getFrontBufferCapabilities()
       
      ImageCapabilities  GraphicsConfiguration.getImageCapabilities()
      Returns the image capabilities of this GraphicsConfiguration.
      Methods in java.awt with parameters of type ImageCapabilities 
      Modifier and Type Method and Description
      java.awt.image.VolatileImage  GraphicsConfiguration.createCompatibleVolatileImage(int width, int height, ImageCapabilities caps)
      Returns a VolatileImage with a data layout and color model compatible with this GraphicsConfiguration, using the specified image capabilities.
      java.awt.image.VolatileImage  GraphicsConfiguration.createCompatibleVolatileImage(int width, int height, ImageCapabilities caps, int transparency)
      Returns a VolatileImage with a data layout and color model compatible with this GraphicsConfiguration, using the specified image capabilities and transparency value.
      java.awt.image.VolatileImage  Component.createVolatileImage(int width, int height, ImageCapabilities caps)
      Creates a volatile off-screen drawable image, with the given capabilities.
      Constructors in java.awt with parameters of type ImageCapabilities 
      Constructor and Description
      BufferCapabilities(ImageCapabilities frontCaps, ImageCapabilities backCaps, BufferCapabilities.FlipContents flipContents)
      Creates a new object for specifying buffering capabilities
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge