Package org.netxms.client.maps.elements
Class NetworkMapDCIImage
- java.lang.Object
-
- org.netxms.client.maps.elements.NetworkMapElement
-
- org.netxms.client.maps.elements.NetworkMapDCIImage
-
public class NetworkMapDCIImage extends NetworkMapElement
Network map element representing NetXMS DCI container
-
-
Field Summary
-
Fields inherited from class org.netxms.client.maps.elements.NetworkMapElement
id, MAP_ELEMENT_DCI_CONTAINER, MAP_ELEMENT_DCI_IMAGE, MAP_ELEMENT_DECORATION, MAP_ELEMENT_GENERIC, MAP_ELEMENT_OBJECT, MAP_ELEMENT_TEXT_BOX, type, x, y
-
-
Constructor Summary
Constructors Modifier Constructor Description NetworkMapDCIImage(long id)Create new DCI image elementprotectedNetworkMapDCIImage(org.netxms.base.NXCPMessage msg, long baseId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfillMessage(org.netxms.base.NXCPMessage msg, long baseId)Fill NXCP message with element dataDCIImageConfigurationgetImageOptions()voidsetImageOptions(DCIImageConfiguration imageOptions)-
Methods inherited from class org.netxms.client.maps.elements.NetworkMapElement
addFlag, createMapElement, equals, getFlags, getId, getType, getX, getY, hashCode, removeFlag, setFlags, setLocation
-
-
-
-
Method Detail
-
fillMessage
public void fillMessage(org.netxms.base.NXCPMessage msg, long baseId)Description copied from class:NetworkMapElementFill NXCP message with element data- Overrides:
fillMessagein classNetworkMapElement- Parameters:
msg- NXCP messagebaseId- base variable ID
-
getImageOptions
public DCIImageConfiguration getImageOptions()
- Returns:
- the imageOptions
-
setImageOptions
public void setImageOptions(DCIImageConfiguration imageOptions)
- Parameters:
imageOptions- the imageOptions to set
-
-