Packages

trait Polygon extends Element

Source
Shape.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Polygon
  2. Element
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def color: RgbColor
    Definition Classes
    PolygonElement
  2. abstract def filled: Boolean
    Definition Classes
    PolygonElement
  3. abstract def marked: Boolean
    Definition Classes
    PolygonElement
  4. abstract def points: Seq[(Int, Int)]

Concrete Value Members

  1. def xCoords: Seq[Int]
  2. def yCoords: Seq[Int]