@rcsb/rcsb-saguaro
Version:
RCSB 1D Feature Viewer
24 lines (23 loc) • 773 B
TypeScript
import { RcsbLineDisplay } from "./RcsbLineDisplay";
import { RcsbFvTrackData } from "../../RcsbDataManager/RcsbDataManager";
export declare class RcsbAreaDisplay extends RcsbLineDisplay {
private area;
private multiLine;
private blockAreaFlag;
private multiAreaFlag;
private readonly areaManager;
protected readonly SUFFIX_ID: string;
private index;
constructor(boardId: string, trackId: string);
setInterpolationType(type: string): void;
setBlockArea(flag: boolean): void;
setMultiArea(flag: boolean): void;
private setArea;
private updateArea;
private mousemove;
private mouseleave;
private mouseclick;
protected geoPlot(data: RcsbFvTrackData): void;
move(): void;
private downSamplingSplit;
}