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

Uses of Class
java.awt.RenderingHints.Key

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

      Fields in java.awt declared as RenderingHints.Key 
      Modifier and Type Field and Description
      static RenderingHints.Key  RenderingHints.KEY_ALPHA_INTERPOLATION
      Alpha interpolation hint key.
      static RenderingHints.Key  RenderingHints.KEY_ANTIALIASING
      Antialiasing hint key.
      static RenderingHints.Key  RenderingHints.KEY_COLOR_RENDERING
      Color rendering hint key.
      static RenderingHints.Key  RenderingHints.KEY_DITHERING
      Dithering hint key.
      static RenderingHints.Key  RenderingHints.KEY_FRACTIONALMETRICS
      Font fractional metrics hint key.
      static RenderingHints.Key  RenderingHints.KEY_INTERPOLATION
      Interpolation hint key.
      static RenderingHints.Key  RenderingHints.KEY_RENDERING
      Rendering hint key.
      static RenderingHints.Key  RenderingHints.KEY_STROKE_CONTROL
      Stroke normalization control hint key.
      static RenderingHints.Key  RenderingHints.KEY_TEXT_ANTIALIASING
      Text antialiasing hint key.
      static RenderingHints.Key  RenderingHints.KEY_TEXT_LCD_CONTRAST
      LCD text contrast rendering hint key.
      Methods in java.awt with parameters of type RenderingHints.Key 
      Modifier and Type Method and Description
      abstract java.lang.Object  Graphics2D.getRenderingHint(RenderingHints.Key hintKey)
      Returns the value of a single preference for the rendering algorithms.
      abstract void  Graphics2D.setRenderingHint(RenderingHints.Key hintKey, java.lang.Object hintValue)
      Sets the value of a single preference for the rendering algorithms.
      Constructors in java.awt with parameters of type RenderingHints.Key 
      Constructor and Description
      RenderingHints(RenderingHints.Key key, java.lang.Object value)
      Constructs a new object with the specified key/value pair.
      Constructor parameters in java.awt with type arguments of type RenderingHints.Key 
      Constructor and Description
      RenderingHints(java.util.Map<RenderingHints.Key,?> init)
      Constructs a new object with keys and values initialized from the specified Map object which may be null.
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge