UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

28 lines (27 loc) 979 B
import { PrimitiveVisualData } from "./PrimitiveVisualData"; import { List$1 } from "./List$1"; import { GeometryData } from "./GeometryData"; import { Path } from "./Path"; import { Line } from "./Line"; import { Type } from "./type"; import { RectData } from "./RectData"; import { PointData } from "./PointData"; import { GetPointsSettings } from "./GetPointsSettings"; /** * @hidden */ export declare class PathVisualData extends PrimitiveVisualData { static $t: Type; protected get_type(): string; get type(): string; constructor(a: number); constructor(a: number, b: string, c: Path); constructor(a: number, b: string, c: Line); constructor(a: number, ..._rest: any[]); private _data; get data(): List$1<GeometryData>; set data(a: List$1<GeometryData>); protected e(): string; scaleByViewport(a: RectData): void; getPointsOverride(a: List$1<List$1<PointData>>, b: GetPointsSettings): void; }