Uses of Class
org.netxms.client.maps.MapLayoutAlgorithm
-
Packages that use MapLayoutAlgorithm Package Description org.netxms.client org.netxms.client.maps org.netxms.client.objects -
-
Uses of MapLayoutAlgorithm in org.netxms.client
Methods in org.netxms.client that return MapLayoutAlgorithm Modifier and Type Method Description MapLayoutAlgorithmNXCObjectModificationData. getMapLayout()Methods in org.netxms.client with parameters of type MapLayoutAlgorithm Modifier and Type Method Description voidNXCObjectModificationData. setMapLayout(MapLayoutAlgorithm mapLayout) -
Uses of MapLayoutAlgorithm in org.netxms.client.maps
Methods in org.netxms.client.maps that return MapLayoutAlgorithm Modifier and Type Method Description static MapLayoutAlgorithmMapLayoutAlgorithm. getByValue(int value)static MapLayoutAlgorithmMapLayoutAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static MapLayoutAlgorithm[]MapLayoutAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MapLayoutAlgorithm in org.netxms.client.objects
Methods in org.netxms.client.objects that return MapLayoutAlgorithm Modifier and Type Method Description MapLayoutAlgorithmNetworkMap. getLayout()
-