Lines Matching refs:graphics

96      * graphics, no Java2D graphics.
102 * calls to 'graphics'. 'printerJob' is stored away
106 public PeekGraphics(Graphics2D graphics, PrinterJob printerJob) {
108 mGraphics = graphics;
124 public void setDelegate(Graphics2D graphics) {
125 mGraphics = graphics;
133 * The caller promises that only AWT graphics will be drawn.
135 * assumptions about the types of graphics to be drawn without
167 * @return a new graphics context that is a copy of
168 * this graphics context.
190 * Translates the origin of the graphics context to the point
192 * Modifies this graphics context so that its new origin corresponds
193 * to the point (<i>x</i>,&nbsp;<i>y</i>) in this graphics context's
195 * rendering operations on this graphics context will be relative
292 * Gets this graphics context's current color.
293 * @return this graphics context's current color.
303 * Sets this graphics context's current color to the specified
304 * color. All subsequent graphics operations using this graphics
316 * Sets the paint mode of this graphics context to overwrite the
317 * destination with this graphics context's current color.
328 * Sets the paint mode of this graphics context to alternate between
329 * this graphics context's current color and the new specified color.
349 * @return this graphics context's current font.
359 * Sets this graphics context's font to the specified font.
360 * All subsequent text operations using this graphics context
397 * system origin of this graphics context.
506 * in this graphics context's coordinate system.
529 * The rectangle is filled using the graphics context's current color.
574 * Draws an outlined round-cornered rectangle using this graphics
849 * graphics context's current font and color. The baseline of the
851 * graphics context's coordinate system.
866 * graphics context's current color. The iterator has to specify a font
869 * graphics context's coordinate system.
892 * graphics context's current color. The iterator has to specify a font
895 * graphics context's coordinate system.
925 * (<i>x</i>,&nbsp;<i>y</i>) in this graphics context's coordinate
971 * graphics context's coordinate space, and is scaled if
1017 * (<i>x</i>,&nbsp;<i>y</i>) in this graphics context's coordinate
1070 * graphics context's coordinate space, and is scaled if
1305 * Disposes of this graphics context and releases
1346 * graphics state. The rendering attributes applied include the
1501 * graphics state. The rendering attributes applied include the
1544 * Sets the Composite in the current graphics state. Composite is used
1547 * the existing pixels on the graphics device in the rendering process.
1559 * Sets the Paint in the current graphics state.
1571 * Sets the Stroke in the current graphics state.
1658 * Sets the Transform in the current graphics state.