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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGraphicAttribute.java52 * The <code>GraphicAttribute</code> class represents a graphic embedded
60 * are constructed. Mutating a <code>GraphicAttribute</code> that
64 public abstract class GraphicAttribute { class
94 * Constructs a <code>GraphicAttribute</code>.
97 * <code>GraphicAttribute</code> alignment fields
101 protected GraphicAttribute(int alignment) { method in class:GraphicAttribute
109 * Returns the ascent of this <code>GraphicAttribute</code>. A
111 * @return the ascent of this <code>GraphicAttribute</code>.
118 * Returns the descent of this <code>GraphicAttribute</code>. A
120 * @return the descent of this <code>GraphicAttribute</cod
[all...]

Completed in 28 milliseconds