E

WebGLIndicatorType

The line and pattern types the WebGLNodeIndicatorStyle, WebGLLabelIndicatorStyle, and WebGLEdgeIndicatorStyle can display.

Members

No filters for this type

Constants

A colored dashed line.
A line with alternating colored dashes and dots.
A line with alternating colored dashes and two dots.
A colored dotted line.
A continuous solid color line with thin dashed inner and outer border.
Two parallel solid color lines with space between them.
Two parallel solid lines with a lot of space between them.
Two parallel solid lines with little space between them.
Two parallel solid lines with no distance between them.
A continuous solid color line with a very thin inner and outer border.
A solid halo effect around nodes.

The difference to SOLID is that the margins are ignored and SCALE transitions gradually change the thickness of the halo instead of the distance to the node.

Edges or labels don't support this indicator style.

static
A hatch pattern defined by two colors.
A continuous solid color line with an inner border for shapes or right border in edge flow direction.
A continuous solid color line with an outer border for shapes or left border in edge flow direction.
A continuous solid color line.
A continuous line with alternating colors.

Static Methods

Converts the given argument to an enum constant of this enum type.
Most notably, this method can convert an enum constant's name into the enum constant itself.
static

Parameters

value: WebGLIndicatorType
The value to convert to an enum constant.

Return Value

WebGLIndicatorType
The enum constant that corresponds to the given argument.
Returns the name of the given enum constant.
static

Parameters

value: WebGLIndicatorType
The numeric value of an enum constant.

Return Value

string
The name of the enum constant.

Throws

Exception ({ name: 'Error' })
If this type is a flags enums, and the provided value doesn't correspond to a single enum constant, or if this enum type contains no constant of the given numeric value.