Uses of Class
org.apache.batik.css.engine.value.svg12.ICCNamedColor
-
Packages that use ICCNamedColor 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 ICCNamedColor in org.apache.batik.bridge
Methods in org.apache.batik.bridge with parameters of type ICCNamedColor Modifier and Type Method Description static java.awt.Color
PaintServer. convertICCNamedColor(org.w3c.dom.Element e, ICCNamedColor c, float opacity, BridgeContext ctx)
Returns a Color object that corresponds to the input Paint's ICC named color value or null if the related color profile could not be used or loaded for any reason.
-