java.awt

Class ImageCapabilities

  • java.lang.Object
    • java.awt.ImageCapabilities
  • All Implemented Interfaces:
    java.lang.Cloneable
    public class ImageCapabilities extends java.lang.Object implements java.lang.Cloneable
    Capabilities and properties of images.
    Since:
    1.4
    • Constructors 
      Constructor and Description
      Ordinary member indicator ImageCapabilities Reveal DetailHide Detail
      Creates a new object for specifying image capabilities.
    • Methods 
      Modifier and Type Method and Description
      Overridden member indicator clone Reveal DetailHide Detail
      Creates and returns a copy of this object.
      Ordinary member indicator isAccelerated Reveal DetailHide Detail
      Returns true if the object whose capabilities are encapsulated in this ImageCapabilities can be or is accelerated.
      Ordinary member indicator isTrueVolatile Reveal DetailHide Detail
      Returns true if the VolatileImage described by this ImageCapabilities can lose its surfaces.
      • Methods inherited from class java.lang.Object

        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.

SourceForge