InfoFormatter

org.nlogo.app.infotab.InfoFormatter
object InfoFormatter

Attributes

Source
InfoFormatter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type CSS = String

Attributes

Source
InfoFormatter.scala
type HTML = String

Attributes

Source
InfoFormatter.scala
type Markdown = String

Attributes

Source
InfoFormatter.scala

Value members

Concrete methods

def apply(content: String, fontSize: Int): HTML

Attributes

Source
InfoFormatter.scala
def main(argv: Array[String]): Unit

for standalone use, for example on a web server

for standalone use, for example on a web server

Attributes

Source
InfoFormatter.scala
def read(in: InputStream): String

Attributes

Source
InfoFormatter.scala
def styleSheet(fontSize: Int): CSS

Attributes

Source
InfoFormatter.scala

Attributes

Source
InfoFormatter.scala
def toInnerHtml(content: String): String

Attributes

Source
InfoFormatter.scala
def wrapHtml(body: HTML, fontSize: Int): HTML

Attributes

Source
InfoFormatter.scala

Concrete fields

Attributes

Source
InfoFormatter.scala

Attributes

Source
InfoFormatter.scala