Package org.netxms.client
Class DeviceViewElement
java.lang.Object
org.netxms.client.DeviceViewElement
Device view element
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intintstatic final intintintintintintint
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedDeviceViewElement(NXCPMessage msg, long baseId) Create element from NXCP message.
- 
Method Summary
- 
Field Details- 
BACKGROUNDpublic static final int BACKGROUND- See Also:
 
- 
BORDERpublic static final int BORDER- See Also:
 
- 
xpublic int x
- 
ypublic int y
- 
widthpublic int width
- 
heightpublic int height
- 
flagspublic int flags
- 
backgroundColorpublic int backgroundColor
- 
borderColorpublic int borderColor
- 
imageName
- 
commands
 
- 
- 
Constructor Details- 
DeviceViewElementCreate element from NXCP message.- Parameters:
- msg- NXCP message
- baseId- base field ID
 
 
-