Class PathSelectionHelper
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.PathSelectionHelper
-
public class PathSelectionHelper extends Object
Path selection helper. Paint edges that follow the path.- Author:
- Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PathSelectionHelper(BiConsumer<List<BusinessObjectViewEdge>,Runnable> callbackPathSelectionComplete, com.neotropic.flow.component.googlemap.GoogleMap googleMap, Collection<GoogleMapNode> nodes, Collection<GoogleMapEdge> edges)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cancel()
void
init()
void
setCallbackPathSelectionComplete(BiConsumer<List<BusinessObjectViewEdge>,Runnable> callbackPathSelectionComplete)
-
-
-
Constructor Detail
-
PathSelectionHelper
protected PathSelectionHelper(BiConsumer<List<BusinessObjectViewEdge>,Runnable> callbackPathSelectionComplete, com.neotropic.flow.component.googlemap.GoogleMap googleMap, Collection<GoogleMapNode> nodes, Collection<GoogleMapEdge> edges)
-
-
Method Detail
-
setCallbackPathSelectionComplete
public void setCallbackPathSelectionComplete(BiConsumer<List<BusinessObjectViewEdge>,Runnable> callbackPathSelectionComplete)
-
init
public void init()
-
cancel
public void cancel()
-
-