case class VertexInfo(boxRegion: Region, greaterRegion: Region, inEdgeToPortMap: Map[Edge, Point], outEdgeToPortMap: Map[Edge, Point], selfInPorts: List[Point], selfOutPorts: List[Point]) extends Translatable[VertexInfo] with Product with Serializable
Info for rendering a vertex.
- greaterRegion
- area including the zone for self-edges to be drawn
- inEdgeToPortMap
- map of incoming edges to the points they connect to on the vertex box.
- outEdgeToPortMap
- map of outgoing edges to the points they connect to on the vertex box.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VertexInfo
- Serializable
- Serializable
- Product
- Equals
- Translatable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
VertexInfo(boxRegion: Region, greaterRegion: Region, inEdgeToPortMap: Map[Edge, Point], outEdgeToPortMap: Map[Edge, Point], selfInPorts: List[Point], selfOutPorts: List[Point])
- greaterRegion
- area including the zone for self-edges to be drawn
- inEdgeToPortMap
- map of incoming edges to the points they connect to on the vertex box.
- outEdgeToPortMap
- map of outgoing edges to the points they connect to on the vertex box.
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 boxRegion: Region
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
contentRegion: Region
Region inside the vertex box
-
def
down(n: Int): VertexInfo
- Definition Classes
- Translatable
-
def
down: VertexInfo
- Definition Classes
- Translatable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
go(direction: Direction): VertexInfo
- Definition Classes
- Translatable
- val greaterRegion: Region
- val inEdgeToPortMap: Map[Edge, Point]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
left(n: Int): VertexInfo
- Definition Classes
- Translatable
-
def
left: VertexInfo
- 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()
- val outEdgeToPortMap: Map[Edge, Point]
-
def
right(n: Int): VertexInfo
- Definition Classes
- Translatable
-
def
right: VertexInfo
- Definition Classes
- Translatable
- val selfInPorts: List[Point]
- val selfOutPorts: List[Point]
- def setLeft(column: Int): VertexInfo
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
translate(down: Int = 0, right: Int = 0): VertexInfo
- Definition Classes
- VertexInfo → Translatable
-
def
up(n: Int): VertexInfo
- Definition Classes
- Translatable
-
def
up: VertexInfo
- 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( ... )