Uses of Class
ch.stegmaier.java2tex.genealogytree.impl.graphgrammar.DataKey
Packages that use DataKey
Package
Description
Pedigree and genealogical tree diagrams are proven tools to visualize genetic and relational connections between individuals.
Contains classes to build a genealogytree as described in chapter 4 'graph grammar'.
-
Uses of DataKey in ch.stegmaier.java2tex.genealogytree
Methods in ch.stegmaier.java2tex.genealogytree that return DataKeyModifier and TypeMethodDescriptionstatic DataKeyDataKeys.comment(ch.stegmaier.java2tex.core.BaseCommand comment) static DataKeyThis key holds some comment ⟨text⟩ about a person, e.g. occupation or a very concise life description.static DataKeyDataKeys.female()shortcute for sex = femalestatic DataKeystatic DataKeyA generic datakey given with keystatic DataKeyThis key holds an image ⟨file name⟩ of a person’s portrait.static DataKeyThis key holds the Kekulé number of a person.static DataKeyDataKeys.male()shortcute for sex = malestatic DataKeyDataKeys.name(ch.stegmaier.java2tex.core.BaseCommand name) static DataKeyThis key holds the ⟨full name⟩ of a person presumably with markup.static DataKeyDataKeys.neuter()shortcute for sex = neuterstatic DataKeyDataKeys.profession(ch.stegmaier.java2tex.core.BaseCommand profession) static DataKeyDataKeys.profession(String profession) This key holds some ⟨text⟩ about the profession a person.static DataKeyDataKeys.sex(DataKeys.Sex sex) This key holds the ⟨sex⟩ of a person.static DataKeyDataKeys.shortname(ch.stegmaier.java2tex.core.BaseCommand shortname) static DataKeyThis key holds an optional ⟨short name⟩ of a person presumably with markup.static DataKeyThis key holds an universally unique identifier (UUID) ⟨text⟩ of a person.static DataKey -
Uses of DataKey in ch.stegmaier.java2tex.genealogytree.impl.graphgrammar
Subclasses of DataKey in ch.stegmaier.java2tex.genealogytree.impl.graphgrammarMethods in ch.stegmaier.java2tex.genealogytree.impl.graphgrammar with parameters of type DataKey