final case class Disc(radius: Double) extends Drawable with Product with Serializable

A filled disc.

Note

Like all Drawables, Discs are positioned from their upper left corner. Call Disc.centered to create a Disc that can be positioned from its vertex.

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

Value Members

  1. def draw(context: RenderContext): Unit
    Definition Classes
    DiscDrawable
  2. lazy val extent: Extent
    Definition Classes
    DiscDrawable
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val radius: Double