Uses of Class
org.lemsml.jlems.viz.plot.MessageType
-
Packages that use MessageType Package Description org.lemsml.jlems.viz.plot -
-
Uses of MessageType in org.lemsml.jlems.viz.plot
Methods in org.lemsml.jlems.viz.plot that return MessageType Modifier and Type Method Description static MessageType
MessageType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MessageType[]
MessageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.lemsml.jlems.viz.plot with parameters of type MessageType Modifier and Type Method Description void
MessageForkHandler. msg(MessageType type, java.lang.String txt)
void
MessageHandler. msg(MessageType type, java.lang.String txt)
void
MessagePrintlnHandler. msg(MessageType type, java.lang.String txt)
-