Lines Matching defs:Key

44     public static class Key extends RenderingHints.Key {
49 * subclass of Key maintains its own unique domain of integer
54 * pre-existing instance of that subclass of Key.
56 public Key(int privatekey, String description) {
62 * Returns the numeric index associated with this Key. This
71 * Returns a string representation of the Key.
79 * for this Key.
97 private SunHints.Key myKey;
104 private synchronized static void register(SunHints.Key key,
124 public Value(SunHints.Key key, int index, String description) {
133 * Returns the numeric index associated with this Key. This
149 * Returns true if the specified object is a valid Key
152 public final boolean isCompatibleKey(Key k) {
264 public static final Key KEY_RENDERING =
265 new SunHints.Key(SunHints.INTKEY_RENDERING,
283 public static final Key KEY_ANTIALIASING =
284 new SunHints.Key(SunHints.INTKEY_ANTIALIASING,
302 public static final Key KEY_TEXT_ANTIALIASING =
303 new SunHints.Key(SunHints.INTKEY_TEXT_ANTIALIASING,
341 public static final Key KEY_FRACTIONALMETRICS =
342 new SunHints.Key(SunHints.INTKEY_FRACTIONALMETRICS,
360 public static final Key KEY_DITHERING =
361 new SunHints.Key(SunHints.INTKEY_DITHERING,
379 public static final Key KEY_INTERPOLATION =
380 new SunHints.Key(SunHints.INTKEY_INTERPOLATION,
398 public static final Key KEY_ALPHA_INTERPOLATION =
399 new SunHints.Key(SunHints.INTKEY_ALPHA_INTERPOLATION,
417 public static final Key KEY_COLOR_RENDERING =
418 new SunHints.Key(SunHints.INTKEY_COLOR_RENDERING,
436 public static final Key KEY_STROKE_CONTROL =
437 new SunHints.Key(SunHints.INTKEY_STROKE_CONTROL,
453 public static class LCDContrastKey extends Key {
461 * for this Key. The allowable range is 100 to 250.
476 public static final RenderingHints.Key