Uses of Class
de.xima.fc.graphics.ActiveGraphics2D
- 
Packages that use ActiveGraphics2D Package Description de.xima.fc.graphics  - 
- 
Uses of ActiveGraphics2D in de.xima.fc.graphics
Methods in de.xima.fc.graphics that return ActiveGraphics2D Modifier and Type Method Description static ActiveGraphics2DActiveGraphics2D. fromImage(BufferedImage image)Createsand wraps a Graphics2D instance, which can be used to draw into the givenBufferedImage.static ActiveGraphics2DActiveGraphics2D. wrap(Graphics2D g2d)Wraps a Graphics2D instance. 
 -