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.Graphics2D
class in order to translate Java 2D primitives into another graphic format. -
-
Uses of Graphics2DImagePainter in org.apache.xmlgraphics.image.loader.impl
Classes in org.apache.xmlgraphics.image.loader.impl that implement Graphics2DImagePainter Modifier and Type Class Description (package private) static class
ImageConverterBitmap2G2D.Graphics2DImagePainterImpl
Fields in org.apache.xmlgraphics.image.loader.impl declared as Graphics2DImagePainter Modifier and Type Field Description private Graphics2DImagePainter
ImageGraphics2D. painter
Methods in org.apache.xmlgraphics.image.loader.impl that return Graphics2DImagePainter Modifier and Type Method Description Graphics2DImagePainter
ImageGraphics2D. getGraphics2DImagePainter()
Returns the contained Graphics2DImagePainter instance.Methods in org.apache.xmlgraphics.image.loader.impl with parameters of type Graphics2DImagePainter Modifier and Type Method Description void
ImageGraphics2D. 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 interface
GeneralGraphics2DImagePainter
-