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 MessageTypeMessageType. 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 voidMessageForkHandler. msg(MessageType type, java.lang.String txt)voidMessageHandler. msg(MessageType type, java.lang.String txt)voidMessagePrintlnHandler. msg(MessageType type, java.lang.String txt)
-