[][src]Trait plotters_backend::BackendStyle

pub trait BackendStyle {
    fn color(&self) -> BackendColor;

    fn stroke_width(&self) -> u32 { ... }
}

The style data for the backend drawing API

Required methods

fn color(&self) -> BackendColor

Get the color of current style

Loading content...

Provided methods

fn stroke_width(&self) -> u32

Get the stroke width of current style

Loading content...

Implementors

impl BackendStyle for BackendColor[src]

Loading content...