Class SvgColors


  • class SvgColors
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Map<java.lang.String,​java.lang.Integer> colors  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SvgColors()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static boolean contains​(java.lang.String color)  
      (package private) static int get​(java.lang.String color)  
      • Methods inherited from class java.lang.Object

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

      • colors

        private static final java.util.Map<java.lang.String,​java.lang.Integer> colors
    • Constructor Detail

      • SvgColors

        private SvgColors()
    • Method Detail

      • contains

        static boolean contains​(java.lang.String color)
      • get

        static int get​(java.lang.String color)