google_api_fusion_tables v0.4.0 GoogleApi.FusionTables.V2.Model.LineStyle View Source
Represents a LineStyle within a StyleSetting
Attributes
strokeColor(type:String.t, default:nil) - Color of the line in #RRGGBB format.strokeColorStyler(type:GoogleApi.FusionTables.V2.Model.StyleFunction.t, default:nil) - Column-value, gradient or buckets styler that is used to determine the line color and opacity.strokeOpacity(type:float(), default:nil) - Opacity of the line : 0.0 (transparent) to 1.0 (opaque).strokeWeight(type:integer(), default:nil) - Width of the line in pixels.strokeWeightStyler(type:GoogleApi.FusionTables.V2.Model.StyleFunction.t, default:nil) - Column-value or bucket styler that is used to determine the width of the line.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.FusionTables.V2.Model.LineStyle{
strokeColor: String.t(),
strokeColorStyler: GoogleApi.FusionTables.V2.Model.StyleFunction.t(),
strokeOpacity: float(),
strokeWeight: integer(),
strokeWeightStyler: GoogleApi.FusionTables.V2.Model.StyleFunction.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.