pub enum GraphAttributes {}
Expand description
The attributes appearing on the root graph
Implementations§
Source§impl GraphAttributes
impl GraphAttributes
pub fn _background(elem: String) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn colorscheme(elem: String) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn concentrate(elem: bool) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn defaultdist(elem: f32) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn clusterrank(elem: clusterrank) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn diredgeconstraints(elem: bool) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn forcelabels(elem: bool) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn gradientangle(elem: i32) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn inputscale(elem: f32) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn label_scheme(elem: i32) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn layerlistsep(elem: String) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn layerselect(elem: String) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn notranslate(elem: bool) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn orientation(elem: f32) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn outputorder(elem: outputorder) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn overlap_shrink(elem: bool) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn overlap_scaling(elem: f32) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn remincross(elem: bool) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn repulsiveforce(elem: f32) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn resolution(elem: f32) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn searchsize(elem: i32) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn stylesheet(elem: String) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn voro_margin(elem: f32) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn xdotversion(elem: String) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn bgcolor(elem: color_name) -> Attribute
Source§impl GraphAttributes
impl GraphAttributes
pub fn fontcolor(elem: color_name) -> Attribute
Auto Trait Implementations§
impl Freeze for GraphAttributes
impl RefUnwindSafe for GraphAttributes
impl Send for GraphAttributes
impl Sync for GraphAttributes
impl Unpin for GraphAttributes
impl UnwindSafe for GraphAttributes
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more