protected static class PaintVisitor.PaintedSegment extends PaintVisitor.PaintedPoint
Modifier and Type | Field and Description |
---|---|
private LatLon |
p2 |
color, p1
Constructor and Description |
---|
PaintedSegment(LatLon p1,
LatLon p2,
java.awt.Color color) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public PaintedSegment(LatLon p1, LatLon p2, java.awt.Color color)
public int hashCode()
hashCode
in class PaintVisitor.PaintedPoint
public boolean equals(java.lang.Object obj)
equals
in class PaintVisitor.PaintedPoint