Uses of Enum
ch.stegmaier.java2tex.genealogytree.DataKeys.Sex
Packages that use DataKeys.Sex
Package
Description
Pedigree and genealogical tree diagrams are proven tools to visualize genetic and relational connections between individuals.
-
Uses of DataKeys.Sex in ch.stegmaier.java2tex.genealogytree
Methods in ch.stegmaier.java2tex.genealogytree that return DataKeys.SexModifier and TypeMethodDescriptionstatic DataKeys.SexReturns the enum constant of this type with the specified name.static DataKeys.Sex[]DataKeys.Sex.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.stegmaier.java2tex.genealogytree with parameters of type DataKeys.SexModifier and TypeMethodDescriptionstatic DataKeyDataKeys.sex(DataKeys.Sex sex) This key holds the ⟨sex⟩ of a person.