Class Options<X extends Options>

java.lang.Object
ch.stegmaier.java2tex.core.BaseOption<X>
ch.stegmaier.java2tex.core.OptionBuilder<X>
ch.stegmaier.java2tex.genealogytree.impl.graphgrammar.Options<X>
Direct Known Subclasses:
ChildOptions, NodeOptions, ParentOptions, SandclockOptions, UnionOptions

public class Options<X extends Options> extends ch.stegmaier.java2tex.core.OptionBuilder<X>
  • Constructor Summary

    Constructors
    Constructor
    Description
    Options(ch.stegmaier.java2tex.core.GenericCommand parent)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    box(String box)
     
    id(String id)
    Every node and every family can be marked by a id using this option.

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

    end, entry, entry, entry, entry, entry, optionList, toString

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

    getThis

    Methods inherited from class java.lang.Object

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

    • Options

      public Options(ch.stegmaier.java2tex.core.GenericCommand parent)
  • Method Details

    • id

      public X id(String id)
      Every node and every family can be marked by a id using this option.
    • box

      public X box(String box)