protected static class PaintVisitor.PaintedSegment extends PaintVisitor.PaintedPoint
| Modifier and Type | Field and Description |
|---|---|
(package 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.PaintedPointpublic boolean equals(java.lang.Object obj)
equals in class PaintVisitor.PaintedPoint