case class EdgeDrawingElement(bendPoints: List[Point], hasArrow1: Boolean, hasArrow2: Boolean) extends DrawingElement with Translatable[EdgeDrawingElement] with Transposable[EdgeDrawingElement] with Product with Serializable
Start and finish points of the edge should not intersect the vertex boxes.
- bendPoints
-- points of flex in the edge, includes start (first) and finish (last) points
- hasArrow1
-- has an arrow at the start point.
- hasArrow2
-- has an arrow at the finish point.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EdgeDrawingElement
- Serializable
- Serializable
- Product
- Equals
- DrawingElement
- Transposable
- Translatable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
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 bendPoints: List[Point]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
down(n: Int): EdgeDrawingElement
- Definition Classes
- Translatable
-
def
down: EdgeDrawingElement
- Definition Classes
- Translatable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finishPoint: Point
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
go(direction: Direction): EdgeDrawingElement
- Definition Classes
- Translatable
- val hasArrow1: Boolean
- val hasArrow2: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
left(n: Int): EdgeDrawingElement
- Definition Classes
- Translatable
-
def
left: EdgeDrawingElement
- Definition Classes
- Translatable
-
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()
-
lazy val
points: List[Point]
- Definition Classes
- EdgeDrawingElement → DrawingElement
- def replaceSegment(oldSegment: EdgeSegment, newSegment: EdgeSegment): EdgeDrawingElement
-
def
right(n: Int): EdgeDrawingElement
- Definition Classes
- Translatable
-
def
right: EdgeDrawingElement
- Definition Classes
- Translatable
- lazy val segments: List[EdgeSegment]
- def startPoint: Point
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
translate(down: Int = 0, right: Int = 0): EdgeDrawingElement
- Definition Classes
- EdgeDrawingElement → DrawingElement → Translatable
-
def
transpose: EdgeDrawingElement
Flip this item across the top-left to bottom-right diagonal.
Flip this item across the top-left to bottom-right diagonal.
- Definition Classes
- EdgeDrawingElement → DrawingElement → Transposable
-
def
up(n: Int): EdgeDrawingElement
- Definition Classes
- Translatable
-
def
up: EdgeDrawingElement
- Definition Classes
- Translatable
-
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( ... )