public static class

SunHints.LCDContrastKey

extends SunHints.Key
java.lang.Object
   ↳ java.awt.RenderingHints.Key
     ↳ sun.awt.SunHints.Key
       ↳ sun.awt.SunHints.LCDContrastKey

Summary

Public Constructors
SunHints.LCDContrastKey(int privatekey, String description)
Public Methods
final boolean isCompatibleValue(Object val)
Returns true if the specified object is a valid value for this Key.
[Expand]
Inherited Methods
From class sun.awt.SunHints.Key
From class java.awt.RenderingHints.Key
From class java.lang.Object

Public Constructors

public SunHints.LCDContrastKey (int privatekey, String description)

Public Methods

public final boolean isCompatibleValue (Object val)

Returns true if the specified object is a valid value for this Key. The allowable range is 100 to 250.

Parameters
val the Object to test for validity
Returns
  • true if val is valid; false otherwise.