class EdgeImpl extends Edge
- Attributes
- protected
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EdgeImpl
- Edge
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
val
box1: DiagramParser.BoxImpl
First box incident to this edge
-
val
box2: DiagramParser.BoxImpl
Second box incident to this edge
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- lazy val edgeAndLabelPoints: List[Point]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hasArrow(box: Box): Boolean
Is there an arrow associated with the given box (which must be part of this edge)
Is there an arrow associated with the given box (which must be part of this edge)
- Definition Classes
- Edge
-
lazy val
hasArrow1: Boolean
First box incident to this edge
- lazy val hasArrow2: Boolean
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val label: Option[String]
- var label_: Option[DiagramParser.Label]
-
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()
-
def
otherBox(box: Box): Box
Given one box in the edge, return the other
Given one box in the edge, return the other
- Definition Classes
- Edge
-
def
otherHasArrow(box: Box): Boolean
Is there an arrow associated with the other box than the given box (which must be part of this edge)
Is there an arrow associated with the other box than the given box (which must be part of this edge)
- Definition Classes
- Edge
- lazy val parent: Container with DiagramParser.ContainerImpl
- val points: List[Point]
- def region(points: List[Point]): Region
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- EdgeImpl → AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )