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

/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java210 * attributes, the <code>{@link #hasLayoutAttributes()}</code> method
410 private transient boolean hasLayoutAttributes; field in class:Font
764 this.hasLayoutAttributes = values.anyNonDefault(LAYOUT_MASK);
1391 public boolean hasLayoutAttributes() { method in class:Font
1392 return hasLayoutAttributes;
1637 hasLayoutAttributes == font.hasLayoutAttributes &&
1760 this.hasLayoutAttributes = values.anyNonDefault(LAYOUT_MASK);

Completed in 28 milliseconds