Class Color

java.lang.Object
com.structurizr.view.Color

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

    Constructors 
    Constructor Description
    Color()  
  • Method Summary

    Modifier and Type Method Description
    static boolean isHexColorCode​(java.lang.String colorAsString)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • isHexColorCode

      public static boolean isHexColorCode​(java.lang.String colorAsString)