Class AbstractColorMapper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toRGB​(HColor hcolor)  
      java.lang.String toSvg​(HColor hcolor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.sourceforge.plantuml.ugraphic.color.ColorMapper

        toColor
    • Constructor Detail

      • AbstractColorMapper

        public AbstractColorMapper()
    • Method Detail

      • toRGB

        public final java.lang.String toRGB​(HColor hcolor)
        Specified by:
        toRGB in interface ColorMapper
      • toSvg

        public final java.lang.String toSvg​(HColor hcolor)
        Specified by:
        toSvg in interface ColorMapper