ShapeParser

org.nlogo.core.ShapeParser
object ShapeParser

Attributes

Source
ShapeParser.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Circle(color: RgbColor, filled: Boolean, marked: Boolean, x: Int, y: Int, diameter: Int) extends Circle

Attributes

Source
ShapeParser.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Circle
trait Element
class Object
trait Matchable
class Any
Show all
case class Line(color: RgbColor, marked: Boolean, startPoint: (Int, Int), endPoint: (Int, Int)) extends Line

Attributes

Source
ShapeParser.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Line
trait Element
class Object
trait Matchable
class Any
Show all
case class LinkLine(xcor: Double, isVisible: Boolean, dashChoices: Seq[Float]) extends LinkLine

Attributes

Source
ShapeParser.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LinkLine
class Object
trait Matchable
class Any
Show all
case class LinkShape(var name: String, curviness: Double, linkLines: Seq[LinkLine], indicator: VectorShape) extends LinkShape

Attributes

Source
ShapeParser.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LinkShape
trait Shape
class Object
trait Matchable
class Any
Show all
case class Polygon(color: RgbColor, filled: Boolean, marked: Boolean, points: (Int, Int)*) extends Polygon

Attributes

Source
ShapeParser.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Polygon
trait Element
class Object
trait Matchable
class Any
Show all
case class Rectangle(color: RgbColor, filled: Boolean, marked: Boolean, upperLeftCorner: (Int, Int), lowerRightCorner: (Int, Int)) extends Rectangle

Attributes

Source
ShapeParser.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Rectangle
trait Element
class Object
trait Matchable
class Any
Show all
case class VectorShape(var name: String, rotatable: Boolean, editableColorIndex: Int, elements: Element*) extends VectorShape

Attributes

Source
ShapeParser.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait VectorShape
trait Shape
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

Attributes

Source
ShapeParser.scala

Attributes

Source
ShapeParser.scala

Attributes

Source
ShapeParser.scala

Attributes

Source
ShapeParser.scala

Attributes

Source
ShapeParser.scala

Attributes

Source
ShapeParser.scala