public static class ConflictDialog.ConflictPainter extends AbstractVisitor
Modifier and Type | Field and Description |
---|---|
private java.awt.Graphics |
g |
private NavigatableComponent |
nc |
private java.util.Set<Relation> |
visited |
Constructor and Description |
---|
ConflictPainter(NavigatableComponent nc,
java.awt.Graphics g) |
Modifier and Type | Method and Description |
---|---|
void |
visit(Node n)
Visiting call for points.
|
private void |
visit(Node n1,
Node n2) |
void |
visit(Relation e)
Visiting call for relations.
|
void |
visit(Way w)
Visiting call for lines.
|
visit
private final NavigatableComponent nc
private final java.awt.Graphics g
ConflictPainter(NavigatableComponent nc, java.awt.Graphics g)