case class Token(shape: RectangularShape, label: String, primary: Boolean, color: Color, onNode: Node, w: Double, h: Double) extends Product with Serializable
This class is used to represent tokens in the graph.
- shape
the shape of the token
- label
the label for the created token
- primary
whether the token is primary/free/true to secondary/bound/false
- color
the color of the token
- onNode
the node the token is on
- w
the width of the token
- h
the height of the token
- Alphabetic
- By Inheritance
- Token
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Token(shape: RectangularShape, label: String, primary: Boolean, color: Color, x: Double, y: Double, w: Double, h: Double)
Construct a primary/free token with explicit coordinates.
Construct a primary/free token with explicit coordinates. Such tokens are free to move anywhere in the drawing panel.
- shape
the shape of the token
- label
the label for the created token
- color
the color of the token
- x
the x-coordinate of the token's location
- y
the y-coordinate of the token's location
- w
the width of the token
- h
the height of the token
- new Token(shape: RectangularShape, label: String, primary: Boolean, color: Color, onNode: Node, w: Double, h: Double)
- shape
the shape of the token
- label
the label for the created token
- primary
whether the token is primary/free/true to secondary/bound/false
- color
the color of the token
- onNode
the node the token is on
- w
the width of the token
- h
the height of the token
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- var color: Color
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val h: Double
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val label: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- var onNode: Node
- val primary: Boolean
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def setColor(color2: Color): Unit
Set (or reset) the color.
- def setOnNode(onNode2: Node): Unit
Set the node the token is on.
Set the node the token is on.
- onNode2
the node the token is on
- val shape: RectangularShape
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val w: Double
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated