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