case class VertexDrawingElement(region: Region, textLines: List[String]) extends DrawingElement with Translatable[VertexDrawingElement] with Transposable[VertexDrawingElement] with HasRegion with Product with Serializable
- textLines
-- each element is a row of text to be rendered inside the vertex.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VertexDrawingElement
- Serializable
- Serializable
- Product
- Equals
- HasRegion
- 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
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
down(n: Int): VertexDrawingElement
- Definition Classes
- Translatable
-
def
down: VertexDrawingElement
- 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): VertexDrawingElement
- Definition Classes
- Translatable
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
left(n: Int): VertexDrawingElement
- Definition Classes
- Translatable
-
def
left: VertexDrawingElement
- 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()
-
def
points: List[Point]
- Definition Classes
- VertexDrawingElement → DrawingElement
-
val
region: Region
- Definition Classes
- VertexDrawingElement → HasRegion
-
def
right(n: Int): VertexDrawingElement
- Definition Classes
- Translatable
-
def
right: VertexDrawingElement
- Definition Classes
- Translatable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val textLines: List[String]
-
def
translate(down: Int = 0, right: Int = 0): VertexDrawingElement
- Definition Classes
- VertexDrawingElement → DrawingElement → Translatable
-
def
transpose: VertexDrawingElement
Flip this item across the top-left to bottom-right diagonal.
Flip this item across the top-left to bottom-right diagonal.
- Definition Classes
- VertexDrawingElement → DrawingElement → Transposable
-
def
up(n: Int): VertexDrawingElement
- Definition Classes
- Translatable
-
def
up: VertexDrawingElement
- 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( ... )