Packages

class EdgeImpl extends Edge

Attributes
protected
Linear Supertypes
Edge, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EdgeImpl
  2. Edge
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EdgeImpl(points: List[Point])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val box1: DiagramParser.BoxImpl

    First box incident to this edge

    First box incident to this edge

    Definition Classes
    EdgeImplEdge
  6. val box2: DiagramParser.BoxImpl

    Second box incident to this edge

    Second box incident to this edge

    Definition Classes
    EdgeImplEdge
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  8. lazy val edgeAndLabelPoints: List[Point]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. 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
  13. lazy val hasArrow1: Boolean

    First box incident to this edge

    First box incident to this edge

    Definition Classes
    EdgeImplEdge
  14. lazy val hasArrow2: Boolean
    Definition Classes
    EdgeImplEdge
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. lazy val label: Option[String]
    Definition Classes
    EdgeImplEdge
  18. var label_: Option[DiagramParser.Label]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. 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
  23. 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
  24. lazy val parent: Container with DiagramParser.ContainerImpl
    Definition Classes
    EdgeImplEdge
  25. val points: List[Point]
    Definition Classes
    EdgeImplEdge
  26. def region(points: List[Point]): Region
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    EdgeImpl → AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Edge

Inherited from AnyRef

Inherited from Any

Ungrouped