Class Node
java.lang.Object
ch.stegmaier.java2tex.core.BaseCommand<X>
ch.stegmaier.java2tex.core.GenericCommand<Node>
ch.stegmaier.java2tex.genealogytree.impl.graphgrammar.Node
- All Implemented Interfaces:
GraphElement
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
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, star, toStringMethods inherited from class ch.stegmaier.java2tex.core.BaseCommand
getCommand, getThis
-
Constructor Details
-
Node
-
-
Method Details
-
setIndent
public void setIndent(int indent) - Specified by:
setIndentin interfaceGraphElement
-
getNodeType
-
option
- Overrides:
optionin classch.stegmaier.java2tex.core.GenericCommand<Node>
-
add
add a datakey to the node, the datakeys will be sorted by key before adding as argument null datakey will be ignored- See Also:
-
validate
public void validate()- Overrides:
validatein classch.stegmaier.java2tex.core.GenericCommand<Node>
-