public abstract class AbstractColorMapper extends java.lang.Object implements ColorMapper
Constructor and Description |
---|
AbstractColorMapper() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toRGB(HColor hcolor) |
java.lang.String |
toSvg(HColor hcolor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toColor
public final java.lang.String toRGB(HColor hcolor)
toRGB
in interface ColorMapper
public final java.lang.String toSvg(HColor hcolor)
toSvg
in interface ColorMapper