Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
plotters_backend::BackendStyle - Rust
[go: Go Back, main page]

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