Searched defs:graphics (Results 1 – 1 of 1) sorted by relevance
83 void draw(Graphics2D graphics, Paint_Delegate paint); in draw()110 Layer(Graphics2D graphics, Bitmap_Delegate bitmap) { in Layer()126 Layer(Graphics2D graphics, BufferedImage image, int flags) { in Layer()326 Graphics2D graphics = image.createGraphics(); in GcSnapshot() local