sesaparcours
    Preparing search index...

    Fake class which should be extended to avoid inheriting static properties

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    colour_: string

    The colour of the marker.

    currentMarkerSvg: Element

    The current SVG element for the marker.

    Methods

    • Create the DOM element for the marker.

      Returns SVGElement

      The marker controls SVG group.

    • Dispose of this marker.

      Returns void

    • Get the marker.

      Returns Marker

      The marker to draw for.

    • Return the root node of the SVG or null if none exists.

      Returns SVGElement

      The root SVG node.

    • Hide the marker.

      Returns void

    • True if the marker should be drawn as a cursor, false otherwise. A cursor is drawn as a flashing line. A marker is drawn as a solid line.

      Returns boolean

      True if the marker is a cursor, false otherwise.