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.
13 lines
529 B
TypeScript
13 lines
529 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.ɵɵFactoryDef<FcEdgeDrawingService>;
|
|
static ɵprov: i0.ɵɵInjectableDef<FcEdgeDrawingService>;
|
|
}
|