Enum dotavious::attributes::Splines[][src]

pub enum Splines {
    Line,
    Spline,
    None,
    Curved,
    Polyline,
    Ortho,
}
Expand description

Spline, edges are drawn as splines routed around nodes Line, edges are drawn as line segments Polygon, specifies that edges should be drawn as polylines. Ortho, specifies edges should be routed as polylines of axis-aligned segments. Curved, specifies edges should be drawn as curved arcs. splines=line and splines=spline can be used as synonyms for splines=false and splines=true, respectively.

Variants

Line
Spline
None
Curved
Polyline
Ortho

Trait Implementations

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.