supervision-js
    Preparing search index...

    Interface ClosedMarkerDrawInstruction

    interface ClosedMarkerDrawInstruction {
        center: Point;
        size: number;
        sizeSpace: MarkerSizeSpace;
        rotation?: number;
        shape: Circle | Square | Triangle;
        fill?: FillStyle;
        stroke?: StrokeStyle;
    }

    Hierarchy

    • MarkerDrawInstructionBase
      • ClosedMarkerDrawInstruction
    Index
    center: Point
    size: number

    Marker diameter in the declared size space.

    sizeSpace: MarkerSizeSpace
    rotation?: number
    fill?: FillStyle
    stroke?: StrokeStyle