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 | Description |
---|---|---|
Graphics2DImagePainter |
ImageGraphics2D.getGraphics2DImagePainter() |
Returns the contained Graphics2DImagePainter instance.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ImageGraphics2D.setGraphics2DImagePainter(Graphics2DImagePainter painter) |
Sets the Graphics2DImagePainter instance.
|
Constructor | Description |
---|---|
ImageGraphics2D(ImageInfo info,
Graphics2DImagePainter painter) |
Main constructor.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
GeneralGraphics2DImagePainter |
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.