com.neatech.climbplan.geographicinformationgathering
Class MapPane.Path

java.lang.Object
  extended by com.neatech.climbplan.geographicinformationgathering.MapPane.Path
All Implemented Interfaces:
Comparable<MapPane.Path>
Enclosing class:
MapPane

public static class MapPane.Path
extends Object
implements Comparable<MapPane.Path>


Field Summary
 Color color
           
 int id
           
 List<GridPoint> points
           
 
Constructor Summary
MapPane.Path(int id, List<GridPoint> points, Color color)
           
 
Method Summary
 Object clone()
           
 int compareTo(MapPane.Path path)
           
 boolean equals(Object o)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id

points

public List<GridPoint> points

color

public Color color
Constructor Detail

MapPane.Path

public MapPane.Path(int id,
                    List<GridPoint> points,
                    Color color)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

compareTo

public int compareTo(MapPane.Path path)
Specified by:
compareTo in interface Comparable<MapPane.Path>

clone

public Object clone()
Overrides:
clone in class Object