Searched defs:SunHints (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunHints.java36 public class SunHints { class
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
[all...]

Completed in 23 milliseconds