Lines Matching defs:graphics
79 * the underlying PrinterJob graphics conversions.
749 * The page is sent to the printer when the graphics
750 * object is disposed. This graphics object will also implement
762 // One way to detect this is if any of the graphics queue
780 * a graphics then we need to put that graphics into
789 /* We'll block here until a new graphics becomes
891 * graphics to the to-be-drawn queue
933 * <code>graphics</code>. The format of the page to be drawn is
942 * @param graphics the context into which the page is drawn
951 public int print(Graphics graphics, PageFormat pageFormat, int pageIndex)
957 * that the application's thread. We hold on to the graphics
959 * hand over the graphics. The application then does all the
965 /* Add the graphics to the message queue of graphics to
968 * graphics from the queue when the app asks for a graphics.
970 graphicsToBeDrawn.append( (Graphics2D) graphics);
974 * release the graphics by placing it in the graphics drawn