Rectangle

org.nlogo.core.model.ShapeXMLLoader.Rectangle
case class Rectangle(color: RgbColor, filled: Boolean, marked: Boolean, upperLeftCorner: (Int, Int), lowerRightCorner: (Int, Int)) extends Rectangle

Attributes

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

Members list

Value members

Inherited methods

def getHeight: Int

Attributes

Inherited from:
Rectangle
Source
Shape.scala
def getWidth: Int

Attributes

Inherited from:
Rectangle
Source
Shape.scala
def getX: Int

Attributes

Inherited from:
Rectangle
Source
Shape.scala
def getY: Int

Attributes

Inherited from:
Rectangle
Source
Shape.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product