Line

org.nlogo.core.ShapeParser.Line
case class Line(color: RgbColor, marked: Boolean, startPoint: (Int, Int), endPoint: (Int, Int)) extends Line

Attributes

Source
ShapeParser.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Line
trait Element
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def filled: Boolean

Attributes

Definition Classes
Source
ShapeParser.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product