Package 

Class StackedBarBlockProcessor

  • All Implemented Interfaces:
    org.asciidoctor.extension.Processor

    @Name(value = "stackbar")@Contexts(value = {":listing"})@ContentModel(value = ":compound") 
    public final class StackedBarBlockProcessor
    extends BlockProcessor
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String name
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Object process(StructuralNode parent, Reader reader, Map<String, Object> attributes)
      • Methods inherited from class org.asciidoctor.extension.BlockProcessor

        createBlock, createBlock, createBlock, createBlock, createBlock, createBlock, createBlock, createDocument, createList, createList, createList, createListItem, createListItem, createPhraseNode, createPhraseNode, createPhraseNode, createPhraseNode, createPhraseNode, createPhraseNode, createSection, createSection, createSection, createSection, createSection, createTable, createTable, createTableCell, createTableCell, createTableCell, createTableCell, createTableColumn, createTableColumn, createTableRow, getConfig, log, parseContent, setConfig, unwrap, updateConfig
      • Methods inherited from class io.docops.asciidoctorj.extension.stack.StackedBarBlockProcessor

        getName, setName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StackedBarBlockProcessor

        StackedBarBlockProcessor()