Uses of Class
org.forester.archaeopteryx.Options.NODE_LABEL_DIRECTION
-
Packages that use Options.NODE_LABEL_DIRECTION Package Description org.forester.archaeopteryx -
-
Uses of Options.NODE_LABEL_DIRECTION in org.forester.archaeopteryx
Methods in org.forester.archaeopteryx that return Options.NODE_LABEL_DIRECTION Modifier and Type Method Description static Options.NODE_LABEL_DIRECTION
Options.NODE_LABEL_DIRECTION. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Options.NODE_LABEL_DIRECTION[]
Options.NODE_LABEL_DIRECTION. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forester.archaeopteryx with parameters of type Options.NODE_LABEL_DIRECTION Modifier and Type Method Description void
Configuration. setNodeLabelDirection(Options.NODE_LABEL_DIRECTION node_label_direction)
-