Packages

trait Line extends Element

Source
Shape.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Line
  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
    LineElement
  2. abstract def endPoint: (Int, Int)
  3. abstract def filled: Boolean
    Definition Classes
    LineElement
  4. abstract def marked: Boolean
    Definition Classes
    LineElement
  5. abstract def startPoint: (Int, Int)