final case class LineDash(r: Drawable, style: LineStyle) extends Drawable with Product with Serializable

Apply a line dash to a Drawable.

r

The drawable to apply the style to.

style

The LineStyle to apply.

Linear Supertypes
Serializable, Product, Equals, Drawable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LineDash
  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 LineDash(r: Drawable, style: LineStyle)

    r

    The drawable to apply the style to.

    style

    The LineStyle to apply.

Value Members

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