CPMarkupElement

org.cosplay.CPMarkupElement
case class CPMarkupElement(openTag: String, closeTag: String, skin: Char => CPPixel) extends Serializable

Markup element.

Value parameters

closeTag

Closing tag.

openTag

Open tag.

skin

Character to pixel converter.

Attributes

See also
Source
CPMarkup.scala
Graph
Supertypes
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product