Trait plotters_backend::BackendStyle [−][src]
pub trait BackendStyle {
fn color(&self) -> BackendColor;
fn stroke_width(&self) -> u32 { ... }
}Expand description
The style data for the backend drawing API
Required methods
fn color(&self) -> BackendColor
fn color(&self) -> BackendColorGet the color of current style
Provided methods
fn stroke_width(&self) -> u32
fn stroke_width(&self) -> u32Get the stroke width of current style