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 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.
-