|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NetworkMapElement | |
|---|---|
| org.netxms.client | |
| org.netxms.client.maps | |
| org.netxms.client.maps.elements | |
| Uses of NetworkMapElement in org.netxms.client |
|---|
| Methods in org.netxms.client that return types with arguments of type NetworkMapElement | |
|---|---|
java.util.Collection<NetworkMapElement> |
NXCObjectModificationData.getMapElements()
|
| Method parameters in org.netxms.client with type arguments of type NetworkMapElement | |
|---|---|
void |
NXCObjectModificationData.setMapContent(java.util.Collection<NetworkMapElement> elements,
java.util.Collection<NetworkMapLink> links)
Set map contents |
| Uses of NetworkMapElement in org.netxms.client.maps |
|---|
| Methods in org.netxms.client.maps that return NetworkMapElement | |
|---|---|
NetworkMapElement[] |
NetworkMapPage.getConnectedElements(long root)
Get all elements connected to given element |
| Methods in org.netxms.client.maps that return types with arguments of type NetworkMapElement | |
|---|---|
java.util.Collection<NetworkMapElement> |
NetworkMapPage.getElements()
|
| Methods in org.netxms.client.maps with parameters of type NetworkMapElement | |
|---|---|
void |
NetworkMapPage.addElement(NetworkMapElement element)
Add element to map |
NetworkMapLink |
NetworkMapPage.findLink(NetworkMapElement source,
NetworkMapElement destination)
Find link from source to destination |
| Method parameters in org.netxms.client.maps with type arguments of type NetworkMapElement | |
|---|---|
void |
NetworkMapPage.addAllElements(java.util.Collection<NetworkMapElement> set)
Add all elements from given collection |
| Uses of NetworkMapElement in org.netxms.client.maps.elements |
|---|
| Subclasses of NetworkMapElement in org.netxms.client.maps.elements | |
|---|---|
class |
NetworkMapDecoration
Decoration element of network map |
class |
NetworkMapObject
Network map element representing NetXMS object |
| Methods in org.netxms.client.maps.elements that return NetworkMapElement | |
|---|---|
static NetworkMapElement |
NetworkMapElement.createMapElement(NXCPMessage msg,
long baseId)
Factory method for creating map element from NXCP message. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||