sealed trait DrawingElement extends Translatable[DrawingElement] with Transposable[DrawingElement]
An element of a visual depiction of a graph.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DrawingElement
- Transposable
- Translatable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def points: List[Point]
-
abstract
def
translate(down: Int = 0, right: Int = 0): DrawingElement
- Definition Classes
- DrawingElement → Translatable
-
abstract
def
transpose: DrawingElement
Flip this item across the top-left to bottom-right diagonal.
Flip this item across the top-left to bottom-right diagonal.
- Definition Classes
- DrawingElement → Transposable
Concrete 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): DrawingElement
- Definition Classes
- Translatable
-
def
down: DrawingElement
- Definition Classes
- Translatable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
go(direction: Direction): DrawingElement
- Definition Classes
- Translatable
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
left(n: Int): DrawingElement
- Definition Classes
- Translatable
-
def
left: DrawingElement
- 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
right(n: Int): DrawingElement
- Definition Classes
- Translatable
-
def
right: DrawingElement
- Definition Classes
- Translatable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
up(n: Int): DrawingElement
- Definition Classes
- Translatable
-
def
up: DrawingElement
- 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( ... )