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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextAttribute.java49 * The <code>TextAttribute</code> class defines attribute keys and
52 * <code>TextAttribute</code> instances are used as attribute keys to
80 * value. For example, <code>TextAttribute.WEIGHT_BOLD</code> and
257 public final class TextAttribute extends Attribute { class in inherits:Attribute
263 * Constructs a <code>TextAttribute</code> with the specified name.
265 * <code>TextAttribute</code>
267 protected TextAttribute(String name) { method in class:TextAttribute
269 if (this.getClass() == TextAttribute.class) {
278 if (this.getClass() != TextAttribute.class) {
283 TextAttribute instanc
[all...]

Completed in 31 milliseconds