|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICCColorSpaceExt | |
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 |
Uses of ICCColorSpaceExt in org.apache.batik.bridge |
Methods in org.apache.batik.bridge that return ICCColorSpaceExt | |
ICCColorSpaceExt |
SVGColorProfileElementBridge.createICCColorSpaceExt(BridgeContext ctx,
Element paintedElement,
java.lang.String iccProfileName)
Creates an ICC_ColorSpace according to the specified parameters. |
protected static ICCColorSpaceExt |
SVGImageElementBridge.extractColorSpace(Element element,
BridgeContext ctx)
Analyzes the color-profile property and builds an ICCColorSpaceExt object from it. |
Uses of ICCColorSpaceExt in org.apache.batik.ext.awt.color |
Methods in org.apache.batik.ext.awt.color that return ICCColorSpaceExt | |
ICCColorSpaceExt |
NamedProfileCache.request(java.lang.String profileName)
If this returns null then you are now 'on the hook'. to put the ICCColorSpaceExt associated with String into the cache. |
Methods in org.apache.batik.ext.awt.color with parameters of type ICCColorSpaceExt | |
void |
NamedProfileCache.put(java.lang.String profileName,
ICCColorSpaceExt bi)
Associate bi with profileName. bi is only referenced through a soft reference so don't rely on the cache to keep it around. |
Uses of ICCColorSpaceExt in org.apache.batik.ext.awt.image.renderable |
Methods in org.apache.batik.ext.awt.image.renderable that return ICCColorSpaceExt | |
ICCColorSpaceExt |
ProfileRable.getColorSpace()
Returns the ColorSpace of the Profile operation |
Methods in org.apache.batik.ext.awt.image.renderable with parameters of type ICCColorSpaceExt | |
void |
ProfileRable.setColorSpace(ICCColorSpaceExt colorSpace)
Sets the ColorSpace of the Profile operation |
Constructors in org.apache.batik.ext.awt.image.renderable with parameters of type ICCColorSpaceExt | |
ProfileRable(Filter src,
ICCColorSpaceExt colorSpace)
Instances should be built through the static factory methods |
Uses of ICCColorSpaceExt in org.apache.batik.ext.awt.image.rendered |
Constructors in org.apache.batik.ext.awt.image.rendered with parameters of type ICCColorSpaceExt | |
ProfileRed(CachableRed src,
ICCColorSpaceExt colorSpace)
|
Uses of ICCColorSpaceExt in org.apache.batik.ext.awt.image.spi |
Methods in org.apache.batik.ext.awt.image.spi with parameters of type ICCColorSpaceExt | |
Filter |
ImageTagRegistry.readURL(ParsedURL purl,
ICCColorSpaceExt colorSpace)
|
Filter |
ImageTagRegistry.readStream(java.io.InputStream is,
ICCColorSpaceExt colorSpace)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |