|
||||||||||
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,
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(String profileName)
If this returns null then you are now 'on the hook'. |
Methods in org.apache.batik.ext.awt.color with parameters of type ICCColorSpaceExt | |
---|---|
void |
NamedProfileCache.put(String profileName,
ICCColorSpaceExt bi)
Associate bi with profileName. |
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.checkCache(ParsedURL purl,
ICCColorSpaceExt colorSpace)
|
Filter |
ImageTagRegistry.readStream(InputStream is,
ICCColorSpaceExt colorSpace)
|
Filter |
ImageTagRegistry.readURL(InputStream is,
ParsedURL purl,
ICCColorSpaceExt colorSpace,
boolean allowOpenStream,
boolean returnBrokenLink)
|
Filter |
ImageTagRegistry.readURL(ParsedURL purl,
ICCColorSpaceExt colorSpace)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |