Lines Matching defs:Value
82 if (val instanceof Value) {
83 return ((Value)val).isCompatibleKey(this);
96 public static class Value {
101 private static Value[][] ValueObjects =
102 new Value[NUM_KEYS][VALS_PER_KEY];
105 Value value) {
114 public static Value get(int keyindex, int valueindex) {
120 * subclass of Value maintains its own unique domain of integer
124 public Value(SunHints.Key key, int index, String description) {
142 * Returns a string representation of this Value.
150 * for this Value.
157 * The hash code for all SunHints.Value objects will be the same
166 * The equals method for all SunHints.Value objects will return
256 * Value is "100" to make discontiguous with the others which
268 new SunHints.Value(KEY_RENDERING,
272 new SunHints.Value(KEY_RENDERING,
276 new SunHints.Value(KEY_RENDERING,
287 new SunHints.Value(KEY_ANTIALIASING,
291 new SunHints.Value(KEY_ANTIALIASING,
295 new SunHints.Value(KEY_ANTIALIASING,
306 new SunHints.Value(KEY_TEXT_ANTIALIASING,
310 new SunHints.Value(KEY_TEXT_ANTIALIASING,
314 new SunHints.Value(KEY_TEXT_ANTIALIASING,
318 new SunHints.Value(KEY_TEXT_ANTIALIASING,
322 new SunHints.Value(KEY_TEXT_ANTIALIASING,
326 new SunHints.Value(KEY_TEXT_ANTIALIASING,
330 new SunHints.Value(KEY_TEXT_ANTIALIASING,
334 new SunHints.Value(KEY_TEXT_ANTIALIASING,
345 new SunHints.Value(KEY_FRACTIONALMETRICS,
349 new SunHints.Value(KEY_FRACTIONALMETRICS,
353 new SunHints.Value(KEY_FRACTIONALMETRICS,
364 new SunHints.Value(KEY_DITHERING,
368 new SunHints.Value(KEY_DITHERING,
372 new SunHints.Value(KEY_DITHERING,
383 new SunHints.Value(KEY_INTERPOLATION,
387 new SunHints.Value(KEY_INTERPOLATION,
391 new SunHints.Value(KEY_INTERPOLATION,
402 new SunHints.Value(KEY_ALPHA_INTERPOLATION,
406 new SunHints.Value(KEY_ALPHA_INTERPOLATION,
410 new SunHints.Value(KEY_ALPHA_INTERPOLATION,
421 new SunHints.Value(KEY_COLOR_RENDERING,
425 new SunHints.Value(KEY_COLOR_RENDERING,
429 new SunHints.Value(KEY_COLOR_RENDERING,
440 new SunHints.Value(KEY_STROKE_CONTROL,
444 new SunHints.Value(KEY_STROKE_CONTROL,
448 new SunHints.Value(KEY_STROKE_CONTROL,