Class ColorMapperLightnessInverse
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.color.AbstractColorMapper
-
- net.sourceforge.plantuml.ugraphic.color.ColorMapperLightnessInverse
-
- All Implemented Interfaces:
ColorMapper
public class ColorMapperLightnessInverse extends AbstractColorMapper implements ColorMapper
-
-
Constructor Summary
Constructors Constructor Description ColorMapperLightnessInverse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Color
toColor(HColor color)
-
Methods inherited from class net.sourceforge.plantuml.ugraphic.color.AbstractColorMapper
toRGB, toSvg
-
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
toRGB, toSvg
-
-
-
-
Method Detail
-
toColor
public java.awt.Color toColor(HColor color)
- Specified by:
toColor
in interfaceColorMapper
-
-