Class

com.github.mdr.ascii.diagram.parser.DiagramImplementation

EdgeImpl

Related Doc: package DiagramImplementation

Permalink

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])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val box1: DiagramParser.BoxImpl

    Permalink

    First box incident to this edge

    First box incident to this edge

    Definition Classes
    EdgeImplEdge
  6. val box2: DiagramParser.BoxImpl

    Permalink

    Second box incident to this edge

    Second box incident to this edge

    Definition Classes
    EdgeImplEdge
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. lazy val edgeAndLabelPoints: List[Point]

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. def hasArrow(box: Box): Boolean

    Permalink

    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

    Permalink

    First box incident to this edge

    First box incident to this edge

    Definition Classes
    EdgeImplEdge
  14. lazy val hasArrow2: Boolean

    Permalink
    Definition Classes
    EdgeImplEdge
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. lazy val label: Option[String]

    Permalink
    Definition Classes
    EdgeImplEdge
  18. var label_: Option[DiagramParser.Label]

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def otherBox(box: Box): Box

    Permalink

    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

    Permalink

    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

    Permalink
    Definition Classes
    EdgeImplEdge
  25. val points: List[Point]

    Permalink
    Definition Classes
    EdgeImplEdge
  26. def region(points: List[Point]): Region

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    EdgeImpl → AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    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