|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DOMTreeManager | |
|---|---|
| org.apache.batik.svggen | Provides an API on top of the
AbstractGraphics2D to translate
Java 2D primitives into the SVG format. |
| Uses of DOMTreeManager in org.apache.batik.svggen |
|---|
| Fields in org.apache.batik.svggen declared as DOMTreeManager | |
|---|---|
protected DOMTreeManager |
DOMGroupManager.domTreeManager
DOMTreeManager that this group manager cooperates with |
protected DOMTreeManager |
SVGGraphics2D.domTreeManager
The DOMTreeManager manages the process of creating and growing the SVG tree. |
| Methods in org.apache.batik.svggen that return DOMTreeManager | |
|---|---|
DOMTreeManager |
SVGGraphics2D.getDOMTreeManager()
|
DOMTreeManager |
ImageCacher.getDOMTreeManager()
|
| Methods in org.apache.batik.svggen with parameters of type DOMTreeManager | |
|---|---|
void |
SimpleImageHandler.setDOMTreeManager(DOMTreeManager domTreeManager)
This GenericImageHandler implementation does not
need to interact with the DOMTreeManager. |
void |
GenericImageHandler.setDOMTreeManager(DOMTreeManager domTreeManager)
Sets the DomTreeManager this image handler may need to interact with. |
protected void |
SVGGraphics2D.setDOMTreeManager(DOMTreeManager treeMgr)
Set a DOM Tree manager for the SVGGraphics2D. |
void |
ImageCacher.setDOMTreeManager(DOMTreeManager domTreeManager)
Sets the DOMTreeManager this cacher should work on. |
void |
ImageCacher.Embedded.setDOMTreeManager(DOMTreeManager domTreeManager)
Sets the DOMTreeManager this cacher should work on. |
void |
DefaultCachedImageHandler.setDOMTreeManager(DOMTreeManager domTreeManager)
This GenericImageHandler implementation does not
need to interact with the DOMTreeManager. |
| Constructors in org.apache.batik.svggen with parameters of type DOMTreeManager | |
|---|---|
DOMGroupManager(GraphicContext gc,
DOMTreeManager domTreeManager)
Constructor |
|
ImageCacher(DOMTreeManager domTreeManager)
Creates an ImageCacher. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||