public class ShapeRenderer extends ShapeVisitor
| Constructor and Description |
|---|
ShapeRenderer() |
ShapeRenderer(Graphics2D g) |
| Modifier and Type | Method and Description |
|---|---|
void |
setGraphics(Graphics2D g) |
void |
visit(XDGFShape shape,
AffineTransform globalTransform,
int level) |
accept, setAcceptorpublic ShapeRenderer()
public ShapeRenderer(Graphics2D g)
public void setGraphics(Graphics2D g)
public 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...Copyright © 2010 - 2020 Adobe. All Rights Reserved