Lines Matching defs:ImageGraphicAttribute

48  * The <code>ImageGraphicAttribute</code> class is an implementation of
54 public final class ImageGraphicAttribute extends 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) {
75 * Constructs an <code>ImageGraphicAttribute</code> from the specified
79 * <code>ImageGraphicAttribute</code> within the text.
81 * <code>ImageGraphicAttribute</code>.
84 * <code>ImageGraphicAttribute</code>
87 * <code>ImageGraphicAttribute</code> in the text line.
90 * <code>ImageGraphicAttribute</code> in the text line.
92 public ImageGraphicAttribute(Image image,
112 * Returns the ascent of this <code>ImageGraphicAttribute</code>. The
113 * ascent of an <code>ImageGraphicAttribute</code> is the distance
115 * @return the ascent of this <code>ImageGraphicAttribute</code>.
123 * Returns the descent of this <code>ImageGraphicAttribute</code>.
124 * The descent of an <code>ImageGraphicAttribute</code> is the
126 * @return the descent of this <code>ImageGraphicAttribute</code>.
134 * Returns the advance of this <code>ImageGraphicAttribute</code>.
135 * The advance of an <code>ImageGraphicAttribute</code> is the
137 * @return the advance of this <code>ImageGraphicAttribute</code>.
146 * bits rendered by this <code>ImageGraphicAttribute</code>, relative
151 * rendered by this <code>ImageGraphicAttribute</code>.
168 * Returns a hashcode for this <code>ImageGraphicAttribute</code>.
177 * Compares this <code>ImageGraphicAttribute</code> to the specified
181 * <code>ImageGraphicAttribute</code> equals <code>rhs</code>;
187 return equals((ImageGraphicAttribute) rhs);
195 * Compares this <code>ImageGraphicAttribute</code> to the specified
196 * <code>ImageGraphicAttribute</code>.
197 * @param rhs the <code>ImageGraphicAttribute</code> to compare for
200 * <code>ImageGraphicAttribute</code> equals <code>rhs</code>;
203 public boolean equals(ImageGraphicAttribute rhs) {