Package | Description |
---|---|
org.apache.poi.xdgf.usermodel | |
org.apache.poi.xdgf.usermodel.shape |
Modifier and Type | Method and Description |
---|---|
void |
XDGFBaseContents.visitShapes(ShapeVisitor visitor)
Provides iteration over the shapes using the visitor pattern, and provides
an easy way to convert shape coordinates into global coordinates
|
void |
XDGFShape.visitShapes(ShapeVisitor visitor,
java.awt.geom.AffineTransform tr,
int level)
The visitor will first visit this shape, then it's children
This is useful because exceptions will be marked with the shapes as it
propagates up the shape hierarchy.
|
void |
XDGFShape.visitShapes(ShapeVisitor visitor,
int level)
The visitor will first visit this shape, then it's children.
|
Modifier and Type | Class and Description |
---|---|
class |
ShapeDebuggerRenderer |
class |
ShapeRenderer
To use this to render only particular shapes, override it and provide an
appropriate implementation of getAcceptor() or accept()
|
class |
ShapeTextVisitor
Only visits text nodes, accumulates text content into a string
The text is returned in arbitrary order, with no regards to
the location of the text on the page.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.