StyleDeclarationSet

laika.ast.StyleDeclarationSet$
See theStyleDeclarationSet companion class

Companion providing factory methods for the StyleDeclaration class.

Attributes

Companion
class
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
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

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

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

Inherited methods

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

Attributes

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