Uses of Enum
jline.io.ModelVisualizer.NodeType
Packages that use ModelVisualizer.NodeType
-
Uses of ModelVisualizer.NodeType in jline.io
Methods in jline.io that return ModelVisualizer.NodeTypeModifier and TypeMethodDescriptionModelVisualizer.ModelVertex.getType()static ModelVisualizer.NodeTypeReturns the enum constant of this type with the specified name.static ModelVisualizer.NodeType[]ModelVisualizer.NodeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jline.io with parameters of type ModelVisualizer.NodeTypeModifierConstructorDescriptionModelVertex(String name, ModelVisualizer.NodeType type, int index, Object element)