Enum dotavious::attributes::LabelJustification[][src]

pub enum LabelJustification {
    Left,
    Right,
    Center,
}
Expand description

Justification for cluster labels.

Right, the label is right-justified within bounding rectangle Left, left-justified Else the label is centered.

Note that a subgraph inherits attributes from its parent. Thus, if the root graph sets labeljust=l, the subgraph inherits this value.

Variants

Left
Right
Center

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.