C

FoldingBendState

A data container representing the state of a bend of a FoldingEdgeState.
Inheritance Hierarchy

Remarks

When the properties of the state are changed, these changes are reflected immediately in the views.

This class cannot be instantiated

See Also

Developer's Guide

Members

No filters for this type

Properties

Gets the bend's index in the bends of its owner.
readonlyfinal
Gets or sets the location of the bend.
conversionfinal

Throws

Exception ({ name: 'ArgumentError' })
value contains one or more NaN values.
Gets or sets the tag of the bend.
final

Methods

Returns an IBend instance which represents this bend state.
The returned bend is not present in any graph but may be passed to getViewItem to get the bend state's view bend in the folding view graph.
final

Return Value

IBend
An IBend instance which represents this bend state.