GeomPage

ostrat.geom.GeomPage
object GeomPage extends HtmlPage

Produces an HTML file documentation for the Geom module.

Attributes

Graph
Supertypes
trait HtmlPage
trait HttpContent
class Object
trait Matchable
class Any
Self type
GeomPage.type

Members list

Type members

Classlikes

object Ellipses extends HtmlSection

Attributes

Supertypes
trait HtmlSection
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Self type
Ellipses.type

Value members

Concrete methods

override def body: HtmlBody

The body of this HtmlPage.

The body of this HtmlPage.

Attributes

Definition Classes
def canv: HtmlLi
def earth: HtmlLi
def geom3: HtmlLi
override def head: HtmlHead

The head of this HtmlPage.

The head of this HtmlPage.

Attributes

Definition Classes
def svg: HtmlLi
def trans: HtmlLi
def web: HtmlLi

Inherited methods

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

Concrete fields

val svgMargin: Int