Uses of Class
de.xima.fc.graphics.ActiveGraphics2D
Packages that use ActiveGraphics2D
- 
Uses of ActiveGraphics2D in de.xima.fc.graphics
Methods in de.xima.fc.graphics that return ActiveGraphics2DModifier and TypeMethodDescriptionstatic 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.