Uses of Interface
org.apache.xmlgraphics.java2d.Graphics2DImagePainter
Packages that use Graphics2DImagePainter
Package
Description
Contains implementations of image loaders and converters.
Provides convenience base and utility classes for subclassing the
java.awt.Graphics2D
class in order to translate
Java 2D primitives into another graphic format.-
Uses of Graphics2DImagePainter in org.apache.xmlgraphics.image.loader.impl
Methods in org.apache.xmlgraphics.image.loader.impl that return Graphics2DImagePainterModifier and TypeMethodDescriptionImageGraphics2D.getGraphics2DImagePainter()
Returns the contained Graphics2DImagePainter instance.Methods in org.apache.xmlgraphics.image.loader.impl with parameters of type Graphics2DImagePainterModifier and TypeMethodDescriptionvoid
ImageGraphics2D.setGraphics2DImagePainter
(Graphics2DImagePainter painter) Sets the Graphics2DImagePainter instance.Constructors in org.apache.xmlgraphics.image.loader.impl with parameters of type Graphics2DImagePainterModifierConstructorDescriptionImageGraphics2D
(ImageInfo info, Graphics2DImagePainter painter) Main constructor. -
Uses of Graphics2DImagePainter in org.apache.xmlgraphics.java2d
Subinterfaces of Graphics2DImagePainter in org.apache.xmlgraphics.java2d