[][src]Trait plotters::style::SizeDesc

pub trait SizeDesc {
    fn in_pixels<T: HasDimension>(&self, parent: &T) -> i32;
}

The trait that describes a size

Required methods

fn in_pixels<T: HasDimension>(&self, parent: &T) -> i32

Loading content...

Implementations on Foreign Types

impl SizeDesc for i32[src]

impl SizeDesc for u32[src]

Loading content...

Implementors

impl SizeDesc for RelativeSize[src]

Loading content...