Uses of Class
java.awt.RenderingHints.Key
Packages that use RenderingHints.Key
Package
Description
Contains all of the classes for creating user interfaces and for painting
 graphics and images.
- 
Uses of RenderingHints.Key in java.awtFields in java.awt declared as RenderingHints.KeyModifier and TypeFieldDescriptionstatic RenderingHints.KeyRenderingHints.KEY_ALPHA_INTERPOLATIONAlpha interpolation hint key.static RenderingHints.KeyRenderingHints.KEY_ANTIALIASINGAntialiasing hint key.static RenderingHints.KeyRenderingHints.KEY_COLOR_RENDERINGColor rendering hint key.static RenderingHints.KeyRenderingHints.KEY_DITHERINGDithering hint key.static RenderingHints.KeyRenderingHints.KEY_FRACTIONALMETRICSFont fractional metrics hint key.static RenderingHints.KeyRenderingHints.KEY_INTERPOLATIONInterpolation hint key.static RenderingHints.KeyRenderingHints.KEY_RENDERINGRendering hint key.static RenderingHints.KeyRenderingHints.KEY_RESOLUTION_VARIANTImage resolution variant hint key.static RenderingHints.KeyRenderingHints.KEY_STROKE_CONTROLStroke normalization control hint key.static RenderingHints.KeyRenderingHints.KEY_TEXT_ANTIALIASINGText antialiasing hint key.static RenderingHints.KeyRenderingHints.KEY_TEXT_LCD_CONTRASTLCD text contrast rendering hint key.Methods in java.awt with parameters of type RenderingHints.KeyModifier and TypeMethodDescriptionabstract ObjectGraphics2D.getRenderingHint(RenderingHints.Key hintKey)Returns the value of a single preference for the rendering algorithms.abstract voidGraphics2D.setRenderingHint(RenderingHints.Key hintKey, Object hintValue)Sets the value of a single preference for the rendering algorithms.Constructors in java.awt with parameters of type RenderingHints.KeyModifierConstructorDescriptionRenderingHints(RenderingHints.Key key, Object value)Constructs a new object with the specified key/value pair.Constructor parameters in java.awt with type arguments of type RenderingHints.KeyModifierConstructorDescriptionRenderingHints(Map<RenderingHints.Key,?> init)Constructs a new object with keys and values initialized from the specified Map object which may be null.