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 ActiveGraphics2D
ActiveGraphics2D.fromImage
(BufferedImage image) Creates
and wraps a Graphics2D instance, which can be used to draw into the givenBufferedImage
.static ActiveGraphics2D
ActiveGraphics2D.wrap
(Graphics2D g2d) Wraps a Graphics2D instance.