[][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

Provided methods

fn stroke_width(&self) -> u32[]

Get the stroke width of current style

Implementors