Class Colors


  • public class Colors
    extends Object
    List of common color names.
    • Constructor Summary

      Constructors 
      Constructor Description
      Colors()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Color get​(String name)
      Returns the color for the specified name, or null if no such color exists.
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Colors

        public Colors()
    • Method Detail

      • get

        public static Color get​(String name)
        Returns the color for the specified name, or null if no such color exists.