Uses of Class
org.netxms.client.maps.elements.NetworkMapElement
Packages that use NetworkMapElement
- 
Uses of NetworkMapElement in org.netxms.clientMethods in org.netxms.client that return types with arguments of type NetworkMapElementMethod parameters in org.netxms.client with type arguments of type NetworkMapElementModifier and TypeMethodDescriptionvoidNXCObjectModificationData.setMapContent(Collection<NetworkMapElement> elements, Collection<NetworkMapLink> links) Set map contentsvoidNXCSession.updateNetworkMapElementPosition(long mapId, Set<NetworkMapElement> elements, Set<NetworkMapLink> links) Update network map object location
- 
Uses of NetworkMapElement in org.netxms.client.mapsMethods in org.netxms.client.maps that return NetworkMapElementModifier and TypeMethodDescriptionNetworkMapPage.getConnectedElements(long root) Get all elements connected to given elementNetworkMapPage.getElement(long elementId, Class<? extends NetworkMapElement> requiredClass) Get map element by element ID.Methods in org.netxms.client.maps that return types with arguments of type NetworkMapElementModifier and TypeMethodDescriptionNetworkMapPage.getElements()Get map elements.NetworkMapPage.getObjectElements()Get all object elementsMethods in org.netxms.client.maps with parameters of type NetworkMapElementModifier and TypeMethodDescriptionvoidNetworkMapPage.addElement(NetworkMapElement element) Add element to mapNetworkMapPage.findLinks(NetworkMapElement source, NetworkMapElement destination) Find links from source to destinationbooleanNetworkMapPage.updateElement(NetworkMapElement element) Update existing on the map elementMethod parameters in org.netxms.client.maps with type arguments of type NetworkMapElementModifier and TypeMethodDescriptionvoidNetworkMapPage.addAllElements(Collection<NetworkMapElement> set) Add all elements from given collection.NetworkMapPage.getElement(long elementId, Class<? extends NetworkMapElement> requiredClass) Get map element by element ID.
- 
Uses of NetworkMapElement in org.netxms.client.maps.elementsSubclasses of NetworkMapElement in org.netxms.client.maps.elementsModifier and TypeClassDescriptionclassNetwork map element representing NetXMS DCI container.classNetwork map element representing NetXMS DCI containerclassDecoration element of network mapclassNetwork map element representing NetXMS objectclassNetwork map element representing a text boxMethods in org.netxms.client.maps.elements that return NetworkMapElementModifier and TypeMethodDescriptionstatic NetworkMapElementNetworkMapElement.createMapElement(NXCPMessage msg, long baseId) Factory method for creating map element from NXCP message.