- All Superinterfaces:
Serializable,Style
- All Known Subinterfaces:
MdStyle
- All Known Implementing Classes:
MdStyle.GFM,MdStyle.Heading,UnixTermStyle
- Enclosing interface:
Style
Make your custom style a subclass of this one. For example:
enum UnixTermStyle implements CustomStyle {
DoubleUnderline,
CurlyUnderline,
}
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aya.pretty.doc.Style
Style.Attr, Style.ColorHex, Style.ColorName, Style.CustomStyle, Style.Preset -
Method Summary