| Package | Description |
|---|---|
| org.onosproject.ui.topo |
Mechanism for dynamically extending topology view with information and
behaviour overlays.
|
| Modifier and Type | Method and Description |
|---|---|
LinkHighlight |
LinkHighlight.addMod(Mod mod)
Adds a highlighting modification to this link highlight.
|
LinkHighlight |
Highlights.getLink(String id)
Returns the link highlight for the given link identifier,
or null if no match.
|
abstract LinkHighlight |
BiLink.highlight(Enum<?> type)
Returns the link highlighting to use, based on this bi-link's current
state.
|
LinkHighlight |
BaseLink.highlight(Enum<?> type) |
LinkHighlight |
LinkHighlight.setLabel(String label)
Adds a label to be displayed on the link.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<LinkHighlight> |
Highlights.links()
Returns the collection of link highlights.
|
| Modifier and Type | Method and Description |
|---|---|
Highlights |
Highlights.add(LinkHighlight lh)
Adds highlighting information for a link.
|
Copyright © 2015. All rights reserved.