SubSectionBuilder

papyrus.DSL.builders.SubSectionBuilder
See theSubSectionBuilder companion object
case class SubSectionBuilder(var title: Option[Title], layerElements: ListBuffer[LayerElement]) extends Builder[SubSection]

Builds a SubSection element (only allowed inside Section)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Adds a subsection element

Adds a subsection element

Attributes

override def build: SubSection

Builds the SubSection element

Builds the SubSection element

Attributes

Definition Classes
def setTitle(newTitle: Title): SubSectionBuilder

Sets subsection title

Sets subsection title

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product