Package | Description |
---|---|
org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
Modifier and Type | Method and Description |
---|---|
static java.awt.Color |
PaintServer.convertICCColor(org.w3c.dom.Element e,
ICCColor c,
float opacity,
BridgeContext ctx)
Returns a Color object that corresponds to the input Paint's
ICC color value or null if the related color profile could not
be used or loaded for any reason.
|
static java.awt.Color |
PaintServer.convertRGBICCColor(org.w3c.dom.Element paintedElement,
Value colorDef,
ICCColor iccColor,
float opacity,
BridgeContext ctx)
Returns a Color object that corresponds to the input Paint's
ICC color value or an RGB color if the related color profile
could not be used or loaded for any reason.
|
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.