Package org.netxms.client
Class DeviceViewElement
java.lang.Object
org.netxms.client.DeviceViewElement
Device view element
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intintstatic final intintintintintintint -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeviceViewElement(NXCPMessage msg, long baseId) Create element from NXCP message. -
Method Summary
-
Field Details
-
BACKGROUND
public static final int BACKGROUND- See Also:
-
BORDER
public static final int BORDER- See Also:
-
x
public int x -
y
public int y -
width
public int width -
height
public int height -
flags
public int flags -
backgroundColor
public int backgroundColor -
borderColor
public int borderColor -
imageName
-
commands
-
-
Constructor Details
-
DeviceViewElement
Create element from NXCP message.- Parameters:
msg- NXCP messagebaseId- base field ID
-