Class Color


  • public class Color
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Color​(Faker faker)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String hex()  
      java.lang.String hex​(boolean includeHashSign)  
      java.lang.String name()  
      • Methods inherited from class java.lang.Object

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

      • Color

        protected Color​(Faker faker)
    • Method Detail

      • name

        public java.lang.String name()
      • hex

        public java.lang.String hex()
      • hex

        public java.lang.String hex​(boolean includeHashSign)