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