Uses of Class
ca.cgjennings.graphics.AbstractGraphics2DAdapter
-
Packages that use AbstractGraphics2DAdapter Package Description ca.cgjennings.graphics -
-
Uses of AbstractGraphics2DAdapter in ca.cgjennings.graphics
Subclasses of AbstractGraphics2DAdapter in ca.cgjennings.graphics Modifier and Type Class Description class
PrototypingGraphics2D
A graphics context that selectively renders different classes of content for speed or prototyping purposes.Methods in ca.cgjennings.graphics that return AbstractGraphics2DAdapter Modifier and Type Method Description protected abstract AbstractGraphics2DAdapter
AbstractGraphics2DAdapter. createImpl(java.awt.Graphics2D newG)
Creates and returns a new instance of this adapter with the same behaviour, but for the specified graphics context.
-