Uses of Interface
org.apache.xmlgraphics.java2d.Graphics2DImagePainter
-
Packages that use Graphics2DImagePainter Package Description org.apache.xmlgraphics.image.loader.impl Contains implementations of image loaders and converters.org.apache.xmlgraphics.java2d Provides convenience base and utility classes for subclassing thejava.awt.Graphics2Dclass 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 Graphics2DImagePainter Modifier and Type Method Description Graphics2DImagePainterImageGraphics2D. getGraphics2DImagePainter()Returns the contained Graphics2DImagePainter instance.Methods in org.apache.xmlgraphics.image.loader.impl with parameters of type Graphics2DImagePainter Modifier and Type Method Description voidImageGraphics2D. setGraphics2DImagePainter(Graphics2DImagePainter painter)Sets the Graphics2DImagePainter instance.Constructors in org.apache.xmlgraphics.image.loader.impl with parameters of type Graphics2DImagePainter Constructor Description ImageGraphics2D(ImageInfo info, Graphics2DImagePainter painter)Main constructor. -
Uses of Graphics2DImagePainter in org.apache.xmlgraphics.java2d
Subinterfaces of Graphics2DImagePainter in org.apache.xmlgraphics.java2d Modifier and Type Interface Description interfaceGeneralGraphics2DImagePainter
-