Home Manual Reference Source Repository
import Dot from 'waves-ui/src/shapes/dot.js'
public class | source

Dot

Extends:

src/shapes/base-shape~BaseShape → Dot

A shape to display a dot.

example usage

Member Summary

Public Members
public

$el: *

Method Summary

Public Methods
public
public

inArea(renderingContext: *, datum: *, x1: *, y1: *, x2: *, y2: *): boolean

public

render(): *

public

update(renderingContext: *, datum: *)

Public Members

public $el: * source

Public Methods

public getClassName(): string source

Return:

string

public inArea(renderingContext: *, datum: *, x1: *, y1: *, x2: *, y2: *): boolean source

Params:

NameTypeAttributeDescription
renderingContext *
datum *
x1 *
y1 *
x2 *
y2 *

Return:

boolean

public render(): * source

Return:

*

public update(renderingContext: *, datum: *) source

Params:

NameTypeAttributeDescription
renderingContext *
datum *