| Package | Description |
|---|---|
| org.onosproject.ui.topo |
Mechanism for dynamically extending topology view with information and
behaviour overlays.
|
| Modifier and Type | Method and Description |
|---|---|
Highlights |
Highlights.add(DeviceHighlight dh)
Adds highlighting information for a device.
|
Highlights |
Highlights.add(HostHighlight hh)
Adds highlighting information for a host.
|
Highlights |
Highlights.add(LinkHighlight lh)
Adds highlighting information for a link.
|
Highlights |
Highlights.subdueAllElse(Highlights.Amount amount)
Marks the amount by which all other elements (devices, hosts, links)
not explicitly referenced here will be "subdued" visually.
|
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.node.ObjectNode |
TopoJson.highlightsMessage(Highlights highlights)
Returns a formatted message ready to send to the topology view
to render highlights.
|
static com.fasterxml.jackson.databind.node.ObjectNode |
TopoJson.json(Highlights highlights)
Transforms the given highlights model into a JSON message payload.
|
Copyright © 2015. All rights reserved.