Polygon

org.nlogo.core.ShapeParser.Polygon
case class Polygon(color: RgbColor, filled: Boolean, marked: Boolean, points: (Int, Int)*) extends Polygon

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def xCoords: Seq[Int]

Attributes

Inherited from:
Polygon
Source
Shape.scala
def yCoords: Seq[Int]

Attributes

Inherited from:
Polygon
Source
Shape.scala