503504505506507508509510511512513
} // Save the graphics state GraphicsState gfxState = new GraphicsState(); gfxState.save(g); g.setClip(null); g.setComposite(AlphaComposite.SrcAtop); IGraphicsProxy gfxProxy = getRobotGraphics(robotIndex);