public static class ConflictDialog.ConflictPainter extends java.lang.Object implements OsmPrimitiveVisitor
| 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) |
private final NavigatableComponent nc
private final java.awt.Graphics g
ConflictPainter(NavigatableComponent nc, java.awt.Graphics g)
public void visit(Node n)
OsmPrimitiveVisitorvisit in interface OsmPrimitiveVisitorn - The node to inspect.public void visit(Way w)
OsmPrimitiveVisitorvisit in interface OsmPrimitiveVisitorw - The way to inspect.public void visit(Relation e)
OsmPrimitiveVisitorvisit in interface OsmPrimitiveVisitore - The relation to inspect.