UNPKG

@hmcts/media-viewer

Version:
18 lines 1.1 kB
import { ToolbarEventService } from './../../../../toolbar/toolbar-event.service'; import { Store } from '@ngrx/store'; import { Rectangle } from '../../annotation-view/rectangle/rectangle.model'; import * as fromStore from '../../../../store/reducers/reducers'; import { RedactRectangle } from '../../../../toolbar/redaction-search-bar/redaction-search.model'; import * as i0 from "@angular/core"; export declare class HighlightCreateService { private toolBarEvents; private store; constructor(toolBarEvents: ToolbarEventService, store: Store<fromStore.AnnotationSetState>); saveAnnotation(rectangles: Rectangle[], page: number): void; saveAnnotationSet(searchRectangles: RedactRectangle[]): void; applyRotation(pageHeight: any, pageWidth: any, offsetHeight: any, offsetWidth: any, offsetTop: any, offsetLeft: any, rotate: any, zoom: any): any; resetHighlight(): void; static ɵfac: i0.ɵɵFactoryDeclaration<HighlightCreateService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<HighlightCreateService>; } //# sourceMappingURL=highlight-create.service.d.ts.map