case class LayerInfo(vertexInfos: Map[Vertex, VertexInfo]) extends Translatable[LayerInfo] with Product with Serializable
VertexInfo's for all the vertices in a single layer.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LayerInfo
- Serializable
- Serializable
- Product
- Equals
- Translatable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LayerInfo(vertexInfos: Map[Vertex, VertexInfo])
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
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
down(n: Int): LayerInfo
- Definition Classes
- Translatable
-
def
down: LayerInfo
- 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): LayerInfo
- Definition Classes
- Translatable
- def isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
left(n: Int): LayerInfo
- Definition Classes
- Translatable
-
def
left: LayerInfo
- Definition Classes
- Translatable
- def maxColumn: Int
- def maxRow: Int
-
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 realVertexInfos: List[(RealVertex, VertexInfo)]
-
def
right(n: Int): LayerInfo
- Definition Classes
- Translatable
-
def
right: LayerInfo
- Definition Classes
- Translatable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def topSelfEdgeBuffer: Int
-
def
translate(down: Int = 0, right: Int = 0): LayerInfo
- Definition Classes
- LayerInfo → Translatable
-
def
up(n: Int): LayerInfo
- Definition Classes
- Translatable
-
def
up: LayerInfo
- Definition Classes
- Translatable
- def vertexInfo(v: Vertex): Option[VertexInfo]
- val vertexInfos: Map[Vertex, VertexInfo]
-
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( ... )