LinkShape

org.nlogo.shape.LinkShape
See theLinkShape companion object
class LinkShape extends LinkShape, Cloneable, Serializable, DrawableShape

Attributes

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

Members list

Value members

Concrete methods

def add(index: Int, line: LinkLine): Unit

Attributes

Source
LinkShape.scala
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
LinkShape.scala
def dashinessString(index: Int): String

Attributes

Source
LinkShape.scala
def destShape(arc: Shape, size: Double, cellSize: Double): Shape

Attributes

Source
LinkShape.scala
def directionIndicatorTransform(x1: Double, y1: Double, x2: Double, y2: Double, linkLength: Double, destSize: Double, link: Link, cellSize: Double, size: Double): Array[Double]

Attributes

Source
LinkShape.scala
def directionIndicatorTransform(arc: Shape, dest: Shape): Array[Double]

Attributes

Source
LinkShape.scala
def directionIndicatorTransform(initialLine: Line2D, dest: Shape): Array[Double]

Attributes

Source
LinkShape.scala
def getLine(i: Int): LinkLine

Attributes

Source
LinkShape.scala

Attributes

Source
LinkShape.scala

Attributes

Source
LinkShape.scala
override def linkLines: Seq[LinkLine]

Attributes

Definition Classes
Source
LinkShape.scala
def numLines: Int

Attributes

Source
LinkShape.scala
def paint(g: GraphicsInterface, color: Color, x: Int, y: Int, cellSize: Double, angle: Int): Unit

Attributes

Source
LinkShape.scala
def paint(g: GraphicsInterface, color: Color, x: Double, y: Double, cellSize: Double, size: Double, angle: Int, lineThickness: Double, destSize: Double, isDirected: Boolean): Unit

Attributes

Source
LinkShape.scala
def paint(g: GraphicsInterface, color: Color, x1: Double, y1: Double, x2: Double, y2: Double, cellSize: Double, size: Double, lineThickness: Double, destSize: Double, isDirected: Boolean): Unit

Attributes

Source
LinkShape.scala
def paintDirectionIndicator(g: GraphicsInterface, color: Color, x1: Double, y1: Double, x2: Double, y2: Double, heading: Double, cellSize: Double, lineThickness: Double, destSize: Double, linkLength: Double): Unit

Attributes

Source
LinkShape.scala
def paintDirectionIndicator(g: GraphicsInterface, color: Color, arc: Shape, cellSize: Double, lineThickness: Double, size: Double, destSize: Double): Unit

Attributes

Source
LinkShape.scala
def setDashes(index: Int, str: String): Unit

Attributes

Source
LinkShape.scala
def setDashiness(index: Int, dashes: Array[Float]): Unit

Attributes

Source
LinkShape.scala
def setLineVisible(index: Int, visible: Boolean): Unit

Attributes

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

Concrete fields

Attributes

Source
LinkShape.scala

Attributes

Source
LinkShape.scala

Attributes

Source
LinkShape.scala
var name: String

Attributes

Source
LinkShape.scala