-
- All Implemented Interfaces:
public class TableOfContentsBlock.Element
-
-
Field Summary
Fields Modifier and Type Field Description private BlockColor
color
-
Constructor Summary
Constructors Constructor Description TableOfContentsBlock.Element(BlockColor color)
TableOfContentsBlock.Element()
-
Method Summary
Modifier and Type Method Description final BlockColor
getColor()
final Unit
setColor(BlockColor color)
-
-
Constructor Detail
-
TableOfContentsBlock.Element
TableOfContentsBlock.Element(BlockColor color)
-
TableOfContentsBlock.Element
TableOfContentsBlock.Element()
-
-
Method Detail
-
getColor
final BlockColor getColor()
-
setColor
final Unit setColor(BlockColor color)
-
-
-
-