final case class Style(r: Drawable, fill: Color) extends Drawable with Product with Serializable

Apply a fill color to a fillable Drawable.

Linear Supertypes
Serializable, Product, Equals, Drawable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Style
  2. Serializable
  3. Product
  4. Equals
  5. Drawable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Style(r: Drawable, fill: Color)

Value Members

  1. def draw(context: RenderContext): Unit
    Definition Classes
    StyleDrawable
  2. lazy val extent: Extent
    Definition Classes
    StyleDrawable
  3. val fill: Color
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. val r: Drawable