Package org.netxms.client.maps.elements
Class NetworkMapDCIImage
java.lang.Object
org.netxms.client.maps.elements.NetworkMapElement
org.netxms.client.maps.elements.NetworkMapDCIImage
Network map element representing NetXMS DCI container
- 
Field SummaryFields inherited from class org.netxms.client.maps.elements.NetworkMapElementAUTO_GENERATED, 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 SummaryConstructorsModifierConstructorDescriptionNetworkMapDCIImage(long id) Create new DCI image elementprotectedNetworkMapDCIImage(NXCPMessage msg, long baseId) Create DCI image element from NXCP message.
- 
Method SummaryModifier and TypeMethodDescriptionvoidfillMessage(NXCPMessage msg, long baseId) Fill NXCP message with element dataGet image configuration.voidsetImageOptions(DCIImageConfiguration imageOptions) Set image configuration.Methods inherited from class org.netxms.client.maps.elements.NetworkMapElementaddFlag, createMapElement, equals, getFlags, getId, getType, getX, getY, hashCode, removeFlag, setFlags, setLocation
- 
Constructor Details- 
NetworkMapDCIImageCreate DCI image element from NXCP message.- Parameters:
- msg- NXCP message
- baseId- base field ID
 
- 
NetworkMapDCIImagepublic NetworkMapDCIImage(long id) Create new DCI image element- Parameters:
- id- element ID
 
 
- 
- 
Method Details- 
fillMessageDescription copied from class:NetworkMapElementFill NXCP message with element data- Overrides:
- fillMessagein class- NetworkMapElement
- Parameters:
- msg- NXCP message
- baseId- base variable ID
- See Also:
 
- 
getImageOptionsGet image configuration.- Returns:
- iamge configuration
 
- 
setImageOptionsSet image configuration.- Parameters:
- imageOptions- new image configuration
 
 
-