TilingPage

ostrat.pDev.TilingPage

Html documentation page for Tiling Module.

Attributes

Graph
Supertypes
trait HtmlPage
trait HttpContent
class Object
trait Matchable
class Any
Show all
Self type
TilingPage.type

Members list

Value members

Concrete methods

override def body: HtmlBody

The body of this HtmlPage.

The body of this HtmlPage.

Attributes

Definition Classes
def coord: HtmlLi
def exs: HtmlLi
def grid: HtmlLi
def proj: HtmlLi
def sys: HtmlLi
def terms: HtmlLi
def terms2: HtmlOl
override def titleStr: String

A title String is all that is needed to be implemented by the final class to complete the HtmlHead.

A title String is all that is needed to be implemented by the final class to complete the HtmlHead.

Attributes

Definition Classes
def turn: HtmlLi

Inherited methods

Attributes

Inherited from:
OSDocumentationPage
override def head: HtmlHead

The head of this HtmlPage.

The head of this HtmlPage.

Attributes

Definition Classes
Inherited from:
OSDocumentationPage

The HTML element of this HtmlPage consisting of an HtmlHead and an HtmlBody.

The HTML element of this HtmlPage consisting of an HtmlHead and an HtmlBody.

Attributes

Inherited from:
HtmlPage
override def httpResp(dateStr: String, server: String): HttpRespBodied

Create an HtmlResp response with this HTML as its body.

Create an HtmlResp response with this HTML as its body.

Attributes

Definition Classes
Inherited from:
HtmlPage
def httpRespBytes(dateStr: String, server: String): Array[Byte]

Create an HtmlResp response with this HTML as its body in bytes.

Create an HtmlResp response with this HTML as its body in bytes.

Attributes

Inherited from:
HttpContent
override def out: String

The output String in HTML code.

The output String in HTML code.

Attributes

Definition Classes
Inherited from:
HtmlPage
def zioOut: String

Attributes

Inherited from:
HtmlPage