Lines Matching defs:graphics
199 * @param graphics the context into which the page is drawn
206 public int print(Graphics graphics, PageFormat pageFormat, int pageIndex)
246 graphics.setFont(headerFont);
247 hRect = graphics.getFontMetrics().getStringBounds(headerText,
248 graphics);
257 graphics.setFont(footerFont);
258 fRect = graphics.getFontMetrics().getStringBounds(footerText,
259 graphics);
312 // create a copy of the graphics so we don't affect the one given to us
313 Graphics2D g2d = (Graphics2D)graphics.create();
347 // if we have a scale factor, scale the graphics object to fit
394 // dispose the graphics copy
404 * @param g2d the graphics to draw into