case class Style(strokeColor: Option[String], strokeWidth: Option[String], strokeOpacity: Option[Double], fillColor: Option[String], fillOpacity: Option[Double]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Style
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All