StyleDeclarationSet

laika.ast.styles.StyleDeclarationSet
See theStyleDeclarationSet companion class

Companion providing factory methods for the StyleDeclaration class.

Attributes

Companion
class
Source
styles.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

Creates a new StyleDeclarationSet with a single path element and the specified declarations.

Creates a new StyleDeclarationSet with a single path element and the specified declarations.

Attributes

Source
styles.scala
def forPath(path: Path, styles: Set[StyleDeclaration]): StyleDeclarationSet

Creates a new StyleDeclarationSet with a single path element and the specified declarations.

Creates a new StyleDeclarationSet with a single path element and the specified declarations.

Attributes

Source
styles.scala

Inherited methods

def curried: T1 => T2 => T3 => R

Attributes

Inherited from:
Function3
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function3 -> Any
Inherited from:
Function3
def tupled: ((T1, T2, T3)) => R

Attributes

Inherited from:
Function3

Concrete fields

Creates an empty StyleDeclarationSet with Root as its only path element.

Creates an empty StyleDeclarationSet with Root as its only path element.

Attributes

Source
styles.scala