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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DImageGraphicAttribute.java48 * The <code>ImageGraphicAttribute</code> class is an implementation of
54 public final class ImageGraphicAttribute extends GraphicAttribute { class in inherits:GraphicAttribute
61 * Constucts an <code>ImageGraphicAttribute</code> from the specified
64 * <code>ImageGraphicAttribute</code>.
67 * <code>ImageGraphicAttribute</code>
69 public ImageGraphicAttribute(Image image, int alignment) { method in class:ImageGraphicAttribute
75 * Constructs an <code>ImageGraphicAttribute</code> from the specified
79 * <code>ImageGraphicAttribute</code> within the text.
81 * <code>ImageGraphicAttribute</code>.
84 * <code>ImageGraphicAttribute</cod
92 public ImageGraphicAttribute(Image image, method in class:ImageGraphicAttribute
[all...]

Completed in 169 milliseconds