| Package | Description |
|---|---|
| org.netxms.client | |
| org.netxms.client.maps | |
| org.netxms.client.maps.elements |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<NetworkMapElement> |
NXCObjectModificationData.getMapElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
NXCObjectModificationData.setMapContent(java.util.Collection<NetworkMapElement> elements,
java.util.Collection<NetworkMapLink> links)
Set map contents
|
| Modifier and Type | Method and Description |
|---|---|
NetworkMapElement[] |
NetworkMapPage.getConnectedElements(long root)
Get all elements connected to given element
|
NetworkMapElement |
NetworkMapPage.getElement(long elementId,
java.lang.Class<? extends NetworkMapElement> requiredClass)
Get map element by element ID.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<NetworkMapElement> |
NetworkMapPage.getElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkMapPage.addElement(NetworkMapElement element)
Add element to map
|
NetworkMapLink |
NetworkMapPage.findLink(NetworkMapElement source,
NetworkMapElement destination)
Find link from source to destination
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkMapPage.addAllElements(java.util.Collection<NetworkMapElement> set)
Add all elements from given collection
|
NetworkMapElement |
NetworkMapPage.getElement(long elementId,
java.lang.Class<? extends NetworkMapElement> requiredClass)
Get map element by element ID.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NetworkMapDecoration
Decoration element of network map
|
class |
NetworkMapObject
Network map element representing NetXMS object
|
class |
NetworkMapResource
Resource (anything related to nodes but not NetXMS object - like cluster resources) displayed on map
|
| Modifier and Type | Method and Description |
|---|---|
static NetworkMapElement |
NetworkMapElement.createMapElement(NXCPMessage msg,
long baseId)
Factory method for creating map element from NXCP message.
|
Copyright © 2014. All Rights Reserved.