trait AsciiRenderMethods extends MethodExtensions[Tile]
Extension methods on Tile for printing a representation as ASCII ranged characters or numerical values.
- Since
9/6/17
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsciiRenderMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
self: Tile
- Definition Classes
- MethodExtensions
Concrete Value Members
-
def
asciiDraw(): String
Return ascii art of this raster.
-
def
asciiDrawDouble(significantDigits: Int = Int.MaxValue): String
Return ascii art of this raster.
Return ascii art of this raster. The single int parameter indicates the number of significant digits to be printed.
-
def
asciiDrawRange(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int): String
Return ascii art of a range from this raster.
- def renderAscii(palette: Palette = AsciiArtEncoder.Palette.WIDE): String