public class ShapeTextVisitor extends ShapeVisitor
| Modifier and Type | Class and Description |
|---|---|
static class |
ShapeTextVisitor.TextAcceptor |
| Constructor and Description |
|---|
ShapeTextVisitor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Call this after visitation has completed
|
void |
visit(XDGFShape shape,
AffineTransform globalTransform,
int level) |
accept, setAcceptorpublic void visit(XDGFShape shape, AffineTransform globalTransform, int level)
visit in class ShapeVisitorshape - Current shapeglobalTransform - A transform that can convert the shapes points to global
coordinateslevel - Level in the tree (0 is topmost, 1 is next level...public String getText()
Copyright © 2010 - 2020 Adobe. All Rights Reserved