Class ViolationServiceFactory
Constructors
(constructor)(_conf, _messages, _eventManager, _productHandler)
Constructs a new instance of the ViolationServiceFactory class
Declaration
constructor(_conf: IViolationServiceConfiguration, _messages: IViewerMessagesConfig, _eventManager: EventManager, _productHandler: ProductHandler);
Parameters
Properties
renderingDpi
Declaration
get renderingDpi(): number;
set renderingDpi(value: number);
Property Value
Methods
create()
Declaration
create(): ViolationService;
Returns