Uses of Enum
ch.stegmaier.java2tex.genealogytree.subgraphs.Node.NodeType
Packages that use Node.NodeType
Package
Description
Contains classes to build a genealogytree as described in chapter 4 'graph grammar'.
-
Uses of Node.NodeType in ch.stegmaier.java2tex.genealogytree.subgraphs
Methods in ch.stegmaier.java2tex.genealogytree.subgraphs that return Node.NodeTypeModifier and TypeMethodDescriptionNode.getNodeType()static Node.NodeTypeReturns the enum constant of this type with the specified name.static Node.NodeType[]Node.NodeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ch.stegmaier.java2tex.genealogytree.subgraphs with parameters of type Node.NodeType