UNPKG

1.69 kBTypeScriptView Raw
1import { AttachmentDisplay } from "../gpml2pvjson";
2export declare function ID(gpmlElement: any): any;
3export declare const $ID: any;
4export declare const DB: any;
5export declare const TITLE: any;
6export declare const SOURCE: any;
7export declare const YEAR: any;
8export declare const AUTHORS: any;
9export declare const BiopaxRef: any;
10export declare const Height: any;
11export declare const Width: any;
12export declare function CenterX(gpmlElement: any): number;
13export declare function CenterY(gpmlElement: any): number;
14export declare function Rotation(gpmlElement: any): number;
15export declare function LineStyle(gpmlElement: any): string;
16export declare const Author: any;
17export declare const DataSource: any;
18export declare const Email: any;
19export declare const Maintainer: any;
20export declare const Name: any;
21export declare const TextLabel: any;
22export declare function getTextDecorationFromGPMLElement(gpmlElement: any): string;
23export declare const Align: any;
24export declare const FontDecoration: typeof getTextDecorationFromGPMLElement;
25export declare const FontStrikethru: typeof getTextDecorationFromGPMLElement;
26export declare const FontStyle: any;
27export declare const FontWeight: any;
28export declare const Valign: any;
29export declare const Href: any;
30export declare function gpmlColorToCssColor(colorValue: any): any;
31export declare const Color: any;
32export declare function FillColor(gpmlElement: any): any;
33export declare function LineThickness(gpmlElement: any): any;
34export declare function ConnectorType(gpmlElement: any): string;
35export declare function Position(gpmlElement: any): AttachmentDisplay;
36export declare function RelX(gpmlElement: any): AttachmentDisplay;