Class GenealogyTree

java.lang.Object
ch.stegmaier.java2tex.core.BaseCommand<X>
ch.stegmaier.java2tex.core.GenericCommand<GenealogyTree,GenealogyTreeOptions>
ch.stegmaier.java2tex.genealogytree.impl.GenealogyTree

public class GenealogyTree extends ch.stegmaier.java2tex.core.GenericCommand<GenealogyTree,GenealogyTreeOptions>
  • Constructor Summary

    Constructors
    Constructor
    Description
    GenealogyTree(boolean asInput)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class ch.stegmaier.java2tex.core.GenericCommand

    append, append, append, append, appendNewLine, argument, argument, argument, argument, arguments, autoNewline, buildMandatory, buildName, buildOptional, clear, emptyArgs, getConfigValue, getConfigValue, getContent, noFormat, noPrefix, option, option, option, optionBuilder, star, toString

    Methods inherited from class ch.stegmaier.java2tex.core.BaseCommand

    formatValue, getCommand, getThis

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • GenealogyTree

      public GenealogyTree(boolean asInput)
  • Method Details