@flashport/flashportui
Version:
This is a set basic UI components for FlashPort
16 lines (15 loc) • 396 B
TypeScript
import { Sprite } from "@flashport/flashport";
/**
* ...
* @author Kenny Lerma
*/
export declare class PlotCircle extends Sprite {
private _xLabel;
private _yLabel;
constructor(color: number, radius: number, xLabel: string, yLabel: string);
private OnAddedToStage;
private onMouseOver;
private OnMouseOut;
get xLabel(): string;
get yLabel(): string;
}