Class OlPathSelectionHelper
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol.OlPathSelectionHelper
-
public class OlPathSelectionHelper extends Object
Path selection helper. Paint edges that follow the path.- Author:
- Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
-
-
Constructor Summary
Constructors Constructor Description OlPathSelectionHelper(com.neotropic.flow.component.olmap.OlMap olMap, com.neotropic.flow.component.olmap.interaction.Modify modify, com.neotropic.flow.component.olmap.interaction.Select select, com.neotropic.flow.component.olmap.VectorSource vectorSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cancel()
void
init()
void
setConsumerPathSelectionComplete(BiConsumer<List<BusinessObjectViewEdge>,Runnable> consumerPathSelectionComplete)
-
-
-
Constructor Detail
-
OlPathSelectionHelper
public OlPathSelectionHelper(com.neotropic.flow.component.olmap.OlMap olMap, com.neotropic.flow.component.olmap.interaction.Modify modify, com.neotropic.flow.component.olmap.interaction.Select select, com.neotropic.flow.component.olmap.VectorSource vectorSource)
-
-
Method Detail
-
setConsumerPathSelectionComplete
public void setConsumerPathSelectionComplete(BiConsumer<List<BusinessObjectViewEdge>,Runnable> consumerPathSelectionComplete)
-
init
public void init()
-
cancel
public void cancel()
-
-