SvgElem

ostrat.geom.SvgElem
trait SvgElem extends XmlElem

An SVG element.

Attributes

Graph
Supertypes
trait XmlElem
trait XCon
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
XmlElemLike

Attributes

Inherited from:
XmlElemLike

Attributes

Inherited from:
XmlElemLike

Attributes

Inherited from:
XmlElemLike

Attributes

Inherited from:
XmlElemLike

Attributes

Inherited from:
XmlElemLike

Attributes

Inherited from:
XmlElemLike

Attributes

Inherited from:
XmlElemLike
override def out(indent: Int, maxLineLen: Int): String

Returns the XML source code, formatted according to the input.

Returns the XML source code, formatted according to the input.

Attributes

Definition Classes
Inherited from:
XmlElem
def tag: String

The XML /HTML tag String. A tag is a markup construct that begins with < and ends with >

The XML /HTML tag String. A tag is a markup construct that begins with < and ends with >

Attributes

Inherited from:
XmlElemLike