VenueStyle

constructor(id: String, venueId: String)

Initializes a new style for the given venue with the given id

Parameters

id

the style id (should be unique per venue).

venueId

the venue id.


constructor(id: String, venueId: String, jsonFactory: JSONFactory)


constructor(styleFile: VMDFile, venueId: String)

Initializes a new style for the given venue with the given configuration

Parameters

styleFile

the style configuration file

venueId

the venue id.


constructor(styleFile: VMDFile, venueId: String, jsonFactory: JSONFactory)

Parameters

styleFile
venueId
jsonFactory

constructor(styleFile: VMDFile)

Parameters

styleFile

the style configuration file