public class PictureVisitor
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PictureVisitor.TrackingState |
Constructor and Description |
---|
PictureVisitor() |
Modifier and Type | Method and Description |
---|---|
void |
visitDrawImage(DrawImage pic) |
void |
visitDrawShape(DrawShape pic) |
void |
visitFillShape(FillShape pic) |
void |
visitPBox(PBox pic) |
void |
visitWithComposite(WithComposite pic) |
void |
visitWithPaint(WithPaint pic) |
void |
visitWithTransform(WithTransform pic) |
public void visitFillShape(FillShape pic)
public void visitDrawShape(DrawShape pic)
public void visitDrawImage(DrawImage pic)
public void visitWithPaint(WithPaint pic)
public void visitWithTransform(WithTransform pic)
public void visitWithComposite(WithComposite pic)
public void visitPBox(PBox pic)