public class SetImageCoords extends IMCMessage
Modifier and Type | Field and Description |
---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID
Constructor and Description |
---|
SetImageCoords() |
SetImageCoords(IMCDefinition defs) |
SetImageCoords(IMCMessage msg) |
SetImageCoords(short camId,
int x,
int y) |
Modifier and Type | Method and Description |
---|---|
static SetImageCoords |
clone(IMCMessage msg) |
static SetImageCoords |
create(java.lang.Object... values) |
short |
getCamId() |
int |
getX() |
int |
getY() |
SetImageCoords |
setCamId(short camId) |
SetImageCoords |
setX(int x) |
SetImageCoords |
setY(int y) |
asJSON, asJSON, asMap, asXml, asXmlStripped, cloneMessage, cloneMessage, compareTo, copyFrom, copyToClipoard, decodeTupleList, dump, encodeTupleList, get, getAbbrev, getAgeInSeconds, getAsNumber, getAsString, getBitmask, getDate, getDouble, getDst, getDstEnt, getEntityName, getFieldNames, getFloat, getHeader, getHeaderValue, getInteger, getLong, getLongFieldName, getLongName, getMessage, getMessage, getMessageInfo, getMessageList, getMessageList, getMessageType, getMgid, getPayloadSize, getProtocolFactory, getRawData, getSize, getSourceName, getSrc, getSrcEnt, getString, getString, getTimestamp, getTimestampMillis, getTupleList, getTypeOf, getUnitsOf, getValue, getValues, hasFlag, hexdump, isNull, isPeriodic, makeImmutable, parseJson, parseXml, pasteFromClipoard, payloadMD5, serialize, serialize, serialize, serializePayload, setBitMask, setDst, setDstEnt, setHeader, setMessageInfo, setMessageList, setSrc, setSrcEnt, setTimestamp, setTimestampMillis, setType, setValue, setValues, toByteArray, toByteArray, toString, validate
public static final int ID_STATIC
public SetImageCoords()
public SetImageCoords(IMCMessage msg)
public SetImageCoords(IMCDefinition defs)
public SetImageCoords(short camId, int x, int y)
public static SetImageCoords create(java.lang.Object... values)
public static SetImageCoords clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exception
public short getCamId()
public SetImageCoords setCamId(short camId)
camId
- Camera Identifierpublic int getX()
public SetImageCoords setX(int x)
x
- X (px)public int getY()
public SetImageCoords setY(int y)
y
- Y (px)