Class PaintVisitor.PaintedSegment
- java.lang.Object
-
- org.openstreetmap.josm.gui.layer.validation.PaintVisitor.PaintedPoint
-
- org.openstreetmap.josm.gui.layer.validation.PaintVisitor.PaintedSegment
-
- Enclosing class:
- PaintVisitor
protected static class PaintVisitor.PaintedSegment extends PaintVisitor.PaintedPoint
-
-
Field Summary
Fields Modifier and Type Field Description private LatLon
p2
-
Fields inherited from class org.openstreetmap.josm.gui.layer.validation.PaintVisitor.PaintedPoint
color, p1
-
-
Constructor Summary
Constructors Constructor Description PaintedSegment(LatLon p1, LatLon p2, Color color)
-
-
-
Constructor Detail
-
PaintedSegment
public PaintedSegment(LatLon p1, LatLon p2, Color color)
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classPaintVisitor.PaintedPoint
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classPaintVisitor.PaintedPoint
-
-