Package | Description |
---|---|
org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
org.apache.batik.ext.awt.color | |
org.apache.batik.ext.awt.image.renderable | |
org.apache.batik.ext.awt.image.rendered | |
org.apache.batik.ext.awt.image.spi |
Modifier and Type | Method and Description |
---|---|
ICCColorSpaceExt |
SVGColorProfileElementBridge.createICCColorSpaceExt(BridgeContext ctx,
org.w3c.dom.Element paintedElement,
java.lang.String iccProfileName)
Creates an ICC_ColorSpace according to the specified parameters.
|
protected static ICCColorSpaceExt |
SVGImageElementBridge.extractColorSpace(org.w3c.dom.Element element,
BridgeContext ctx)
Analyzes the color-profile property and builds an ICCColorSpaceExt
object from it.
|
Modifier and Type | Method and Description |
---|---|
ICCColorSpaceExt |
NamedProfileCache.request(java.lang.String profileName)
If this returns null then you are now 'on the hook'.
|
Modifier and Type | Method and Description |
---|---|
void |
NamedProfileCache.put(java.lang.String profileName,
ICCColorSpaceExt bi)
Associate bi with profileName.
|
Modifier and Type | Method and Description |
---|---|
ICCColorSpaceExt |
ProfileRable.getColorSpace()
Returns the ColorSpace of the Profile operation
|
Modifier and Type | Method and Description |
---|---|
void |
ProfileRable.setColorSpace(ICCColorSpaceExt colorSpace)
Sets the ColorSpace of the Profile operation
|
Constructor and Description |
---|
ProfileRable(Filter src,
ICCColorSpaceExt colorSpace)
Instances should be built through the static
factory methods
|
Constructor and Description |
---|
ProfileRed(CachableRed src,
ICCColorSpaceExt colorSpace) |
Modifier and Type | Method and Description |
---|---|
Filter |
ImageTagRegistry.checkCache(ParsedURL purl,
ICCColorSpaceExt colorSpace) |
Filter |
ImageTagRegistry.readStream(java.io.InputStream is,
ICCColorSpaceExt colorSpace) |
Filter |
ImageTagRegistry.readURL(java.io.InputStream is,
ParsedURL purl,
ICCColorSpaceExt colorSpace,
boolean allowOpenStream,
boolean returnBrokenLink) |
Filter |
ImageTagRegistry.readURL(ParsedURL purl,
ICCColorSpaceExt colorSpace) |
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.