nl.tudelft.goal.ut2004.visualizer.util
Class SelectableWayPoint
java.lang.Object
nl.tudelft.goal.ut2004.visualizer.util.SelectableWayPoint
public class SelectableWayPoint
- extends Object
Wrapper around NavPoint
to make it more human readable in JList
.
- Author:
- Lennard de Rijk
SelectableWayPoint
public SelectableWayPoint(Waypoint navPoint)
- Parameters:
navPoint
- The NavPoint
to wrap in this object.
getWaypoint
public Waypoint getWaypoint()
- Returns:
- the navPoint wrapped in this class.
toString
public String toString()
- Represents a
NavPoint
in a human readable form.
- Overrides:
toString
in class Object
getFromWaypointCollection
public static Collection<SelectableWayPoint> getFromWaypointCollection(Collection<Waypoint> navCollection)
- Transforms a
Collection
of NavPoint
into an Array of SelectableWayPoint
.
- Parameters:
navCollection
- The Collection
of NavPoint
to transform
- Returns:
- An Array of
SelectableWayPoint
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.