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 the
java.awt.Graphics2D class in order to translate
Java 2D primitives into another graphic format. |
Modifier and Type | Method and Description |
---|---|
Graphics2DImagePainter |
ImageGraphics2D.getGraphics2DImagePainter()
Returns the contained Graphics2DImagePainter instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageGraphics2D.setGraphics2DImagePainter(Graphics2DImagePainter painter)
Sets the Graphics2DImagePainter instance.
|
Constructor and Description |
---|
ImageGraphics2D(ImageInfo info,
Graphics2DImagePainter painter)
Main constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GeneralGraphics2DImagePainter |
Copyright © 2018 Apache Software Foundation. All rights reserved.