Uses of Class
org.apache.batik.css.engine.value.svg12.CIELabColor
-
Packages that use CIELabColor Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. -
-
Uses of CIELabColor in org.apache.batik.bridge
Methods in org.apache.batik.bridge with parameters of type CIELabColor Modifier and Type Method Description static java.awt.Color
PaintServer. convertCIELabColor(org.w3c.dom.Element e, CIELabColor c, float opacity, BridgeContext ctx)
Returns a Color object that corresponds to the input Paint's CIE Lab color value.
-