LinkLine

org.nlogo.shape.LinkLine
See theLinkLine companion object
class LinkLine(var xcor: Double, var visible: Boolean, var dashes: Array[Float]) extends LinkLine, Serializable, Cloneable

Attributes

Companion
object
Source
LinkLine.scala
Graph
Supertypes
trait Cloneable
trait Serializable
trait LinkLine
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this()

Attributes

Source
LinkLine.scala
def this(xcor: Double, isVisible: Boolean)

Attributes

Source
LinkLine.scala

Concrete methods

override def clone: AnyRef

Create a copy of the receiver object.

Create a copy of the receiver object.

The default implementation of the clone method is platform dependent.

Attributes

Returns

a copy of the receiver object.

Note

not specified by SLS as a member of AnyRef

Definition Classes
Object
Source
LinkLine.scala
override def dashChoices: Seq[Float]

Attributes

Definition Classes
Source
LinkLine.scala
def dashIndex: Int

Attributes

Source
LinkLine.scala

Attributes

Source
LinkLine.scala
def getShape(x1: Double, y1: Double, x2: Double, y2: Double, curviness: Double, size: Double, cellSize: Double, stroke: Float): Shape

Attributes

Source
LinkLine.scala

Attributes

Source
LinkLine.scala
override def isVisible: Boolean

Attributes

Definition Classes
Source
LinkLine.scala
def paint(g: GraphicsInterface, color: Color, cellSize: Double, strokeWidth: Float, shape: Shape): Unit

Attributes

Source
LinkLine.scala
def parseDashes(str: String): Unit

Attributes

Source
LinkLine.scala

Attributes

Source
LinkLine.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
LinkLine.scala

Concrete fields

Attributes

Source
LinkLine.scala

Attributes

Source
LinkLine.scala
var xcor: Double

Attributes

Source
LinkLine.scala