QueueMessage

new QueueMessage(x, y, queue, consumer, fillStyle)

Message object between queue and consumer.
Parameters:
NameTypeDescription
xnumberx position of the message
ynumbery position of the message
queueQueueQueue object
consumerConsumerConsumer object
fillStylestring

Extends

Methods

addToScene(scene) → {object}

Add an object as actor to scene.
Parameters:
NameTypeDescription
sceneScenescene on canvas
Inherited From
Returns:
this
Type: 
object

createUUID() → {string}

Generates an UUID, used to identify every object in the scene.
https://www.w3resource.com/javascript-exercises/fundamental/javascript-fundamental-exercise-253.php
Inherited From
Returns:
- uuid
Type: 
string

render()

Renders a circle representing the message.
Inherited From

setConsumer(consumer)

Sets the consumer with coordinates.
Parameters:
NameTypeDescription
consumerConsumerConsumer object