Lines Matching refs:SunHints

36 public class SunHints {
97 private SunHints.Key myKey;
104 private synchronized static void register(SunHints.Key key,
124 public Value(SunHints.Key key, int index, String description) {
157 * The hash code for all SunHints.Value objects will be the same
166 * The equals method for all SunHints.Value objects will return
265 new SunHints.Key(SunHints.INTKEY_RENDERING,
268 new SunHints.Value(KEY_RENDERING,
269 SunHints.INTVAL_RENDER_SPEED,
272 new SunHints.Value(KEY_RENDERING,
273 SunHints.INTVAL_RENDER_QUALITY,
276 new SunHints.Value(KEY_RENDERING,
277 SunHints.INTVAL_RENDER_DEFAULT,
284 new SunHints.Key(SunHints.INTKEY_ANTIALIASING,
287 new SunHints.Value(KEY_ANTIALIASING,
288 SunHints.INTVAL_ANTIALIAS_ON,
291 new SunHints.Value(KEY_ANTIALIASING,
292 SunHints.INTVAL_ANTIALIAS_OFF,
295 new SunHints.Value(KEY_ANTIALIASING,
296 SunHints.INTVAL_ANTIALIAS_DEFAULT,
303 new SunHints.Key(SunHints.INTKEY_TEXT_ANTIALIASING,
306 new SunHints.Value(KEY_TEXT_ANTIALIASING,
307 SunHints.INTVAL_TEXT_ANTIALIAS_ON,
310 new SunHints.Value(KEY_TEXT_ANTIALIASING,
311 SunHints.INTVAL_TEXT_ANTIALIAS_OFF,
314 new SunHints.Value(KEY_TEXT_ANTIALIASING,
315 SunHints.INTVAL_TEXT_ANTIALIAS_DEFAULT,
318 new SunHints.Value(KEY_TEXT_ANTIALIASING,
319 SunHints.INTVAL_TEXT_ANTIALIAS_GASP,
322 new SunHints.Value(KEY_TEXT_ANTIALIASING,
323 SunHints.INTVAL_TEXT_ANTIALIAS_LCD_HRGB,
326 new SunHints.Value(KEY_TEXT_ANTIALIASING,
327 SunHints.INTVAL_TEXT_ANTIALIAS_LCD_HBGR,
330 new SunHints.Value(KEY_TEXT_ANTIALIASING,
331 SunHints.INTVAL_TEXT_ANTIALIAS_LCD_VRGB,
334 new SunHints.Value(KEY_TEXT_ANTIALIASING,
335 SunHints.INTVAL_TEXT_ANTIALIAS_LCD_VBGR,
342 new SunHints.Key(SunHints.INTKEY_FRACTIONALMETRICS,
345 new SunHints.Value(KEY_FRACTIONALMETRICS,
346 SunHints.INTVAL_FRACTIONALMETRICS_ON,
349 new SunHints.Value(KEY_FRACTIONALMETRICS,
350 SunHints.INTVAL_FRACTIONALMETRICS_OFF,
353 new SunHints.Value(KEY_FRACTIONALMETRICS,
354 SunHints.INTVAL_FRACTIONALMETRICS_DEFAULT,
361 new SunHints.Key(SunHints.INTKEY_DITHERING,
364 new SunHints.Value(KEY_DITHERING,
365 SunHints.INTVAL_DITHER_ENABLE,
368 new SunHints.Value(KEY_DITHERING,
369 SunHints.INTVAL_DITHER_DISABLE,
372 new SunHints.Value(KEY_DITHERING,
373 SunHints.INTVAL_DITHER_DEFAULT,
380 new SunHints.Key(SunHints.INTKEY_INTERPOLATION,
383 new SunHints.Value(KEY_INTERPOLATION,
384 SunHints.INTVAL_INTERPOLATION_NEAREST_NEIGHBOR,
387 new SunHints.Value(KEY_INTERPOLATION,
388 SunHints.INTVAL_INTERPOLATION_BILINEAR,
391 new SunHints.Value(KEY_INTERPOLATION,
392 SunHints.INTVAL_INTERPOLATION_BICUBIC,
399 new SunHints.Key(SunHints.INTKEY_ALPHA_INTERPOLATION,
402 new SunHints.Value(KEY_ALPHA_INTERPOLATION,
403 SunHints.INTVAL_ALPHA_INTERPOLATION_SPEED,
406 new SunHints.Value(KEY_ALPHA_INTERPOLATION,
407 SunHints.INTVAL_ALPHA_INTERPOLATION_QUALITY,
410 new SunHints.Value(KEY_ALPHA_INTERPOLATION,
411 SunHints.INTVAL_ALPHA_INTERPOLATION_DEFAULT,
418 new SunHints.Key(SunHints.INTKEY_COLOR_RENDERING,
421 new SunHints.Value(KEY_COLOR_RENDERING,
422 SunHints.INTVAL_COLOR_RENDER_SPEED,
425 new SunHints.Value(KEY_COLOR_RENDERING,
426 SunHints.INTVAL_COLOR_RENDER_QUALITY,
429 new SunHints.Value(KEY_COLOR_RENDERING,
430 SunHints.INTVAL_COLOR_RENDER_DEFAULT,
437 new SunHints.Key(SunHints.INTKEY_STROKE_CONTROL,
440 new SunHints.Value(KEY_STROKE_CONTROL,
441 SunHints.INTVAL_STROKE_DEFAULT,
444 new SunHints.Value(KEY_STROKE_CONTROL,
445 SunHints.INTVAL_STROKE_NORMALIZE,
448 new SunHints.Value(KEY_STROKE_CONTROL,
449 SunHints.INTVAL_STROKE_PURE,
478 new LCDContrastKey(SunHints.INTKEY_AATEXT_LCD_CONTRAST,