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

Uses of Interface
java.awt.CompositeContext

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

      Methods in java.awt that return CompositeContext 
      Modifier and Type Method and Description
      CompositeContext  Composite.createContext(java.awt.image.ColorModel srcColorModel, java.awt.image.ColorModel dstColorModel, RenderingHints hints)
      Creates a context containing state that is used to perform the compositing operation.
      CompositeContext  AlphaComposite.createContext(java.awt.image.ColorModel srcColorModel, java.awt.image.ColorModel dstColorModel, RenderingHints hints)
      Creates a context for the compositing operation.
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge