CPMarkupElement

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

Markup element.

Attributes

closeTag

Closing tag.

openTag

Open tag.

skin

Character to pixel converter.

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product