You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
thingsboard-ngx-flowchart/lib/edge-drawing.service.d.ts

13 lines
552 B
TypeScript

import { FcCoords } from './ngx-flowchart.models';
import * as i0 from "@angular/core";
export declare class FcEdgeDrawingService {
constructor();
getEdgeDAttribute(pt1: FcCoords, pt2: FcCoords, style: string): string;
getEdgeCenter(pt1: FcCoords, pt2: FcCoords): FcCoords;
private computeEdgeTangentOffset;
private computeEdgeSourceTangent;
private computeEdgeDestinationTangent;
static ɵfac: i0.ɵɵFactoryDeclaration<FcEdgeDrawingService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<FcEdgeDrawingService>;
}