Uses of Class
org.apache.batik.css.engine.value.svg12.DeviceColor
-
Packages that use DeviceColor 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 DeviceColor in org.apache.batik.bridge
Methods in org.apache.batik.bridge with parameters of type DeviceColor Modifier and Type Method Description static java.awt.Color
PaintServer. convertDeviceColor(org.w3c.dom.Element e, Value srgb, DeviceColor c, float opacity, BridgeContext ctx)
Returns a Color object that corresponds to the input Paint's device-specific color value.
-