Struct google_fusiontables2::LineStyle[][src]

pub struct LineStyle {
    pub stroke_weight: Option<i32>,
    pub stroke_weight_styler: Option<StyleFunction>,
    pub stroke_color: Option<String>,
    pub stroke_opacity: Option<f64>,
    pub stroke_color_styler: Option<StyleFunction>,
}

Represents a LineStyle within a StyleSetting

This type is not used in any activity, and only used as part of another schema.

Fields

Width of the line in pixels.

Column-value or bucket styler that is used to determine the width of the line.

Color of the line in #RRGGBB format.

Opacity of the line : 0.0 (transparent) to 1.0 (opaque).

Column-value, gradient or buckets styler that is used to determine the line color and opacity.

Trait Implementations

impl Default for LineStyle
[src]

Returns the "default value" for a type. Read more

impl Clone for LineStyle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LineStyle
[src]

Formats the value using the given formatter. Read more

impl Part for LineStyle
[src]

Auto Trait Implementations

impl Send for LineStyle

impl Sync for LineStyle