pub enum GraphAttributes {}
Expand description

The attributes appearing on the root graph

Implementations§

source§

impl GraphAttributes

source§

impl GraphAttributes

source

pub fn bb(elem: String) -> Attribute

source§

impl GraphAttributes

source

pub fn center(elem: bool) -> Attribute

source§

impl GraphAttributes

source

pub fn charset(elem: String) -> Attribute

source§

impl GraphAttributes

source

pub fn class(elem: String) -> Attribute

source§

impl GraphAttributes

source§

impl GraphAttributes

source

pub fn comment(elem: String) -> Attribute

source§

impl GraphAttributes

source

pub fn compound(elem: bool) -> Attribute

source§

impl GraphAttributes

source§

impl GraphAttributes

source

pub fn Damping(elem: f32) -> Attribute

source§

impl GraphAttributes

source§

impl GraphAttributes

source

pub fn dim(elem: i32) -> Attribute

source§

impl GraphAttributes

source

pub fn dimen(elem: i32) -> Attribute

source§

impl GraphAttributes

source§

impl GraphAttributes

source§

impl GraphAttributes

source

pub fn dpi(elem: f32) -> Attribute

source§

impl GraphAttributes

source

pub fn epsilon(elem: f32) -> Attribute

source§

impl GraphAttributes

source

pub fn esep(elem: f32) -> Attribute

source§

impl GraphAttributes

source§

impl GraphAttributes

source

pub fn href(elem: String) -> Attribute

source§

impl GraphAttributes

source

pub fn id(elem: String) -> Attribute

source§

impl GraphAttributes

source

pub fn fontsize(elem: f32) -> Attribute

source§

impl GraphAttributes

source§

impl GraphAttributes

source§

impl GraphAttributes

source§

impl GraphAttributes

source§

impl GraphAttributes

source§

impl GraphAttributes

source

pub fn inputscale(elem: f32) -> Attribute

source§

impl GraphAttributes

source

pub fn K(elem: f32) -> Attribute

source§

impl GraphAttributes

source

pub fn label(elem: String) -> Attribute

source§

impl GraphAttributes

source§

impl GraphAttributes

source§

impl GraphAttributes

source§

impl GraphAttributes

source

pub fn landscape(elem: bool) -> Attribute

source§

impl GraphAttributes

source§

impl GraphAttributes

source

pub fn layers(elem: String) -> Attribute

source§

impl GraphAttributes

source§

impl GraphAttributes

source§

impl GraphAttributes

source

pub fn layout(elem: String) -> Attribute

source§

impl GraphAttributes

source

pub fn levels(elem: i32) -> Attribute

source§

impl GraphAttributes

source

pub fn levelsgap(elem: f32) -> Attribute

source§

impl GraphAttributes

source

pub fn lheight(elem: f32) -> Attribute

source§

impl GraphAttributes

source

pub fn lwidth(elem: f32) -> Attribute

source§

impl GraphAttributes

source

pub fn lp(elem: String) -> Attribute

source§

impl GraphAttributes

source

pub fn margin(elem: f32) -> Attribute

source§

impl GraphAttributes

source

pub fn maxiter(elem: i32) -> Attribute

source§

impl GraphAttributes

source

pub fn mclimit(elem: f32) -> Attribute

source§

impl GraphAttributes

source

pub fn mindist(elem: f32) -> Attribute

source§

impl GraphAttributes

source

pub fn mode(elem: String) -> Attribute

source§

impl GraphAttributes

source

pub fn model(elem: String) -> Attribute

source§

impl GraphAttributes

source

pub fn mosek(elem: bool) -> Attribute

source§

impl GraphAttributes

source

pub fn newrank(elem: bool) -> Attribute

source§

impl GraphAttributes

source

pub fn nodesep(elem: f32) -> Attribute

source§

impl GraphAttributes

source

pub fn normalize(elem: bool) -> Attribute

source§

impl GraphAttributes

source§

impl GraphAttributes

source

pub fn nslimit(elem: f32) -> Attribute

source§

impl GraphAttributes

source

pub fn nslimit1(elem: f32) -> Attribute

source§

impl GraphAttributes

source§

impl GraphAttributes

source§

impl GraphAttributes

source§

impl GraphAttributes

source

pub fn nojustify(elem: bool) -> Attribute

source§

impl GraphAttributes

source

pub fn overlap(elem: bool) -> Attribute

source§

impl GraphAttributes

source§

impl GraphAttributes

source

pub fn pack(elem: bool) -> Attribute

source§

impl GraphAttributes

source§

impl GraphAttributes

source

pub fn pad(elem: f32) -> Attribute

source§

impl GraphAttributes

source

pub fn page(elem: f32) -> Attribute

source§

impl GraphAttributes

source§

impl GraphAttributes

source§

impl GraphAttributes

source§

impl GraphAttributes

source

pub fn quantum(elem: f32) -> Attribute

source§

impl GraphAttributes

source§

impl GraphAttributes

source

pub fn ranksep(elem: f32) -> Attribute

source§

impl GraphAttributes

source

pub fn ratio(elem: f32) -> Attribute

source§

impl GraphAttributes

source§

impl GraphAttributes

source§

impl GraphAttributes

source

pub fn resolution(elem: f32) -> Attribute

source§

impl GraphAttributes

source

pub fn root(elem: String) -> Attribute

source§

impl GraphAttributes

source

pub fn rotate(elem: i32) -> Attribute

source§

impl GraphAttributes

source

pub fn rotation(elem: f32) -> Attribute

source§

impl GraphAttributes

source

pub fn searchsize(elem: i32) -> Attribute

source§

impl GraphAttributes

source

pub fn scale(elem: f32) -> Attribute

source§

impl GraphAttributes

source

pub fn sep(elem: f32) -> Attribute

source§

impl GraphAttributes

source

pub fn showboxes(elem: i32) -> Attribute

source§

impl GraphAttributes

source§

impl GraphAttributes

source

pub fn size(elem: f32) -> Attribute

source§

impl GraphAttributes

source

pub fn sortv(elem: i32) -> Attribute

source§

impl GraphAttributes

source

pub fn splines(elem: bool) -> Attribute

source§

impl GraphAttributes

source

pub fn start(elem: String) -> Attribute

source§

impl GraphAttributes

source

pub fn style(elem: String) -> Attribute

source§

impl GraphAttributes

source§

impl GraphAttributes

source

pub fn target(elem: String) -> Attribute

source§

impl GraphAttributes

source

pub fn tooltip(elem: String) -> Attribute

source§

impl GraphAttributes

source

pub fn URL(elem: String) -> Attribute

source§

impl GraphAttributes

source

pub fn truecolor(elem: bool) -> Attribute

source§

impl GraphAttributes

source§

impl GraphAttributes

source§

impl GraphAttributes

source§

impl GraphAttributes

source§

impl GraphAttributes

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

source§

fn vzip(self) -> V