Lines Matching refs:graphics

57     public ProxyGraphics(Graphics graphics) {
58 g = graphics;
68 * @return a new graphics context that is a copy of
69 * this graphics context.
83 * <code>Graphics</code> object. The new graphics context is
88 * The new graphics context is translated by (<i>x</i>,&nbsp;<i>y</i>).
90 * new graphics context is the same as (<i>x</i>,&nbsp;<i>y</i>) in
91 * the original graphics context.
93 * The new graphics context has an additional clipping rectangle, in
95 * from the original graphics context. The origin of the new clipping
105 * @return a new graphics context.
114 * Translates the origin of the graphics context to the point
116 * Modifies this graphics context so that its new origin corresponds
117 * to the point (<i>x</i>,&nbsp;<i>y</i>) in this graphics context's
119 * rendering operations on this graphics context will be relative
129 * Gets this graphics context's current color.
130 * @return this graphics context's current color.
139 * Sets this graphics context's current color to the specified
140 * color. All subsequent graphics operations using this graphics
151 * Sets the paint mode of this graphics context to overwrite the
152 * destination with this graphics context's current color.
162 * Sets the paint mode of this graphics context to alternate between
163 * this graphics context's current color and the new specified color.
182 * @return this graphics context's current font.
191 * Sets this graphics context's font to the specified font.
192 * All subsequent text operations using this graphics context
206 * @return the font metrics of this graphics
237 * system origin of this graphics context.
358 * in this graphics context's coordinate system.
377 * The rectangle is filled using the graphics context's current color.
397 * The rectangle is drawn using the graphics context's current color.
435 * Draws an outlined round-cornered rectangle using this graphics
719 * the graphics context's current color.
732 * graphics context's current font and color. The baseline of the
734 * graphics context's coordinate system.
747 * graphics context's current color. The iterator has to specify a font
750 * graphics context's coordinate system.
764 * graphics context's current font and color. The baseline of the
766 * graphics context's coordinate system.
781 * graphics context's current font and color. The baseline of the
783 * graphics context's coordinate system.
799 * (<i>x</i>,&nbsp;<i>y</i>) in this graphics context's coordinate
830 * graphics context's coordinate space, and is scaled if
867 * (<i>x</i>,&nbsp;<i>y</i>) in this graphics context's coordinate
905 * graphics context's coordinate space, and is scaled if
1069 * Disposes of this graphics context and releases
1108 * @return a string representation of this graphics context.
1127 * system origin of this graphics context.
1141 * system origin of this graphics context. This method differs