ShapeXMLLoader

org.nlogo.core.model.ShapeXMLLoader

Attributes

Source
ShapeXMLLoader.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
ShapeXMLLoader.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
ShapeXMLLoader.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
ShapeXMLLoader.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
ShapeXMLLoader.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: Seq[(Int, Int)]) extends Polygon

Attributes

Source
ShapeXMLLoader.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
ShapeXMLLoader.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: Seq[Element]) extends VectorShape

Attributes

Source
ShapeXMLLoader.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
ShapeXMLLoader.scala

Attributes

Source
ShapeXMLLoader.scala

Attributes

Source
ShapeXMLLoader.scala

Attributes

Source
ShapeXMLLoader.scala