Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

a - Variable in class io.sf.carte.echosvg.parser.FloatArrayProducer
The current float[] object.
A - Static variable in class io.sf.carte.echosvg.ext.awt.image.ARGBChannel
 
aaOffFontRenderContext - Variable in class io.sf.carte.echosvg.bridge.BasicTextPainter
 
ABSOLUTE_COLORIMETRIC - Enum constant in enum class io.sf.graphics.java2d.color.RenderingIntent
Absolute colorimetric rendering intent.
ABSOLUTE_COLORIMETRIC - Static variable in class io.sf.carte.echosvg.ext.awt.color.ICCColorSpaceExt
Deprecated.
 
absoluteColorimetricToRGB(float[]) - Method in class io.sf.carte.echosvg.ext.awt.color.ICCColorSpaceExt
Deprecated.
Absolute colorimetric.
AbstractAnimation - Class in io.sf.carte.echosvg.anim
An abstract base class for the different types of animation.
AbstractAnimation(TimedElement, AnimatableElement) - Constructor for class io.sf.carte.echosvg.anim.AbstractAnimation
Creates a new Animation.
AbstractAttr - Class in io.sf.carte.echosvg.dom
This class implements the Attr interface.
AbstractAttr() - Constructor for class io.sf.carte.echosvg.dom.AbstractAttr
Creates a new Attr object.
AbstractAttr(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.dom.AbstractAttr
Creates a new Attr object.
AbstractAttr.AttrTypeInfo - Class in io.sf.carte.echosvg.dom
Inner class to hold type information about this attribute.
AbstractAttrNS - Class in io.sf.carte.echosvg.dom
This class implements the Attr interface with support for namespaces.
AbstractAttrNS() - Constructor for class io.sf.carte.echosvg.dom.AbstractAttrNS
Creates a new Attr object.
AbstractAttrNS(String, String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.dom.AbstractAttrNS
Creates a new Attr object.
AbstractCharacterData - Class in io.sf.carte.echosvg.dom
This class implements the CharacterData interface.
AbstractCharacterData() - Constructor for class io.sf.carte.echosvg.dom.AbstractCharacterData
 
AbstractCharDecoder - Class in io.sf.carte.echosvg.util.io
This class is the superclass of all the char decoders.
AbstractCharDecoder(InputStream) - Constructor for class io.sf.carte.echosvg.util.io.AbstractCharDecoder
Creates a new CharDecoder object.
AbstractChildNode - Class in io.sf.carte.echosvg.dom
This class implements the Node interface with support for parent and siblings.
AbstractChildNode() - Constructor for class io.sf.carte.echosvg.dom.AbstractChildNode
 
AbstractCIEColor - Class in io.sf.carte.echosvg.css.engine.value.svg12
This is a base class for CIE Lab/LCH color values.
AbstractCIEColor(float[], float[]) - Constructor for class io.sf.carte.echosvg.css.engine.value.svg12.AbstractCIEColor
Creates a new CIE-based color.
AbstractColorInterpolationRable - Class in io.sf.carte.echosvg.ext.awt.image.renderable
This is an abstract base class that adds the ability to specify the Color Space that the operation should take place in (linear sRGB or gamma corrected sRBG).
AbstractColorInterpolationRable() - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractColorInterpolationRable
void constructor.
AbstractColorInterpolationRable(Filter) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractColorInterpolationRable
Construct an Abstract Rable from src.
AbstractColorInterpolationRable(Filter, Map<String, Object>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractColorInterpolationRable
Construct an Abstract Rable from src and props.
AbstractColorInterpolationRable(List<? extends RenderableImage>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractColorInterpolationRable
Construct an Abstract Rable from a list of sources.
AbstractColorInterpolationRable(List<RenderableImage>, Map<String, Object>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractColorInterpolationRable
Construct an Abstract Rable from a list of sources, and bounds.
AbstractColorManager - Class in io.sf.carte.echosvg.css.engine.value
This class provides a manager for the property with support for CSS color values.
AbstractColorManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.AbstractColorManager
 
AbstractComment - Class in io.sf.carte.echosvg.dom
This class implements the Comment interface.
AbstractComment() - Constructor for class io.sf.carte.echosvg.dom.AbstractComment
 
AbstractComponent() - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractComponent
 
AbstractComponent() - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractComponent
 
AbstractContentSelector - Class in io.sf.carte.echosvg.bridge.svg12
A base class for handlers of different XBL content element includes attribute syntaxes.
AbstractContentSelector(ContentManager, XBLOMContentElement, Element) - Constructor for class io.sf.carte.echosvg.bridge.svg12.AbstractContentSelector
Creates a new AbstractContentSelector object.
AbstractContentSelector.ContentSelectorFactory - Interface in io.sf.carte.echosvg.bridge.svg12
An interface for content selector factories.
AbstractContentSelector.XPathPatternContentSelectorFactory - Class in io.sf.carte.echosvg.bridge.svg12
A factory for XPathPatternContentSelector objects.
AbstractContentSelector.XPathSubsetContentSelectorFactory - Class in io.sf.carte.echosvg.bridge.svg12
A factory for XPathSubsetContentSelector objects.
AbstractDeviceSpecificColorSpace - Class in io.sf.graphics.java2d.color
Base class for device-specific (uncalibrated) color spaces.
AbstractDeviceSpecificColorSpace(int, int) - Constructor for class io.sf.graphics.java2d.color.AbstractDeviceSpecificColorSpace
Creates a new instance.
AbstractDocument - Class in io.sf.carte.echosvg.dom
This class implements the Document interface.
AbstractDocument() - Constructor for class io.sf.carte.echosvg.dom.AbstractDocument
Creates a new document.
AbstractDocument(DocumentType, DOMImplementation) - Constructor for class io.sf.carte.echosvg.dom.AbstractDocument
Creates a new document.
AbstractDocument.DocumentConfiguration - Class in io.sf.carte.echosvg.dom
DOMConfiguration for this document.
AbstractDocument.DocumentConfiguration.ParameterNameList - Class in io.sf.carte.echosvg.dom
Class to expose the parameter names.
AbstractDocument.DocumentError - Class in io.sf.carte.echosvg.dom
DOMError implementation.
AbstractDocument.DocumentError.ErrorLocation - Class in io.sf.carte.echosvg.dom
The DOMLocator implementation.
AbstractDocument.IdSoftRef - Class in io.sf.carte.echosvg.dom
 
AbstractDocument.XPathExpr - Class in io.sf.carte.echosvg.dom
A compiled XPath expression.
AbstractDocument.XPathExpr.NSPrefixResolver - Class in io.sf.carte.echosvg.dom
Prefix resolver.
AbstractDocument.XPathExpr.Result - Class in io.sf.carte.echosvg.dom
XPathResult implementation.
AbstractDocument.XPathNodeNSResolver - Class in io.sf.carte.echosvg.dom
An XPathNSResolver that uses Node.lookupNamespaceURI.
AbstractDocumentFragment - Class in io.sf.carte.echosvg.dom
This class implements DocumentFragment interface.
AbstractDocumentFragment() - Constructor for class io.sf.carte.echosvg.dom.AbstractDocumentFragment
 
AbstractDOMImplementation - Class in io.sf.carte.echosvg.dom
This class implements the DOMImplementation, DOMImplementationCSS interfaces.
AbstractDOMImplementation() - Constructor for class io.sf.carte.echosvg.dom.AbstractDOMImplementation
Creates a new AbstractDOMImplementation object.
AbstractElement - Class in io.sf.carte.echosvg.anim.dom
This class provides a superclass to implement an SVG element, or an element interoperable with the SVG elements.
AbstractElement - Class in io.sf.carte.echosvg.dom
This class implements the Element interface.
AbstractElement() - Constructor for class io.sf.carte.echosvg.anim.dom.AbstractElement
Creates a new Element object.
AbstractElement() - Constructor for class io.sf.carte.echosvg.dom.AbstractElement
Creates a new AbstractElement object.
AbstractElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.AbstractElement
Creates a new Element object.
AbstractElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.dom.AbstractElement
Creates a new AbstractElement object.
AbstractElement.ElementTypeInfo - Class in io.sf.carte.echosvg.dom
Inner class to hold type information about this element.
AbstractElement.Entry - Class in io.sf.carte.echosvg.dom
To manage collisions in the attributes map.
AbstractElement.ExtendedNamedNodeHashMap - Class in io.sf.carte.echosvg.anim.dom
An implementation of the NamedNodeMap.
AbstractElement.NamedNodeHashMap - Class in io.sf.carte.echosvg.dom
An implementation of the NamedNodeMap.
AbstractElementNS - Class in io.sf.carte.echosvg.dom
This class implements the Element interface.
AbstractElementNS() - Constructor for class io.sf.carte.echosvg.dom.AbstractElementNS
Creates a new AbstractElementNS object.
AbstractElementNS(String, String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.dom.AbstractElementNS
Creates a new AbstractElementNS object.
AbstractEntity - Class in io.sf.carte.echosvg.dom
This class implements the Entity interface.
AbstractEntity() - Constructor for class io.sf.carte.echosvg.dom.AbstractEntity
 
AbstractEntityReference - Class in io.sf.carte.echosvg.dom
This class implements the EntityReference interface.
AbstractEntityReference() - Constructor for class io.sf.carte.echosvg.dom.AbstractEntityReference
Creates a new EntityReference object.
AbstractEntityReference(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.dom.AbstractEntityReference
Creates a new EntityReference object.
AbstractEvent - Class in io.sf.carte.echosvg.dom.events
The abstract Event root class.
AbstractEvent() - Constructor for class io.sf.carte.echosvg.dom.events.AbstractEvent
 
AbstractGraphics2D - Class in io.sf.carte.echosvg.ext.awt.g2d
This extension of the java.awt.Graphics2D abstract class is still abstract, but it implements a lot of the Graphics2D method in a way that concrete implementations can reuse.
AbstractGraphics2D(boolean) - Constructor for class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
 
AbstractGraphics2D(AbstractGraphics2D) - Constructor for class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Creates a new AbstractGraphics2D from an existing instance.
AbstractGraphicsNode - Class in io.sf.carte.echosvg.gvt
A partial implementation of the GraphicsNode interface.
AbstractGraphicsNode() - Constructor for class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Constructs a new graphics node.
AbstractGraphicsNodeBridge - Class in io.sf.carte.echosvg.bridge
The base bridge class for SVG graphics node.
AbstractGraphicsNodeBridge() - Constructor for class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Constructs a new abstract bridge.
AbstractImageHandlerEncoder - Class in io.sf.carte.echosvg.svggen
This abstract implementation of the ImageHandler interface is intended to be the base class for ImageHandlers that generate image files for all the images they handle.
AbstractImageHandlerEncoder(String, String) - Constructor for class io.sf.carte.echosvg.svggen.AbstractImageHandlerEncoder
 
AbstractImageZoomInteractor - Class in io.sf.carte.echosvg.swing.gvt
This class represents a zoom interactor.
AbstractImageZoomInteractor() - Constructor for class io.sf.carte.echosvg.swing.gvt.AbstractImageZoomInteractor
 
AbstractLight - Class in io.sf.carte.echosvg.ext.awt.image
An abstract implementation of the Light interface.
AbstractLight(Color) - Constructor for class io.sf.carte.echosvg.ext.awt.image.AbstractLight
 
AbstractModificationHandler() - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractModificationHandler
 
AbstractModificationHandler() - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
 
AbstractModificationHandler() - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
 
AbstractNode - Class in io.sf.carte.echosvg.dom
This class implements the Node interface.
AbstractNode() - Constructor for class io.sf.carte.echosvg.dom.AbstractNode
 
AbstractNotation - Class in io.sf.carte.echosvg.dom
This class implements the Notation interface.
AbstractNotation() - Constructor for class io.sf.carte.echosvg.dom.AbstractNotation
 
AbstractOptionHandler() - Constructor for class io.sf.carte.echosvg.apps.rasterizer.Main.AbstractOptionHandler
 
AbstractPanInteractor - Class in io.sf.carte.echosvg.swing.gvt
This class represents a pan interactor.
AbstractPanInteractor() - Constructor for class io.sf.carte.echosvg.swing.gvt.AbstractPanInteractor
 
AbstractParentChildNode - Class in io.sf.carte.echosvg.dom
This class implements the Node interface with support for children, parent and siblings.
AbstractParentChildNode() - Constructor for class io.sf.carte.echosvg.dom.AbstractParentChildNode
 
AbstractParentNode - Class in io.sf.carte.echosvg.dom
This class implements the Node interface with support for children.
AbstractParentNode() - Constructor for class io.sf.carte.echosvg.dom.AbstractParentNode
 
AbstractParentNode.ChildNodes - Class in io.sf.carte.echosvg.dom
To manage the children of this node.
AbstractParentNode.ElementsByTagName - Class in io.sf.carte.echosvg.dom
To manage a list of nodes.
AbstractParentNode.ElementsByTagNameNS - Class in io.sf.carte.echosvg.dom
To manage a list of nodes.
AbstractParsedURLProtocolHandler - Class in io.sf.carte.echosvg.util
Very simple abstract base class for ParsedURLProtocolHandlers.
AbstractParsedURLProtocolHandler(String) - Constructor for class io.sf.carte.echosvg.util.AbstractParsedURLProtocolHandler
Constrcut a ProtocolHandler for protocol
AbstractParser - Class in io.sf.carte.echosvg.parser
This class is the superclass of all parsers.
AbstractParser() - Constructor for class io.sf.carte.echosvg.parser.AbstractParser
 
AbstractProcessingInstruction - Class in io.sf.carte.echosvg.dom
This class implements the ProcessingInstruction interface.
AbstractProcessingInstruction() - Constructor for class io.sf.carte.echosvg.dom.AbstractProcessingInstruction
 
AbstractRable - Class in io.sf.carte.echosvg.ext.awt.image.renderable
This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the RenderableImage interface.
AbstractRable() - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
void constructor.
AbstractRable(Filter) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
Construct an Abstract Rable from src.
AbstractRable(Filter, Map<String, ?>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
Construct an Abstract Rable from src and props.
AbstractRable(List<? extends RenderableImage>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
Construct an Abstract Rable from a list of sources.
AbstractRable(List<? extends RenderableImage>, Map<String, Object>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
Construct an Abstract Rable from a list of sources, and bounds.
AbstractRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the CachableRed (RenderedImage) interface.
AbstractRed() - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
void constructor.
AbstractRed(CachableRed, Rectangle, ColorModel, SampleModel, int, int, Map<String, ?>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
Construct an Abstract Rable from a bounds rect and props (may be null).
AbstractRed(CachableRed, Rectangle, ColorModel, SampleModel, Map<String, ?>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).
AbstractRed(CachableRed, Rectangle, Map<String, ?>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).
AbstractRed(CachableRed, Map<String, ?>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
Construct an Abstract RenderedImage from a source image and props (may be null).
AbstractRed(Rectangle, Map<String, ?>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
Construct an Abstract RenderedImage from a bounds rect and props (may be null).
AbstractRed(List<CachableRed>, Rectangle, ColorModel, SampleModel, int, int, Map<String, ?>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
Construct an Abstract RenderedImage from a bounds rect, ColorModel (may be null), SampleModel (may be null), tile grid offsets and props (may be null).
AbstractRed(List<CachableRed>, Rectangle, ColorModel, SampleModel, Map<String, ?>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
Construct an Abstract RenderedImage from a bounds rect, ColorModel (may be null), SampleModel (may be null) and props (may be null).
AbstractRed(List<CachableRed>, Rectangle, Map<String, ?>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
Construct an Abstract Rable from a List of sources a bounds rect and props (may be null).
AbstractRegistryEntry - Class in io.sf.carte.echosvg.ext.awt.image.spi
 
AbstractRegistryEntry(String, float, String[], String[]) - Constructor for class io.sf.carte.echosvg.ext.awt.image.spi.AbstractRegistryEntry
 
AbstractRegistryEntry(String, float, String, String) - Constructor for class io.sf.carte.echosvg.ext.awt.image.spi.AbstractRegistryEntry
 
AbstractResetTransformInteractor - Class in io.sf.carte.echosvg.swing.gvt
This class represents an interactor which reset the rendering transform of the associated document.
AbstractResetTransformInteractor() - Constructor for class io.sf.carte.echosvg.swing.gvt.AbstractResetTransformInteractor
 
AbstractRotateInteractor - Class in io.sf.carte.echosvg.swing.gvt
This class represents a rotate interactor.
AbstractRotateInteractor() - Constructor for class io.sf.carte.echosvg.swing.gvt.AbstractRotateInteractor
 
AbstractScanner - Class in io.sf.carte.echosvg.parser
An abstract scanner class to be extended.
AbstractScanner(InputStream, String) - Constructor for class io.sf.carte.echosvg.parser.AbstractScanner
Creates a new AbstractScanner object.
AbstractScanner(Reader) - Constructor for class io.sf.carte.echosvg.parser.AbstractScanner
Creates a new AbstractScanner object.
AbstractScanner(String) - Constructor for class io.sf.carte.echosvg.parser.AbstractScanner
Creates a new AbstractScanner object.
AbstractSegment - Class in io.sf.carte.echosvg.ext.awt.geom
An abstract class for path segments.
AbstractSegment() - Constructor for class io.sf.carte.echosvg.ext.awt.geom.AbstractSegment
 
AbstractStylableDocument - Class in io.sf.carte.echosvg.dom
A Document that supports CSS styling.
AbstractStylableDocument() - Constructor for class io.sf.carte.echosvg.dom.AbstractStylableDocument
 
AbstractStylableDocument(DocumentType, DOMImplementation) - Constructor for class io.sf.carte.echosvg.dom.AbstractStylableDocument
Creates a new document.
AbstractSVGAnimatedLength - Class in io.sf.carte.echosvg.anim.dom
This class provides an implementation of the SVGAnimatedLength interface.
AbstractSVGAnimatedLength(AbstractElement, String, String, short, boolean) - Constructor for class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength
Creates a new SVGAnimatedLength.
AbstractSVGAnimatedLength.AnimSVGLength - Class in io.sf.carte.echosvg.anim.dom
This class represents the SVGLength returned by AbstractSVGAnimatedLength.getAnimVal().
AbstractSVGAnimatedLength.BaseSVGLength - Class in io.sf.carte.echosvg.anim.dom
This class represents the SVGLength returned by AbstractSVGAnimatedLength.getBaseVal().
AbstractSVGAnimatedValue - Class in io.sf.carte.echosvg.anim.dom
An abstract base class for the SVGAnimated* classes, that implements an AnimatedAttributeListener list.
AbstractSVGAnimatedValue(AbstractElement, String, String) - Constructor for class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedValue
Creates a new AbstractSVGAnimatedValue.
AbstractSVGBridge - Class in io.sf.carte.echosvg.bridge
The base bridge class for SVG elements.
AbstractSVGBridge() - Constructor for class io.sf.carte.echosvg.bridge.AbstractSVGBridge
Constructs a new abstract bridge for SVG elements.
AbstractSVGConverter - Class in io.sf.carte.echosvg.svggen
Abstract class with common utility methods used by subclasses for specific convertion operations.
AbstractSVGConverter(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.AbstractSVGConverter
 
AbstractSVGFilterConverter - Class in io.sf.carte.echosvg.svggen
Abstract class with common utility methods used by subclasses for specific convertion operations.
AbstractSVGFilterConverter(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.AbstractSVGFilterConverter
 
AbstractSVGFilterPrimitiveElementBridge - Class in io.sf.carte.echosvg.bridge
The base bridge class for SVG filter primitives.
AbstractSVGFilterPrimitiveElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.AbstractSVGFilterPrimitiveElementBridge
Constructs a new bridge for a filter primitive element.
AbstractSVGGradientElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for vending gradients.
AbstractSVGGradientElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.AbstractSVGGradientElementBridge
Constructs a new AbstractSVGGradientElementBridge.
AbstractSVGGradientElementBridge.Stop - Class in io.sf.carte.echosvg.bridge
This class represents a gradient <stop> element.
AbstractSVGGradientElementBridge.SVGStopElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the gradient <stop> element.
AbstractSVGItem - Class in io.sf.carte.echosvg.dom.svg
Adapter for the SVGItem interface.
AbstractSVGItem() - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGItem
Creates a new AbstractSVGList.
AbstractSVGLength - Class in io.sf.carte.echosvg.anim.dom
Default implementation for SVGLength.
AbstractSVGLength(short) - Constructor for class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
Creates a new AbstractSVGLength.
AbstractSVGLength.DefaultContext - Class in io.sf.carte.echosvg.anim.dom
To resolve the units.
AbstractSVGLengthList - Class in io.sf.carte.echosvg.anim.dom
This class is the implementation of SVGLengthList.
AbstractSVGLengthList(short) - Constructor for class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList
Creates a new SVGLengthList.
AbstractSVGLengthList.LengthListBuilder - Class in io.sf.carte.echosvg.anim.dom
Helper class to interface the LengthListParser and the ListHandler.
AbstractSVGLengthList.SVGLengthItem - Class in io.sf.carte.echosvg.anim.dom
An SVGLength in the list.
AbstractSVGLightElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.AbstractSVGLightingElementBridge.AbstractSVGLightElementBridge
 
AbstractSVGLightingElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feDiffuseLighting> element.
AbstractSVGLightingElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.AbstractSVGLightingElementBridge
Constructs a new bridge for the lighting filter primitives.
AbstractSVGLightingElementBridge.AbstractSVGLightElementBridge - Class in io.sf.carte.echosvg.bridge
The base bridge class for light element.
AbstractSVGLightingElementBridge.SVGFeDistantLightElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feDistantLight> element.
AbstractSVGLightingElementBridge.SVGFePointLightElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <fePointLight> element.
AbstractSVGLightingElementBridge.SVGFeSpotLightElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feSpotLight> element.
AbstractSVGList - Class in io.sf.carte.echosvg.dom.svg
This class is a base implementation for a live list representation of SVG attributes.
AbstractSVGList() - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGList
 
AbstractSVGMatrix - Class in io.sf.carte.echosvg.dom.svg
This class provides an abstract implementation of the SVGMatrix interface.
AbstractSVGMatrix() - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
 
AbstractSVGNormPathSegList - Class in io.sf.carte.echosvg.dom.svg
This class is the implementation of the normalized SVGPathSegList.
AbstractSVGNormPathSegList() - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList
Creates a new SVGNormPathSegList.
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder - Class in io.sf.carte.echosvg.dom.svg
 
AbstractSVGNormPathSegList.SVGPathSegGenericItem - Class in io.sf.carte.echosvg.dom.svg
 
AbstractSVGNumber - Class in io.sf.carte.echosvg.dom.svg
Implementation of SVGNumber.
AbstractSVGNumber() - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGNumber
 
AbstractSVGNumberList - Class in io.sf.carte.echosvg.dom.svg
This class is the implementation of SVGNumberList.
AbstractSVGNumberList() - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList
Creates a new SVGNumberList.
AbstractSVGNumberList.NumberListBuilder - Class in io.sf.carte.echosvg.dom.svg
Helper class to interface the NumberListParser and the NumberListHandler.
AbstractSVGPathSegList - Class in io.sf.carte.echosvg.dom.svg
This class is the implementation of SVGPathSegList.
AbstractSVGPathSegList() - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList
Creates a new SVGPathSegList.
AbstractSVGPathSegList.PathSegListBuilder - Class in io.sf.carte.echosvg.dom.svg
 
AbstractSVGPathSegList.SVGPathSegArcItem - Class in io.sf.carte.echosvg.dom.svg
 
AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem - Class in io.sf.carte.echosvg.dom.svg
 
AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem - Class in io.sf.carte.echosvg.dom.svg
 
AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem - Class in io.sf.carte.echosvg.dom.svg
 
AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem - Class in io.sf.carte.echosvg.dom.svg
 
AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem - Class in io.sf.carte.echosvg.dom.svg
 
AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem - Class in io.sf.carte.echosvg.dom.svg
 
AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem - Class in io.sf.carte.echosvg.dom.svg
 
AbstractSVGPointList - Class in io.sf.carte.echosvg.dom.svg
Abstract implementation of SVGPointList.
AbstractSVGPointList() - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPointList
 
AbstractSVGPointList.PointsListBuilder - Class in io.sf.carte.echosvg.dom.svg
Helper class to interface the PointsParser and the PointsHandler.
AbstractSVGPreserveAspectRatio - Class in io.sf.carte.echosvg.dom.svg
Abstract implementation for SVGPreservAspectRatio This is the base implementation for SVGPreservAspectRatio
AbstractSVGPreserveAspectRatio() - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio
Creates a new instance of AbstractSVGPreserveAspectRatio
AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler - Class in io.sf.carte.echosvg.dom.svg
 
AbstractSVGTransform - Class in io.sf.carte.echosvg.dom.svg
Abstract implementation of SVGTransform.
AbstractSVGTransform() - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGTransform
 
AbstractSVGTransformList - Class in io.sf.carte.echosvg.dom.svg
This class is the implementation of SVGTransformList.
AbstractSVGTransformList() - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList
 
AbstractSVGTransformList.SVGTransformItem - Class in io.sf.carte.echosvg.dom.svg
An SVGTransform in the list.
AbstractSVGTransformList.TransformListBuilder - Class in io.sf.carte.echosvg.dom.svg
Helper class to interface the TransformListParser and the ListHandler.
AbstractText - Class in io.sf.carte.echosvg.dom
This class implements the Text interface.
AbstractText() - Constructor for class io.sf.carte.echosvg.dom.AbstractText
 
AbstractTextChildBridgeUpdateHandler(BridgeContext, SVGTextElementBridge, Element) - Constructor for class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler
Initialize the BridgeUpdateHandler implementation.
AbstractTextChildSVGContext(BridgeContext, SVGTextElementBridge, Element) - Constructor for class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Initialize the SVGContext implementation with the bridgeContext, the parent bridge, and the element supervised by this context
AbstractTextChildTextContent(BridgeContext, SVGTextElementBridge, Element) - Constructor for class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildTextContent
Initialize the AbstractTextChildBridgeUpdateHandler implementation.
AbstractTiledRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the CachableRed (RenderedImage) interface.
AbstractTiledRed() - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
void constructor.
AbstractTiledRed(CachableRed, Rectangle, ColorModel, SampleModel, int, int, Map<String, ?>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
Construct an Abstract Rable from a bounds rect and props (may be null).
AbstractTiledRed(CachableRed, Rectangle, ColorModel, SampleModel, Map<String, ?>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).
AbstractTiledRed(CachableRed, Rectangle, Map<String, ?>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).
AbstractTiledRed(CachableRed, Map<String, ?>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
Construct an Abstract RenderedImage from a source image and props (may be null).
AbstractTiledRed(Rectangle, Map<String, ?>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
Construct an Abstract RenderedImage from a bounds rect and props (may be null).
AbstractTiledRed(List<CachableRed>, Rectangle, ColorModel, SampleModel, int, int, Map<String, ?>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
Construct an Abstract RenderedImage from a bounds rect, ColorModel (may be null), SampleModel (may be null), tile grid offsets and props (may be null).
AbstractTiledRed(List<CachableRed>, Rectangle, ColorModel, SampleModel, Map<String, ?>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
Construct an Abstract RenderedImage from a bounds rect, ColorModel (may be null), SampleModel (may be null) and props (may be null).
AbstractTiledRed(List<CachableRed>, Rectangle, Map<String, ?>) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
Construct an Abstract Rable from a List of sources a bounds rect and props (may be null).
AbstractTranscoder - Class in io.sf.carte.echosvg.transcoder
This class can be the base class of a transcoder which may support transcoding hints and/or error handler.
AbstractTranscoder() - Constructor for class io.sf.carte.echosvg.transcoder.AbstractTranscoder
Constructs a new AbstractTranscoder.
AbstractValue - Class in io.sf.carte.echosvg.css.engine.value
This class provides an abstract implementation of the Value interface.
AbstractValue() - Constructor for class io.sf.carte.echosvg.css.engine.value.AbstractValue
 
AbstractValueFactory - Class in io.sf.carte.echosvg.css.engine.value
This class provides a base implementation for the value factories.
AbstractValueFactory() - Constructor for class io.sf.carte.echosvg.css.engine.value.AbstractValueFactory
 
AbstractValueManager - Class in io.sf.carte.echosvg.css.engine.value
This class provides an abstract implementation of the ValueManager interface.
AbstractValueManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.AbstractValueManager
 
AbstractWMFPainter - Class in io.sf.carte.echosvg.transcoder.wmf.tosvg
This class provides generic methods that must be used by a particular WMFPainter.
AbstractWMFPainter() - Constructor for class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
 
AbstractWMFReader - Class in io.sf.carte.echosvg.transcoder.wmf.tosvg
This class provides a general framework to read WMF Metafiles.
AbstractWMFReader() - Constructor for class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
AbstractWMFReader(int, int) - Constructor for class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
AbstractZoomInteractor - Class in io.sf.carte.echosvg.swing.gvt
This class represents a zoom interactor.
AbstractZoomInteractor() - Constructor for class io.sf.carte.echosvg.swing.gvt.AbstractZoomInteractor
 
AbstractZoomInteractor.ZoomOverlay - Class in io.sf.carte.echosvg.swing.gvt
To paint the interactor.
accept(File) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter.SVGFileFilter
 
accept(File) - Method in class io.sf.carte.echosvg.swing.svg.SVGFileFilter
Returns true if f is an SVG file
acceptedEncodings - Static variable in class io.sf.carte.echosvg.util.ParsedURLData
 
acceptNode(Node) - Method in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
Whether or not the given node is accepted by this tree walker.
accesskey - Variable in class io.sf.carte.echosvg.anim.timing.AccesskeyTimingSpecifier
The accesskey.
accesskey(float, char) - Method in class io.sf.carte.echosvg.anim.timing.TimingSpecifierListProducer
Invoked when an accesskey value timing specifier is parsed.
accesskey(float, char) - Method in class io.sf.carte.echosvg.parser.DefaultTimingSpecifierHandler
Invoked when an accesskey value timing specifier is parsed.
accesskey(float, char) - Method in interface io.sf.carte.echosvg.parser.TimingSpecifierHandler
Invoked when an accesskey value timing specifier is parsed.
accessKeySVG12(float, String) - Method in class io.sf.carte.echosvg.anim.timing.TimingSpecifierListProducer
Invoked when an SVG 1.2 accessKey value timing specifier is parsed.
accessKeySVG12(float, String) - Method in class io.sf.carte.echosvg.parser.DefaultTimingSpecifierHandler
Invoked when an SVG 1.2 accessKey value timing specifier is parsed.
accessKeySVG12(float, String) - Method in interface io.sf.carte.echosvg.parser.TimingSpecifierHandler
Invoked when an SVG 1.2 accessKey value timing specifier is parsed.
AccesskeyTimingSpecifier - Class in io.sf.carte.echosvg.anim.timing
A class to handle SMIL access key timing specifiers.
AccesskeyTimingSpecifier(TimedElement, boolean, float, char) - Constructor for class io.sf.carte.echosvg.anim.timing.AccesskeyTimingSpecifier
Creates a new AccesskeyTimingSpecifier object using SVG 1.1 or SMIL syntax.
AccesskeyTimingSpecifier(TimedElement, boolean, float, String) - Constructor for class io.sf.carte.echosvg.anim.timing.AccesskeyTimingSpecifier
Creates a new AccesskeyTimingSpecifier object using SVG 1.2 syntax.
ACCUMULATE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'accumulate' keyword.
aci - Variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter.TextRun
 
aci - Variable in class io.sf.carte.echosvg.bridge.TextNode
Attributed Character Iterator describing the text
ACTION_COMMAND_CANCEL - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser.Dialog
 
ACTION_COMMAND_OK - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser.Dialog
 
ActionMap - Interface in io.sf.carte.echosvg.util.gui.resource
This interface represents an object which maps actions to strings
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas.AffineAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas.ResetTransformAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.AddButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.AddMediumDialog.CancelButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.AddMediumDialog.OKButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.ClearButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.Dialog.CancelButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.Dialog.OKButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.RemoveButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.JErrorPane.OKButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.JErrorPane.ShowDetailButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.LanguageDialog.CancelButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.LanguageDialog.OKButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel.AddLanguageButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel.ClearLanguageButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel.DownLanguageButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel.RemoveLanguageButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel.UpLanguageButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.MemoryMonitor.CloseButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.MemoryMonitor.CollectButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.URIChooser.BrowseButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.URIChooser.CancelButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.URIChooser.ClearButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.URIChooser.OKButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.UserStyleDialog.CancelButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.UserStyleDialog.OKButtonAction
 
actionPerformed(ActionEvent) - Method in class io.sf.carte.echosvg.util.gui.UserStyleDialog.Panel.FileBrowseButtonAction
 
activateListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The activate event listener.
ACTIVEBORDER_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'ACTIVEBORDER' color name.
ACTIVECAPTION_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'ACTIVECAPTION' color name.
add(int, GraphicsNode) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Inserts the specified graphics node at the specified position in this children list.
add(int, DoublyLinkedList.Node) - Method in class io.sf.carte.echosvg.util.DoublyLinkedList
 
add(RectListManager) - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
Adds the contents of rlm to this RectListManager.
add(Segment) - Method in class io.sf.carte.echosvg.ext.awt.geom.SegmentList
 
add(LRUCache.LRUObj) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.LRUCache
 
add(GraphicsNode) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Adds the specified graphics node to this composite graphics node.
add(DoublyLinkedList.Node) - Method in class io.sf.carte.echosvg.util.DoublyLinkedList
Adds nde to the head of the list.
add(DropDownComponent.ScrollablePopupMenuItem, int, int, int) - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenu
Adds the item to this component at the specified location.
add(Component, int, int, int, int, int, int, double, double) - Method in class io.sf.carte.echosvg.ext.swing.JGridBagPanel
This version uses default insets and assumes that components are added in positive cell coordinates.
add(Rectangle) - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
Ensures that this collection contains the specified element
add(Rectangle, int, int) - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
Ensures that this collection contains the specified element l is the lower bound index for insertion r is upper bound index for insertion.
add(K, L) - Method in class io.sf.carte.echosvg.util.DoublyIndexedSet
Adds an entry to the set.
addActionListener(ActionListener) - Method in class io.sf.carte.echosvg.util.gui.LocationBar
Adds an action listener to this component.
addAll(int, Collection<? extends GraphicsNode>) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Not supported - Throws UnsupportedOperationException exception.
addAll(Collection<? extends GraphicsNode>) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Not supported - Throws UnsupportedOperationException exception.
addAll(Collection<? extends Rectangle>) - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
 
addAnimatedAttributeListener(AnimatedAttributeListener) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedValue
Adds a listener for changes to the animated value.
addAnimatedAttributeListener(AnimatedAttributeListener) - Method in interface io.sf.carte.echosvg.anim.dom.AnimatedLiveAttributeValue
Adds a listener for changes to the animated value.
addAnimatedAttributeListener(AnimatedAttributeListener) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Adds an AnimatedAttributeListener to this document, to be notified of animated XML attribute changes.
addAnimation(AnimationTarget, short, String, String, AbstractAnimation) - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Adds an animation to the document.
addAttribute(String, String, String, String) - Method in class io.sf.carte.echosvg.anim.dom.AttributeInitializer
Adds a default attribute value to the initializer.
addAWTListeners() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Adds the AWT listeners.
addBindingListener() - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext
Adds a BindingListener to the XBLManager for the document, so that XBL binding events can be passed on to the BridgeUpdateHandlers.
addBindingListener(BindingListener) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Adds the specified BindingListener to the global listener list.
addButton - Variable in class io.sf.carte.echosvg.util.gui.CSSMediaPanel
The button to add a CSS medium from the list.
AddButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.CSSMediaPanel.AddButtonAction
 
addChild(TimedElement) - Method in class io.sf.carte.echosvg.anim.timing.TimeContainer
Adds a TimedElement to this container.
addChildGlyphPositionAttributes(AttributedString, Element, BridgeContext) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
addChildGlyphPositionAttributes(AttributedString, Element, BridgeContext) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
addChildPaintAttributes(AttributedString, Element, TextNode, TextPaintInfo, BridgeContext) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
addChildPaintAttributes(AttributedString, Element, TextNode, TextPaintInfo, BridgeContext) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
addClass(String) - Method in class io.sf.carte.echosvg.script.ImportInfo
Add a class to the set of classes to import.
addContentSelectionChangedListener(XBLOMContentElement, ContentSelectionChangedListener) - Method in class io.sf.carte.echosvg.bridge.svg12.ContentManager
Adds the specified ContentSelectionChangedListener to the listener list.
addContentSelectionChangedListener(ContentSelectionChangedListener) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Adds the specified ContentSelectionChangedListener to the global listener list.
addContextToChild(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
Add to the element children of the node, a SVGContext to support dynamic update.
addContextToChild(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Add to the element children of the node, an SVGContext to support dynamic update.
addContextToChild(BridgeContext, Element) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
addCSSEngineListener(CSSEngineListener) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Adds a CSS engine listener.
addCSSNavigableDocumentListener(CSSNavigableDocumentListener) - Method in class io.sf.carte.echosvg.anim.dom.SVG12OMDocument
Adds an event listener for mutations on the CSSNavigableDocument tree.
addCSSNavigableDocumentListener(CSSNavigableDocumentListener) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Adds an event listener for mutations on the CSSNavigableDocument tree.
addCSSNavigableDocumentListener(CSSNavigableDocumentListener) - Method in interface io.sf.carte.echosvg.css.engine.CSSNavigableDocument
Adds an event listener for mutations on the CSSNavigableDocument tree.
addDefaultAction(Runnable) - Method in class io.sf.carte.echosvg.dom.events.AbstractEvent
Adds the runnable to the list of default action runnables
addDefinition(String, String, XBLOMDefinitionElement, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Adds an xbl:definition element to the list of definitions that could possibly affect elements with the specified QName.
addDefinitionElementListeners(XBLOMDefinitionElement, DefaultXBLManager.ImportRecord) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Adds DOM mutation listeners to the given definition element.
addDefinitionRef(Element) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Adds a definition through its referring definition element (one with a 'ref' attribute).
addDependent(TimingSpecifier, boolean) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Adds a dependent TimingSpecifier for this element.
addDocumentListeners() - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
Adds DOM listeners to the document.
addDocumentListeners() - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment
Adds DOM listeners to the document.
addDOMListeners() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Adds EventListeners to the DOM and CSSEngineListener to the CSSEngine to handle any modifications on the DOM tree or style properties and update the GVT tree in response.
addDOMListeners() - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext
Adds EventListeners to the DOM and CSSEngineListener to the CSSEngine to handle any modifications on the DOM tree or style properties and update the GVT tree in response.
addElement(int) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.MetaRecord
helper method to add int-values.
addElement(Element) - Method in class io.sf.carte.echosvg.svggen.DOMGroupManager
Adds a node to the current group, if possible.
addElement(Element, short) - Method in class io.sf.carte.echosvg.svggen.DOMGroupManager
Adds a node to the current group, if possible.
AddElement(Object) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.MetaRecord
when you are storing Integer-objects, consider using addElement( int ) instead.
addEventListener(String, EventListener, boolean) - Method in class io.sf.carte.echosvg.dom.AbstractNode
addEventListener(String, EventListener, boolean) - Method in class io.sf.carte.echosvg.dom.events.EventSupport
This method allows the registration of event listeners on the event target.
addEventListenerNS(String, String, EventListener, boolean, Object) - Method in class io.sf.carte.echosvg.anim.dom.XBLEventSupport
Registers an event listener for the given namespaced event type in the specified group.
addEventListenerNS(String, String, EventListener, boolean, Object) - Method in class io.sf.carte.echosvg.dom.AbstractNode
addEventListenerNS(String, String, EventListener, boolean, Object) - Method in class io.sf.carte.echosvg.dom.events.EventSupport
Registers an event listener for the given namespaced event type in the specified group.
addEventListenerNS(String, String, EventListener, boolean, Object) - Method in interface io.sf.carte.echosvg.dom.events.NodeEventTarget
This method allows the registration of an event listener in a specified group or the default group and, depending on the useCapture parameter, on the capture phase of the DOM event flow or its target and bubbling phases.
addEventListeners(Document) - Method in class io.sf.carte.echosvg.bridge.FocusManager
Adds the event listeners to the document.
addEventListeners(Document) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12FocusManager
Adds the event listeners to the document.
addEventListeners(EventTarget) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Adds event listeners to the document to track CSS changes.
addGlyphPositionAttributes(AttributedString, Element, BridgeContext) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Adds glyph position attributes to an AttributedString.
addGlyphPositionAttributes(AttributedString, Element, BridgeContext) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
Adds glyph position attributes to an AttributedString.
addGraphicsNodeKeyListener(GraphicsNodeKeyListener) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Adds the specified 'global' GraphicsNodeKeyListener which is notified of all KeyEvents dispatched.
addGraphicsNodeKeyListener(GraphicsNodeKeyListener) - Method in interface io.sf.carte.echosvg.gvt.event.EventDispatcher
Adds the specified 'global' GraphicsNodeKeyListener which is notified of all KeyEvents dispatched.
addGraphicsNodeMouseListener(GraphicsNodeMouseListener) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Adds the specified 'global' GraphicsNodeMouseListener which is notified of all MouseEvents dispatched.
addGraphicsNodeMouseListener(GraphicsNodeMouseListener) - Method in interface io.sf.carte.echosvg.gvt.event.EventDispatcher
Adds the specified 'global' GraphicsNodeMouseListener which is notified of all MouseEvents dispatched.
addGraphicsNodeMouseWheelListener(GraphicsNodeMouseWheelListener) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Adds the specified 'global' GraphicsNodeMouseWheelListener which is notified of all MouseWheelEvents dispatched.
addGraphicsNodeMouseWheelListener(GraphicsNodeMouseWheelListener) - Method in interface io.sf.carte.echosvg.gvt.event.EventDispatcher
Adds the specified 'global' GraphicsNodeMouseWheelListener which is notified of all MouseWheelEvents dispatched.
addGroupManager(DOMGroupManager) - Method in class io.sf.carte.echosvg.svggen.DOMTreeManager
 
addGVTListener(BridgeContext, Document) - Static method in class io.sf.carte.echosvg.bridge.BridgeEventSupport
Is called only for the root element in order to dispatch GVT events to the DOM.
addGVTListener(BridgeContext, Document) - Static method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeEventSupport
Is called only for the root element in order to dispatch GVT events to the DOM.
addGVTListener(Document) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Adds the GVT listener for AWT event support.
addGVTListener(Document) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext
Adds the GVT listener for AWT event support.
addGVTTreeBuilderListener(GVTTreeBuilderListener) - Method in class io.sf.carte.echosvg.swing.svg.GVTTreeBuilder
Adds a GVTTreeBuilderListener to this GVTTreeBuilder.
addGVTTreeBuilderListener(GVTTreeBuilderListener) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Adds a GVTTreeBuilderListener to this component.
addGVTTreeRendererListener(GVTTreeRendererListener) - Method in class io.sf.carte.echosvg.swing.gvt.GVTTreeRenderer
Adds a GVTTreeRendererListener to this GVTTreeRenderer.
addGVTTreeRendererListener(GVTTreeRendererListener) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Adds a GVTTreeRendererListener to this component.
addIdEntry(Element, String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
 
addImplementationEventListenerNS(String, String, EventListener, boolean) - Method in class io.sf.carte.echosvg.anim.dom.XBLEventSupport
Registers an event listener that will not be stopped by the usual XBL stopping.
addImport(Element) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Imports bindings from another document.
addImportedDefinitions(Element, Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Adds the definitions in the given imported subtree.
addImports(URL) - Method in class io.sf.carte.echosvg.script.ImportInfo
Read from a URL and add imports into this ImportInfo instance.
addInfo(Element, Collection<Element>, Collection<Dimension>, Collection<Dimension>, Rectangle2D) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGMultiImageElementBridge
 
addInitialBridge(SVGAnimationElementBridge) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
Adds an animation element bridge to the list of bridges that require initializing when the document is started.
addInstanceTime(InstanceTime, boolean) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Called by a TimingSpecifier of this element when a new InstanceTime is created.
additive - Variable in class io.sf.carte.echosvg.anim.InterpolatingAnimation
Whether this animation adds to ones below it in the animation sandwich or replaces them.
addJComponent(JComponent) - Method in interface io.sf.carte.echosvg.util.gui.resource.JComponentModifier
Gives a reference to a component to this object
addJGVTComponentListener(JGVTComponentListener) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
 
addLanguageButton - Variable in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel
The AddLanguageButton.
AddLanguageButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel.AddLanguageButtonAction
 
addLeftShift(int, float) - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
addLineHeight(float) - Method in class io.sf.carte.echosvg.gvt.flow.WordInfo
 
addLineMetrics(GVTFont, GVTLineMetrics) - Method in class io.sf.carte.echosvg.gvt.flow.WordInfo
 
addLinkActivationListener(LinkActivationListener) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Adds a LinkActivationListener to this component.
addListener(DropDownComponent.ScrollablePopupMenuListener) - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenu
Adds the listener to the listener list.
addListener(String, Object, EventListener) - Method in class io.sf.carte.echosvg.dom.events.EventListenerList
Adds a listener.
addMatchingRules(List<Rule>, StyleSheet, SelectorMatcher) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Adds the rules matching the element/pseudo-element of given style sheet to the list.
AddMediumDialog(Component) - Constructor for class io.sf.carte.echosvg.util.gui.CSSMediaPanel.AddMediumDialog
Constructs a new AddMediumDialog.
addObject(int, Object) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
addObject(int, Object) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
Adds a GdiObject to the internal handle table.
addObject(WMFRecordStore, int, Object) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
 
addObjectAt(int, Object, int) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
Adds a GdiObject to the internal handle table.
addObjectAt(int, Object, int) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
Adds a GdiObject to the internal handle table.
addObjectAt(WMFRecordStore, int, Object, int) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
 
addOtherDef(Element) - Method in class io.sf.carte.echosvg.svggen.DOMTreeManager
Lets custom implementations for various extensions add elements to the <defs> sections.
addPackage(String) - Method in class io.sf.carte.echosvg.script.ImportInfo
Add a package to the set of packages to import.
addPaintAttributes(AttributedString, Element, TextNode, TextPaintInfo, BridgeContext) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Adds painting attributes to an AttributedString.
addPaintAttributes(AttributedString, Element, TextNode, TextPaintInfo, BridgeContext) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
Adds painting attributes to an AttributedString.
addPoint(float, float) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
Appends the specified coordinates to this Polygon2D.
addPoint(float, float) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
Appends the specified coordinates to this Polyline2D.
addPoint(Point2D) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
 
addPoint(Point2D) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
 
addPreInfo(SAXDocumentFactory.PreInfo) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
 
addPropertyChangeListener(PropertyChangeListener) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Adds the specified PropertyChangeListener.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Adds the specified PropertyChangeListener for the specified property.
addPtsToPath(GeneralPath, Point2D.Float[], Point2D.Float[], int) - Static method in class io.sf.carte.echosvg.bridge.GlyphLayout
 
addRect(Rectangle) - Method in class io.sf.carte.echosvg.swing.svg.SVGUpdateOverlay
 
addRefInfo(Element, Collection<Element>, Collection<Dimension>, Collection<Dimension>, Rectangle2D) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGMultiImageElementBridge
 
addRenderingHints(Map<?, ?>) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Sets the values of an arbitrary number of preferences for the rendering algorithms.
addRenderingHints(Map<?, ?>) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Sets the values of an arbitrary number of preferences for the rendering algorithms.
addRules(SelectorMatcher, StyleMap, ArrayList<Rule>, short) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Adds the rules contained in the given list to a stylemap.
addScriptingListeners(Node) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
Adds the scripting listeners to the given element and all of its descendants.
addScriptingListenersOn(Element) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
Adds the scripting listeners to the given element.
addScriptingListenersOn(Element) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment
Adds the scripting listeners to the given element.
addSelectionListener(SelectionListener) - Method in class io.sf.carte.echosvg.bridge.ConcreteTextSelector
Add a SelectionListener to this Selector's notification list.
addSelectionListener(SelectionListener) - Method in interface io.sf.carte.echosvg.gvt.Selector
Add a SelectionListener to this Selector's notification list.
addSelectionListener(SelectionListener) - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
Add a selection listener to be notified when the text selection changes in the document.
addShapePainter(ShapePainter) - Method in class io.sf.carte.echosvg.gvt.CompositeShapePainter
Adds the specified shape painter to the shape painter..
addStdFeatures() - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Adds the standard SVG feature strings to the set of features supported by this user agent.
addSupportedFeatureStrings(Set<String>) - Static method in class io.sf.carte.echosvg.util.SVGFeatureStrings
Adds a String to the specified Set corresponding to each SVG feature string that EchoSVG supports.
addSVGDocumentLoaderListener(SVGDocumentLoaderListener) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Adds a SVGDocumentLoaderListener to this component.
addSVGDocumentLoaderListener(SVGDocumentLoaderListener) - Method in class io.sf.carte.echosvg.swing.svg.SVGDocumentLoader
Adds a SVGDocumentLoaderListener to this SVGDocumentLoader.
addSVGLoadEventDispatcherListener(SVGLoadEventDispatcherListener) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Adds a SVGLoadEventDispatcherListener to this component.
addSVGLoadEventDispatcherListener(SVGLoadEventDispatcherListener) - Method in class io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcher
Adds a SVGLoadEventDispatcherListener to this SVGLoadEventDispatcher.
addTargetListener(String, AnimationTargetListener) - Method in interface io.sf.carte.echosvg.anim.dom.SVGAnimationTargetContext
Adds a listener for changes to the given CSS property.
addTargetListener(String, AnimationTargetListener) - Method in class io.sf.carte.echosvg.bridge.AnimatableSVGBridge
Adds a listener for changes to the given attribute value.
addTargetListener(String, AnimationTargetListener) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Adds a listener for changes to the given attribute value.
addTargetListener(String, String, boolean, AnimationTargetListener) - Method in interface io.sf.carte.echosvg.anim.dom.AnimationTarget
Adds a listener for changes to the given attribute value.
addTargetListener(String, String, boolean, AnimationTargetListener) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Adds a listener for changes to the given attribute value.
addTargetListener(String, String, boolean, AnimationTargetListener) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
Adds a listener for changes to the given attribute value.
addTemplateElementListeners(XBLOMTemplateElement, DefaultXBLManager.ImportRecord) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Adds DOM mutation listeners to the given template element.
addTextEventListeners(BridgeContext, NodeEventTarget) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12TextElementBridge
Adds the DOM listeners for this text bridge.
addTextEventListeners(BridgeContext, NodeEventTarget) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Adds the DOM listeners for this text bridge.
addTimegraphListener(TimegraphListener) - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Adds a TimegraphListener to the document.
addTimegraphListener(TimegraphListener) - Method in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
Adds a TimegraphListener to the document.
addToHistory(String) - Method in class io.sf.carte.echosvg.util.gui.LocationBar
Adds the given text to the history.
addToPanelAtRow(String, Document, String, JGridBagPanel, int) - Method in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
addToWhitelist(String) - Static method in class io.sf.carte.echosvg.script.rhino.RhinoClassShutter
Add the given regular expression to the whitelist.
addTranscodingHint(TranscodingHints.Key, Object) - Method in interface io.sf.carte.echosvg.transcoder.Transcoder
Sets the value of a single preference for the transcoding process.
addTranscodingHint(TranscodingHints.Key, Object) - Method in class io.sf.carte.echosvg.transcoder.TranscoderSupport
Sets the value of a single preference for the transcoding process.
addTreeGraphicsNodeChangeListener(GraphicsNodeChangeListener) - Method in class io.sf.carte.echosvg.gvt.RootGraphicsNode
 
addUIEventListeners(Document) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Adds EventListeners to the input document to handle the cursor property.
addUIEventListeners(Document) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext
Adds EventListeners to the input document to handle the cursor property.
addUpdateManagerListener(UpdateManagerListener) - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Adds a UpdateManagerListener to this UpdateManager.
addUpdateManagerListener(UpdateManagerListener) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Adds a UpdateManagerListener to this component.
addWord(WordInfo) - Method in class io.sf.carte.echosvg.gvt.flow.LineInfo
 
ADJUST_ALL - Static variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
ADJUST_ALL - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for LENGTH_ADJUST specifying overall scaling of layout outlines
ADJUST_GLYPHS - Static variable in class io.sf.carte.echosvg.ext.awt.font.TextPathLayout
Use the entire glyph to adjust for textLength.
ADJUST_SPACING - Static variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
ADJUST_SPACING - Static variable in class io.sf.carte.echosvg.ext.awt.font.TextPathLayout
Use the spacing between the glyphs to adjust for textLength.
ADJUST_SPACING - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for LENGTH_ADJUST specifying adjustment to inter-glyph spacing
adjustChunkOffsets(Point2D, List<StrokingTextPainter.TextRun>, StrokingTextPainter.TextChunk) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
Adjusts the position of the text runs within the specified text chunk to account for any text anchor properties.
adjustTextSpacing() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Does any spacing adjustments that may have been specified.
adoptNode(Node) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
DOM: Implements Document.adoptNode(Node).
adoptNode1(AbstractNode) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
advance - Variable in class io.sf.carte.echosvg.bridge.GlyphLayout
 
advance - Variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter.TextChunk
 
AElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.AElementFactory
 
AffineAction(AffineTransform) - Constructor for class io.sf.carte.echosvg.swing.JSVGCanvas.AffineAction
 
AffineRable - Interface in io.sf.carte.echosvg.ext.awt.image.renderable
Adjusts the input images coordinate system by a general Affine transform
AffineRable8Bit - Class in io.sf.carte.echosvg.ext.awt.image.renderable
Concrete implementation of the AffineRable interface.
AffineRable8Bit(Filter, AffineTransform) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.AffineRable8Bit
 
AffineRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This is an implementation of an affine operation as a RenderedImage.
AffineRed(CachableRed, AffineTransform, RenderingHints) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.AffineRed
 
affineTransform - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransform
The transformation as a Java2D {link AffineTransform}.
affineTransform - Variable in class io.sf.carte.echosvg.dom.svg.SVGOMMatrix
The AffineTransform used to implement the matrix.
affineTransform - Variable in class io.sf.carte.echosvg.parser.AWTTransformProducer
The value of the current affine transform.
AFTER_EDGE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'after-edge' keyword.
afterStopRunnable - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
 
al - Variable in class io.sf.carte.echosvg.bridge.SVGAElementBridge
 
alert(String) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
Displays an alert dialog box.
alert(String) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
Displays an alert dialog box.
alert(String) - Method in interface io.sf.carte.echosvg.bridge.Window
Displays an alert dialog box.
alert(Context, Scriptable, Object[], Function) - Static method in class io.sf.carte.echosvg.bridge.WindowWrapper
Wraps the 'alert' method of the Window interface.
ALICEBLUE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'aliceblue' RGB color.
ALICEBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'aliceblue' color name.
align - Variable in class io.sf.carte.echosvg.anim.values.AnimatablePreserveAspectRatioValue
The align value.
align - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory
The parsed 'align' value.
align - Variable in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
 
align - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio
align property by default the value is SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMID
align - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
 
ALIGN_END - Static variable in class io.sf.carte.echosvg.ext.awt.font.TextPathLayout
Align the text at the end of the path.
ALIGN_END - Static variable in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
ALIGN_END - Static variable in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
ALIGN_FULL - Static variable in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
ALIGN_FULL - Static variable in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
ALIGN_MIDDLE - Static variable in class io.sf.carte.echosvg.ext.awt.font.TextPathLayout
Align the text at the middle of the path.
ALIGN_MIDDLE - Static variable in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
ALIGN_MIDDLE - Static variable in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
ALIGN_START - Static variable in class io.sf.carte.echosvg.ext.awt.font.TextPathLayout
Align the text at the start of the path.
ALIGN_START - Static variable in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
ALIGN_START - Static variable in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
ALIGN_VALUES - Static variable in class io.sf.carte.echosvg.anim.values.AnimatablePreserveAspectRatioValue
Strings for the 'align' values.
ALIGN_VALUES - Static variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio
Strings for the 'align' values.
alignment - Variable in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
alignment - Variable in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
ALIGNMENT_BASELINE_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
AlignmentBaselineManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'alignment-baseline' property values.
AlignmentBaselineManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.AlignmentBaselineManager
 
ALL - Static variable in interface io.sf.carte.echosvg.gvt.GraphicsNode
Indicates that this graphics node can be the target for events if any cases.
ALL_PROPERTIES - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
Used to fire a change event for all the properties.
ALL_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'all' keyword.
allowedScriptTypes - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Set of allowed script types.
allowExternalResources - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
allowPercentage - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumber
Whether the parsed number can be a percentage.
allPaintRable(RenderableImage) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterResRable8Bit
This returns true if ri and all of ri's sources implement the PaintRable interface.
alpha - Variable in class io.sf.carte.echosvg.css.engine.value.RGBColorValue
The alpha channel.
ALPHA - Static variable in class io.sf.carte.echosvg.ext.awt.image.ARGBChannel
 
ALPHA - Static variable in class io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable8Bit
 
ALPHABETIC_CHARACTER - Static variable in class io.sf.carte.echosvg.xml.XMLCharacters
The bit array representing an alphabetic character.
ALPHABETIC_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'alphabetic' keyword.
alphaComponent - Variable in class io.sf.carte.echosvg.css.dom.CSSOMValue
The alpha component, if this value is a RGBColor.
AlphaComponent() - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMValue.AlphaComponent
 
alphaFloatValueChanged(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractModificationHandler
 
alphaFloatValueChanged(short, float) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ModificationHandler
Called when the alpha float value has changed.
alphaFloatValueChanged(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
 
alphaFloatValueChanged(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
 
alphaFloatValueChanged(short, float) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the alpha float value has changed.
alphaTextChanged(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractModificationHandler
 
alphaTextChanged(String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ModificationHandler
Called when the alpha value text has changed.
alphaTextChanged(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
 
alphaTextChanged(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
 
alphaTextChanged(String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the alpha value text has changed.
ALT_GLYPH_HANDLER - Static variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
ALT_GLYPH_HANDLER - Static variable in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
ALT_GLYPH_HANDLER - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
ALT_GRAPH_MASK - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
The alt-graph key modifier constant.
ALT_MASK - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
The alt key modifier constant.
alternate - Variable in class io.sf.carte.echosvg.css.engine.StyleSheet
Whether or not this stylesheet is alternate.
ALTERNATE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
ALTERNATE_EVENT_NAME - Static variable in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
 
alternateStylesheet - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Alternate stylesheet for which should be applied to the SVG
alternateStyleSheet - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The alternate stylesheet title.
AltGlyphDefElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.AltGlyphDefElementFactory
 
AltGlyphElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.AltGlyphElementFactory
 
AltGlyphHandler - Interface in io.sf.carte.echosvg.gvt.font
An interface for handling altGlyphs.
AltGlyphItemElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.AltGlyphItemElementFactory
 
altKey - Variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
ALWAYS_DYNAMIC - Static variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Means that all document must be considered as dynamic.
ALWAYS_INTERACTIVE - Static variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Means that all document must be considered as interactive.
ALWAYS_STATIC - Static variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Means that all document must be considered as static.
amplitude - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMComponentTransferFunctionElement
The 'amplitude' attribute value.
amplitude - Variable in class io.sf.carte.echosvg.ext.awt.image.GammaTransfer
The amplitude of the Gamma function
ANCHOR_CURSOR - Static variable in class io.sf.carte.echosvg.bridge.CursorManager
Cursor used over anchors
ANCHOR_END - Static variable in class io.sf.carte.echosvg.bridge.TextNode.Anchor
The type of the END anchor.
ANCHOR_MIDDLE - Static variable in class io.sf.carte.echosvg.bridge.TextNode.Anchor
The type of the MIDDLE anchor.
ANCHOR_START - Static variable in class io.sf.carte.echosvg.bridge.TextNode.Anchor
The type of the START anchor.
ANCHOR_TYPE - Static variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
ANCHOR_TYPE - Static variable in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
ANCHOR_TYPE - Static variable in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
ANCHOR_TYPE - Static variable in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
ANCHOR_TYPE - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Anchor type.
AnchorDefaultActionable(SVGAElement, UserAgent, SVGAElementBridge.CursorHolder) - Constructor for class io.sf.carte.echosvg.bridge.SVGAElementBridge.AnchorDefaultActionable
 
AnchorListener(UserAgent, SVGAElementBridge.CursorHolder) - Constructor for class io.sf.carte.echosvg.bridge.SVGAElementBridge.AnchorListener
 
anchorType - Variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter.TextRun
 
angle - Variable in class io.sf.carte.echosvg.anim.values.AnimatableMotionPointValue
The rotation angle in radians.
angle - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransform
The angle of the transformation, if this transformation is a rotation or a skew.
angleAtLength(float) - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength
Returns the slope of the path at the specified length.
angleAtLength(float) - Method in class io.sf.carte.echosvg.gvt.text.TextPath
Returns the angle at the specified length along the path.
angleAtLength(int, float) - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength
Returns the slope of the path at the specified length.
angleHandler - Variable in class io.sf.carte.echosvg.parser.AngleParser
The angle handler used to report parse events.
AngleHandler - Interface in io.sf.carte.echosvg.parser
This interface must be implemented and then registred as the handler of a AngleParser instance in order to be notified of parsing events.
angleOnly - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
Whether the rotation transform value specifies only an angle.
AngleParser - Class in io.sf.carte.echosvg.parser
This class implements an event-based parser for the SVG angle values.
AngleParser() - Constructor for class io.sf.carte.echosvg.parser.AngleParser
 
angleValue(float) - Method in interface io.sf.carte.echosvg.parser.AngleHandler
Invoked when a float value has been parsed.
angleValue(float) - Method in class io.sf.carte.echosvg.parser.DefaultAngleHandler
ANIM_TYPE_CSS - Static variable in class io.sf.carte.echosvg.anim.AnimationEngine
 
ANIM_TYPE_OTHER - Static variable in class io.sf.carte.echosvg.anim.AnimationEngine
 
ANIM_TYPE_XML - Static variable in class io.sf.carte.echosvg.anim.AnimationEngine
 
animAngleVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue
The current animated angle value.
AnimatableAngleOrIdentFactory() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableAngleOrIdentFactory
 
AnimatableAngleOrIdentValue - Class in io.sf.carte.echosvg.anim.values
An SVG angle-or-identifier value in the animation system.
AnimatableAngleOrIdentValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableAngleOrIdentValue
Creates a new, uninitialized AnimatableAngleOrIdentValue.
AnimatableAngleOrIdentValue(AnimationTarget, float, short) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableAngleOrIdentValue
Creates a new AnimatableAngleOrIdentValue for an angle value.
AnimatableAngleOrIdentValue(AnimationTarget, String) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableAngleOrIdentValue
Creates a new AnimatableAngleOrIdentValue for an identifier value.
AnimatableAngleValue - Class in io.sf.carte.echosvg.anim.values
An SVG angle value in the animation system.
AnimatableAngleValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableAngleValue
Creates a new, uninitialized AnimatableAngleValue.
AnimatableAngleValue(AnimationTarget, float, short) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableAngleValue
Creates a new AnimatableAngleValue.
AnimatableAngleValueFactory() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableAngleValueFactory
 
AnimatableBooleanValue - Class in io.sf.carte.echosvg.anim.values
A boolean value in the animation system.
AnimatableBooleanValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableBooleanValue
Creates a new, uninitialized AnimatableBooleanValue.
AnimatableBooleanValue(AnimationTarget, boolean) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableBooleanValue
Creates a new AnimatableBooleanValue.
AnimatableBooleanValueFactory() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableBooleanValueFactory
 
AnimatableColorValue - Class in io.sf.carte.echosvg.anim.values
An SVG color value in the animation system.
AnimatableColorValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableColorValue
Creates a new AnimatableColorValue.
AnimatableColorValue(AnimationTarget, float, float, float) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableColorValue
Creates a new AnimatableColorValue.
AnimatableColorValueFactory() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableColorValueFactory
 
animatableElement - Variable in class io.sf.carte.echosvg.anim.AbstractAnimation
The AnimatableElement that gives access to underlying values in the document.
AnimatableElement - Interface in io.sf.carte.echosvg.anim.dom
An interface for animatable elements to expose their underlying values to the compositing functions in AbstractAnimation.
AnimatableGenericSVGBridge - Class in io.sf.carte.echosvg.bridge
Abstract bridge class for animatable elements that do not produce a GraphicsNode.
AnimatableGenericSVGBridge() - Constructor for class io.sf.carte.echosvg.bridge.AnimatableGenericSVGBridge
 
AnimatableIntegerValue - Class in io.sf.carte.echosvg.anim.values
An integer in the animation engine.
AnimatableIntegerValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableIntegerValue
Creates a new, uninitialized AnimatableIntegerValue.
AnimatableIntegerValue(AnimationTarget, int) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableIntegerValue
Creates a new AnimatableIntegerValue.
AnimatableIntegerValueFactory() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableIntegerValueFactory
 
AnimatableLengthListValue - Class in io.sf.carte.echosvg.anim.values
An SVG length list value in the animation system.
AnimatableLengthListValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableLengthListValue
Creates a new, uninitialized AnimatableLengthListValue.
AnimatableLengthListValue(AnimationTarget, short[], float[], short) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableLengthListValue
Creates a new AnimatableLengthListValue.
AnimatableLengthListValueFactory() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableLengthListValueFactory
Creates a new AnimatableLengthListValueFactory.
animatableLengthOrIdentFactory - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
The factory for length-or-ident values.
AnimatableLengthOrIdentFactory() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableLengthOrIdentFactory
 
AnimatableLengthOrIdentValue - Class in io.sf.carte.echosvg.anim.values
An SVG length-or-identifier value in the animation system.
AnimatableLengthOrIdentValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableLengthOrIdentValue
Creates a new, uninitialized AnimatableLengthOrIdentValue.
AnimatableLengthOrIdentValue(AnimationTarget, short, float, short) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableLengthOrIdentValue
Creates a new AnimatableLengthOrIdentValue for a length value.
AnimatableLengthOrIdentValue(AnimationTarget, String) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableLengthOrIdentValue
Creates a new AnimatableLengthOrIdentValue for an identifier value.
AnimatableLengthValue - Class in io.sf.carte.echosvg.anim.values
An SVG length value in the animation system.
AnimatableLengthValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableLengthValue
Creates a new AnimatableLengthValue with no length.
AnimatableLengthValue(AnimationTarget, short, float, short) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableLengthValue
Creates a new AnimatableLengthValue.
AnimatableLengthValueFactory() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableLengthValueFactory
Creates a new AnimatableLengthValueFactory.
AnimatableMotionPointValue - Class in io.sf.carte.echosvg.anim.values
A point value in the animation system from a motion animation.
AnimatableMotionPointValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableMotionPointValue
Creates a new, uninitialized AnimatableMotionPointValue.
AnimatableMotionPointValue(AnimationTarget, float, float, float) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableMotionPointValue
Creates a new AnimatableMotionPointValue with one x.
AnimatableNumberListValue - Class in io.sf.carte.echosvg.anim.values
A number list in the animation system.
AnimatableNumberListValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableNumberListValue
Creates a new, uninitialized AnimatableNumberListValue.
AnimatableNumberListValue(AnimationTarget, float[]) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableNumberListValue
Creates a new AnimatableNumberListValue.
AnimatableNumberListValueFactory() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableNumberListValueFactory
Creates a new AnimatableNumberListValueFactory.
AnimatableNumberOptionalNumberValue - Class in io.sf.carte.echosvg.anim.values
A number-optional-number value in the animation system.
AnimatableNumberOptionalNumberValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableNumberOptionalNumberValue
Creates a new, uninitialized AnimatableNumberOptionalNumberValue.
AnimatableNumberOptionalNumberValue(AnimationTarget, float) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableNumberOptionalNumberValue
Creates a new AnimatableNumberOptionalNumberValue with one number.
AnimatableNumberOptionalNumberValue(AnimationTarget, float, float) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableNumberOptionalNumberValue
Creates a new AnimatableNumberOptionalNumberValue with two numbers.
animatableNumberOrIdentFactory - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
The factory for number-or-ident values.
AnimatableNumberOrIdentFactory(boolean) - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableNumberOrIdentFactory
 
AnimatableNumberOrIdentValue - Class in io.sf.carte.echosvg.anim.values
A number-or-identifier value in the animation system.
AnimatableNumberOrIdentValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableNumberOrIdentValue
Creates a new, uninitialized AnimatableNumberOrIdentValue.
AnimatableNumberOrIdentValue(AnimationTarget, float, boolean) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableNumberOrIdentValue
Creates a new AnimatableNumberOrIdentValue for a Number value.
AnimatableNumberOrIdentValue(AnimationTarget, String) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableNumberOrIdentValue
Creates a new AnimatableNumberOrIdentValue for an identifier value.
AnimatableNumberOrPercentageValue - Class in io.sf.carte.echosvg.anim.values
A number-or-percentage value in the animation system.
AnimatableNumberOrPercentageValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableNumberOrPercentageValue
Creates a new, uninitialized AnimatableNumberOrPercentageValue.
AnimatableNumberOrPercentageValue(AnimationTarget, float) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableNumberOrPercentageValue
Creates a new AnimatableNumberOrPercentageValue with a number.
AnimatableNumberOrPercentageValue(AnimationTarget, float, boolean) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableNumberOrPercentageValue
Creates a new AnimatableNumberOrPercentageValue with either a number or a percentage.
AnimatableNumberOrPercentageValueFactory() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableNumberOrPercentageValueFactory
 
AnimatableNumberValue - Class in io.sf.carte.echosvg.anim.values
A number value in the animation system.
AnimatableNumberValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableNumberValue
Creates a new, uninitialized AnimatableNumberValue.
AnimatableNumberValue(AnimationTarget, float) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableNumberValue
Creates a new AnimatableNumberValue.
AnimatableNumberValueFactory() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableNumberValueFactory
 
AnimatablePaintValue - Class in io.sf.carte.echosvg.anim.values
An SVG paint value in the animation system.
AnimatablePaintValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
Creates a new, uninitialized AnimatablePaintValue.
AnimatablePaintValue(AnimationTarget, float, float, float) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
Creates a new AnimatablePaintValue.
AnimatablePaintValueFactory() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatablePaintValueFactory
 
AnimatablePathDataFactory() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatablePathDataFactory
Creates a new AnimatablePathDataFactory.
AnimatablePathDataValue - Class in io.sf.carte.echosvg.anim.values
An SVG path value in the animation system.
AnimatablePathDataValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatablePathDataValue
Creates a new, uninitialized AnimatablePathDataValue.
AnimatablePathDataValue(AnimationTarget, short[], float[]) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatablePathDataValue
Creates a new AnimatablePathDataValue.
AnimatablePercentageValue - Class in io.sf.carte.echosvg.anim.values
A percentage value in the animation system.
AnimatablePercentageValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatablePercentageValue
Creates a new, uninitialized AnimatablePercentageValue.
AnimatablePercentageValue(AnimationTarget, float) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatablePercentageValue
Creates a new AnimatablePercentageValue.
AnimatablePointListValue - Class in io.sf.carte.echosvg.anim.values
An SVG point list value in the animation system.
AnimatablePointListValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatablePointListValue
Creates a new, uninitialized AnimatablePointListValue.
AnimatablePointListValue(AnimationTarget, float[]) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatablePointListValue
Creates a new AnimatablePointListValue.
AnimatablePointListValueFactory() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatablePointListValueFactory
Creates a new AnimatablePointListValueFactory.
AnimatablePreserveAspectRatioValue - Class in io.sf.carte.echosvg.anim.values
An SVG preserveAspectRatio value in the animation system.
AnimatablePreserveAspectRatioValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatablePreserveAspectRatioValue
Creates a new, uninitialized AnimatablePreserveAspectRatioValue.
AnimatablePreserveAspectRatioValue(AnimationTarget, short, short) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatablePreserveAspectRatioValue
Creates a new AnimatablePreserveAspectRatioValue.
AnimatablePreserveAspectRatioValueFactory() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory
Creates a new AnimatablePreserveAspectRatioValueFactory.
AnimatableRectValue - Class in io.sf.carte.echosvg.anim.values
An SVG rect value in the animation system.
AnimatableRectValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableRectValue
Creates a new, uninitialized AnimatableRectValue.
AnimatableRectValue(AnimationTarget, float, float, float, float) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableRectValue
Creates a new AnimatableRectValue with one number.
AnimatableRectValueFactory() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableRectValueFactory
Creates a new AnimatableNumberListValueFactory.
AnimatableStringValue - Class in io.sf.carte.echosvg.anim.values
A string value in the animation system.
AnimatableStringValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableStringValue
Creates a new, uninitialized AnimatableStringValue.
AnimatableStringValue(AnimationTarget, String) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableStringValue
Creates a new AnimatableStringValue.
AnimatableStringValueFactory() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableStringValueFactory
 
AnimatableSVGBridge - Class in io.sf.carte.echosvg.bridge
Abstract bridge class for those elements that can be animated.
AnimatableSVGBridge() - Constructor for class io.sf.carte.echosvg.bridge.AnimatableSVGBridge
 
AnimatableTransformListValue - Class in io.sf.carte.echosvg.anim.values
An SVG transform list value in the animation system.
AnimatableTransformListValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableTransformListValue
Creates a new, uninitialized AnimatableTransformListValue.
AnimatableTransformListValue(AnimationTarget, AbstractSVGTransform) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableTransformListValue
Creates a new AnimatableTransformListValue with a single transform.
AnimatableTransformListValue(AnimationTarget, List<SVGTransform>) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableTransformListValue
Creates a new AnimatableTransformListValue with a transform list.
AnimatableValue - Class in io.sf.carte.echosvg.anim.values
An abstract class for values in the animation engine.
AnimatableValue(AnimationTarget) - Constructor for class io.sf.carte.echosvg.anim.values.AnimatableValue
Creates a new AnimatableValue.
AnimateColorElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.AnimateColorElementFactory
 
animatedAngle - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue
The SVGAnimatedAngle.
AnimatedAngle() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimatedAngle
 
animatedAttributeChanged(Element, AnimatedLiveAttributeValue) - Method in interface io.sf.carte.echosvg.anim.dom.AnimatedAttributeListener
Called to notify an object of a change to the animated value of an animatable XML attribute.
animatedAttributeChanged(Element, AnimatedLiveAttributeValue) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument.AnimAttrListener
Called to notify an object of a change to the animated value of an animatable XML attribute.
animatedAttributeChanged(Element, AnimatedLiveAttributeValue) - Method in class io.sf.carte.echosvg.bridge.BridgeContext.AnimatedAttrListener
Called to notify an object of a change to the animated value of an animated XML attribute.
animatedAttributeListener - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The listener to receive notification of animated attribute changes.
AnimatedAttributeListener - Interface in io.sf.carte.echosvg.anim.dom
An interface to listen for changes on any animatable XML attribute in an SVGOMDocument.
animatedAttributeListeners - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
List of AnimatedAttributeListeners attached to this document.
AnimatedAttrListener() - Constructor for class io.sf.carte.echosvg.bridge.BridgeContext.AnimatedAttrListener
Creates a new AnimatedAttributeListener.
animatedEnumeration - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue
The SVGAnimatedEnumeration.
AnimatedEnumeration() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration
 
AnimatedLiveAttributeValue - Interface in io.sf.carte.echosvg.anim.dom
An interface for LiveAttributeValues that have an animated value component.
AnimateElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.AnimateElementFactory
 
AnimateMotionElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.AnimateMotionElementFactory
 
AnimateTransformElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.AnimateTransformElementFactory
 
animation - Variable in class io.sf.carte.echosvg.anim.AnimationEngine.Sandwich
The top-most animation in the sandwich.
animation - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
The animation object that provides the values for the animation.
animationEngine - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The animation engine for the document.
AnimationEngine - Class in io.sf.carte.echosvg.anim
An abstract base class for managing animation in a document.
AnimationEngine(Document) - Constructor for class io.sf.carte.echosvg.anim.AnimationEngine
Creates a new AnimationEngine for the given document.
AnimationEngine.AnimationInfo - Class in io.sf.carte.echosvg.anim
Class to hold target information of an animation.
AnimationEngine.Listener - Class in io.sf.carte.echosvg.anim
Listener class for changes to base values on a target element.
AnimationEngine.Sandwich - Class in io.sf.carte.echosvg.anim
Class to hold an animation sandwich for a particular attribute.
AnimationEngine.TargetInfo - Class in io.sf.carte.echosvg.anim
Class to hold XML and CSS animations for a target element.
animationEventNames11 - Static variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
Set of SMIL animation event names for SVG 1.1.
animationEventNames12 - Static variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
Set of SMIL animation event names for SVG 1.2.
AnimationException - Exception Class in io.sf.carte.echosvg.anim
An exception class for SMIL animation exceptions.
AnimationException(TimedElement, String, Object[]) - Constructor for exception class io.sf.carte.echosvg.anim.AnimationException
Creates a new AnimationException.
AnimationInfo() - Constructor for class io.sf.carte.echosvg.anim.AnimationEngine.AnimationInfo
 
animationLimitingAmount - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The amount of animation limiting.
animationLimitingAmount - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
The amount of animation limiting.
animationLimitingAmount - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The amount of animation limiting.
animationLimitingMode - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The animation limiting mode.
animationLimitingMode - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
The animation limiting mode.
animationLimitingMode - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The animation limiting mode.
AnimationRoot() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationRoot
Creates a new AnimationRoot object.
animations - Variable in class io.sf.carte.echosvg.anim.AnimationEngine
Map of AbstractAnimations to AnimationInfo objects.
animationsPaused() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
animationsPaused() - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
Returns whether animations are currently paused.
animationsPaused() - Method in interface io.sf.carte.echosvg.dom.svg.SVGSVGContext
Returns whether animations are currently paused.
animationsPaused() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
AnimationSupport - Class in io.sf.carte.echosvg.bridge
Class that provides utilities for animation support.
AnimationSupport() - Constructor for class io.sf.carte.echosvg.bridge.AnimationSupport
 
animationTarget - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
The AnimationTarget the provides a context to the animation engine.
AnimationTarget - Interface in io.sf.carte.echosvg.anim.dom
An interface for targets of animation to provide context information.
AnimationTargetListener - Interface in io.sf.carte.echosvg.anim.dom
A listener class for animation targets.
animationThread - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
The thread that ticks the animation engine.
AnimationThread() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationThread
 
animationTickRunnable - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
The Runnable that ticks the document.
AnimationTickRunnable(RunnableQueue, SVGAnimationEngine) - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationTickRunnable
Creates a new AnimationTickRunnable.
animationType - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
The animation type.
AnimAttrListener() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMDocument.AnimAttrListener
 
animEnumerationVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue
The current animated enumeration value.
animPathSegs - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData
The animated path data value.
AnimSVGAngle() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
 
AnimSVGLength(short) - Constructor for class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
Creates a new AnimSVGLength.
AnimSVGLengthList() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Creates a new AnimSVGLengthList.
AnimSVGNumberList() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Creates a new AnimSVGNumberList.
AnimSVGPARValue() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
 
AnimSVGPathSegList() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
Creates a new AnimSVGPathSegList.
AnimSVGPointList() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
Creates a new AnimSVGPointList.
AnimSVGRect() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.AnimSVGRect
 
AnimSVGTransformList() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
Creates a new AnimSVGTransformList.
animVal - Variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength
The current animated value.
animVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedBoolean
The current animated value.
animVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedEnumeration
The current animated value.
animVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedInteger
The current animated value.
animVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList
The animated value.
animVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumber
The current animated value.
animVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList
The animated value.
animVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints
The animated value.
animVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio
The animated value.
animVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect
The animated value.
animVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedString
The current animated value.
animVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList
The animated value.
ANSI_CHARSET - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
ANTIQUEWHITE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'antiquewhite' RGB color.
ANTIQUEWHITE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'antiquewhite' color name.
ANY_IDENTIFIER - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a 'ANY' lexical unit.
Any2LsRGBRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This function will tranform an image from any colorspace into a luminance image.
Any2LsRGBRed(CachableRed) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.Any2LsRGBRed
Construct a luminace image from src.
Any2LumRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This function will tranform an image from any colorspace into a luminance image.
Any2LumRed(CachableRed) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.Any2LumRed
Construct a luminace image from src.
Any2sRGBRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This function will tranform an image from any colorspace into a luminance image.
Any2sRGBRed(CachableRed) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.Any2sRGBRed
Construct a luminance image from src.
append(float) - Method in class io.sf.carte.echosvg.css.engine.value.svg.ICCColor
Appends a color to the list.
append(float) - Method in class io.sf.carte.echosvg.css.engine.value.svg12.DeviceColor
Appends a color to the list.
append(Rule) - Method in class io.sf.carte.echosvg.css.engine.StyleSheet
Appends a rule to the stylesheet.
append(Value) - Method in class io.sf.carte.echosvg.css.engine.value.ListValue
Appends an item to the list.
append(Value, int, boolean) - Method in class io.sf.carte.echosvg.css.engine.StyleDeclaration
Appends a value to the declaration.
append(ExtendedNode) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode.ChildNodes
Appends a node to the tree.
append(ExtendedPathIterator, boolean) - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
append(PathIterator, boolean) - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
append(Shape, boolean) - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
append(String, Map<AttributedCharacterIterator.Attribute, Object>) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AttributedStringBuffer
Appends a String and its associated attributes.
append(Node) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode.ElementsByTagName
Appends a node to the list.
append(Node) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode.ElementsByTagNameNS
Appends a node to the list.
appendChild(Node) - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.appendChild(Node).
appendChild(Node) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
DOM: Implements Node.appendChild(Node).
appendData(String) - Method in class io.sf.carte.echosvg.dom.AbstractCharacterData
appendGroup(Element, DOMGroupManager) - Method in class io.sf.carte.echosvg.svggen.DOMTreeManager
When a group is appended to the tree by this call, all the other group managers are requested to start new groups, in order to preserve the Z-order.
appendItem(String) - Method in interface org.w3c.dom.svg.SVGStringList
 
appendItem(SVGLength) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList
appendItem(SVGLength) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
appendItem(SVGLength) - Method in interface org.w3c.dom.svg.SVGLengthList
 
appendItem(SVGNumber) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
appendItem(SVGNumber) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
appendItem(SVGNumber) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList
appendItem(SVGNumber) - Method in interface org.w3c.dom.svg.SVGNumberList
 
appendItem(SVGPathSeg) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
appendItem(SVGPathSeg) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList
 
appendItem(SVGPathSeg) - Method in interface org.w3c.dom.svg.SVGPathSegList
 
appendItem(SVGPoint) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
appendItem(SVGPoint) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPointList
appendItem(SVGPoint) - Method in interface org.w3c.dom.svg.SVGPointList
 
appendItem(SVGTransform) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
appendItem(SVGTransform) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList
appendItem(SVGTransform) - Method in interface org.w3c.dom.svg.SVGTransformList
 
appendItemImpl(Object) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Inserts a new item at the end of the list.
appendStringData() - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
 
APPLICATION_ECMASCRIPT - Static variable in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
The 'application/ecmascript' MIME type.
ApplicationSecurityEnforcer - Class in io.sf.carte.echosvg.util
Deprecated.
appliesTo(String) - Method in class io.sf.carte.echosvg.svggen.SVGAttribute
 
appliesTo(String, String) - Method in class io.sf.carte.echosvg.svggen.DefaultStyleHandler
Controls whether or not a given attribute applies to a particular element.
applyDefaultRenderingStyle(Element) - Method in class io.sf.carte.echosvg.svggen.DOMTreeManager
 
applyLut_INT(WritableRaster, int[]) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.Any2sRGBRed
 
applyStretchTransform(boolean) - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Stretches the text so that it becomes the specified length.
APPWORKSPACE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'APPWORKSPACE' color name.
aqua - Static variable in class io.sf.carte.echosvg.svggen.SVGColor
Predefined CSS colors
AQUA_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'aqua' RGB color.
AQUA_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'aqua' color name.
AQUAMARINE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'aquamarine' RGB color.
AQUAMARINE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'aquamarine' color name.
ARABIC_FORM - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
ARABIC_INITIAL - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
ARABIC_ISOLATED - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
ARABIC_MEDIAL - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
ARABIC_NONE - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
ARABIC_TERMINAL - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
arabicChar(char) - Static method in class io.sf.carte.echosvg.gvt.text.ArabicTextHandler
Returns true if the char is a standard arabic char.
arabicCharTransparent(char) - Static method in class io.sf.carte.echosvg.gvt.text.ArabicTextHandler
Returns true if the char is transparent.
ArabicTextHandler - Class in io.sf.carte.echosvg.gvt.text
Handles the processing of arabic text.
arcAbs(float, float, float, boolean, boolean, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
arcAbs(float, float, float, boolean, boolean, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
arcAbs(float, float, float, boolean, boolean, float, float) - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
arcAbs(float, float, float, boolean, boolean, float, float) - Method in class io.sf.carte.echosvg.parser.DefaultPathHandler
arcAbs(float, float, float, boolean, boolean, float, float) - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
arcAbs(float, float, float, boolean, boolean, float, float) - Method in interface io.sf.carte.echosvg.parser.PathHandler
Invoked when an absolute elliptical arc command has been parsed.
arcRel(float, float, float, boolean, boolean, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
arcRel(float, float, float, boolean, boolean, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
arcRel(float, float, float, boolean, boolean, float, float) - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
arcRel(float, float, float, boolean, boolean, float, float) - Method in class io.sf.carte.echosvg.parser.DefaultPathHandler
arcRel(float, float, float, boolean, boolean, float, float) - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
arcRel(float, float, float, boolean, boolean, float, float) - Method in interface io.sf.carte.echosvg.parser.PathHandler
Invoked when a relative elliptical arc command has been parsed.
arcTo(float, float, float, boolean, boolean, float, float) - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Adds an elliptical arc, defined by two radii, an angle from the x-axis, a flag to choose the large arc or not, a flag to indicate if we increase or decrease the angles and the final point of the arc.
area - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Output AOI area.
areaOfInterest - Variable in class io.sf.carte.echosvg.swing.gvt.GVTTreeRenderer
The area of interest.
ARG_1_AND_2_ARE_WORDS - Static variable in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
ARG_KEY_ASCII - Static variable in class io.sf.carte.echosvg.svggen.font.SVGFont
 
ARG_KEY_AUTO_RANGE - Static variable in class io.sf.carte.echosvg.svggen.font.SVGFont
 
ARG_KEY_CHAR_RANGE_HIGH - Static variable in class io.sf.carte.echosvg.svggen.font.SVGFont
 
ARG_KEY_CHAR_RANGE_LOW - Static variable in class io.sf.carte.echosvg.svggen.font.SVGFont
 
ARG_KEY_ID - Static variable in class io.sf.carte.echosvg.svggen.font.SVGFont
 
ARG_KEY_OUTPUT_PATH - Static variable in class io.sf.carte.echosvg.svggen.font.SVGFont
 
ARG_KEY_START_CHAR - Static variable in class io.sf.carte.echosvg.svggen.font.SVGFont
 
ARG_KEY_TESTCARD - Static variable in class io.sf.carte.echosvg.svggen.font.SVGFont
 
ARGBChannel - Class in io.sf.carte.echosvg.ext.awt.image
Enumerated type for an ARGB Channel selector.
args - Variable in class io.sf.carte.echosvg.apps.rasterizer.Main
List of arguments describing the conversion task to be performed.
ARGS_ARE_XY_VALUES - Static variable in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
arguments - Variable in class io.sf.carte.echosvg.apps.svgpp.Main
The arguments.
arguments - Variable in class io.sf.carte.echosvg.bridge.WindowWrapper.FunctionWrapper
The arguments.
ARITHMETIC(float, float, float, float) - Static method in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
Factory to create artithmatic CompositeRules.
ArrayNodeList - Class in io.sf.carte.echosvg.dom
An ArrayList-backed node list.
ArrayNodeList() - Constructor for class io.sf.carte.echosvg.dom.ArrayNodeList
Construct a node list of the default size (10).
ArrayNodeList(int) - Constructor for class io.sf.carte.echosvg.dom.ArrayNodeList
Construct a node list of the given size.
as - Variable in class io.sf.carte.echosvg.parser.FloatArrayProducer
List of float[] objects.
ascent - Variable in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
ascent - Variable in class io.sf.carte.echosvg.gvt.font.GVTFontFace
 
ascent - Variable in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
 
ASCIIDecoder - Class in io.sf.carte.echosvg.util.io
This class represents an object which decodes ASCII characters from a stream of bytes.
ASCIIDecoder(InputStream) - Constructor for class io.sf.carte.echosvg.util.io.ASCIIDecoder
Creates a new ASCIIDecoder.
ASCIIDecoderFactory() - Constructor for class io.sf.carte.echosvg.util.io.StreamNormalizingReader.ASCIIDecoderFactory
 
assertValidCharacters(String, boolean) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
 
assign(AbstractSVGTransform) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransform
Copies the value of the specified transformation into this object.
assign(String) - Method in class io.sf.carte.echosvg.bridge.Location
Invocation of this method causes the user agent to navigate to the supplied location.
assign(String) - Method in interface io.sf.carte.echosvg.w3c.dom.Location
Invocation of this method causes the user agent to navigate to the supplied location.
assign(SVGTransform) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
Copies the values from the given SVGTransform into this AbstractSVGTransformList.SVGTransformItem.
assignArabicForms(AttributedString) - Static method in class io.sf.carte.echosvg.gvt.text.ArabicTextHandler
If the AttributedString contains any arabic chars, assigns an arabic form attribute, i.e. initial|medial|terminal|isolated, to each arabic char.
assignGlyphGroupRanges(int, GlyphGroupInfo[]) - Method in class io.sf.carte.echosvg.gvt.flow.LineInfo
 
associateSVGContext(BridgeContext, Element, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Associates the SVGContext with the element.
assureSize(GlyphGroupInfo[], int) - Static method in class io.sf.carte.echosvg.gvt.flow.LineInfo
 
ASTERISK - Static variable in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector.Scanner
 
ATOP - Static variable in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
Porter-Duff Source Atop Destination rule.
ATOP - Static variable in class io.sf.carte.echosvg.ext.awt.image.SVGComposite
 
ATTLIST_CONTEXT - Static variable in class io.sf.carte.echosvg.xml.XMLScanner
The ATTLIST context.
ATTLIST_START - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents an ATTLIST declaration start lexical unit, i.e. '<!ATTLIST'.
ATTR_ID - Static variable in class io.sf.carte.echosvg.dom.GenericDocument
Local name for 'id' attributes.
attrAdded(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.AbstractElement
Called when an attribute has been added.
attrAdded(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedBoolean
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedEnumeration
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedInteger
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumber
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedString
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributeColorValue
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributePaintValue
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributeValue
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.StyleDeclaration
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class io.sf.carte.echosvg.dom.AbstractElement
Called when an attribute has been added.
attrAdded(Attr, String) - Method in interface io.sf.carte.echosvg.dom.svg.LiveAttributeValue
Called when an Attr node has been added.
attrChanged() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength
Called when the attribute has changed in some way.
attrDelimiter - Variable in class io.sf.carte.echosvg.xml.XMLScanner
The last attribute delimiter encountered.
attribute - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.ScriptingEventListener
The script attribute.
ATTRIBUTE_FRAGMENT - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents an attribute fragment lexical unit.
ATTRIBUTE_NAME_CONTEXT - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
ATTRIBUTE_NAME_STYLE - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLContext
 
ATTRIBUTE_VALUE_CONTEXT - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
ATTRIBUTE_VALUE_CONTEXT - Static variable in class io.sf.carte.echosvg.xml.XMLScanner
The attribute value context.
ATTRIBUTE_VALUE_STYLE - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLContext
 
AttributedCharacterSpanIterator - Class in io.sf.carte.echosvg.gvt.text
AttributedCharacterSpanIterator Used to provide ACI functionality to a "substring" of an AttributedString.
AttributedCharacterSpanIterator(AttributedCharacterIterator, int, int) - Constructor for class io.sf.carte.echosvg.gvt.text.AttributedCharacterSpanIterator
Construct a AttributedCharacterSpanIterator from a subinterval of an existing AttributedCharacterIterator.
AttributedStringBuffer() - Constructor for class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AttributedStringBuffer
Creates a new empty AttributedStringBuffer.
AttributeInfo(char[], char[], char[], char[], String, char, boolean) - Constructor for class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager.AttributeInfo
Creates a new AttributeInfo.
attributeInitializer - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMAElement
The attribute initializer.
attributeInitializer - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMAltGlyphElement
The attribute initializer.
attributeInitializer - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimateMotionElement
The attribute initializer.
attributeInitializer - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimateTransformElement
The attribute initializer.
attributeInitializer - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMColorProfileElement
The attribute initializer.
attributeInitializer - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMCursorElement
The attribute initializer.
attributeInitializer - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEImageElement
The attribute initializer.
attributeInitializer - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
The attribute initializer.
attributeInitializer - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMGlyphRefElement
The attribute initializer.
attributeInitializer - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMGradientElement
The attribute initializer.
attributeInitializer - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMImageElement
The attribute initializer.
attributeInitializer - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
The attribute initializer.
attributeInitializer - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMMPathElement
The attribute initializer.
attributeInitializer - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
The attribute initializer.
attributeInitializer - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMScriptElement
The attribute initializer.
attributeInitializer - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMStyleElement
The attribute initializer.
attributeInitializer - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
The attribute initializer.
attributeInitializer - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMSymbolElement
The attribute initializer.
attributeInitializer - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextPathElement
The attribute initializer.
attributeInitializer - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
The attribute initializer.
attributeInitializer - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMViewElement
The attribute initializer.
AttributeInitializer - Class in io.sf.carte.echosvg.anim.dom
This class is used by elements to initialize and reset their attributes.
AttributeInitializer(int) - Constructor for class io.sf.carte.echosvg.anim.dom.AttributeInitializer
Creates a new AttributeInitializer.
attributeLocalName - Variable in class io.sf.carte.echosvg.anim.AnimationEngine.AnimationInfo
The local name of the attribute or the name of the CSS property to animate.
attributeLocalName - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
The local name of the attribute or the name of the property being animated.
attributeName - Variable in exception class io.sf.carte.echosvg.dom.svg.LiveAttributeException
The attribute name.
attributeNamespaceURI - Variable in class io.sf.carte.echosvg.anim.AnimationEngine.AnimationInfo
The namespace URI of the attribute to animate, if this is an XML attribute animation.
attributeNamespaceURI - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
The namespace URI of the attribute being animated.
attributes - Variable in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AttributedStringBuffer
The attributes.
attributes - Variable in class io.sf.carte.echosvg.dom.AbstractElement
The attributes of this element.
attrModified(Attr, String, String) - Method in class io.sf.carte.echosvg.anim.dom.AbstractElement
Called when an attribute has been modified.
attrModified(Attr, String, String) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedBoolean
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedEnumeration
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedInteger
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumber
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedString
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributeColorValue
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributePaintValue
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributeValue
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.StyleDeclaration
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class io.sf.carte.echosvg.dom.AbstractElement
Called when an attribute has been modified.
attrModified(Attr, String, String) - Method in interface io.sf.carte.echosvg.dom.svg.LiveAttributeValue
Called when an Attr node has been modified.
attrModified(Element, Attr, short, String, String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.CSSNavigableDocumentHandler
An attribute has changed in the CSSNavigableDocument.
attrModified(Element, Attr, short, String, String) - Method in interface io.sf.carte.echosvg.css.engine.CSSNavigableDocumentListener
An attribute has changed in the CSSNavigableDocument.
attrRemoved(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.AbstractElement
Called when an attribute has been removed.
attrRemoved(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedBoolean
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedEnumeration
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedInteger
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumber
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedString
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributeColorValue
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributePaintValue
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributeValue
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.StyleDeclaration
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class io.sf.carte.echosvg.dom.AbstractElement
Called when an attribute has been removed.
attrRemoved(Attr, String) - Method in interface io.sf.carte.echosvg.dom.svg.LiveAttributeValue
Called when an Attr node has been removed.
AttrTypeInfo() - Constructor for class io.sf.carte.echosvg.dom.AbstractAttr.AttrTypeInfo
 
AUTHOR_ORIGIN - Static variable in class io.sf.carte.echosvg.css.engine.StyleMap
 
AUTO - Enum constant in enum class io.sf.graphics.java2d.color.RenderingIntent
Automatic rendering intent.
AUTO - Static variable in class io.sf.carte.echosvg.ext.awt.color.ICCColorSpaceExt
Deprecated.
 
AUTO_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'auto' keyword.
AUTODETECT - Static variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Means that the component must auto detect whether the current document is static or dynamic.
available() - Method in class io.sf.carte.echosvg.util.Base64DecodeStream
 
AvoidTilingHintKey - Class in io.sf.carte.echosvg.ext.awt
A transcoding Key represented as a boolean to indicate whether tiling of bitmaps is undesired by the destination.
AWTEventDispatcher - Class in io.sf.carte.echosvg.gvt.event
An EventDispatcher implementation based on AWT events.
AWTEventDispatcher() - Constructor for class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Constructs a new event dispatcher.
awtFont - Variable in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
 
awtFontFamilies - Static variable in class io.sf.carte.echosvg.bridge.DefaultFontFamilyResolver
 
AWTFontFamily - Class in io.sf.carte.echosvg.gvt.font
A font family class for AWT fonts.
AWTFontFamily(GVTFontFace) - Constructor for class io.sf.carte.echosvg.gvt.font.AWTFontFamily
Constructs an AWTFontFamily with the specified familyName.
AWTFontFamily(GVTFontFace, Font) - Constructor for class io.sf.carte.echosvg.gvt.font.AWTFontFamily
Constructs an AWTFontFamily with the specified familyName.
AWTFontFamily(String) - Constructor for class io.sf.carte.echosvg.gvt.font.AWTFontFamily
Constructs an AWTFontFamily with the specified familyName.
awtFonts - Static variable in class io.sf.carte.echosvg.bridge.DefaultFontFamilyResolver
 
AWTGlyphGeometryCache - Class in io.sf.carte.echosvg.gvt.font
This class represents a doubly indexed hash table, which holds soft references to the contained glyph geometry informations.
AWTGlyphGeometryCache() - Constructor for class io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache
Creates a new AWTGlyphGeometryCache.
AWTGlyphGeometryCache(int) - Constructor for class io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache
Creates a new AWTGlyphGeometryCache.
AWTGlyphGeometryCache.Entry - Class in io.sf.carte.echosvg.gvt.font
To manage collisions
AWTGlyphGeometryCache.Value - Class in io.sf.carte.echosvg.gvt.font
The object that holds glyph geometry.
AWTGVTFont - Class in io.sf.carte.echosvg.gvt.font
This is a wrapper class for a java.awt.Font instance.
AWTGVTFont(Font) - Constructor for class io.sf.carte.echosvg.gvt.font.AWTGVTFont
Creates a new AWTGVTFont that wraps the given Font.
AWTGVTFont(Font, double) - Constructor for class io.sf.carte.echosvg.gvt.font.AWTGVTFont
Creates a new AWTGVTFont that wraps the given Font.
AWTGVTFont(String, int, int) - Constructor for class io.sf.carte.echosvg.gvt.font.AWTGVTFont
Creates a new AWTGVTFont from the specified name, style and point size.
AWTGVTFont(Map<AttributedCharacterIterator.Attribute, Object>) - Constructor for class io.sf.carte.echosvg.gvt.font.AWTGVTFont
Creates a new AWTGVTFont with the specified attributes.
AWTGVTGlyphVector - Class in io.sf.carte.echosvg.gvt.font
This is a wrapper class for a java.awt.font.GlyphVector instance.
AWTGVTGlyphVector(GlyphVector, AWTGVTFont, double, CharacterIterator) - Constructor for class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Creates and new AWTGVTGlyphVector from the specified GlyphVector and AWTGVTFont objects.
AWTPathProducer - Class in io.sf.carte.echosvg.parser
This class provides an implementation of the PathHandler that initializes a Shape from the value of a path's 'd' attribute.
AWTPathProducer() - Constructor for class io.sf.carte.echosvg.parser.AWTPathProducer
 
AWTPolygonProducer - Class in io.sf.carte.echosvg.parser
This class produces a polygon shape from a reader.
AWTPolygonProducer() - Constructor for class io.sf.carte.echosvg.parser.AWTPolygonProducer
 
AWTPolylineProducer - Class in io.sf.carte.echosvg.parser
This class produces a polyline shape from a reader.
AWTPolylineProducer() - Constructor for class io.sf.carte.echosvg.parser.AWTPolylineProducer
 
AWTTransformProducer - Class in io.sf.carte.echosvg.parser
This class provides an implementation of the PathHandler that initializes an AffineTransform from the value of a 'transform' attribute.
AWTTransformProducer() - Constructor for class io.sf.carte.echosvg.parser.AWTTransformProducer
 
azimuth - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEDistantLightElement
The 'azimuth' attribute value.
AZURE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'azure' RGB color.
AZURE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'azure' color name.

B

B - Static variable in class io.sf.carte.echosvg.ext.awt.image.ARGBChannel
 
background - Variable in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Current background color.
BACKGROUND_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'BACKGROUND' color name.
backgroundColor - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Background color for the output images.
backgroundEnableRgn - Variable in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
This flag indicates if this node has BackgroundEnable = 'new'.
backgroundPaint - Variable in class io.sf.carte.echosvg.gvt.CanvasGraphicsNode
The background of this canvas graphics node.
BackgroundRable8Bit - Class in io.sf.carte.echosvg.gvt.filter
This implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.
BackgroundRable8Bit(GraphicsNode) - Constructor for class io.sf.carte.echosvg.gvt.filter.BackgroundRable8Bit
 
BACKWARD - Static variable in class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
The backward state.
BASE - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
Base64DecodeStream - Class in io.sf.carte.echosvg.util
This class implements a Base64 Character decoder as specified in RFC1113.
Base64DecodeStream(InputStream) - Constructor for class io.sf.carte.echosvg.util.Base64DecodeStream
 
Base64EncoderStream - Class in io.sf.carte.echosvg.util
This class implements a Base64 Character encoder as specified in RFC1113.
Base64EncoderStream(OutputStream) - Constructor for class io.sf.carte.echosvg.util.Base64EncoderStream
 
Base64EncoderStream(OutputStream, boolean) - Constructor for class io.sf.carte.echosvg.util.Base64EncoderStream
 
baseAngleVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue
The current base angle value.
baseEnumerationVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue
The current base enumeration value.
BASELINE_SHIFT - Static variable in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
BASELINE_SHIFT - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Baseline adjustment to be applied to this character span.
BASELINE_SHIFT_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
BASELINE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'baseline' keyword.
baselineIndex - Variable in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
 
baselineOffsets - Variable in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
 
BaselineShiftManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'baseline-shift' property values.
BaselineShiftManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.BaselineShiftManager
 
BaseScriptingEnvironment - Class in io.sf.carte.echosvg.bridge
This class is the base class for SVG scripting.
BaseScriptingEnvironment(BridgeContext) - Constructor for class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
Creates a new BaseScriptingEnvironment.
BaseScriptingEnvironment.Window - Class in io.sf.carte.echosvg.bridge
Represents the window object of this environment.
BaseSVGAngle() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.BaseSVGAngle
 
BaseSVGLength(short) - Constructor for class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength.BaseSVGLength
Creates a new BaseSVGLength.
BaseSVGLengthList() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Creates a new BaseSVGLengthList.
BaseSVGNumberList() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
 
BaseSVGPARValue() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue
Creates a new BaseSVGPARValue.
BaseSVGPathSegList() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
 
BaseSVGPointList() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
 
BaseSVGRect() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.BaseSVGRect
 
BaseSVGTransformList() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
 
baseTransform - Variable in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
The base AffineTransform for InputEvent-to-GraphicsNodeEvent coordinates as determined by setBaseTransform().
baseVal - Variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength
The base value.
baseVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedBoolean
The current base value.
baseVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedEnumeration
The current base value.
baseVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedInteger
The current base value.
baseVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList
The base value.
baseVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumber
The current base value.
baseVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList
The base value.
baseVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints
The base value.
baseVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio
The base value.
baseVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect
The base value.
baseVal - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList
The base value.
baseValueChanged(AnimationTarget, String, String, boolean) - Method in class io.sf.carte.echosvg.anim.AnimationEngine.Listener
Invoked to indicate that base value of the specified attribute or property has changed.
baseValueChanged(AnimationTarget, String, String, boolean) - Method in interface io.sf.carte.echosvg.anim.dom.AnimationTargetListener
Invoked to indicate that base value of the specified attribute or property has changed.
BasicMark(TextNode, TextHit) - Constructor for class io.sf.carte.echosvg.bridge.BasicTextPainter.BasicMark
Constructs a new Mark with the specified parameters.
BasicTextPainter - Class in io.sf.carte.echosvg.bridge
Basic implementation of TextPainter which renders the attributed character iterator of a TextNode.
BasicTextPainter() - Constructor for class io.sf.carte.echosvg.bridge.BasicTextPainter
 
BasicTextPainter.BasicMark - Class in io.sf.carte.echosvg.bridge
This TextPainter's implementation of the Mark interface.
BATIK_12_ATTR_NAMESPACE_URI - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Namespace for batik experimental svg 1.2 attributes.
BATIK_12_NAMESPACE_URI - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Namespace for batik experimental svg 1.2 elements.
BATIK_EXT_COLOR_SWITCH_TAG - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Tag name for Batik's color switch extension.
BATIK_EXT_FLOW_DIV_TAG - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Tag name for Batik's flowText extension div element SVG 1.2).
BATIK_EXT_FLOW_LINE_TAG - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Tag name for Batik's flowText extension line element SVG 1.2).
BATIK_EXT_FLOW_PARA_TAG - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Tag name for Batik's flowText extension p element SVG 1.2).
BATIK_EXT_FLOW_REGION_BREAK_TAG - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Tag name for Batik's flowText extension flow Region break element SVG 1.2).
BATIK_EXT_FLOW_REGION_EXCLUDE_TAG - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Tag name for Batik's flowText extension Region element (SVG 1.2).
BATIK_EXT_FLOW_REGION_TAG - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Tag name for Batik's flowText extension Region element (SVG 1.2).
BATIK_EXT_FLOW_SPAN_TAG - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Tag name for Batik's flowText extension span element SVG 1.2).
BATIK_EXT_FLOW_TEXT_TAG - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Tag name for Batik's flowText extension (SVG 1.2).
BATIK_EXT_HISTOGRAM_NORMALIZATION_TAG - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Tag name for Batik's histogram normalization extension.
BATIK_EXT_NAMESPACE_URI - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Namespace for batik extentions.
BATIK_EXT_REGULAR_POLYGON_TAG - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Tag name for Batik's regular poly extension.
BATIK_EXT_STAR_TAG - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Tag name for Batik's star extension.
bbox - Variable in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
 
BBOX_WIDTH - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Author-expected width for bounding box containing all text string glyphs.
bboxShape - Variable in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
 
BEFORE_EDGE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'before-edge' keyword.
begin - Variable in class io.sf.carte.echosvg.anim.timing.Interval
The begin time for the interval.
begin - Variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter.TextChunk
 
beginDependents - Variable in class io.sf.carte.echosvg.anim.timing.Interval
The list of InstanceTime objects that are dependent on the begin time of this Interval.
beginDependents - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
List of TimingSpecifiers on other elements that depend on this element's begin times.
beginElement() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimationElement
beginElement() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Adds a time to the begin time instance list that will cause the element to begin immediately (if restart semantics allow it).
beginElement() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
beginElement() - Method in interface org.w3c.dom.smil.ElementTimeControl
Creates a begin instance time for the current time which is added to the list of begin instance times.
beginElement(float) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Adds a time to the begin time instance list that will cause the element to begin at some offset to the current time (if restart semantics allow it).
beginElementAt(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimationElement
beginElementAt(float) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
beginElementAt(float) - Method in interface org.w3c.dom.smil.ElementTimeControl
Creates a begin instance time for the current time plus or minus the passed offset which is added to the list of begin instance times.
beginInstanceTime - Variable in class io.sf.carte.echosvg.anim.timing.Interval
The InstanceTime that defined the begin time of the current interval.
beginInstanceTimes - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
List of begin InstanceTimes.
beginListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The begin event listener.
beginMark - Variable in class io.sf.carte.echosvg.bridge.TextNode
The begin mark.
beginTime - Variable in class io.sf.carte.echosvg.anim.AbstractAnimation
The time at which this animation became active.
beginTimes - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
Timing specifiers for the begin times of this element.
BEIGE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'beige' RGB color.
BEIGE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'beige' color name.
beingResolved - Variable in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeDescript
 
BEVEL_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'bevel' keyword.
bf - Variable in class io.sf.carte.echosvg.util.gui.JErrorPane
The button factory.
bias - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
The 'bias' attribute value.
BIDI_LEVEL - Static variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
BIDI_LEVEL - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
BIDI_OVERRIDE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'bidi-override' keyword.
BidiAttributedCharacterIterator - Class in io.sf.carte.echosvg.gvt.text
An attributed character iterator that does the reordering of the characters for bidirectional text.
BidiAttributedCharacterIterator(AttributedCharacterIterator, FontRenderContext, int) - Constructor for class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
Constructs a character iterator that represents the visual display order of characters within bidirectional text.
BidiAttributedCharacterIterator(AttributedCharacterIterator, FontRenderContext, int, int[]) - Constructor for class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
 
bigEndian - Variable in class io.sf.carte.echosvg.util.io.UTF16Decoder
Whether the stream's byte-order is big-endian.
bind(Element) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Binds each bindable element in the given element's subtree.
bind(Node, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Binds the specified GraphicsNode to the specified Node.
BIND_NAME_DOCUMENT - Static variable in class io.sf.carte.echosvg.script.InterpreterPool
Name of the "document" object when referenced by scripts
BIND_NAME_WINDOW - Static variable in class io.sf.carte.echosvg.bridge.RhinoInterpreter
Name of the "window" object when referenced by scripts
BindableElement - Class in io.sf.carte.echosvg.anim.dom
This class implements foreign namespace elements that can be bound with XBL.
BindableElement() - Constructor for class io.sf.carte.echosvg.anim.dom.BindableElement
Creates a new BindableElement object.
BindableElement(String, AbstractDocument, String, String) - Constructor for class io.sf.carte.echosvg.anim.dom.BindableElement
Creates a new BindableElement object.
BindableElementBridge - Class in io.sf.carte.echosvg.bridge.svg12
Bridge class for foreign namespace elements that can be bound with sXBL.
BindableElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.svg12.BindableElementBridge
Constructs a new bridge for custom elements.
bindingChanged(Element, Element) - Method in interface io.sf.carte.echosvg.bridge.svg12.BindingListener
Invoked when the specified bindable element's binding has changed.
bindingChanged(Element, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext.XBLBindingListener
Invoked when the specified bindable element's binding has changed.
bindingListener - Variable in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext
The BindingListener for XBL binding events.
BindingListener - Interface in io.sf.carte.echosvg.bridge.svg12
The interface for listening to binding changes on bindable elements.
bindingListenerList - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Global event listener list for XBL binding related events.
bindObject(String, Object) - Method in class io.sf.carte.echosvg.bridge.RhinoInterpreter
This method registers a particular Java Object in the environment of the interpreter.
bindObject(String, Object) - Method in interface io.sf.carte.echosvg.script.Interpreter
This method should register a particular Java Object in the environment of the interpreter.
BISQUE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'bisque' RGB color.
BISQUE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'bisque' color name.
bl - Variable in class io.sf.carte.echosvg.bridge.SVGAElementBridge
 
black - Static variable in class io.sf.carte.echosvg.svggen.SVGColor
 
BLACK_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'black' RGB color.
BLACK_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'black' color name.
BLACKNESS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
BLANCHEDALMOND_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'blanchedalmond' RGB color.
BLANCHEDALMOND_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'blanchedalmond' color name.
blankCharacters - Variable in class io.sf.carte.echosvg.parser.AbstractScanner
The characters to skip to create the string which represents the current token.
BLINK_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'blink' keyword.
BLOCK_HEIGHT - Static variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
The blocks height.
BLOCK_HEIGHT_RELATIVE_MASK - Static variable in class io.sf.carte.echosvg.css.engine.StyleMap
 
BLOCK_MARGIN - Static variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
The blocks margin.
BLOCK_TYPE - Static variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
The blocks type.
BLOCK_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'block' keyword.
BLOCK_WIDTH - Static variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
The blocks width.
BLOCK_WIDTH_RELATIVE_MASK - Static variable in class io.sf.carte.echosvg.css.engine.StyleMap
 
BlockInfo - Class in io.sf.carte.echosvg.gvt.flow
 
BlockInfo(float, float, float, float, float, int, float, List<GVTFont>, Map<AttributedCharacterIterator.Attribute, Object>, boolean) - Constructor for class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
BlockInfo(float, int) - Constructor for class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
BLOCKS - Static variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
The number of blocks.
blue - Variable in class io.sf.carte.echosvg.anim.values.AnimatableColorValue
The blue component.
blue - Variable in class io.sf.carte.echosvg.css.engine.value.RGBColorValue
The blue component.
blue - Static variable in class io.sf.carte.echosvg.svggen.SVGColor
 
BLUE - Static variable in class io.sf.carte.echosvg.ext.awt.image.ARGBChannel
 
BLUE - Static variable in class io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable8Bit
 
BLUE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'blue' RGB color.
BLUE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'blue' color name.
blueComponent - Variable in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
The blue component, if this value is a RGBColor.
blueComponent - Variable in class io.sf.carte.echosvg.css.dom.CSSOMValue
The blue component, if this value is a RGBColor.
BlueComponent() - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.BlueComponent
 
BlueComponent() - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMValue.BlueComponent
 
blueFloatValueChanged(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractModificationHandler
Called when the blue float value has changed.
blueFloatValueChanged(short, float) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ModificationHandler
Called when the blue float value has changed.
blueFloatValueChanged(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the blue float value has changed.
blueFloatValueChanged(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
Called when the blue float value has changed.
blueFloatValueChanged(short, float) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the blue float value has changed.
blueTextChanged(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractModificationHandler
Called when the blue value text has changed.
blueTextChanged(String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ModificationHandler
Called when the blue value text has changed.
blueTextChanged(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the blue value text has changed.
blueTextChanged(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
Called when the blue value text has changed.
blueTextChanged(String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the blue value text has changed.
BLUEVIOLET_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'blueviolet' RGB color.
BLUEVIOLET_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'blueviolet' color name.
BOLD - Static variable in class io.sf.carte.echosvg.svggen.SVGFont
 
BOLD_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'bold' keyword.
BOLDER_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'bolder' keyword.
BooleanKey - Class in io.sf.carte.echosvg.transcoder.keys
A transcoding Key represented as a boolean.
BooleanKey() - Constructor for class io.sf.carte.echosvg.transcoder.keys.BooleanKey
 
booleanParamIndexes - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentConfiguration
Map of parameter names to array indexes.
booleanParamNames - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentConfiguration
The boolean parameter names.
booleanParamReadOnly - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentConfiguration
The read-onlyness of the boolean parameters.
booleanParamValues - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentConfiguration
The boolean parameter values.
booleanValue - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.Result
The boolean value.
BORDER_STROKE - Static variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.History
The border stroke.
borderColor - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.History
The border color.
BOTH - Static variable in interface io.sf.carte.echosvg.ext.swing.GridBagConstants
Resize the component both horizontally and vertically.
BOTH_ORIENTATION - Static variable in class io.sf.carte.echosvg.css.engine.value.LengthManager
 
bottom - Variable in class io.sf.carte.echosvg.css.engine.value.RectValue
The bottom value.
bottom - Variable in class io.sf.carte.echosvg.extension.svg.MarginInfo
 
bottom - Variable in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
bottom - Variable in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
bottom - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
BOTTOM_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'bottom' keyword.
bottomComponent - Variable in class io.sf.carte.echosvg.css.dom.CSSOMValue
The bottom component, if this value is a Rect.
BottomComponent() - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMValue.BottomComponent
 
bottomFloatValueChanged(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
Called when the bottom float value has changed.
bottomFloatValueChanged(short, float) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the bottom float value has changed.
bottomTextChanged(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
Called when the bottom value text has changed.
bottomTextChanged(String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the bottom value text has changed.
boundElement - Variable in class io.sf.carte.echosvg.bridge.svg12.AbstractContentSelector
The bound element.
boundElement - Variable in class io.sf.carte.echosvg.bridge.svg12.ContentManager
The bound element that owns the shadow tree.
boundElement - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XBLRecord
The bound element that owns this shadow tree, if this node is an XBLOMShadowTreeElement.
bounds - Variable in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
Bounds of the Polygon2D.
bounds - Variable in class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
Bounds of the Polyline2D.
bounds - Variable in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
BOX_RELATIVE_MASK - Static variable in class io.sf.carte.echosvg.css.engine.StyleMap
 
bReading - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
bReading - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
bReadingWMF - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
 
BREAK_ACTION_DIRECT - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
BREAK_ACTION_INDIRECT - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
BREAK_ACTION_PROHIBITED - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
Bridge - Interface in io.sf.carte.echosvg.bridge
A tagging interface that all bridges must implement.
bridgeContext - Variable in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
The bridge context.
bridgeContext - Variable in class io.sf.carte.echosvg.bridge.UpdateManager
The bridge context.
bridgeContext - Variable in class io.sf.carte.echosvg.swing.svg.GVTTreeBuilder
The bridge context to use.
bridgeContext - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The current bridge context.
bridgeContext - Variable in class io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcher
The bridge context to use.
BridgeContext - Class in io.sf.carte.echosvg.bridge
This class represents a context used by the various bridges and the builder.
BridgeContext() - Constructor for class io.sf.carte.echosvg.bridge.BridgeContext
Constructs a new empty bridge context.
BridgeContext(UserAgent) - Constructor for class io.sf.carte.echosvg.bridge.BridgeContext
Constructs a new bridge context.
BridgeContext(UserAgent, DocumentLoader) - Constructor for class io.sf.carte.echosvg.bridge.BridgeContext
Constructs a new bridge context.
BridgeContext(UserAgent, InterpreterPool, DocumentLoader) - Constructor for class io.sf.carte.echosvg.bridge.BridgeContext
Constructs a new bridge context.
BridgeContext.AnimatedAttrListener - Class in io.sf.carte.echosvg.bridge
A listener class for changes to animated attributes in the document.
BridgeContext.CSSEngineUserAgentWrapper - Class in io.sf.carte.echosvg.bridge
 
BridgeContext.CSSPropertiesChangedListener - Class in io.sf.carte.echosvg.bridge
The CSSEngineListener invoked when CSS properties are modified on a particular element.
BridgeContext.DOMAttrModifiedEventListener - Class in io.sf.carte.echosvg.bridge
The DOM EventListener invoked when an attribute is modified.
BridgeContext.DOMCharacterDataModifiedEventListener - Class in io.sf.carte.echosvg.bridge
The DOM EventListener invoked when a character data is changed.
BridgeContext.DOMMouseOutEventListener - Class in io.sf.carte.echosvg.bridge
The DOM EventListener invoked when the mouse exits an element
BridgeContext.DOMMouseOverEventListener - Class in io.sf.carte.echosvg.bridge
The DOM EventListener invoked when the mouse mouves over a new element.
BridgeContext.DOMNodeInsertedEventListener - Class in io.sf.carte.echosvg.bridge
The DOM EventListener invoked when a node is added.
BridgeContext.DOMNodeRemovedEventListener - Class in io.sf.carte.echosvg.bridge
The DOM EventListener invoked when a node is removed.
BridgeContext.EventListenerMememto - Class in io.sf.carte.echosvg.bridge
A class used to store an EventListener added to the DOM.
BridgeContext.SoftReferenceMememto<T> - Class in io.sf.carte.echosvg.bridge
 
BridgeEventSupport - Class in io.sf.carte.echosvg.bridge
This class is responsible of tracking GraphicsNodeMouseEvent and fowarding them to the DOM as regular DOM MouseEvent.
BridgeEventSupport() - Constructor for class io.sf.carte.echosvg.bridge.BridgeEventSupport
 
BridgeEventSupport.GVTUnloadListener - Class in io.sf.carte.echosvg.bridge
 
BridgeEventSupport.Listener - Class in io.sf.carte.echosvg.bridge
A GraphicsNodeMouseListener that dispatch DOM events accordingly.
BridgeException - Exception Class in io.sf.carte.echosvg.bridge
Thrown when the bridge has detected an error.
BridgeException(BridgeContext, LiveAttributeException) - Constructor for exception class io.sf.carte.echosvg.bridge.BridgeException
Constructs a new BridgeException based on the specified LiveAttributeException.
BridgeException(BridgeContext, Element, Exception, String, Object[]) - Constructor for exception class io.sf.carte.echosvg.bridge.BridgeException
Constructs a new BridgeException with the specified parameters.
BridgeException(BridgeContext, Element, String) - Constructor for exception class io.sf.carte.echosvg.bridge.BridgeException
Constructs a new BridgeException with the specified parameters.
BridgeException(BridgeContext, Element, String, Object[]) - Constructor for exception class io.sf.carte.echosvg.bridge.BridgeException
Constructs a new BridgeException with the specified parameters.
BridgeExtension - Interface in io.sf.carte.echosvg.bridge
This is a Service interface for classes that want to extend the functionality of the Bridge, to support new tags in the rendering tree.
BridgeUpdateHandler - Interface in io.sf.carte.echosvg.bridge
Interface for objects interested in being notified of updates.
BridgeUserAgent() - Constructor for class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Creates a new user agent.
BridgeUserAgentWrapper(UserAgent) - Constructor for class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Creates a new BridgeUserAgentWrapper.
brkStrs - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
BROKEN_LINK_PROPERTY - Static variable in class io.sf.carte.echosvg.ext.awt.image.spi.BrokenLinkProvider
The image returned by getBrokenLinkImage should always return some value when queried for the BROKEN_LINK_PROPERTY.
BROKEN_LINK_TITLE - Static variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
String constant for the resource with the text for the title of the info tooltip for brokin link images.
BrokenLinkProvider - Class in io.sf.carte.echosvg.ext.awt.image.spi
This interface is to be used to provide alternate ways of generating a placeholder image when the ImageTagRegistry fails to handle a given reference.
BrokenLinkProvider() - Constructor for class io.sf.carte.echosvg.ext.awt.image.spi.BrokenLinkProvider
 
BROWN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'brown' RGB color.
BROWN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'brown' color name.
browseButton - Variable in class io.sf.carte.echosvg.util.gui.UserStyleDialog.Panel
The browse button
BrowseButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.URIChooser.BrowseButtonAction
 
BRUSH - Static variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
 
BRUSH - Static variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
 
BS_DIBPATTERN - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
BS_HATCHED - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
BS_HOLLOW - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
BS_NULL - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
BS_PATTERN - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
BS_SOLID - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
bstr - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.MetaRecord.ByteRecord
 
bubbleLimit - Variable in class io.sf.carte.echosvg.dom.events.AbstractEvent
The number of nodes in the document this event will visit during capturing, bubbling and firing at the target.
bubblingImplementationListeners - Variable in class io.sf.carte.echosvg.anim.dom.XBLEventSupport
The unstoppable bubbling listeners table.
bubblingListeners - Variable in class io.sf.carte.echosvg.dom.events.EventSupport
The bubbling listeners table.
buffer - Variable in class io.sf.carte.echosvg.parser.AbstractScanner
The recording buffer.
buffer - Variable in class io.sf.carte.echosvg.parser.FragmentIdentifierParser
The buffer used for numbers.
buffer - Variable in class io.sf.carte.echosvg.util.io.AbstractCharDecoder
The input buffer.
buffer - Variable in class io.sf.carte.echosvg.xml.XMLScanner
The recording buffer.
BUFFER_SIZE - Static variable in class io.sf.carte.echosvg.util.io.AbstractCharDecoder
The buffer size.
BufferedImageCachableRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This implements CachableRed based on a BufferedImage.
BufferedImageCachableRed(BufferedImage) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.BufferedImageCachableRed
Construct an instance of CachableRed around a BufferedImage.
BufferedImageCachableRed(BufferedImage, int, int) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.BufferedImageCachableRed
 
bufferize() - Method in class io.sf.carte.echosvg.parser.FragmentIdentifierParser
Adds the current character to the buffer.
bufferSize - Variable in class io.sf.carte.echosvg.parser.FragmentIdentifierParser
The buffer size.
bufStream - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
 
build() - Method in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
Adds the control components into this panel.
build(BridgeContext, Document) - Method in class io.sf.carte.echosvg.bridge.GVTBuilder
Builds using the specified bridge context the specified SVG document.
build(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.GVTBuilder
Builds using the specified bridge context the specified Element.
buildArguments() - Method in interface io.sf.carte.echosvg.bridge.RhinoInterpreter.ArgumentsBuilder
 
buildAttributedString(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
Creates the attributed string which represents the given text element children.
buildAttributedString(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Creates the attributed string which represents the given text element children.
buildAttributedString(BridgeContext, Element) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
Creates the attributed string which represents the given text element children.
buildBufferedImage(Dimension, ColorModel) - Method in class io.sf.carte.echosvg.svggen.AbstractImageHandlerEncoder
This method creates a BufferedImage of the right size and type for the derived class.
buildBufferedImage(Dimension, ColorModel) - Method in class io.sf.carte.echosvg.svggen.CachedImageHandlerBase64Encoder
This method creates a BufferedImage with an alpha channel, as this is supported by PNG.
buildBufferedImage(Dimension, ColorModel) - Method in class io.sf.carte.echosvg.svggen.CachedImageHandlerPNGEncoder
This method creates a BufferedImage with an alpha channel, as this is supported by PNG.
buildBufferedImage(Dimension, ColorModel) - Method in class io.sf.carte.echosvg.svggen.DefaultCachedImageHandler
This method creates a BufferedImage of the right size and type for the derived class.
buildBufferedImage(Dimension, ColorModel) - Method in class io.sf.carte.echosvg.svggen.ImageHandlerBase64Encoder
This method creates a BufferedImage with an alpha channel, as this is supported by Base64.
buildBufferedImage(Dimension, ColorModel) - Method in class io.sf.carte.echosvg.svggen.ImageHandlerJPEGEncoder
This method creates a BufferedImage of the right size and type for the derived class.
buildBufferedImage(Dimension, ColorModel) - Method in class io.sf.carte.echosvg.svggen.ImageHandlerPNGEncoder
This method creates a BufferedImage with an alpha channel, as this is supported by PNG.
buildComposite(BridgeContext, Element, CompositeGraphicsNode) - Method in class io.sf.carte.echosvg.bridge.GVTBuilder
Builds a composite Element.
buildCompositeGraphicsNode(BridgeContext, Element, CompositeGraphicsNode) - Method in class io.sf.carte.echosvg.bridge.svg12.BindableElementBridge
Creates a GraphicsNode from the input element and populates the input CompositeGraphicsNode
buildCompositeGraphicsNode(BridgeContext, Element, CompositeGraphicsNode) - Method in class io.sf.carte.echosvg.bridge.svg12.XBLContentElementBridge
Creates a GraphicsNode from the input element and populates the input CompositeGraphicsNode
buildCompositeGraphicsNode(BridgeContext, Element, CompositeGraphicsNode) - Method in class io.sf.carte.echosvg.bridge.SVGUseElementBridge
Creates a GraphicsNode from the input element and populates the input CompositeGraphicsNode
buildEndMarkerProxy() - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Builds a proxy GraphicsNode for the input Marker to be drawn at the end position.
buildFilterPrimitives(Element, Rectangle2D, Element, GraphicsNode, Filter, Map<String, Filter>, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFilterElementBridge
Builds the filter primitives of filter chain of the specified filter element and returns the last filter primitive created.
buildFloat(int, int) - Static method in class io.sf.carte.echosvg.parser.NumberParser
Computes a float from mantissa and exponent.
buildGradient(Element, Element, GraphicsNode, MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum, AffineTransform, Color[], float[], BridgeContext) - Method in class io.sf.carte.echosvg.bridge.AbstractSVGGradientElementBridge
Builds a concrete gradient according to the specified parameters.
buildGradient(Element, Element, GraphicsNode, MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum, AffineTransform, Color[], float[], BridgeContext) - Method in class io.sf.carte.echosvg.bridge.SVGLinearGradientElementBridge
Builds a linear gradient according to the specified parameters.
buildGradient(Element, Element, GraphicsNode, MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum, AffineTransform, Color[], float[], BridgeContext) - Method in class io.sf.carte.echosvg.bridge.SVGRadialGradientElementBridge
Builds a radial gradient according to the specified parameters.
buildGraphicsNode(BridgeContext, Document, RootGraphicsNode) - Method in interface io.sf.carte.echosvg.bridge.DocumentBridge
Builds using the specified BridgeContext and element, the specified graphics node.
buildGraphicsNode(BridgeContext, Document, RootGraphicsNode) - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
Builds using the specified BridgeContext and element, the specified graphics node.
buildGraphicsNode(BridgeContext, Element, CompositeGraphicsNode) - Method in class io.sf.carte.echosvg.bridge.GVTBuilder
Builds a 'leaf' Element.
buildGraphicsNode(BridgeContext, Element, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Builds using the specified BridgeContext and element, the specified graphics node.
buildGraphicsNode(BridgeContext, Element, GraphicsNode) - Method in interface io.sf.carte.echosvg.bridge.GraphicsNodeBridge
Builds using the specified BridgeContext and element, the specified graphics node.
buildGraphicsNode(BridgeContext, Element, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.svg12.BindableElementBridge
Builds using the specified BridgeContext and element, the specified graphics node.
buildGraphicsNode(BridgeContext, Element, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
Builds using the specified BridgeContext and element, the specified graphics node.
buildGraphicsNode(BridgeContext, Element, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGMultiImageElementBridge
 
buildGraphicsNode(BridgeContext, Element, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.svg12.XBLContentElementBridge
Builds using the specified BridgeContext and element, the specified graphics node.
buildGraphicsNode(BridgeContext, Element, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.svg12.XBLShadowTreeElementBridge
Builds using the specified BridgeContext and element, the specified graphics node.
buildGraphicsNode(BridgeContext, Element, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.SVGAElementBridge
Builds using the specified BridgeContext and element, the specified graphics node.
buildGraphicsNode(BridgeContext, Element, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.SVGShapeElementBridge
Builds using the specified BridgeContext and element, the specified graphics node.
buildGraphicsNode(BridgeContext, Element, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
Builds using the specified BridgeContext and element, the specified graphics node.
buildGraphicsNode(BridgeContext, Element, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Builds using the specified BridgeContext and element, the specified graphics node.
buildGraphicsNode(BridgeContext, Element, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.SVGUseElementBridge
Builds using the specified BridgeContext and element, the specified graphics node.
buildHueRotate(float) - Static method in class io.sf.carte.echosvg.ext.awt.image.renderable.ColorMatrixRable8Bit
Builds a TYPE_HUE_ROTATE instance.
buildImageGraphicsNode(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
Create a Graphics node according to the resource pointed by the href : RasterImageNode for bitmaps, CompositeGraphicsNode for svg files.
buildLocalFilterPrimitives(Element, Rectangle2D, Element, GraphicsNode, Filter, Map<String, Filter>, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFilterElementBridge
Builds the filter primitives of filter chain of the specified filter element and returns the last filter primitive created or 'in' if no filter primitive has been specified.
buildLuminanceToAlpha() - Static method in class io.sf.carte.echosvg.ext.awt.image.renderable.ColorMatrixRable8Bit
Builds a TYPE_LUMINANCE_TO_ALPHA instance
buildMarkerGroup() - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Builds a new marker group with the current set of markers.
buildMatrix(float[][]) - Static method in class io.sf.carte.echosvg.ext.awt.image.renderable.ColorMatrixRable8Bit
Builds a TYPE_MATRIX instance
buildMiddleMarkerProxies() - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Builds a proxy GraphicsNode for the input Marker to be drawn at the middle positions
buildPanel(String, String, Document, String, Document, String, String, boolean) - Method in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
buildQuickLut() - Static method in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
buildRegion(UnitProcessor.Context, Element, float) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
buildRotatePanel() - Method in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
buildSaturate(float) - Static method in class io.sf.carte.echosvg.ext.awt.image.renderable.ColorMatrixRable8Bit
Builds a TYPE_SATURATE instance
buildShape(BridgeContext, Element, ShapeNode) - Method in class io.sf.carte.echosvg.bridge.SVGCircleElementBridge
Constructs a circle according to the specified parameters.
buildShape(BridgeContext, Element, ShapeNode) - Method in class io.sf.carte.echosvg.bridge.SVGEllipseElementBridge
Constructs an ellipse according to the specified parameters.
buildShape(BridgeContext, Element, ShapeNode) - Method in class io.sf.carte.echosvg.bridge.SVGLineElementBridge
Constructs a line according to the specified parameters.
buildShape(BridgeContext, Element, ShapeNode) - Method in class io.sf.carte.echosvg.bridge.SVGPathElementBridge
Constructs a path according to the specified parameters.
buildShape(BridgeContext, Element, ShapeNode) - Method in class io.sf.carte.echosvg.bridge.SVGPolygonElementBridge
Constructs a polygon according to the specified parameters.
buildShape(BridgeContext, Element, ShapeNode) - Method in class io.sf.carte.echosvg.bridge.SVGPolylineElementBridge
Constructs a polyline according to the specified parameters.
buildShape(BridgeContext, Element, ShapeNode) - Method in class io.sf.carte.echosvg.bridge.SVGRectElementBridge
Constructs a rectangle according to the specified parameters.
buildShape(BridgeContext, Element, ShapeNode) - Method in class io.sf.carte.echosvg.bridge.SVGShapeElementBridge
Initializes the specified ShapeNode's shape defined by the specified Element and using the specified bridge context.
buildShape(BridgeContext, Element, ShapeNode) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGRegularPolygonElementBridge
Constructs a regular polygone according to the specified parameters.
buildShape(BridgeContext, Element, ShapeNode) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGStarElementBridge
Constructs a star polygone according to the specified parameters.
buildStartMarkerProxy() - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Builds a proxy GraphicsNode for the input Marker to be drawn at the start position
buildSVGGeneratorContext(Document, ImageHandler, ExtensionHandler) - Static method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Helper method to create an SVGGeneratorContext from the constructor parameters.
buildURL() - Method in class io.sf.carte.echosvg.util.ParsedURLData
Attempts to build a normal java.net.URL instance from this URL.
BumpMap - Class in io.sf.carte.echosvg.ext.awt.image.rendered
Default BumpMap implementation.
BumpMap(RenderedImage, double, double, double) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.BumpMap
Stores the normals for this bumpMap. scaleX and scaleY are the user space to device space scales.
bundle - Static variable in class io.sf.carte.echosvg.util.gui.CSSMediaPanel
The resource bundle
bundle - Static variable in class io.sf.carte.echosvg.util.gui.JErrorPane
The resource bundle
bundle - Static variable in class io.sf.carte.echosvg.util.gui.LanguageDialog
The resource bundle
bundle - Static variable in class io.sf.carte.echosvg.util.gui.LocationBar
The resource bundle
bundle - Static variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor
The resource bundle
bundle - Static variable in class io.sf.carte.echosvg.util.gui.URIChooser
The resource bundle
bundle - Static variable in class io.sf.carte.echosvg.util.gui.UserStyleDialog
The resource bundle
bundle - Variable in class io.sf.carte.echosvg.util.resources.ResourceManager
The managed resource bundle
BUNDLE_CLASSNAME - Static variable in class io.sf.carte.echosvg.apps.svgpp.Main
The default resource bundle base name.
BUNDLE_CLASSNAME - Static variable in class io.sf.carte.echosvg.parser.AbstractParser
The default resource bundle base name.
BUNDLE_CLASSNAME - Static variable in class io.sf.carte.echosvg.xml.XMLScanner
The default resource bundle base name.
bundleName - Variable in class io.sf.carte.echosvg.i18n.LocalizableSupport
The resource bundle classname.
BURLYWOOD_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'burlywood' RGB color.
BURLYWOOD_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'burlywood' color name.
BUTT_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'butt' keyword.
BUTTON1_MASK - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
The mouse button1 modifier constant.
BUTTON2_MASK - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
The mouse button2 modifier constant.
BUTTON3_MASK - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
The mouse button3 modifier constant.
BUTTONFACE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'BUTTONFACE' color name.
buttonFactory - Variable in class io.sf.carte.echosvg.util.gui.URIChooser
The button factory
ButtonFactory - Class in io.sf.carte.echosvg.util.gui.resource
This class represents a button factory which builds buttons from the content of a resource bundle.
ButtonFactory(ResourceBundle, ActionMap) - Constructor for class io.sf.carte.echosvg.util.gui.resource.ButtonFactory
Creates a new button factory
BUTTONHIGHLIGHT_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'BUTTONHIGHLIGHT' color name.
BUTTONSHADOW_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'BUTTONSHADOW' color name.
BUTTONTEXT_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'BUTTONTEXT' color name.
by - Variable in class io.sf.carte.echosvg.anim.SimpleAnimation
Relative offset value for the animation.
ByteRecord(byte[]) - Constructor for class io.sf.carte.echosvg.transcoder.wmf.tosvg.MetaRecord.ByteRecord
 

C

c - Variable in class io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache.Entry
The character
c - Variable in class io.sf.carte.echosvg.parser.PathArrayProducer
The current short[] object.
CachableRed - Interface in io.sf.carte.echosvg.ext.awt.image.rendered
This provides a number of extra methods that enable a system to better analyse the dependencies between nodes in a render graph.
cache - Variable in class io.sf.carte.echosvg.bridge.SVGColorProfileElementBridge
Profile cache
cacheBufferedImage(Element, BufferedImage, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.DefaultCachedImageHandler
 
CACHED_JPEG_PREFIX - Static variable in class io.sf.carte.echosvg.svggen.CachedImageHandlerJPEGEncoder
 
CACHED_JPEG_SUFFIX - Static variable in class io.sf.carte.echosvg.svggen.CachedImageHandlerJPEGEncoder
 
CACHED_PNG_PREFIX - Static variable in class io.sf.carte.echosvg.svggen.CachedImageHandlerPNGEncoder
 
CACHED_PNG_SUFFIX - Static variable in class io.sf.carte.echosvg.svggen.CachedImageHandlerPNGEncoder
 
CachedImageHandler - Interface in io.sf.carte.echosvg.svggen
Extends the default ImageHandler interface with calls to allow caching of raster images in generated SVG content.
CachedImageHandlerBase64Encoder - Class in io.sf.carte.echosvg.svggen
This subclass of ImageHandlerBase64Encoder implements functionality specific to the cached version of the image encoder.
CachedImageHandlerBase64Encoder() - Constructor for class io.sf.carte.echosvg.svggen.CachedImageHandlerBase64Encoder
Build a CachedImageHandlerBase64Encoder instance.
CachedImageHandlerJPEGEncoder - Class in io.sf.carte.echosvg.svggen
GenericImageHandler which caches JPEG images.
CachedImageHandlerJPEGEncoder(String, String) - Constructor for class io.sf.carte.echosvg.svggen.CachedImageHandlerJPEGEncoder
 
CachedImageHandlerPNGEncoder - Class in io.sf.carte.echosvg.svggen
GenericImageHandler which caches PNG images.
CachedImageHandlerPNGEncoder(String, String) - Constructor for class io.sf.carte.echosvg.svggen.CachedImageHandlerPNGEncoder
 
cacheMap - Variable in class io.sf.carte.echosvg.bridge.DocumentLoader
The map that contains the Document indexed by the URI.
cacheToken - Variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLDocument
 
CADETBLUE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'cadetblue' RGB color.
CADETBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'cadetblue' color name.
CALC_MODE_DISCRETE - Static variable in class io.sf.carte.echosvg.anim.AbstractAnimation
 
CALC_MODE_LINEAR - Static variable in class io.sf.carte.echosvg.anim.AbstractAnimation
 
CALC_MODE_PACED - Static variable in class io.sf.carte.echosvg.anim.AbstractAnimation
 
CALC_MODE_SPLINE - Static variable in class io.sf.carte.echosvg.anim.AbstractAnimation
 
calcDist(double, Dimension, Dimension) - Method in class io.sf.carte.echosvg.bridge.MultiResGraphicsNode
 
calcMode - Variable in class io.sf.carte.echosvg.anim.InterpolatingAnimation
The interpolation mode of this animator.
calculateViewingTransform(String, SVGSVGElement) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
 
calcValue(int, int) - Method in interface io.sf.carte.echosvg.parser.NumberListHandler
Report that a calc() function was found.
callWithDomain(Object, Context, Callable, Scriptable, Scriptable, Object[]) - Method in class io.sf.carte.echosvg.script.rhino.EchoSVGSecurityController
Calls Callable.call(Context, Scriptable, Scriptable, Object[]) of callable under restricted security domain where an action is allowed only if it is allowed according to the Java stack on the moment of the callWithDomain call and securityDomain.
canAnimateType(int) - Method in class io.sf.carte.echosvg.bridge.SVGAnimateColorElementBridge
Returns whether the animation element being handled by this bridge can animate attributes of the specified type.
canAnimateType(int) - Method in class io.sf.carte.echosvg.bridge.SVGAnimateElementBridge
Returns whether the animation element being handled by this bridge can animate attributes of the specified type.
canAnimateType(int) - Method in class io.sf.carte.echosvg.bridge.SVGAnimateTransformElementBridge
Returns whether the animation element being handled by this bridge can animate attributes of the specified type.
canAnimateType(int) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Returns whether the animation element being handled by this bridge can animate attributes of the specified type.
canAnimateType(int) - Method in class io.sf.carte.echosvg.bridge.SVGSetElementBridge
Returns whether the animation element being handled by this bridge can animate attributes of the specified type.
canAppend(Node, Node) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Checks if the node can be appended on the given parent node
canAppendAny(List<Node>, Node) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Checks whether any of the nodes from the list can be appended to a given parentNode.
canBegin() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns whether this element can be begun or restarted currently.
CANCEL_OPTION - Static variable in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.AddMediumDialog
The return value if 'Cancel' is chosen.
CANCEL_OPTION - Static variable in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.Dialog
The return value if 'Cancel' is chosen.
CANCEL_OPTION - Static variable in class io.sf.carte.echosvg.util.gui.LanguageDialog
The return value if 'Cancel' is chosen.
CANCEL_OPTION - Static variable in class io.sf.carte.echosvg.util.gui.URIChooser
The return value if 'Cancel' is chosen.
CANCEL_OPTION - Static variable in class io.sf.carte.echosvg.util.gui.UserStyleDialog
The return value if 'Cancel' is chosen.
cancelable - Variable in class io.sf.carte.echosvg.dom.events.AbstractEvent
Whether this event is cancelable.
CancelButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.CSSMediaPanel.AddMediumDialog.CancelButtonAction
 
CancelButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.CSSMediaPanel.Dialog.CancelButtonAction
 
CancelButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.LanguageDialog.CancelButtonAction
 
CancelButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.URIChooser.CancelButtonAction
 
CancelButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.UserStyleDialog.CancelButtonAction
 
canDispatch(String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
DOM: Implements org.w3c.dom.events.DocumentEvent#canDispatch(String,String).
canDispatch(String, String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
DOM: Implements org.w3c.dom.events.DocumentEvent#canDispatch(String,String).
canDisplay(char) - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
Indicates whether or not the specified character can be displayed by this font.
canDisplay(char) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
Checks if this font can display the specified character.
canDisplay(char) - Method in interface io.sf.carte.echosvg.gvt.font.GVTFont
Checks if this Font has a glyph for the specified character.
canDisplayGivenName(String) - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
Indicates whether or not the specified glyph can be displayed by this font.
canDisplayUpTo(char[], int, int) - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
Checks whether this Font can display the characters in the specified character array starting at start and ending at limit.
canDisplayUpTo(char[], int, int) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
Indicates whether or not this font can display the characters in the specified text starting at start and ending at limit.
canDisplayUpTo(char[], int, int) - Method in interface io.sf.carte.echosvg.gvt.font.GVTFont
Indicates whether or not this Font can display the characters in the specified text starting at start and ending at limit.
canDisplayUpTo(String) - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
Checks whether or not this font can display the characters in the specified String.
canDisplayUpTo(String) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
Indicates whether or not this font can display a specified String.
canDisplayUpTo(String) - Method in interface io.sf.carte.echosvg.gvt.font.GVTFont
Indicates whether or not this Font can display a specified String.
canDisplayUpTo(CharacterIterator, int, int) - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
Checks whether this Font can display the characters in the specified character iterator starting at start and ending at limit.
canDisplayUpTo(CharacterIterator, int, int) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
Indicates whether or not this font can display the the characters in the specified CharacterIterator starting at start and ending at limit.
canDisplayUpTo(CharacterIterator, int, int) - Method in interface io.sf.carte.echosvg.gvt.font.GVTFont
Indicates whether or not this Font can display the the characters in the specified CharacterIterator starting at start and ending at limit.
canEnd() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns whether this element can be ended currently.
canHaveChildren(Node) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Returns whether the given Node can have children.
canIndent - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Whether the next markup can be indented.
canPace() - Method in class io.sf.carte.echosvg.anim.values.AnimatableAngleOrIdentValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class io.sf.carte.echosvg.anim.values.AnimatableBooleanValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class io.sf.carte.echosvg.anim.values.AnimatableColorValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class io.sf.carte.echosvg.anim.values.AnimatableIntegerValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class io.sf.carte.echosvg.anim.values.AnimatableLengthListValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class io.sf.carte.echosvg.anim.values.AnimatableLengthOrIdentValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class io.sf.carte.echosvg.anim.values.AnimatableLengthValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class io.sf.carte.echosvg.anim.values.AnimatableMotionPointValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberListValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberOptionalNumberValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberOrIdentValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberOrPercentageValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class io.sf.carte.echosvg.anim.values.AnimatablePathDataValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class io.sf.carte.echosvg.anim.values.AnimatablePointListValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class io.sf.carte.echosvg.anim.values.AnimatablePreserveAspectRatioValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class io.sf.carte.echosvg.anim.values.AnimatableRectValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class io.sf.carte.echosvg.anim.values.AnimatableStringValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class io.sf.carte.echosvg.anim.values.AnimatableTransformListValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class io.sf.carte.echosvg.anim.values.AnimatableValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canSetParameter(String, Object) - Method in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentConfiguration
Returns whether the given parameter can be set to the given value.
canvas - Variable in class io.sf.carte.echosvg.swing.JSVGScrollPane
 
CanvasGraphicsNode - Class in io.sf.carte.echosvg.gvt
The graphics node container with a background color.
CanvasGraphicsNode() - Constructor for class io.sf.carte.echosvg.gvt.CanvasGraphicsNode
Constructs a new empty CanvasGraphicsNode.
CanvasSVGListener() - Constructor for class io.sf.carte.echosvg.swing.JSVGCanvas.CanvasSVGListener
 
canvasUserAgent - Variable in class io.sf.carte.echosvg.swing.JSVGCanvas.ToolTipModifier
The CanvasUserAgent used to track the last tool tip event.
CanvasUserAgent() - Constructor for class io.sf.carte.echosvg.swing.JSVGCanvas.CanvasUserAgent
 
CAPS_LOCK_MASK - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
The caps lock constant.
CAPTIONTEXT_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'CAPTIONTEXT' color name.
capturingImplementationListeners - Variable in class io.sf.carte.echosvg.anim.dom.XBLEventSupport
The unstoppable capturing listeners table.
capturingListeners - Variable in class io.sf.carte.echosvg.dom.events.EventSupport
The capturing listeners table.
cascadedValue - Variable in class io.sf.carte.echosvg.css.engine.value.ComputedValue
The cascaded value.
ccount - Variable in class io.sf.carte.echosvg.parser.PathArrayProducer
The total number of path commands accumulated.
CDATA_CONTEXT - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
CDATA_IDENTIFIER - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a 'CDATA' lexical unit.
CDATA_SECTION_CONTEXT - Static variable in class io.sf.carte.echosvg.xml.XMLScanner
The CDATA section context.
CDATA_START - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a CDATA section start lexical unit, i.e. '<![CDATA['.
CDATA_STYLE - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLContext
 
cdataEndRead - Variable in class io.sf.carte.echosvg.xml.XMLScanner
A CDATA section end is the next token
CENTER - Static variable in interface io.sf.carte.echosvg.ext.swing.GridBagConstants
Put the component in the center of its display area.
CENTER_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg12.SVG12ValueConstants
The 'center' keyword.
CENTRAL_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'central' keyword.
CFF - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
CHANGE_COMPLETED - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeChangeEvent
The id for the "changeCompleted" event.
CHANGE_STARTED - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeChangeEvent
The id for the "changeStarted" event.
changeCompleted(GraphicsNodeChangeEvent) - Method in class io.sf.carte.echosvg.bridge.ConcreteTextSelector
 
changeCompleted(GraphicsNodeChangeEvent) - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeChangeAdapter
Invoked when a change on a graphics node has completed
changeCompleted(GraphicsNodeChangeEvent) - Method in interface io.sf.carte.echosvg.gvt.event.GraphicsNodeChangeListener
Invoked when a change on a graphics node has completed
changeCompletedEvent - Variable in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
 
changedUpdate(DocumentEvent) - Method in class io.sf.carte.echosvg.util.gui.URIChooser.DocumentAdapter
 
changeSource - Variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeChangeEvent
 
changeStarted(GraphicsNodeChangeEvent) - Method in class io.sf.carte.echosvg.bridge.ConcreteTextSelector
 
changeStarted(GraphicsNodeChangeEvent) - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeChangeAdapter
Invoked when a change has started on a graphics node, but before any changes occure in the graphics node it's self.
changeStarted(GraphicsNodeChangeEvent) - Method in interface io.sf.carte.echosvg.gvt.event.GraphicsNodeChangeListener
Invoked when a change has started on a graphics node, but before any changes occure in the graphics node it's self.
changeStarted(GraphicsNodeChangeEvent) - Method in class io.sf.carte.echosvg.gvt.UpdateTracker
Receives notification of a change to a GraphicsNode.
changeStartedEvent - Variable in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
 
changing - Variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength
Whether the value is changing.
changing - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedBoolean
Whether the value is changing.
changing - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedEnumeration
Whether the value is changing.
changing - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedInteger
Whether the value is changing.
changing - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList
Whether the list is changing.
changing - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue
Whether the value is changing.
changing - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumber
Whether the value is changing.
changing - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList
Whether the list is changing.
changing - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData
Whether the list is changing.
changing - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints
Whether the list is changing.
changing - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio
Whether the value is changing.
changing - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect
Whether the value is changing.
changing - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList
Whether the list is changing.
CHANNEL_A - Static variable in class io.sf.carte.echosvg.ext.awt.image.ARGBChannel
Types.
CHANNEL_A - Static variable in interface io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable
 
CHANNEL_B - Static variable in class io.sf.carte.echosvg.ext.awt.image.ARGBChannel
 
CHANNEL_B - Static variable in interface io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable
 
CHANNEL_G - Static variable in class io.sf.carte.echosvg.ext.awt.image.ARGBChannel
 
CHANNEL_G - Static variable in interface io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable
 
CHANNEL_R - Static variable in class io.sf.carte.echosvg.ext.awt.image.ARGBChannel
 
CHANNEL_R - Static variable in interface io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable
 
CHANNEL_SELECTOR_VALUES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEDisplacementMapElement
The 'xChannelSelector' and 'yChannelSelector' attributes values.
CHAR_CLASS_AI - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_AL - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_B2 - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_BA - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_BB - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_BK - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_CB - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_CL - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_CM - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_CR - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_EX - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_GL - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_HY - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_ID - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_IN - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_IS - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_LF - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_NS - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_NU - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_OP - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_PO - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_PR - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_QU - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_SA - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_SG - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_SP - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_SY - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_XX - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_CLASS_ZW - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHAR_INDEX - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
CHAR_UNDEFINED - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
CHAR_ZERO_WIDTH_JOINER - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
CHARACTER_DATA - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a character data lexical unit, i.e. the content of an element.
CHARACTER_DATA_CONTEXT - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
CHARACTER_DATA_STYLE - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLContext
 
CHARACTER_REFERENCE - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a character reference lexical unit.
characterDataModified(Node) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.CSSNavigableDocumentHandler
Character data in the CSSNavigableDocument tree has been modified.
characterDataModified(Node) - Method in interface io.sf.carte.echosvg.css.engine.CSSNavigableDocumentListener
Character data in the CSSNavigableDocument tree has been modified.
CharacterInformation() - Constructor for class io.sf.carte.echosvg.bridge.SVGTextElementBridge.CharacterInformation
 
characters(char[], int, int) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
charCode - Variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
charDecoder - Variable in class io.sf.carte.echosvg.util.io.StreamNormalizingReader
The char decoder.
CharDecoder - Interface in io.sf.carte.echosvg.util.io
This interface represents an object which decodes characters from a stream of bytes.
charDecoderFactories - Static variable in class io.sf.carte.echosvg.util.io.StreamNormalizingReader
The CharDecoder factories map.
charError(String) - Method in class io.sf.carte.echosvg.util.io.AbstractCharDecoder
To throws an exception when the input stream contains an invalid character.
charset - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFFont
 
CHARSET_ANSI - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
ANSI charset Java name, ie "ISO-8859-1" charset.
CHARSET_ARABIC - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
ARABIC charset Java name, ie "windows-1256" charset.
CHARSET_CHINESEBIG5 - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
CHINESEBIG5 charset Java name, ie "Big5" charset.
CHARSET_CYRILLIC - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
CYRILLIC charset Java name, ie "windows-1251" charset.
CHARSET_DEFAULT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
DEFAULT charset Java name, by default taken as "US-ASCII" charset.
CHARSET_EASTEUROPE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
EASTEUROPE charset Java name, ie "cp1250" charset.
CHARSET_GB2312 - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
GB2312 charset Java name, ie "GB2312" charset.
CHARSET_GREEK - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
GREEK charset Java name, ie "windows-1253" charset.
CHARSET_HANGUL - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
HANGUL charset Java name, ie "cp949" charset.
CHARSET_HEBREW - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
HEBREW charset Java name, ie "windows-1255" charset.
CHARSET_JOHAB - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
JOHAB charset Java name, ie "x-Johab" charset.
CHARSET_OEM - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
OEM charset Java name, ie "cp437" charset.
CHARSET_SHIFTJIS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
SHIFTJIS charset Java name, ie "Shift_JIS" charset.
CHARSET_THAI - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
THAI charset Java name, ie "cp874" charset.
CHARSET_TURKISH - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
TURKISH charset Java name, ie "cp1254" charset.
CHARSET_VIETNAMESE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
VIETNAMESE charset Java name, ie "windows-1253" charset.
charStartsLigature(char) - Static method in class io.sf.carte.echosvg.gvt.text.ArabicTextHandler
Returns true if a ligature exists that starts with the specified character.
charToHex(int) - Static method in class io.sf.carte.echosvg.util.ParsedURLDefaultProtocolHandler
 
CHARTREUSE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'chartreuse' RGB color.
CHARTREUSE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'chartreuse' color name.
check() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList
Throws an exception if the length list value is malformed.
check() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList
Throws an exception if the number list value is malformed.
check() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData
Check whether the attribute is missing, empty or malformed.
check() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints
Checks whether the points list value is malformed.
check() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio
Throws an exception if the points list value is malformed.
check() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList
Throws an exception if the points list value is malformed.
checkAndRemove(Node, boolean) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
Checks the validity of a node to be inserted, and removes it from the document if needed.
checkAndSetViewBoxRect() - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane
Derives the SVG Viewbox from the SVG root element.
checkBBoxChange() - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Checks if the bounding box of the node has changed, and if so, fires a bboxchange event on the element.
checkCache(ParsedURL, ICCColorSpaceWithIntent) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageTagRegistry
 
checkCache(String) - Method in class io.sf.carte.echosvg.bridge.DocumentLoader
 
checkChars(String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Checks that the characters in the given string are all valid content characters.
checkChildType(Node, boolean) - Method in class io.sf.carte.echosvg.dom.AbstractAttr
Checks the validity of a node to be inserted.
checkChildType(Node, boolean) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Checks the validity of a node to be inserted.
checkChildType(Node, boolean) - Method in class io.sf.carte.echosvg.dom.AbstractDocumentFragment
Checks the validity of a node to be inserted.
checkChildType(Node, boolean) - Method in class io.sf.carte.echosvg.dom.AbstractElement
Checks the validity of a node to be inserted.
checkChildType(Node, boolean) - Method in class io.sf.carte.echosvg.dom.AbstractEntity
Checks the validity of a node to be inserted.
checkChildType(Node, boolean) - Method in class io.sf.carte.echosvg.dom.AbstractEntityReference
Checks the validity of a node to be inserted.
checkChildType(Node, boolean) - Method in class io.sf.carte.echosvg.dom.AbstractNode
Checks the validity of a node to be inserted.
checkCompatibleScriptURL(String, ParsedURL) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
Checks that the script URLs and the document url are compatible.
checkEnclosure(Element, SVGRect) - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
 
checkEnclosure(Element, SVGRect) - Method in interface io.sf.carte.echosvg.dom.svg.SVGSVGContext
Returns true if the given DOM element is enclosed in the svgRect.
checkEnclosure(SVGElement, SVGRect) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
checkEnclosure(SVGElement, SVGRect) - Method in interface org.w3c.dom.svg.SVGSVGElement
 
checkGZIP(InputStream) - Static method in class io.sf.carte.echosvg.util.ParsedURL
This is a utility function others can call that checks if is is a GZIP stream if so it returns a GZIPInputStream that will decode the contents, otherwise it returns (or a buffered version of is) untouched.
checkGZIP(InputStream) - Static method in class io.sf.carte.echosvg.util.ParsedURLData
This is a utility function others can call that checks if is is a GZIP stream if so it returns a GZIPInputStream that will decode the contents, otherwise it returns (or a buffered version of is) untouched.
checkInteractiveElement(Element) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
used by isInteractiveDocument to check if document contains any 'interactive' elements.
checkInteractiveElement(SVGDocument, Element) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
used by isInteractiveDocument to check if document contains any 'interactive' elements.
checkIntersection(Element, SVGRect) - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
 
checkIntersection(Element, SVGRect) - Method in interface io.sf.carte.echosvg.dom.svg.SVGSVGContext
Returns true if the given DOM element intersects svgRect.
checkIntersection(SVGElement, SVGRect) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
checkIntersection(SVGElement, SVGRect) - Method in interface org.w3c.dom.svg.SVGSVGElement
 
checkItemType(Object) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList
Asserts that the given item is an SVGLengthList.
checkItemType(Object) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Asserts that the given object is an appropriate SVG object for this list.
checkItemType(Object) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList
Asserts that the given item object is an SVGNumber.
checkItemType(Object) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList
Check if the item is an SVGPathSeg.
checkItemType(Object) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPointList
Asserts that the given item is an SVGPoint.
checkItemType(Object) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList
Asserts that the given item is an SVGTransformList.
checkLoadExternalResource() - Method in class io.sf.carte.echosvg.bridge.DefaultExternalResourceSecurity
Controls whether the externalResource should be loaded or not.
checkLoadExternalResource() - Method in class io.sf.carte.echosvg.bridge.EmbededExternalResourceSecurity
Controls whether the externalResource should be loaded or not.
checkLoadExternalResource() - Method in interface io.sf.carte.echosvg.bridge.ExternalResourceSecurity
Controls whether the external resource should be loaded or not.
checkLoadExternalResource() - Method in class io.sf.carte.echosvg.bridge.NoLoadExternalResourceSecurity
Controls whether the external resource should be loaded or not.
checkLoadExternalResource() - Method in class io.sf.carte.echosvg.bridge.RelaxedExternalResourceSecurity
Controls whether the externalResource should be loaded or not.
checkLoadExternalResource(ParsedURL, ParsedURL) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.
checkLoadExternalResource(ParsedURL, ParsedURL) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.
checkLoadExternalResource(ParsedURL, ParsedURL) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.
checkLoadExternalResource(ParsedURL, ParsedURL) - Method in interface io.sf.carte.echosvg.css.engine.CSSContext
This method should throw a SecurityException if the resource found at url and referenced from docURL should not be loaded.
checkLoadExternalResource(ParsedURL, ParsedURL) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.
checkLoadExternalResource(ParsedURL, ParsedURL) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.
checkLoadExternalResource(ParsedURL, ParsedURL) - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.
checkLoadExternalResource(ParsedURL, ParsedURL) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.
checkLoadScript() - Method in class io.sf.carte.echosvg.bridge.DefaultScriptSecurity
Controls whether the script should be loaded or not.
checkLoadScript() - Method in class io.sf.carte.echosvg.bridge.EmbededScriptSecurity
Controls whether the script should be loaded or not.
checkLoadScript() - Method in class io.sf.carte.echosvg.bridge.NoLoadScriptSecurity
Controls whether the script should be loaded or not.
checkLoadScript() - Method in class io.sf.carte.echosvg.bridge.RelaxedScriptSecurity
Controls whether the script should be loaded or not.
checkLoadScript() - Method in interface io.sf.carte.echosvg.bridge.ScriptSecurity
Controls whether the script should be loaded or not.
checkLoadScript(String, ParsedURL, ParsedURL) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded.
checkLoadScript(String, ParsedURL, ParsedURL) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded.
checkLoadScript(String, ParsedURL, ParsedURL) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded.
checkLoadScript(String, ParsedURL, ParsedURL) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded.
checkLoadScript(String, ParsedURL, ParsedURL) - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded.
checkLoadScript(String, ParsedURL, ParsedURL) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded.
checkMap(Map<AttributedCharacterIterator.Attribute, ?>) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
checkMap(Map<AttributedCharacterIterator.Attribute, Object>) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
checkMoveTo() - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Checks if previous command was a moveto command, skipping a close command (if present).
checkName(String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Checks that the given string is a valid XML name.
checkNode(Node) - Method in class io.sf.carte.echosvg.dom.AbstractElement.NamedNodeHashMap
Checks the validity of a node to add.
checkOffsetCount(int, int) - Method in class io.sf.carte.echosvg.dom.AbstractCharacterData
Checks the given offset and count validity.
checkRaster() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileLRUMember
 
checkRootElement(String, String) - Method in class io.sf.carte.echosvg.anim.dom.SAXSVGDocumentFactory
 
checkRootElement(String, String) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
 
checkSelectGesture(GraphicsNodeEvent) - Method in class io.sf.carte.echosvg.bridge.ConcreteTextSelector
 
checkValueType(AnimatableValue) - Method in class io.sf.carte.echosvg.bridge.SVGAnimateColorElementBridge
Returns whether the specified AnimatableValue is of a type allowed by this animation.
checkValueType(AnimatableValue) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Returns whether the specified AnimatableValue is of a type allowed by this animation.
childContexts - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
Set of WeakReferences to child BridgeContexts.
childNodeRemovedEventListener - Variable in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
The DOM EventListener to receive 'DOMNodeRemoved' event.
childNodes - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XBLRecord
The xblChildNodes NodeList for this node.
childNodes - Variable in class io.sf.carte.echosvg.dom.AbstractParentNode
The children.
ChildNodes() - Constructor for class io.sf.carte.echosvg.dom.AbstractParentNode.ChildNodes
Creates a new ChildNodes object.
children - Variable in class io.sf.carte.echosvg.anim.timing.TimeContainer
The child TimedElements of this time container.
children - Variable in class io.sf.carte.echosvg.dom.AbstractParentNode.ChildNodes
The number of children.
children - Variable in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
The children of this composite graphics node.
CHOCOLATE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'chocolate' RGB color.
CHOCOLATE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'chocolate' color name.
chosenPath - Variable in class io.sf.carte.echosvg.util.gui.URIChooser
The last chosen path.
chosenPath - Variable in class io.sf.carte.echosvg.util.gui.UserStyleDialog
The chosen path.
CIE_LAB_COLOR_FUNCTION - Static variable in class io.sf.carte.echosvg.css.engine.value.svg12.CIELabColor
 
CIE_LCH_COLOR_FUNCTION - Static variable in class io.sf.carte.echosvg.css.engine.value.svg12.CIELCHColor
 
CIELabColor - Class in io.sf.carte.echosvg.css.engine.value.svg12
This class represents an CIE L*a*b* color value.
CIELabColor(float, float, float) - Constructor for class io.sf.carte.echosvg.css.engine.value.svg12.CIELabColor
Creates a new CIELabColor with D50 as illuminant.
CIELabColor(float, float, float, float[]) - Constructor for class io.sf.carte.echosvg.css.engine.value.svg12.CIELabColor
Creates a new CIELabColor.
CIELabColorSpace - Class in io.sf.graphics.java2d.color
This class defines the CIE L*a*b* (CIE 1976) color space.
CIELabColorSpace() - Constructor for class io.sf.graphics.java2d.color.CIELabColorSpace
Default constructor using the D65 white point.
CIELabColorSpace(float[]) - Constructor for class io.sf.graphics.java2d.color.CIELabColorSpace
CIE Lab space constructor which allows to give an arbitrary white point.
CIELCHColor - Class in io.sf.carte.echosvg.css.engine.value.svg12
This class represents an CIE LCH color value.
CIELCHColor(float, float, float) - Constructor for class io.sf.carte.echosvg.css.engine.value.svg12.CIELCHColor
Creates a new CIELCHColor with D65 as illuminant.
CIELCHColor(float, float, float, float[]) - Constructor for class io.sf.carte.echosvg.css.engine.value.svg12.CIELCHColor
Creates a new CIELCHColor.
cindex - Variable in class io.sf.carte.echosvg.parser.PathArrayProducer
The index in which to store the next path command.
CircleElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.CircleElementFactory
 
cl - Variable in class io.sf.carte.echosvg.bridge.SVGAElementBridge
 
CL_OPTION_ALLOW_EXTERNAL_RESOURCES - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_ALLOW_EXTERNAL_RESOURCES_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_ALLOWED_SCRIPTS - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to specify the set of allowed scripts
CL_OPTION_ALLOWED_SCRIPTS_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_ALTERNATE_STYLESHEET - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to specify the CSS alternate stylesheet when converting the SVG images
CL_OPTION_ALTERNATE_STYLESHEET_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_AOI - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to specify the area of interest in the output image.
CL_OPTION_AOI_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_BACKGROUND_COLOR - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to specify the output image's background color
CL_OPTION_BACKGROUND_COLOR_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_CONSTRAIN_SCRIPT_ORIGIN - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to determine whether scripts a constrained to the same origin as the document referencing them.
CL_OPTION_CONSTRAIN_SCRIPT_ORIGIN_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_DEFAULT_FONT_FAMILY - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to specify the default value for the font-family CSS property when converting the SVG image
CL_OPTION_DEFAULT_FONT_FAMILY_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_DPI - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to specify the resolution for the output image
CL_OPTION_DPI_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_HEIGHT - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to specify the output image's height
CL_OPTION_HEIGHT_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_INDEXED - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to specify if the PNG should be indexed.
CL_OPTION_INDEXED_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_LANGUAGE - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to specify the user language with which SVG documents should be processed
CL_OPTION_LANGUAGE_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_MAX_HEIGHT - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to specify the output image's maximum height.
CL_OPTION_MAX_HEIGHT_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_MAX_WIDTH - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to specify the output image's maximum width.
CL_OPTION_MAX_WIDTH_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_MEDIA_TYPE - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to specify the CSS media type when converting the SVG image
CL_OPTION_MEDIA_TYPE_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_MIME_TYPE - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to specify the output image's mime type
CL_OPTION_MIME_TYPE_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_ONLOAD - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to specify that the converted SVG files should be after the dispatch of the 'onload' event.
CL_OPTION_ONLOAD_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_OUTPUT - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to specify the output directory or file
CL_OPTION_OUTPUT_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_QUALITY - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to specify the output JPEG quality
CL_OPTION_QUALITY_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_SECURITY_OFF - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to turn off secure execution of scripts
CL_OPTION_SECURITY_OFF_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_SNAPSHOT_TIME - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to specify that the document should be rasterized after seeking to the specified document time.
CL_OPTION_SNAPSHOT_TIME_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_USER_STYLESHEET - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to specify an addition user stylesheet
CL_OPTION_USER_STYLESHEET_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_VALIDATE - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to specify that the converted SVG files should be validated during the conversion process.
CL_OPTION_VALIDATE_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
CL_OPTION_WIDTH - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Option to specify the output image's width
CL_OPTION_WIDTH_DESCRIPTION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
ClassDef - Class in io.sf.carte.echosvg.svggen.font.table
 
ClassDef() - Constructor for class io.sf.carte.echosvg.svggen.font.table.ClassDef
 
ClassDefFormat1 - Class in io.sf.carte.echosvg.svggen.font.table
 
ClassDefFormat1(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.ClassDefFormat1
Creates new ClassDefFormat1
ClassDefFormat2 - Class in io.sf.carte.echosvg.svggen.font.table
 
ClassDefFormat2(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.ClassDefFormat2
Creates new ClassDefFormat2
classes - Variable in class io.sf.carte.echosvg.script.ImportInfo
 
ClassFile() - Constructor for class io.sf.carte.echosvg.util.ClassFileUtilities.ClassFile
 
ClassFileUtilities - Class in io.sf.carte.echosvg.util
This class contains utility methods to manipulate Java classes.
ClassFileUtilities() - Constructor for class io.sf.carte.echosvg.util.ClassFileUtilities
This class does not need to be instantiated.
ClassFileUtilities.ClassFile - Class in io.sf.carte.echosvg.util
 
ClassFileUtilities.Jar - Class in io.sf.carte.echosvg.util
 
ClassFileUtilities.Triple - Class in io.sf.carte.echosvg.util
 
classLoader - Variable in class io.sf.carte.echosvg.i18n.LocalizableSupport
The classloader to use to create the resource bundle.
classLocalName - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The class attribute local name.
className - Variable in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
The 'class' attribute value.
className - Variable in exception class io.sf.carte.echosvg.util.resources.ResourceFormatException
The class name of the resource bundle requested
classNamespaceURI - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The class attribute namespace URI.
classShutter - Variable in class io.sf.carte.echosvg.bridge.RhinoInterpreter
Class shutter.
CleanerThread - Class in io.sf.carte.echosvg.util
A reference queue cleaner thread.
CleanerThread() - Constructor for class io.sf.carte.echosvg.util.CleanerThread
 
CleanerThread.PhantomReferenceCleared<T> - Class in io.sf.carte.echosvg.util
A PhantomReference subclass that automatically registers with the cleaner ReferenceQueue.
CleanerThread.ReferenceCleared - Interface in io.sf.carte.echosvg.util
If objects registered with the reference queue associated with this class implement this interface then the 'cleared' method will be called when the reference is queued.
CleanerThread.SoftReferenceCleared<T> - Class in io.sf.carte.echosvg.util
A SoftReference subclass that automatically registers with the cleaner ReferenceQueue.
CleanerThread.WeakReferenceCleared<T> - Class in io.sf.carte.echosvg.util
A WeakReference subclass that automatically registers with the cleaner ReferenceQueue.
clear() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
DOM: Implements SVGLengthList.clear().
clear() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
DOM: Implements SVGNumberList.clear().
clear() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
DOM: Implements SVGPathSegList.clear().
clear() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
DOM: Implements SVGPointList.clear().
clear() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
DOM: Implements SVGTransformList.clear().
clear() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
DOM: Implements SVGNumberList.clear().
clear() - Method in class io.sf.carte.echosvg.css.engine.StyleSheet
Clears the content.
clear() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Removes all items from the list.
clear() - Method in class io.sf.carte.echosvg.dom.util.IntTable
Clears the table.
clear() - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
 
clear() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.JDKRegistryEntry.MyImgObs
 
clear() - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Not supported - Throws UnsupportedOperationException exception.
clear() - Method in class io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache
Clears the table.
clear() - Method in class io.sf.carte.echosvg.gvt.UpdateTracker
Clears the tracker.
clear() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.GdiObject
 
clear() - Method in class io.sf.carte.echosvg.util.DoublyIndexedSet
Clears the set.
clear() - Method in class io.sf.carte.echosvg.util.DoublyIndexedTable
Clears the table.
clear() - Method in class io.sf.carte.echosvg.util.SoftDoublyIndexedTable
Clears the table.
clear() - Method in interface org.w3c.dom.svg.SVGLengthList
 
clear() - Method in interface org.w3c.dom.svg.SVGNumberList
 
clear() - Method in interface org.w3c.dom.svg.SVGPathSegList
 
clear() - Method in interface org.w3c.dom.svg.SVGPointList
 
clear() - Method in interface org.w3c.dom.svg.SVGStringList
 
clear() - Method in interface org.w3c.dom.svg.SVGTransformList
 
clear(ParsedURL) - Method in class io.sf.carte.echosvg.ext.awt.image.URLImageCache
Clear the entry for ParsedURL.
clear(String) - Method in class io.sf.carte.echosvg.ext.awt.color.NamedProfileCache
Clear the entry for String.
clear(List<SVGItem>) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Clears the list and sets the parent of the former list items to null.
clearBuffer() - Method in class io.sf.carte.echosvg.parser.AbstractScanner
Clears the buffer.
clearBuffer() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Clears the buffer.
clearButton - Variable in class io.sf.carte.echosvg.util.gui.CSSMediaPanel
The button to clear the CSS media list.
clearButton - Variable in class io.sf.carte.echosvg.util.gui.URIChooser
The Clear button
ClearButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.CSSMediaPanel.ClearButtonAction
 
ClearButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.URIChooser.ClearButtonAction
 
clearCache() - Method in class io.sf.carte.echosvg.gvt.filter.GraphicsNodeRable8Bit
Clear any cached Red.
clearChildContexts() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Clears the list of child BridgeContexts and disposes them if there are no more references to them.
cleared() - Method in class io.sf.carte.echosvg.bridge.BridgeContext.SoftReferenceMememto
 
cleared() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.IdSoftRef
 
cleared() - Method in class io.sf.carte.echosvg.dom.util.DocumentDescriptor.Entry
 
cleared() - Method in interface io.sf.carte.echosvg.util.CleanerThread.ReferenceCleared
 
clearHalted() - Method in class io.sf.carte.echosvg.util.HaltingThread
Set's beenHalted to false.
clearImpl(Object) - Method in class io.sf.carte.echosvg.util.SoftReferenceCache
Clear the entry for key.
clearInterval(Object) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
clearInterval(Object) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
clearInterval(Object) - Method in interface io.sf.carte.echosvg.bridge.Window
Cancels an interval that was set by a call to 'setInterval'.
clearInterval(Context, Scriptable, Object[], Function) - Static method in class io.sf.carte.echosvg.bridge.WindowWrapper
Wraps the 'clearInterval' method of the Window interface.
clearLanguageButton - Variable in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel
The ClearLanguageButton.
ClearLanguageButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel.ClearLanguageButtonAction
 
clearOffScreen() - Method in interface io.sf.carte.echosvg.gvt.renderer.ImageRenderer
Tells renderer to clear current contents of offscreen buffer
clearOffScreen() - Method in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
Sets up and clears the current offscreen buffer.
clearOffScreen() - Method in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
Sets up and clears the current offscreen buffer.
clearOnReset - Variable in class io.sf.carte.echosvg.anim.timing.InstanceTime
Whether this InstanceTime should be removed from an element's begin or end instance time lists upon reset.
clearPaintingTransform - Variable in class io.sf.carte.echosvg.bridge.UpdateManagerEvent
True if before painting this update the canvas's painting transform needs to be cleared.
clearRect(int, int, int, int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Clears the specified rectangle by filling it with the background color of the current drawing surface.
clearSelection() - Method in class io.sf.carte.echosvg.bridge.ConcreteTextSelector
 
clearSelection() - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
Clears the selection.
clearTimeout(Object) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
clearTimeout(Object) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
clearTimeout(Object) - Method in interface io.sf.carte.echosvg.bridge.Window
Cancels an timeout that was set by a call to 'setTimeout'.
clearTimeout(Context, Scriptable, Object[], Function) - Static method in class io.sf.carte.echosvg.bridge.WindowWrapper
Wraps the 'clearTimeout' method of the Window interface.
clearUserSetDisableInteractions() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Clears the boolean that indicates the 'user' has set disable interactions so that the canvas uses the value from documents.
clearViewCSS() - Method in class io.sf.carte.echosvg.dom.AbstractStylableDocument
Clears the view CSS.
clickListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The click event listener.
clip - Variable in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Current clip
clip - Variable in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
The clipping filter for this graphics node.
clip(Shape) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Intersects the current Clip with the interior of the specified Shape and sets the Clip to the resulting intersection.
clip(Shape) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Intersects the current Clip with the interior of the specified Shape and sets the Clip to the resulting intersection.
CLIP_CHARACTER_PRECIS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
CLIP_DEFAULT_PRECIS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
CLIP_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
CLIP_LH_ANGLES - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
CLIP_MASK - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
CLIP_PATH_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
CLIP_PATH_UNITS_VALUES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMClipPathElement
The clipPathUnits values.
CLIP_RULE_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
CLIP_STROKE_PRECIS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
CLIP_TT_ALWAYS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
ClipBridge - Interface in io.sf.carte.echosvg.bridge
Factory class for vending Shape objects that represents a clipping area.
ClipManager - Class in io.sf.carte.echosvg.css.engine.value.css2
This class provides a manager for the 'clip' property values.
ClipManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.css2.ClipManager
 
clipPath - Variable in class io.sf.carte.echosvg.ext.awt.image.renderable.ClipRable8Bit
The node who's outline specifies our mask.
ClipPathElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.ClipPathElementFactory
 
ClipPathManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'clip-path' property values.
ClipPathManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.ClipPathManager
 
clipPathUnits - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMClipPathElement
The 'clipPathUnits' attribute value.
ClipRable - Interface in io.sf.carte.echosvg.ext.awt.image.renderable
Implements a clip operation.
ClipRable8Bit - Class in io.sf.carte.echosvg.ext.awt.image.renderable
ClipRable implementation
ClipRable8Bit(Filter, Shape) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.ClipRable8Bit
 
ClipRable8Bit(Filter, Shape, boolean) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.ClipRable8Bit
 
clipRect(int, int, int, int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Intersects the current clip with the specified rectangle.
clipRect(int, int, int, int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Intersects the current clip with the specified rectangle.
ClipRuleManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'clip-rule' property values.
ClipRuleManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.ClipRuleManager
 
clockHandler - Variable in class io.sf.carte.echosvg.parser.ClockParser
The handler used to report parse events.
ClockHandler - Interface in io.sf.carte.echosvg.parser
This interface must be implemented and then registered as the handler of a ClockParser instance in order to be notified of parsing events.
ClockParser - Class in io.sf.carte.echosvg.parser
A parser for clock values.
ClockParser(boolean) - Constructor for class io.sf.carte.echosvg.parser.ClockParser
Creates a new ClockParser.
clockValue(float) - Method in interface io.sf.carte.echosvg.parser.ClockHandler
Invoked when a clock value is parsed.
clone() - Method in class io.sf.carte.echosvg.dom.events.AbstractEvent
Returns a new Event with the same field values as this object.
clone() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGItem
Clone this value except for the parent list.
clone() - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
clone() - Method in class io.sf.carte.echosvg.dom.svg.SVGPointItem
 
clone() - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
 
clone() - Method in class io.sf.carte.echosvg.ext.awt.g2d.TransformStackElement
 
clone() - Method in class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
clone() - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
clone() - Method in class io.sf.carte.echosvg.ext.awt.geom.Linear
 
clone() - Method in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
 
clone() - Method in class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
 
clone() - Method in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
 
clone() - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
Standard Object clone method.
clone() - Method in class io.sf.carte.echosvg.gvt.text.AttributedCharacterSpanIterator
Create a copy of this iterator
clone() - Method in class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
Creates a copy of this iterator.
clone() - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Create a copy of this iterator
clone() - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Create a copy of this iterator
clone() - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLEditorKit
cloneEvent() - Method in class io.sf.carte.echosvg.dom.events.AbstractEvent
Clones this event and sets the originalEvent field of the new event to be equal to this event.
cloneNode(boolean) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
DOM: Implements Node.cloneNode(boolean).
cloneNode(boolean) - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.cloneNode(boolean).
cloneTemplate(XBLOMTemplateElement) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Clones a template element for use as a shadow tree.
close() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Calls dispose on this BridgeContext, if it is a child context.
close() - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge.ProtectedStream
 
close() - Method in class io.sf.carte.echosvg.util.Base64DecodeStream
 
close() - Method in class io.sf.carte.echosvg.util.Base64EncoderStream
 
close() - Method in class io.sf.carte.echosvg.util.io.StreamNormalizingReader
Close the stream.
close() - Method in class io.sf.carte.echosvg.util.io.StringNormalizingReader
Close the stream.
CLOSE_PARENTHESIS - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
CloseButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.MemoryMonitor.CloseButtonAction
 
closePath() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
closePath() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
closePath() - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
closePath() - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
closePath() - Method in class io.sf.carte.echosvg.parser.DefaultPathHandler
closePath() - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
closePath() - Method in interface io.sf.carte.echosvg.parser.PathHandler
Invoked when a closepath has been parsed.
closeResource() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
 
closeViewport(Element) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Closes the viewport associated to the specified element.
clsStrs - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
cm - Variable in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
cm() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.LengthListBuilder
Implements LengthHandler.cm().
cm() - Method in class io.sf.carte.echosvg.parser.DefaultLengthHandler
Implements LengthHandler.cm().
cm() - Method in class io.sf.carte.echosvg.parser.LengthArrayProducer
Implements LengthHandler.cm().
cm() - Method in interface io.sf.carte.echosvg.parser.LengthHandler
Invoked when 'cm' has been parsed.
cm() - Method in class io.sf.carte.echosvg.parser.UnitProcessor.UnitResolver
Implements LengthHandler.cm().
cmap - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
CmapFormat - Class in io.sf.carte.echosvg.svggen.font.table
 
CmapFormat(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.CmapFormat
 
CmapFormat0 - Class in io.sf.carte.echosvg.svggen.font.table
Simple Macintosh cmap table, mapping only the ASCII character set to glyphs.
CmapFormat0(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.CmapFormat0
 
CmapFormat2 - Class in io.sf.carte.echosvg.svggen.font.table
 
CmapFormat2(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.CmapFormat2
 
CmapFormat4 - Class in io.sf.carte.echosvg.svggen.font.table
 
CmapFormat4(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.CmapFormat4
 
CmapFormat6 - Class in io.sf.carte.echosvg.svggen.font.table
 
CmapFormat6(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.CmapFormat6
 
CmapIndexEntry - Class in io.sf.carte.echosvg.svggen.font.table
 
CmapIndexEntry(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.CmapIndexEntry
 
CmapTable - Class in io.sf.carte.echosvg.svggen.font.table
 
CmapTable(DirectoryEntry, RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.CmapTable
 
code - Variable in exception class io.sf.carte.echosvg.anim.AnimationException
The error code.
code - Variable in exception class io.sf.carte.echosvg.bridge.BridgeException
The error code.
code - Variable in exception class io.sf.carte.echosvg.dom.svg.LiveAttributeException
The reason for the exception.
code - Variable in exception class org.w3c.dom.svg.SVGException
 
codeSource - Variable in class io.sf.carte.echosvg.script.rhino.RhinoClassLoader
CodeSource for classes defined by this loader
coerceColorModel(ColorModel, boolean) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Create a new ColorModel with it's alpha premultiplied state matching newAlphaPreMult.
coerceData(WritableRaster, ColorModel, boolean) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Coerces data within a bufferedImage to match newAlphaPreMult, Note that this can not change the colormodel of bi so you
COLLAPSE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'collapse' keyword.
CollectButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.MemoryMonitor.CollectButtonAction
 
collectXblChildNodes(Node, Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XblChildNodes
Find the XBL child nodes of this element.
collectXblScopedChildNodes(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XblScopedChildNodes
Find the XBL child nodes of this element.
COLON - Static variable in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector.Scanner
 
color - Variable in class io.sf.carte.echosvg.bridge.AbstractSVGGradientElementBridge.Stop
The stop color.
COLOR_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
COLOR_INTERPOLATION_FILTERS_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
COLOR_INTERPOLATION_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
COLOR_PROFILE_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
COLOR_PROFILE_RULE - Static variable in interface org.w3c.dom.svg.SVGCSSRule
 
COLOR_RELATIVE_MASK - Static variable in class io.sf.carte.echosvg.css.engine.StyleMap
 
COLOR_RENDERING_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
ColorAnimation - Class in io.sf.carte.echosvg.anim
An animation class for 'animateColor' animations.
ColorAnimation(TimedElement, AnimatableElement, int, float[], float[], boolean, boolean, AnimatableValue[], AnimatableValue, AnimatableValue, AnimatableValue) - Constructor for class io.sf.carte.echosvg.anim.ColorAnimation
Creates a new ColorAnimation.
colorAppend(float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractModificationHandler
Called when the ICC color has been append.
colorAppend(float) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ModificationHandler
Called when the ICC color has been append.
colorAppend(float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the ICC color has been append.
colorChanged(short, String, String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractModificationHandler
Called when the SVGColor has changed.
colorChanged(short, String, String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ModificationHandler
Called when the SVGColor has changed.
colorChanged(short, String, String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the SVGColor has changed.
ColorConverter - Interface in io.sf.graphics.java2d.color
Utility for implementing a color conversion scheme.
colorIndex - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The color property index.
colorInsertedBefore(float, int) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractModificationHandler
Called when the ICC color has been inserted.
colorInsertedBefore(float, int) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ModificationHandler
Called when the ICC color has been inserted.
colorInsertedBefore(float, int) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the ICC color has been inserted.
ColorInterpolationFiltersManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'color-interpolation' property values.
ColorInterpolationFiltersManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.ColorInterpolationFiltersManager
 
ColorInterpolationManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'color-interpolation' property values.
ColorInterpolationManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.ColorInterpolationManager
 
ColorManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'color' property values.
ColorManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.ColorManager
 
ColorMatrixRable - Interface in io.sf.carte.echosvg.ext.awt.image.renderable
Defines the interface expected from a color matrix operation
ColorMatrixRable8Bit - Class in io.sf.carte.echosvg.ext.awt.image.renderable
Implements the interface expected from a color matrix operation
ColorMatrixRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
 
ColorMatrixRed(CachableRed, float[][]) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.ColorMatrixRed
 
colorName - Variable in class io.sf.carte.echosvg.css.engine.value.svg12.ICCNamedColor
The color name.
ColorNumber(float) - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ColorNumber
Creates a new ColorNumber.
ColorOptionHandler() - Constructor for class io.sf.carte.echosvg.apps.rasterizer.Main.ColorOptionHandler
 
colorProfile - Variable in class io.sf.carte.echosvg.css.engine.value.svg.ICCColor
The color profile.
colorProfile - Variable in class io.sf.carte.echosvg.css.engine.value.svg12.ICCNamedColor
The color profile.
colorProfileChanged(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractModificationHandler
Called when the ICC color profile has changed.
colorProfileChanged(String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ModificationHandler
Called when the ICC color profile has changed.
colorProfileChanged(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the ICC color profile has changed.
ColorProfileElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.ColorProfileElementFactory
 
ColorProfileManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'color-interpolation' property values.
ColorProfileManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.ColorProfileManager
 
ColorProfileUtil - Class in io.sf.graphics.java2d.color.profile
Helper methods for handling color profiles.
colorRemoved(int) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractModificationHandler
Called when the ICC color has been removed.
colorRemoved(int) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ModificationHandler
Called when the ICC color has been removed.
colorRemoved(int) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the ICC color has been removed.
ColorRenderingManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'color-rendering' property values.
ColorRenderingManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.ColorRenderingManager
 
colorReplaced(float, int) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractModificationHandler
Called when the ICC color has been replaced.
colorReplaced(float, int) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ModificationHandler
Called when the ICC color has been replaced.
colorReplaced(float, int) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the ICC color has been replaced.
colors - Variable in class io.sf.carte.echosvg.css.engine.value.svg.ICCColor
The colors.
colors - Variable in class io.sf.carte.echosvg.css.engine.value.svg12.DeviceColor
The colors.
colors - Variable in class io.sf.carte.echosvg.ext.awt.MultipleGradientPaint
Gradient colors.
colorsCleared() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractModificationHandler
Called when the ICC colors has changed.
colorsCleared() - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ModificationHandler
Called when the ICC colors has changed.
colorsCleared() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the ICC colors has changed.
colorsInitialized(float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractModificationHandler
Called when the ICC colors has been initialized.
colorsInitialized(float) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ModificationHandler
Called when the ICC colors has been initialized.
colorsInitialized(float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the ICC colors has been initialized.
colorSpace - Variable in class io.sf.carte.echosvg.ext.awt.MultipleGradientPaint
The colorSpace in which to perform the interpolation.
ColorSpaceEnum() - Constructor for class io.sf.carte.echosvg.ext.awt.MultipleGradientPaint.ColorSpaceEnum
 
ColorSpaceHintKey - Class in io.sf.carte.echosvg.ext.awt
TranscodingHint as to what the destination of the drawing is.
ColorSpaceOrigin - Interface in io.sf.graphics.java2d.color
Interface used to decorate java.awt.color.ColorSpaces subclasses to report the origin of the associated color profile.
ColorSpaces - Class in io.sf.graphics.java2d.color
Provides access to various color spaces.
ColorSwitchBridge - Class in io.sf.carte.echosvg.extension.svg
Bridge class for the "color switch" extension element.
ColorSwitchBridge() - Constructor for class io.sf.carte.echosvg.extension.svg.ColorSwitchBridge
Constructs a new bridge for the <batik:colorSwitch> element.
ColorSwitchElement - Class in io.sf.carte.echosvg.extension.svg
This class implements a "color switch" extension to SVG.
ColorSwitchElement() - Constructor for class io.sf.carte.echosvg.extension.svg.ColorSwitchElement
Creates a new EchoSVGRegularPolygonElement object.
ColorSwitchElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.extension.svg.ColorSwitchElement
Creates a new EchoSVGRegularPolygonElement object.
ColorSwitchElementFactory() - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.ColorSwitchElementFactory
 
ColorUtil - Class in io.sf.graphics.java2d.color
Generic Color helper class.
ColorWithAlternatives - Class in io.sf.graphics.java2d.color
Extended Color class allowing to specify a prioritized list of alternative colors.
ColorWithAlternatives(float, float, float, float, Color[]) - Constructor for class io.sf.graphics.java2d.color.ColorWithAlternatives
Constructor for RGBA colors.
ColorWithAlternatives(float, float, float, Color[]) - Constructor for class io.sf.graphics.java2d.color.ColorWithAlternatives
Constructor for RGB colors.
ColorWithAlternatives(int, boolean, Color[]) - Constructor for class io.sf.graphics.java2d.color.ColorWithAlternatives
Constructor for RGBA colors.
ColorWithAlternatives(int, int, int, int, Color[]) - Constructor for class io.sf.graphics.java2d.color.ColorWithAlternatives
Constructor for RGBA colors.
ColorWithAlternatives(int, int, int, Color[]) - Constructor for class io.sf.graphics.java2d.color.ColorWithAlternatives
Constructor for RGB colors.
ColorWithAlternatives(int, Color[]) - Constructor for class io.sf.graphics.java2d.color.ColorWithAlternatives
Constructor for RGB colors.
ColorWithAlternatives(ColorSpace, float[], float, Color[]) - Constructor for class io.sf.graphics.java2d.color.ColorWithAlternatives
Constructor for colors with an arbitrary color space.
column - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
The current column.
column - Variable in class io.sf.carte.echosvg.util.io.StreamNormalizingReader
The current column in the stream.
column - Variable in class io.sf.carte.echosvg.util.io.StringNormalizingReader
The current column in the stream.
columnNumber - Variable in exception class io.sf.carte.echosvg.parser.ParseException
 
comboBox - Variable in class io.sf.carte.echosvg.util.gui.LocationBar
The combo box
COMMA - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
COMMA - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a ',' lexical unit.
command(short) - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
Adds a path command to the list.
commands - Variable in class io.sf.carte.echosvg.anim.values.AnimatablePathDataValue
The path commands.
comment(char[], int, int) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
comment(String, boolean) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
COMMENT - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a comment lexical unit.
COMMENT_CONTEXT - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
COMMENT_STYLE - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLContext
 
COMPACT_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'compact' keyword.
comparator - Static variable in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
The comparator used to sort the elements of this List.
compareDocumentPosition(Node) - Method in class io.sf.carte.echosvg.dom.AbstractNode
compareNamedNodeMaps(NamedNodeMap, NamedNodeMap) - Method in class io.sf.carte.echosvg.dom.AbstractNode
Compare two NamedNodeMaps for equality.
compareStrings(String, String) - Method in class io.sf.carte.echosvg.dom.AbstractNode
Compare two strings for equality.
compareTo(InstanceTime) - Method in class io.sf.carte.echosvg.anim.timing.InstanceTime
Compares this InstanceTime with another.
compareTo(DefaultXBLManager.DefinitionRecord) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DefinitionRecord
Compares two definition records.
compareTo(ClassFileUtilities.Triple) - Method in class io.sf.carte.echosvg.util.ClassFileUtilities.Triple
 
compatibleTypes(short, short, short, short) - Static method in class io.sf.carte.echosvg.anim.values.AnimatableLengthValue
Determines if two SVG length types are compatible.
compiledScripts - Variable in class io.sf.carte.echosvg.bridge.RhinoInterpreter
List of cached compiled scripts.
complete() - Method in class io.sf.carte.echosvg.util.ParsedURL
Returns true if the URL looks well formed and complete.
complete() - Method in class io.sf.carte.echosvg.util.ParsedURLData
Returns true if the URL looks well formed and complete.
complex - Variable in class io.sf.carte.echosvg.bridge.SVGFontFamily
 
component - Variable in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
The associated JGVTComponent.
COMPONENT_TRANSFORM_CHANGED - Static variable in interface io.sf.carte.echosvg.swing.gvt.JGVTComponentListener
 
componentResized(ComponentEvent) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane.ScrollListener
 
componentResized(ComponentEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.JSVGComponentListener
 
components - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.RepaintThread
The components to repaint.
ComponentTransferFunction - Interface in io.sf.carte.echosvg.ext.awt.image
Defines the interface expected from a component transfer function.
ComponentTransferRable - Interface in io.sf.carte.echosvg.ext.awt.image.renderable
Defines the interface expected from a component transfer operation.
ComponentTransferRable8Bit - Class in io.sf.carte.echosvg.ext.awt.image.renderable
This class implements the interface expected from a component transfer operation.
ComponentTransferRable8Bit(Filter, ComponentTransferFunction, ComponentTransferFunction, ComponentTransferFunction, ComponentTransferFunction) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable8Bit
 
ComponentTransferRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
 
ComponentTransferRed(CachableRed, TransferFunction[], RenderingHints) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.ComponentTransferRed
The constructor will instantiate a LookupOp instance using a LookupOp, which is built using the four LUT data obtained by the TransferFunction objects funcs[0] : Alpha component transfer function funcs[1] : Red component transfer function funcs[2] : Green component transfer function funcs[3] : Blue component transfer function
componentTransformChanged(ComponentEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponentAdapter
Called when the rendering transform changes on the JGVTComponentListener
componentTransformChanged(ComponentEvent) - Method in interface io.sf.carte.echosvg.swing.gvt.JGVTComponentListener
Called when the rendering transform changes on the JGVTComponentListener
componentTransformChanged(ComponentEvent) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane.ScrollListener
 
componentTransformChanged(ComponentEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.JSVGComponentListener
 
compose(Raster, Raster, WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.AlphaPreCompositeContext
 
compose(Raster, Raster, WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.OverCompositeContext_INT_PACK_UNPRE
 
composedValue - Variable in class io.sf.carte.echosvg.anim.AbstractAnimation
The value of this animation composed with any others.
composite - Variable in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Current Composite
composite - Variable in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
The compositing operation to be used when a graphics node is painted on top of another one.
composite - Variable in class io.sf.carte.echosvg.gvt.text.TextPaintInfo
 
CompositeGraphicsNode - Class in io.sf.carte.echosvg.gvt
A CompositeGraphicsNode is a graphics node that can contain graphics nodes.
CompositeGraphicsNode() - Constructor for class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Constructs a new empty CompositeGraphicsNode.
CompositeRable - Interface in io.sf.carte.echosvg.ext.awt.image.renderable
Composites a list of images according to a single composite rule. the image are applied in the order they are in the List given.
CompositeRable8Bit - Class in io.sf.carte.echosvg.ext.awt.image.renderable
Composites a list of images according to a single composite rule. the image are applied in the order they are in the List given.
CompositeRable8Bit(List<? extends RenderableImage>, CompositeRule, boolean) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.CompositeRable8Bit
 
CompositeRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This is an implementation of an affine operation as a RenderedImage.
CompositeRed(List<CachableRed>, CompositeRule) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.CompositeRed
 
CompositeRule - Class in io.sf.carte.echosvg.ext.awt.image
This is a typesafe enumeration of the standard Composite rules for the CompositeRable operation.
CompositeShapePainter - Class in io.sf.carte.echosvg.gvt
A shape painter which consists of multiple shape painters.
CompositeShapePainter(Shape) - Constructor for class io.sf.carte.echosvg.gvt.CompositeShapePainter
Constructs a new empty CompositeShapePainter.
computeAllowedScripts() - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Helper method.
computeArc(double, double, double, double, double, boolean, boolean, double, double) - Static method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
This constructs an unrotated Arc2D from the SVG specification of an Elliptical arc.
computeBubbleLimit(Node, Node) - Static method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Determines the number of nodes events should bubble if the mouse pointer has moved from one element to another.
COMPUTED_MASK - Static variable in class io.sf.carte.echosvg.css.engine.StyleMap
 
ComputedCSSColorValue(int) - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMSVGComputedStyle.ComputedCSSColorValue
Creates a new ComputedCSSColorValue.
ComputedCSSPaintValue(int) - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMSVGComputedStyle.ComputedCSSPaintValue
Creates a new ComputedCSSPaintValue.
ComputedCSSValue(int) - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMComputedStyle.ComputedCSSValue
Creates a new ComputedCSSValue.
computeDstFiles(List<SVGConverterSource>) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Populates a vector with destination files names computed from the names of the files in the sources vector and the value of the dst property
computedStyleMap - Variable in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
The computed style map.
computedStyleMap - Variable in class io.sf.carte.echosvg.extension.StylableExtensionElement
The computed style map.
computedValue - Variable in class io.sf.carte.echosvg.css.engine.value.ComputedValue
The computed value.
ComputedValue - Class in io.sf.carte.echosvg.css.engine.value
This class represents a computed property value.
ComputedValue(Value) - Constructor for class io.sf.carte.echosvg.css.engine.value.ComputedValue
Creates a new ComputedValue object.
computedValues - Static variable in class io.sf.carte.echosvg.css.engine.value.AbstractColorManager
The computed identifier values.
computeHistogram(RenderContext) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationFilter8Bit
This method computes the histogram of the image and from that the appropriate clipping points, which leads to a slope and intercept for a LinearTransfer function
computeInterval(boolean, boolean, float, boolean) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Computes an interval from the begin and end instance time lists.
computeLaidoutText(BridgeContext, Element, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
computeLaidoutText(BridgeContext, Element, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Recompute the layout of the <text> node.
computeRenderingTransform() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Computes the initial value of the transform used for rendering.
computeRenderingTransform() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Computes the transform used for rendering.
computeSources() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Populates a vector with the set of SVG files from the srcDir if it is not null and with the sources (files or URLs) if any.
computeStyleAndURIs(Element, Element, String) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Partially computes the style in the 'def' tree and set it in the 'use' tree.
computeTextRuns(TextNode, AttributedCharacterIterator, AttributedCharacterIterator[]) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
computeTextRuns(TextNode, AttributedCharacterIterator, AttributedCharacterIterator[], int[][]) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
computeTranscodingHints() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Computes the set of transcoding hints to use for the operation
computeTransform(SVGTransformable, BridgeContext) - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Returns an AffineTransform that is the transformation to be applied to the node.
computeTransform(SVGTransformable, BridgeContext) - Method in class io.sf.carte.echosvg.bridge.SVGUseElementBridge
Returns an AffineTransform that is the transformation to be applied to the node.
computeValue(CSSStylableElement, String, CSSEngine, int, StyleMap, Value) - Method in class io.sf.carte.echosvg.css.engine.value.AbstractColorManager
computeValue(CSSStylableElement, String, CSSEngine, int, StyleMap, Value) - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValueManager
computeValue(CSSStylableElement, String, CSSEngine, int, StyleMap, Value) - Method in class io.sf.carte.echosvg.css.engine.value.css2.CursorManager
computeValue(CSSStylableElement, String, CSSEngine, int, StyleMap, Value) - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontFamilyManager
computeValue(CSSStylableElement, String, CSSEngine, int, StyleMap, Value) - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontSizeManager
computeValue(CSSStylableElement, String, CSSEngine, int, StyleMap, Value) - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontStretchManager
computeValue(CSSStylableElement, String, CSSEngine, int, StyleMap, Value) - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontWeightManager
computeValue(CSSStylableElement, String, CSSEngine, int, StyleMap, Value) - Method in class io.sf.carte.echosvg.css.engine.value.LengthManager
computeValue(CSSStylableElement, String, CSSEngine, int, StyleMap, Value) - Method in class io.sf.carte.echosvg.css.engine.value.RectManager
computeValue(CSSStylableElement, String, CSSEngine, int, StyleMap, Value) - Method in class io.sf.carte.echosvg.css.engine.value.svg.BaselineShiftManager
computeValue(CSSStylableElement, String, CSSEngine, int, StyleMap, Value) - Method in class io.sf.carte.echosvg.css.engine.value.svg.EnableBackgroundManager
computeValue(CSSStylableElement, String, CSSEngine, int, StyleMap, Value) - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeDasharrayManager
computeValue(CSSStylableElement, String, CSSEngine, int, StyleMap, Value) - Method in class io.sf.carte.echosvg.css.engine.value.svg.SVGColorManager
computeValue(CSSStylableElement, String, CSSEngine, int, StyleMap, Value) - Method in class io.sf.carte.echosvg.css.engine.value.svg.SVGPaintManager
computeValue(CSSStylableElement, String, CSSEngine, int, StyleMap, Value) - Method in class io.sf.carte.echosvg.css.engine.value.svg12.LineHeightManager
computeValue(CSSStylableElement, String, CSSEngine, int, StyleMap, Value) - Method in interface io.sf.carte.echosvg.css.engine.value.ValueManager
Computes the given value.
computeValue(CSSStylableElement, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.CSSValueFactory
Computes a CSS Value and performance inheritance if the specified value is 'inherit'.
concatenate(TransformStackElement) - Method in class io.sf.carte.echosvg.ext.awt.g2d.TransformStackElement
 
ConcreteComponentTransferFunction - Class in io.sf.carte.echosvg.ext.awt.image
This class implements the interface expected from a component transfer function.
ConcreteGraphicsNodeRableFactory - Class in io.sf.carte.echosvg.gvt.filter
This interface lets GraphicsNode create instances of GraphicsNodeRable appropriate for the filter module implementation.
ConcreteGraphicsNodeRableFactory() - Constructor for class io.sf.carte.echosvg.gvt.filter.ConcreteGraphicsNodeRableFactory
 
ConcreteImageRendererFactory - Class in io.sf.carte.echosvg.gvt.renderer
This class provides a factory for renderers.
ConcreteImageRendererFactory() - Constructor for class io.sf.carte.echosvg.gvt.renderer.ConcreteImageRendererFactory
 
ConcreteTextLayoutFactory - Class in io.sf.carte.echosvg.bridge
Factory instance that returns TextSpanLayouts appropriate to AttributedCharacterIterator instances.
ConcreteTextLayoutFactory() - Constructor for class io.sf.carte.echosvg.bridge.ConcreteTextLayoutFactory
 
ConcreteTextPainter - Class in io.sf.carte.echosvg.bridge
Renders the attributed character iterator of a TextNode.
ConcreteTextPainter() - Constructor for class io.sf.carte.echosvg.bridge.ConcreteTextPainter
 
ConcreteTextSelector - Class in io.sf.carte.echosvg.bridge
A simple implementation of GraphicsNodeMouseListener for text selection.
ConcreteTextSelector() - Constructor for class io.sf.carte.echosvg.bridge.ConcreteTextSelector
 
CONDENSED_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'condensed' keyword.
CONFIG_BOTTOM_PAD - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
CONFIG_LEFT_PAD - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
CONFIG_RIGHT_PAD - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
CONFIG_TEXT_FIELD_WIDTH - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
CONFIG_TOP_PAD - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
Configuring for Media Queries - Search tag in class io.sf.carte.echosvg.transcoder.util.CSSTranscodingHelper
Section
confirm(String) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
Displays a confirm dialog box.
confirm(String) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
Displays a confirm dialog box.
confirm(String) - Method in interface io.sf.carte.echosvg.bridge.Window
Displays a confirm dialog box.
confirm(Context, Scriptable, Object[], Function) - Static method in class io.sf.carte.echosvg.bridge.WindowWrapper
Wraps the 'confirm' method of the Window interface.
consolidate() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
consolidate() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList
consolidate() - Method in interface org.w3c.dom.svg.SVGTransformList
 
CONSTANT_CLASS_INFO - Static variable in class io.sf.carte.echosvg.util.ClassFileUtilities
 
CONSTANT_DOUBLE_INFO - Static variable in class io.sf.carte.echosvg.util.ClassFileUtilities
 
CONSTANT_FIELDREF_INFO - Static variable in class io.sf.carte.echosvg.util.ClassFileUtilities
 
CONSTANT_FLOAT_INFO - Static variable in class io.sf.carte.echosvg.util.ClassFileUtilities
 
CONSTANT_INTEGER_INFO - Static variable in class io.sf.carte.echosvg.util.ClassFileUtilities
 
CONSTANT_INTERFACEMETHODREF_INFO - Static variable in class io.sf.carte.echosvg.util.ClassFileUtilities
 
CONSTANT_LONG_INFO - Static variable in class io.sf.carte.echosvg.util.ClassFileUtilities
 
CONSTANT_METHODREF_INFO - Static variable in class io.sf.carte.echosvg.util.ClassFileUtilities
 
CONSTANT_NAMEANDTYPE_INFO - Static variable in class io.sf.carte.echosvg.util.ClassFileUtilities
 
CONSTANT_STRING_INFO - Static variable in class io.sf.carte.echosvg.util.ClassFileUtilities
 
CONSTANT_UTF8_INFO - Static variable in class io.sf.carte.echosvg.util.ClassFileUtilities
 
constrainScriptOrigin - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Controls whether scripts can only have the same origin as the document which references them.
construct(CachableRed, ColorModel) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.FormatRed
 
constructParsedURLData() - Method in class io.sf.carte.echosvg.util.ParsedURLDefaultProtocolHandler
Subclasses can override these method to construct alternate subclasses of ParsedURLData.
constructParsedURLData(URL) - Method in class io.sf.carte.echosvg.util.ParsedURLDefaultProtocolHandler
Subclasses can override these method to construct alternate subclasses of ParsedURLData.
consume() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeEvent
Consumes this event so that it will not be processed in the default manner by the source which originated it.
contains(double, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
contains(double, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
Determines if the specified coordinates are inside this Polygon.
contains(double, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
Determines if the specified coordinates are inside this Polyline2D.
contains(double, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.ShapeExtender
 
contains(double, double, double, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
contains(double, double, double, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
Tests if the interior of this Polygon entirely contains the specified set of rectangular coordinates.
contains(double, double, double, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
Tests if the interior of this Polyline2D entirely contains the specified set of rectangular coordinates.
contains(double, double, double, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.ShapeExtender
 
contains(int) - Method in class io.sf.carte.echosvg.gvt.font.UnicodeRange
 
contains(int, int) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
Determines whether the specified coordinates are inside this Polygon.
contains(int, int) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
Determines whether the specified coordinates are inside this Polyline2D.
contains(Point2D) - Method in class io.sf.carte.echosvg.bridge.TextNode
Returns true if the specified Point2D is inside the boundary of this node, false otherwise.
contains(Point2D) - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
contains(Point2D) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
Tests if a specified Point2D is inside the boundary of this Polygon.
contains(Point2D) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
Tests if a specified Point2D is inside the boundary of this Polyline2D.
contains(Point2D) - Method in class io.sf.carte.echosvg.ext.awt.geom.ShapeExtender
 
contains(Point2D) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns true if the specified Point2D is inside the boundary of this node, false otherwise.
contains(Point2D) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns true if the specified Point2D is inside the boundary of this node, false otherwise.
contains(Point2D) - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns true if the specified Point2D is inside the boundary of this node, false otherwise.
contains(Point2D) - Method in class io.sf.carte.echosvg.gvt.ImageNode
Returns true if the specified Point2D is inside the boundary of this node, false otherwise.
contains(Point2D) - Method in class io.sf.carte.echosvg.gvt.ShapeNode
Returns true if the specified Point2D is inside the boundary of this node, false otherwise.
contains(Point2D, Rectangle2D) - Method in class io.sf.carte.echosvg.bridge.TextNode
 
contains(Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
contains(Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
Tests if the interior of this Polygon entirely contains the specified Rectangle2D.
contains(Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
Tests if the interior of this Polyline2D entirely contains the specified Rectangle2D.
contains(Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.geom.ShapeExtender
 
contains(Point) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
Determines whether the specified Point is inside this Polygon.
contains(Point) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
Determines whether the specified Point is inside this Polyline2D.
contains(Object) - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
 
contains(Object) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns true if this composite graphics node contains the specified graphics node, false otherwise.
contains(String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentConfiguration.ParameterNameList
Returns whether the given parameter name is in the list.
contains(String) - Method in class io.sf.carte.echosvg.gvt.font.UnicodeRange
Returns true if the specified unicode value is within this range.
contains(K, L) - Method in class io.sf.carte.echosvg.util.DoublyIndexedSet
Returns whether the given keys are in the set.
containsAll(RectListManager) - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
 
containsAll(Collection<?>) - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns true if this composite graphics node contains all the graphics node in the specified collection, false otherwise.
containsArabic(AttributedCharacterIterator) - Static method in class io.sf.carte.echosvg.gvt.text.ArabicTextHandler
Returns true if the ACI contains any arabic characters.
containsArabic(AttributedString) - Static method in class io.sf.carte.echosvg.gvt.text.ArabicTextHandler
Returns true if the string contains any arabic characters.
containsKey(Object) - Method in class io.sf.carte.echosvg.transcoder.TranscodingHints
Returns true if this TranscodingHints contains a mapping for the specified key, false otherwise.
CONTENT_CONTEXT - Static variable in class io.sf.carte.echosvg.xml.XMLScanner
The content context.
contentChangedListener - Variable in class io.sf.carte.echosvg.bridge.svg12.XBLContentElementBridge
The event listener for content element selection changes.
ContentChangedListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.XBLContentElementBridge.ContentChangedListener
 
contentElement - Variable in class io.sf.carte.echosvg.bridge.svg12.AbstractContentSelector
The XBL content element.
contentElement - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XBLRecord
The content element which caused this node to appear in the flattened tree.
contentElementDomAttrModifiedEventListener - Variable in class io.sf.carte.echosvg.bridge.svg12.ContentManager
DOMAttrModified listener for content elements.
ContentElementDOMAttrModifiedEventListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.ContentManager.ContentElementDOMAttrModifiedEventListener
 
contentElementList - Variable in class io.sf.carte.echosvg.bridge.svg12.ContentManager
List of content elements.
contentEncoding - Variable in class io.sf.carte.echosvg.util.ParsedURLData
 
contentListener - Variable in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext
The ContentSelectionChangedListener for xbl:content element events.
contentManager - Variable in class io.sf.carte.echosvg.bridge.svg12.AbstractContentSelector
The ContentManager object that owns this selector.
contentManager - Variable in class io.sf.carte.echosvg.bridge.svg12.XBLContentElementBridge
The ContentManager object used for the content element selection change events.
ContentManager - Class in io.sf.carte.echosvg.bridge.svg12
A class to manage all XBL content elements in a shadow tree.
ContentManager(XBLOMShadowTreeElement, XBLManager) - Constructor for class io.sf.carte.echosvg.bridge.svg12.ContentManager
Creates a new ContentManager object.
ContentManager.ContentElementDOMAttrModifiedEventListener - Class in io.sf.carte.echosvg.bridge.svg12
The DOM EventListener invoked when an attribute is modified, for content elements.
ContentManager.DOMAttrModifiedEventListener - Class in io.sf.carte.echosvg.bridge.svg12
The DOM EventListener invoked when an attribute is modified.
ContentManager.DOMNodeInsertedEventListener - Class in io.sf.carte.echosvg.bridge.svg12
The DOM EventListener invoked when a node is added.
ContentManager.DOMNodeRemovedEventListener - Class in io.sf.carte.echosvg.bridge.svg12
The DOM EventListener invoked when a node is removed.
ContentManager.DOMSubtreeModifiedEventListener - Class in io.sf.carte.echosvg.bridge.svg12
The DOM EventListener invoked when a subtree has changed.
ContentManager.ShadowTreeNodeInsertedListener - Class in io.sf.carte.echosvg.bridge.svg12
The DOM EventListener invoked when a node in the shadow tree has been inserted.
ContentManager.ShadowTreeNodeRemovedListener - Class in io.sf.carte.echosvg.bridge.svg12
The DOM EventListener invoked when a node in the shadow tree has been removed.
ContentManager.ShadowTreeSubtreeModifiedListener - Class in io.sf.carte.echosvg.bridge.svg12
The DOM EventListener invoked when a subtree of the shadow tree has changed.
contentManagers - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Map of shadow trees to content managers.
contentsChanged(ListDataEvent) - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.MediaListDataListener
 
contentSelectionChanged(ContentSelectionChangedEvent) - Method in interface io.sf.carte.echosvg.bridge.svg12.ContentSelectionChangedListener
Invoked after an xbl:content element has updated its selected nodes list.
contentSelectionChanged(ContentSelectionChangedEvent) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext.XBLContentListener
Invoked after an xbl:content element has updated its selected nodes list.
contentSelectionChanged(ContentSelectionChangedEvent) - Method in class io.sf.carte.echosvg.bridge.svg12.XBLContentElementBridge.ContentChangedListener
Invoked after an xbl:content element has updated its selected nodes list.
ContentSelectionChangedEvent - Class in io.sf.carte.echosvg.bridge.svg12
An event to signify a change to the list of selected nodes for an xbl;content element.
ContentSelectionChangedEvent(XBLOMContentElement) - Constructor for class io.sf.carte.echosvg.bridge.svg12.ContentSelectionChangedEvent
Creates a new ContentSelectionChangedEvent object.
ContentSelectionChangedListener - Interface in io.sf.carte.echosvg.bridge.svg12
The interface for listening to changes in selected nodes on an xbl:content element.
contentSelectionChangedListenerList - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Global event listener list for ContentSelectionChanged events.
contentToString(String, boolean) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Returns the given content value transformed to replace invalid characters with entities.
contentType - Variable in class io.sf.carte.echosvg.util.ParsedURLData
 
contentTypeCharset - Variable in class io.sf.carte.echosvg.util.ParsedURLData
The extracted charset parameter from the Content-Type header.
contentTypeMediaType - Variable in class io.sf.carte.echosvg.util.ParsedURLData
The extracted type/subtype from the Content-Type header.
context - Variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
The context used to resolve the units.
context - Variable in class io.sf.carte.echosvg.bridge.BridgeEventSupport.Listener
 
context - Variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLDocument
 
context - Variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLEditorKit
 
context - Variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLView
 
context - Variable in class io.sf.carte.echosvg.xml.XMLScanner
The current scanning context.
contextFactory - Variable in class io.sf.carte.echosvg.bridge.RhinoInterpreter
Factory object for creating Contexts.
contextNode - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.XPathNodeNSResolver
The context node for namespace prefix resolution.
contexts - Static variable in class io.sf.carte.echosvg.bridge.RhinoInterpreter
Context vector, to make sure we are not setting the security context too many times
controller - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Controls some aspects of the converter's operation, such as whether or not it should proceed in some error situations.
convert(Color) - Method in interface io.sf.graphics.java2d.color.ColorConverter
 
convert(Color) - Method in class io.sf.graphics.java2d.color.DefaultColorConverter
convert(Color) - Method in class io.sf.graphics.java2d.color.GrayScaleColorConverter
The color is converted to CMYK with just the K component.
convertBaseFrenquency(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeTurbulenceElementBridge
Converts the 'baseFrequency' attribute of the specified feTurbulence element.
convertBaselineShift(Element) - Static method in class io.sf.carte.echosvg.bridge.TextUtilities
Converts a baseline-shift CSS value to a value usable as a text attribute, or null.
convertBuiltInCursor(Element, String) - Method in class io.sf.carte.echosvg.bridge.CursorManager
 
convertChannelSelector(Element, String, ARGBChannel, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeDisplacementMapElementBridge
Returns the channel for the specified feDisplacementMap filter primitive attribute, considering the specified attribute name.
convertCIELabColor(Element, CIELabColor, float, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
Returns a Color object that corresponds to the input Paint's CIE Lab color value.
convertClip(Element) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Returns an array of floating offsets representing the 'clip' property or null if 'auto'.
convertClipPath(Element, GraphicsNode, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Returns a Clip referenced by the specified element and which applies on the specified graphics node.
convertClipRule(Element) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Returns the 'clip-rule' for the specified element.
convertColor(Value, float) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
Converts the given Value and opacity to a Color object.
convertColorInterpolation(Element) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Returns the color space for the specified element.
convertColorInterpolationFilters(Element) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Returns the color space for the specified filter element.
convertColorRendering(Element, RenderingHints) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Fills the rendering hints for the specified element or do nothing if none has been specified.
convertCursor(Element) - Method in class io.sf.carte.echosvg.bridge.CursorManager
Returns the Cursor corresponding to the input element's cursor property
convertCursor(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Returns the Cursor corresponding to the input element's cursor property
convertDeviceColor(Element, Value, DeviceColor, float, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
Returns a Color object that corresponds to the input Paint's device-specific color value.
convertDisplay(Element) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Returns true if the specified element has to be displayed, false otherwise.
convertDivisor(Element, float[], BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeConvolveMatrixElementBridge
Convert the 'divisor' attribute of the specified feConvolveMatrix filter primitive element.
convertEdgeMode(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeConvolveMatrixElementBridge
Convert the 'edgeMode' attribute of the specified feConvolveMatrix filter primitive element.
convertEnableBackground(Element) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Returns the subregion of user space where access to the background image is allowed to happen.
convertEpochTime(long) - Method in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
Converts an epoch time to document time.
convertFillAndStroke(Element, ShapeNode, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
Returns a ShapePainter defined on the specified element and for the specified shape node, and using the specified bridge context.
convertFillPaint(Element, GraphicsNode, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
Converts for the specified element, its fill paint properties to a Paint object.
convertFillRule(Element) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Returns the 'fill-rule' for the specified element.
convertFilter(Element, GraphicsNode, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Returns a Filter referenced by the specified element and which applies on the specified graphics node.
convertFilterChainRegion(Element, Element, GraphicsNode, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Returns the filter region according to the x, y, width, height, dx, dy, dw, dh and filterUnits attributes.
convertFilterPrimitiveRegion(Element, Element, GraphicsNode, Rectangle2D, Rectangle2D, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Returns the filter primitive region according to the x, y, width, height, and filterUnits attributes.
convertFilterPrimitiveRegion(Element, Element, Element, GraphicsNode, Rectangle2D, Rectangle2D, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Returns the filter primitive region according to the x, y, width, height, and filterUnits attributes.
convertFilterRes(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Returns an array of 2 float numbers that describes the filter resolution of the specified filter element.
convertFloatValue(short, Value) - Static method in class io.sf.carte.echosvg.css.dom.CSSOMValue
Converts the actual float value to the given unit type.
convertFloodColor(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Converts the color defined on the specified <feFlood> element to a Color.
convertFontSize(Element) - Static method in class io.sf.carte.echosvg.bridge.TextUtilities
Converts the font-size CSS value to a float value.
convertFontStretch(Element) - Static method in class io.sf.carte.echosvg.bridge.TextUtilities
Converts the font-stretch CSS value to a float value.
convertFontStyle(Element) - Static method in class io.sf.carte.echosvg.bridge.TextUtilities
Converts the font-style CSS value to a float value.
convertFontWeight(Element) - Static method in class io.sf.carte.echosvg.bridge.TextUtilities
Converts the font-weight CSS value to a float value.
convertICCColor(Element, ICCColor, float, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
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.
convertICCNamedColor(Element, ICCNamedColor, float, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
Returns a Color object that corresponds to the input Paint's ICC named color value or null if the related color profile could not be used or loaded for any reason.
convertImageRendering(Element, RenderingHints) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Fills the rendering hints for the specified image element or do nothing if none has been specified.
convertInteger(Element, String, int, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.AbstractSVGFilterPrimitiveElementBridge
Converts on the specified filter primitive element, the specified attribute that represents an integer and with the specified default value.
convertKernelMatrix(Element, int[], BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeConvolveMatrixElementBridge
Convert the 'kernelMatrix' attribute of the specified feConvolveMatrix filter primitive element.
convertKernelUnitLength(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.AbstractSVGLightingElementBridge
Convert the 'kernelUnitLength' attribute of the specified feDiffuseLighting or feSpecularLighting filter primitive element.
convertKernelUnitLength(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeConvolveMatrixElementBridge
Convert the 'kernelUnitLength' attribute of the specified feConvolveMatrix filter primitive element.
convertKerning(Element) - Static method in class io.sf.carte.echosvg.bridge.TextUtilities
Converts a kerning CSS value to a value usable as a text attribute, or null.
convertLength(String, String, short, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Returns a float in user units according to the specified parameters.
convertLetterSpacing(Element) - Static method in class io.sf.carte.echosvg.bridge.TextUtilities
Converts a letter-spacing CSS value to a value usable as a text attribute, or null.
convertLightingColor(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Converts the color defined on the specified lighting filter element to a Color.
convertMarker(Element, Value, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
Returns a Marker defined on the specified element by the specified value, and for the specified shape node.
convertMarkers(Element, ShapeNode, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
Returns a ShapePainter defined on the specified element and for the specified shape node.
convertMask(Element, GraphicsNode, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Returns a Mask referenced by the specified element and which applies on the specified graphics node.
convertMaskRegion(Element, Element, GraphicsNode, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Returns the mask region according to the x, y, width, height, and maskUnits attributes.
convertMode(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeBlendElementBridge
Converts the 'mode' of the specified feBlend filter primitive.
convertNumber(Element, String, float, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.AbstractSVGFilterPrimitiveElementBridge
Converts on the specified filter primitive element, the specified attribute that represents a float and with the specified default value.
convertOpacity(Value) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
Returns the opacity represented by the specified CSSValue.
convertOpacity(Element) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Returns a composite object that represents the 'opacity' of the specified element.
convertOperator(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeCompositeElementBridge
Converts the 'operator' attribute of the specified feComposite filter primitive element.
convertOperator(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeMorphologyElementBridge
Returns the 'operator' of the specified feMorphology filter primitive.
convertOrder(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeConvolveMatrixElementBridge
Convert the 'order' attribute of the specified feConvolveMatrix filter primitive element.
convertOverflow(Element) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Returns true if the 'overflow' property indicates that an additional clip is required, false otherwise.
convertPaint(Element, GraphicsNode, Value, float, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
Converts a Paint definition to a concrete java.awt.Paint instance according to the specified parameters.
convertPatternRegion(Element, Element, GraphicsNode, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Returns the pattern region according to the x, y, width, height, and patternUnits attributes.
convertPoint(String, String, String, String, short, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Returns a Point2D in user units according to the specified parameters.
convertPointerEvents(Element) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Returns the type that describes how this graphics node reacts to events.
convertPreserveAlpha(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeConvolveMatrixElementBridge
Convert the 'preserveAlpha' attribute of the specified feConvolveMatrix filter primitive element.
convertRadius(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeMorphologyElementBridge
Returns the radius (or radii) of the specified feMorphology filter primitive.
convertRatio(String) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Converts the specified ratio to float number.
convertRegion(String, String, String, String, short, GraphicsNode, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Returns a rectangle that represents the region defined by the specified coordinates.
convertRGBICCColor(Element, Value, Value, float, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
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.
convertShapeRendering(Element, RenderingHints) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Fills the rendering hints for the specified shape element or do nothing none has been specified.
convertSides(Element, String, int, BridgeContext) - Static method in class io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationElementBridge
Stolen from AbstractSVGFilterPrimitiveElementBridge.
convertSides(Element, String, int, BridgeContext) - Static method in class io.sf.carte.echosvg.extension.svg.EchoSVGRegularPolygonElementBridge
Stolen from AbstractSVGFilterPrimitiveElementBridge.
convertSides(Element, String, int, BridgeContext) - Static method in class io.sf.carte.echosvg.extension.svg.EchoSVGStarElementBridge
Stolen from AbstractSVGFilterPrimitiveElementBridge.
convertSnapshotTime(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Returns the value of the 'snapshotTime' attribute on the specified element as a float, or 0f if the attribute is missing or given as "none".
convertSourceCS(CachableRed) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractColorInterpolationRable
 
convertSourceCS(RenderedImage) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractColorInterpolationRable
 
convertSpecularExponent(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeSpecularLightingElementBridge
Returns the specular exponent of the specular feSpecularLighting filter primitive element.
convertSpreadMethod(Element, String, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.AbstractSVGGradientElementBridge
Converts the spreadMethod attribute.
convertStdDeviation(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeGaussianBlurElementBridge
Returns the standard deviation of the specified feGaussianBlur filter primitive element.
convertStitchTiles(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeTurbulenceElementBridge
Converts the 'stitchTiles' attribute of the specified feTurbulence element.
convertStopColor(Element, float, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Converts the color defined on the specified <stop> element to a Color.
convertStroke(Element) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
Converts a Stroke object defined on the specified element.
convertStrokeDasharray(Value) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
Converts the 'stroke-dasharray' property to a list of float number in user units.
convertStrokeLinecap(Value) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
Converts the 'linecap' property to the appropriate BasicStroke constant.
convertStrokeLinejoin(Value) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
Converts the 'linejoin' property to the appropriate BasicStroke constant.
convertStrokeMiterlimit(Value) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
Converts the 'miterlimit' property to the appropriate float number.
convertStrokePaint(Element, GraphicsNode, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
Converts for the specified element, its stroke paint properties to a Paint object.
convertStrokePainter(Element, ShapeNode, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
 
convertSVGCursor(Element, Value) - Method in class io.sf.carte.echosvg.bridge.CursorManager
Returns a cursor for the given value list.
convertSVGCursorElement(Element) - Method in class io.sf.carte.echosvg.bridge.CursorManager
Returns a cursor for a given element
convertSVGInteger(String) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Converts a string into an integer.
convertSVGNumber(String) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Converts a string into a float.
convertSVGNumberList(SVGNumberList) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Converts an SVGNumberList into a float array.
convertSVGNumberOptionalNumber(Element, String, String, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
This function parses attrValue for a number followed by an optional second Number.
convertTableValues(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeComponentTransferElementBridge.SVGFeFuncElementBridge
Converts the 'tableValues' attribute of the specified component transfer function element.
convertTarget(Element, int[], BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeConvolveMatrixElementBridge
Convert the 'targetX' and 'targetY' attributes of the specified feConvolveMatrix filter primitive element.
convertTextAnchor(Element) - Static method in class io.sf.carte.echosvg.bridge.TextUtilities
Converts the text-anchor CSS value to a TextNode.Anchor.
convertTextRendering(Element, RenderingHints) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Fills the rendering hints for the specified text element or do nothing if none has been specified.
convertToLsRGB(CachableRed) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
This method will return a CacheableRed that has it's data in the linear sRGB colorspace.
convertToSpecifiedUnits(short) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
convertToSpecifiedUnits(short) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
convertToSpecifiedUnits(short) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
convertToSpecifiedUnits(short) - Method in class io.sf.carte.echosvg.dom.svg.SVGOMAngle
convertToSpecifiedUnits(short) - Method in interface org.w3c.dom.svg.SVGAngle
 
convertToSpecifiedUnits(short) - Method in interface org.w3c.dom.svg.SVGLength
 
convertTosRGB(CachableRed) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
This method will return a CacheableRed that has it's data in the sRGB colorspace.
convertTransform(Element, String, String, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Returns an AffineTransform according to the specified parameters.
convertType(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeColorMatrixElementBridge
Converts the type of the specified color matrix filter primitive.
convertType(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeComponentTransferElementBridge.SVGFeFuncElementBridge
Converts the type of the specified component transfert function element.
convertType(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeTurbulenceElementBridge
Converts the 'type' attribute of the specified feTurbulence element.
convertURIPaint(Element, GraphicsNode, Value, float, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
Converts a Paint specified as a URI.
convertValuesToHueRotate(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeColorMatrixElementBridge
Converts the 'values' attribute of the specified feColorMatrix filter primitive element for the 'hueRotate' type.
convertValuesToMatrix(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeColorMatrixElementBridge
Converts the 'values' attribute of the specified feColorMatrix filter primitive element for the 'matrix' type.
convertValuesToSaturate(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeColorMatrixElementBridge
Converts the 'values' attribute of the specified feColorMatrix filter primitive element for the 'saturate' type.
convertVisibility(Element) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Returns true if the specified element is visible, false otherwise.
convertWallclockTime(Calendar) - Method in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
Converts a wallclock time to document time.
convertWordSpacing(Element) - Static method in class io.sf.carte.echosvg.bridge.TextUtilities
Converts a word-spacing CSS value to a value usable as a text attribute, or null.
ConvolveMatrixRable - Interface in io.sf.carte.echosvg.ext.awt.image.renderable
Convolves an image with a convolution matrix.
ConvolveMatrixRable8Bit - Class in io.sf.carte.echosvg.ext.awt.image.renderable
Convolves an image with a convolution matrix.
ConvolveMatrixRable8Bit(Filter) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable8Bit
 
copy() - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
Similar to clone only strongly typed TODO Java 5: The use of covariant return types on clone() can eliminate this method.
copy() - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
copy(GlyphIterator) - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
copyArea(int, int, int, int, int, int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.DefaultGraphics2D
Copies an area of the component by a distance specified by dx and dy.
copyArea(int, int, int, int, int, int) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Copies an area of the component by a distance specified by dx and dy.
copyBand(Raster, int, WritableRaster, int) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
 
copyBand(Raster, int, WritableRaster, int) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
copyBand(Raster, Rectangle, int, WritableRaster, Rectangle, int) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
 
copyData(BufferedImage, BufferedImage) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Copies data from one bufferedImage to another paying attention to the state of AlphaPreMultiplied.
copyData(BufferedImage, Rectangle, BufferedImage, Point) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Copies data from one bufferedImage to another paying attention to the state of AlphaPreMultiplied.
copyData(Raster, WritableRaster) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Copies data from one raster to another.
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AffineRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.Any2LsRGBRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.Any2LumRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.Any2sRGBRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.BufferedImageCachableRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.ColorMatrixRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.ComponentTransferRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.CompositeRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.DiffuseLightingRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.DisplacementMapRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.FilterAlphaRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.FilterAsAlphaRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.FloodRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.FormatRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.GaussianBlurRed8Bit
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.MultiplyAlphaRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.PadRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.ProfileRed
This method will turn the input image in an sRGB image as follows.
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.SpecularLightingRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TranslateRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TurbulencePatternRed
Generates a Perlin noise pattern into dest Raster.
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.extension.svg.HistogramRed
 
copyData(WritableRaster) - Method in class io.sf.carte.echosvg.gvt.filter.GraphicsNodeRed8Bit
 
copyData_FALLBACK(Raster, WritableRaster) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
 
copyData_INT_PACK(Raster, WritableRaster) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
An internal optimized version of copyData designed to work on Integer packed data with a SinglePixelPackedSampleModel.
copyInto(Node) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Copy the fields of the current node into the given node.
copyInto(Node) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Copy the fields of the current node into the given node.
copyInto(Node) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMToBeImplementedElement
Copy the fields of the current node into the given node.
copyInto(Node) - Method in class io.sf.carte.echosvg.anim.dom.XBLOMElement
Copy the fields of the current node into the given node.
copyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractAttr
Copy the fields of the current node into the given node.
copyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractAttrNS
Copy the fields of the current node into the given node.
copyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractCharacterData
Copy the fields of the current node into the given node.
copyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Copy the fields of the current node into the given node.
copyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractElement
Copy the fields of the current node into the given node.
copyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractElementNS
Copy the fields of the current node into the given node.
copyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractEntity
Copy the fields of the current node into the given node.
copyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractEntityReference
Copy the fields of the current node into the given node.
copyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractNode
Copy the fields of the current node into the given node.
copyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractNotation
Copy the fields of the current node into the given node.
copyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractProcessingInstruction
Copy the fields of the current node into the given node.
copyInto(Node) - Method in class io.sf.carte.echosvg.dom.GenericElement
Copy the fields of the current node into the given node.
copyInto(Node) - Method in class io.sf.carte.echosvg.dom.GenericElementNS
Copy the fields of the current node into the given node.
copyInto(Node) - Method in class io.sf.carte.echosvg.dom.GenericProcessingInstruction
Copy the fields of the current node into the given node.
copyRaster(Raster) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Creates a new raster that has a copy of the data in ras.
copyRaster(Raster, int, int) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Creates a new raster that has a copy of the data in ras.
copyTo(AbstractSVGList) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList
 
copyTo(AbstractSVGList) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
 
copyTo(AbstractSVGList) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
 
copyTo(AbstractSVGList) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
 
copyTo(AbstractSVGList) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
 
copyTo(AbstractSVGList) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
 
copyTo(AbstractSVGList) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
 
copyTo(AbstractSVGList) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
 
copyToRaster(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
Copies data from this images tile grid into wr. wr may extend outside the bounds of this image in which case the data in wr outside the bounds will not be touched.
copyToRaster(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
Copies data from this images tile grid into wr. wr may extend outside the bounds of this image in which case the data in wr outside the bounds will not be touched.
copyToRasterByBlocks(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
 
CORAL_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'coral' RGB color.
CORAL_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'coral' color name.
cornerBox - Variable in class io.sf.carte.echosvg.swing.JSVGScrollPane
 
CORNFLOWERBLUE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'cornflowerblue' RGB color.
CORNFLOWERBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'cornflowerblue' color name.
CORNSILK_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'cornsilk' RGB color.
CORNSILK_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'cornsilk' color name.
count - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.EvaluateIntervalRunnable
Incremented each time this runnable is added to the queue.
count - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.EvaluateRunnableRunnable
Incremented each time this runnable is put in the queue.
count - Variable in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AttributedStringBuffer
The number of items.
count - Variable in class io.sf.carte.echosvg.css.engine.StringIntMap
The number of entries
count - Variable in class io.sf.carte.echosvg.css.engine.StyleDeclaration
The number of values in the declaration.
count - Variable in class io.sf.carte.echosvg.css.engine.value.StringMap
The number of entries
count - Variable in class io.sf.carte.echosvg.css.engine.value.svg.ICCColor
The color count.
count - Variable in class io.sf.carte.echosvg.css.engine.value.svg12.DeviceColor
The color count.
count - Variable in class io.sf.carte.echosvg.dom.AbstractElement.NamedNodeHashMap
The number of entries
count - Variable in class io.sf.carte.echosvg.dom.util.DocumentDescriptor
The number of entries
count - Variable in class io.sf.carte.echosvg.dom.util.IntTable
The number of entries
count - Variable in class io.sf.carte.echosvg.dom.util.TriplyIndexedTable
The number of entries
count - Variable in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
The number of children of this composite graphics node.
count - Variable in class io.sf.carte.echosvg.gvt.CompositeShapePainter
The number of shape painter.
count - Variable in class io.sf.carte.echosvg.parser.FloatArrayProducer
The total number of floats accumulated.
count - Variable in class io.sf.carte.echosvg.parser.LengthArrayProducer
The total number of lengths accumulated.
count - Variable in class io.sf.carte.echosvg.util.ClassFileUtilities.Triple
 
count - Variable in class io.sf.carte.echosvg.util.DoublyIndexedTable
The number of entries
count - Variable in class io.sf.carte.echosvg.util.io.AbstractCharDecoder
The byte count in the buffer.
count - Variable in class io.sf.carte.echosvg.util.SoftDoublyIndexedTable
The number of entries
countOverrides(SVGGraphicContext) - Method in class io.sf.carte.echosvg.svggen.DOMGroupManager
Analyses the Map to define how many attributes constitute overrides.
counts - Variable in class io.sf.carte.echosvg.dom.events.EventListenerList
Counts of listener entries with a given namespace URI.
Coverage - Class in io.sf.carte.echosvg.svggen.font.table
 
Coverage() - Constructor for class io.sf.carte.echosvg.svggen.font.table.Coverage
 
CoverageFormat1 - Class in io.sf.carte.echosvg.svggen.font.table
 
CoverageFormat1(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.CoverageFormat1
Creates new CoverageFormat1
CoverageFormat2 - Class in io.sf.carte.echosvg.svggen.font.table
 
CoverageFormat2(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.CoverageFormat2
Creates new CoverageFormat2
create() - Method in class io.sf.carte.echosvg.ext.awt.g2d.DefaultGraphics2D
Creates a new Graphics object that is a copy of this Graphics object.
create() - Static method in class io.sf.carte.echosvg.svggen.font.Font
 
create() - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Creates a new Graphics object that is a copy of this Graphics object.
create(int, RandomAccessFile) - Static method in class io.sf.carte.echosvg.svggen.font.table.CmapFormat
 
create(DirectoryEntry, RandomAccessFile) - Static method in class io.sf.carte.echosvg.svggen.font.table.TableFactory
 
create(String) - Static method in class io.sf.carte.echosvg.svggen.font.Font
 
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.FlowDivElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.FlowLineElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.FlowParaElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.FlowRegionBreakElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.FlowRegionElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.FlowRegionExcludeElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.FlowRootElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.FlowSpanElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.HandlerElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.MultiImageElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.SolidColorElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.SubImageElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.SubImageRefElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.XBLContentElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.XBLDefinitionElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.XBLHandlerGroupElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.XBLImportElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.XBLShadowTreeElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.XBLTemplateElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.XBLXBLElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.AElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.AltGlyphDefElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.AltGlyphElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.AltGlyphItemElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.AnimateColorElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.AnimateElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.AnimateMotionElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.AnimateTransformElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.CircleElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.ClipPathElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.ColorProfileElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.CursorElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.DefinitionSrcElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.DefsElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.DescElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.EllipseElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeBlendElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeColorMatrixElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeComponentTransferElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeCompositeElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeConvolveMatrixElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeDiffuseLightingElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeDisplacementMapElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeDistantLightElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeFloodElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeFuncAElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeFuncBElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeFuncGElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeFuncRElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeGaussianBlurElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeImageElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeMergeElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeMergeNodeElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeMorphologyElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeOffsetElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FePointLightElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeSpecularLightingElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeSpotLightElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeTileElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeTurbulenceElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FilterElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FontElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FontFaceElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FontFaceFormatElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FontFaceNameElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FontFaceSrcElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FontFaceUriElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.ForeignObjectElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.GElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.GlyphElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.GlyphRefElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.HkernElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.ImageElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.LinearGradientElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.LineElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.MarkerElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.MaskElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.MetadataElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.MissingGlyphElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.MpathElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.PathElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.PatternElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.PolygonElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.PolylineElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.RadialGradientElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.RectElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.ScriptElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.SetElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.StopElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.StyleElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.SvgElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.SwitchElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.SymbolElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.TextElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.TextPathElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.TitleElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.TrefElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.TspanElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.UseElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.ViewElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.VkernElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in interface io.sf.carte.echosvg.dom.ExtensibleDOMImplementation.ElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.ColorSwitchElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.EchoSVGHistogramNormalizationElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.EchoSVGRegularPolygonElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.EchoSVGStarElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.FlowDivElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.FlowLineElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.FlowParaElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.FlowRegionBreakElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.FlowRegionElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.FlowSpanElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.FlowTextElementFactory
Creates an instance of the associated element type.
create(Element) - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLEditorKit.XMLViewFactory
 
createAffineTransform(Reader) - Static method in class io.sf.carte.echosvg.parser.AWTTransformProducer
Utility method for creating an AffineTransform.
createAffineTransform(String) - Static method in class io.sf.carte.echosvg.parser.AWTTransformProducer
Utility method for creating an AffineTransform.
createAltGlyphArray(BridgeContext, Element, float, AttributedCharacterIterator) - Method in class io.sf.carte.echosvg.bridge.SVGAltGlyphElementBridge
Constructs an array of Glyphs that represents the specified <altGlyph> element at the requested size.
createAnimatableValue(AnimationTarget, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableAngleOrIdentFactory
 
createAnimatableValue(AnimationTarget, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableAngleValueFactory
 
createAnimatableValue(AnimationTarget, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableColorValueFactory
 
createAnimatableValue(AnimationTarget, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableLengthOrIdentFactory
 
createAnimatableValue(AnimationTarget, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableNumberOrIdentFactory
 
createAnimatableValue(AnimationTarget, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatablePaintValueFactory
 
createAnimatableValue(AnimationTarget, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableStringValueFactory
 
createAnimatableValue(AnimationTarget, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.CSSValueFactory
Creates a new AnimatableValue from a CSS Value, after computation and inheritance.
createAnimation(AnimationTarget) - Method in class io.sf.carte.echosvg.bridge.SVGAnimateColorElementBridge
Creates the animation object for the animation element.
createAnimation(AnimationTarget) - Method in class io.sf.carte.echosvg.bridge.SVGAnimateElementBridge
Creates the animation object for the animation element.
createAnimation(AnimationTarget) - Method in class io.sf.carte.echosvg.bridge.SVGAnimateMotionElementBridge
Creates the animation object for the animation element.
createAnimation(AnimationTarget) - Method in class io.sf.carte.echosvg.bridge.SVGAnimateTransformElementBridge
Creates the animation object for the animation element.
createAnimation(AnimationTarget) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Creates the animation object for the animation element.
createAnimation(AnimationTarget) - Method in class io.sf.carte.echosvg.bridge.SVGSetElementBridge
Creates the animation object for the animation element.
createAttribute(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
createAttribute(String) - Method in class io.sf.carte.echosvg.dom.GenericDocument
createAttributeNS(String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
createAttributeNS(String, String) - Method in class io.sf.carte.echosvg.dom.GenericDocument
createAttributes() - Method in class io.sf.carte.echosvg.anim.dom.AbstractElement
Creates the attribute list.
createAttributes() - Method in class io.sf.carte.echosvg.dom.AbstractElement
Creates the attribute list.
createBridgeContext() - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
Creates the default SVG 1.0/1.1 BridgeContext.
createBridgeContext(SVGOMDocument) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
This function creates a new BridgeContext, it mostly exists so subclasses can provide an instance of themselves when a sub BridgeContext is needed.
createBridgeContext(SVGOMDocument) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Creates a new bridge context.
createBridgeContext(SVGOMDocument) - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
Factory method for constructing an configuring a BridgeContext so subclasses can insert new/modified bridges in the context.
createBridgeContext(String) - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
Creates the BridgeContext.
createButtonsPanel() - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.AddMediumDialog
Returns the button panel.
createButtonsPanel() - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.Dialog
Creates the OK/Cancel buttons panel
createButtonsPanel() - Method in class io.sf.carte.echosvg.util.gui.JErrorPane
 
createButtonsPanel() - Method in class io.sf.carte.echosvg.util.gui.LanguageDialog
Creates the OK/Cancel buttons panel
createButtonsPanel() - Method in class io.sf.carte.echosvg.util.gui.URIChooser
Creates the buttons panel
createButtonsPanel() - Method in class io.sf.carte.echosvg.util.gui.UserStyleDialog
Creates the OK/Cancel buttons panel
createCDATASection(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
createCDATASection(String) - Method in class io.sf.carte.echosvg.dom.GenericDocument
createCharDecoder(InputStream) - Method in class io.sf.carte.echosvg.util.io.StreamNormalizingReader.ASCIIDecoderFactory
 
createCharDecoder(InputStream) - Method in interface io.sf.carte.echosvg.util.io.StreamNormalizingReader.CharDecoderFactory
 
createCharDecoder(InputStream) - Method in class io.sf.carte.echosvg.util.io.StreamNormalizingReader.ISO_8859_1DecoderFactory
 
createCharDecoder(InputStream) - Method in class io.sf.carte.echosvg.util.io.StreamNormalizingReader.UTF16DecoderFactory
 
createCharDecoder(InputStream) - Method in class io.sf.carte.echosvg.util.io.StreamNormalizingReader.UTF8DecoderFactory
 
createCharDecoder(InputStream, String) - Method in class io.sf.carte.echosvg.util.io.StreamNormalizingReader
Creates the CharDecoder mapped with the given encoding name.
createClassLoader(ClassLoader, Object) - Method in class io.sf.carte.echosvg.script.rhino.EchoSVGSecurityController
 
createClip(BridgeContext, Element, Element, GraphicsNode) - Method in interface io.sf.carte.echosvg.bridge.ClipBridge
Creates a Clip according to the specified parameters.
createClip(BridgeContext, Element, Element, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.SVGClipPathElementBridge
Creates a Clip according to the specified parameters.
createCMYKColor(float[]) - Static method in class io.sf.graphics.java2d.color.DeviceCMYKColorSpace
Creates a color instance representing a device-specific CMYK color.
createColorComponent(LexicalUnit) - Method in class io.sf.carte.echosvg.css.engine.value.AbstractColorManager
Creates a color component from a lexical unit.
createColorModel() - Method in class io.sf.carte.echosvg.gvt.filter.GraphicsNodeRed8Bit
 
createColorPaintValue(AnimationTarget, float, float, float) - Static method in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
Creates a new AnimatablePaintValue for a color value.
createColorPaintValue(AnimationTarget, Color) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatablePaintValueFactory
Creates a new AnimatablePaintValue from a Color object.
createComment(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
createComment(String) - Method in class io.sf.carte.echosvg.dom.GenericDocument
createCompatibleDestImage(BufferedImage, ColorModel) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.MorphologyOp
 
createCompatibleDestRaster(Raster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.MorphologyOp
 
createComponentTransferFunction(Element, Element) - Method in class io.sf.carte.echosvg.bridge.SVGFeComponentTransferElementBridge.SVGFeFuncElementBridge
Creates a ComponentTransferFunction according to the specified parameters.
createContentPanel() - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.AddMediumDialog
Returns the panel to enter a new CSS medium.
createContext(BridgeContext, Element) - Static method in class io.sf.carte.echosvg.bridge.UnitProcessor
Creates a context for the specified element.
createContext(ColorModel, ColorModel, RenderingHints) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite
 
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class io.sf.carte.echosvg.ext.awt.LinearGradientPaint
Creates and returns a PaintContext used to generate the color pattern, for use by the internal rendering engine.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class io.sf.carte.echosvg.ext.awt.RadialGradientPaint
Creates and returns a PaintContext used to generate the color pattern, for use by the internal rendering engine.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class io.sf.carte.echosvg.gvt.PatternPaint
Creates and returns a context used to generate the pattern.
createCSSEngine(AbstractStylableDocument, CSSContext) - Method in class io.sf.carte.echosvg.dom.ExtensibleDOMImplementation
Creates new CSSEngine and attach it to the document.
createCSSEngine(AbstractStylableDocument, CSSContext, Parser, ValueManager[], ShorthandManager[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation
 
createCSSEngine(AbstractStylableDocument, CSSContext, Parser, ValueManager[], ShorthandManager[]) - Method in class io.sf.carte.echosvg.dom.ExtensibleDOMImplementation
 
createCSSFontFace(CSSEngine, FontFaceRule) - Static method in class io.sf.carte.echosvg.bridge.CSSFontFace
 
createCSSStyleDeclaration() - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation
Creates a style declaration.
createCSSStyleDeclaration() - Method in interface io.sf.carte.echosvg.dom.util.CSSStyleDeclarationFactory
Creates a stylesheet declaration.
createCSSStyleSheet(String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation
createCSSValue(int) - Method in class io.sf.carte.echosvg.css.dom.CSSOMComputedStyle
Creates a CSSValue to manage the value at the given index.
createCSSValue(int) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGComputedStyle
Creates a CSSValue to manage the value at the given index.
createCSSValue(AnimationTarget, String, String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.CSSValueFactory
Creates a new CSS Value from a string.
createCSSValue(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration
Creates the CSS value associated with the given property.
createCSSValue(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGStyleDeclaration
Creates the CSS value associated with the given property.
createCurrentColorPaintValue(AnimationTarget) - Static method in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
Creates a new AnimatablePaintValue for a 'currentColor' value.
createDefault(Document) - Static method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Creates an instance of SVGGeneratorContext with the given domFactory and with the default values for the other information.
createDefaultDocument() - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLEditorKit
createDefaultRendering() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
 
createDefaultRendering() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DeferRable
Forward the call (blocking until source is set if need be).
createDefaultRendering() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.RedRable
 
createDialog(Component, String) - Static method in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
Creates a new modal dialog box that can be used to configure an AffineTransform
createDialog(Component, String) - Method in class io.sf.carte.echosvg.util.gui.JErrorPane
 
createDocument(TranscoderOutput) - Method in class io.sf.carte.echosvg.transcoder.ToSVGAbstractTranscoder
Create an empty Document from a TranscoderOutput.
createDocument(String) - Method in class io.sf.carte.echosvg.anim.dom.SAXSVGDocumentFactory
Creates a SVG Document instance.
createDocument(String) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
Creates a Document instance.
createDocument(String, InputStream) - Method in class io.sf.carte.echosvg.anim.dom.SAXSVGDocumentFactory
Creates a SVG Document instance.
createDocument(String, InputStream) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
Creates a Document instance.
createDocument(String, InputStream, String) - Method in class io.sf.carte.echosvg.anim.dom.SAXSVGDocumentFactory
Creates a SVG Document instance.
createDocument(String, Reader) - Method in class io.sf.carte.echosvg.anim.dom.SAXSVGDocumentFactory
Creates a SVG Document instance.
createDocument(String, Reader) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
Creates a Document instance.
createDocument(String, String) - Method in class io.sf.carte.echosvg.anim.dom.SAXSVGDocumentFactory
Creates a SVG Document instance.
createDocument(String, String) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
Creates a Document instance.
createDocument(String, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SAXSVGDocumentFactory
Creates a Document instance.
createDocument(String, String, String) - Method in interface io.sf.carte.echosvg.dom.util.DocumentFactory
Creates a Document instance.
createDocument(String, String, String) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
Creates a Document instance.
createDocument(String, String, String, InputStream) - Method in class io.sf.carte.echosvg.anim.dom.SAXSVGDocumentFactory
Creates a Document instance.
createDocument(String, String, String, InputStream) - Method in interface io.sf.carte.echosvg.dom.util.DocumentFactory
Creates a Document instance.
createDocument(String, String, String, InputStream) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
Creates a Document instance.
createDocument(String, String, String, InputStream, String) - Method in class io.sf.carte.echosvg.anim.dom.SAXSVGDocumentFactory
Creates a Document instance.
createDocument(String, String, String, InputStream, String) - Method in interface io.sf.carte.echosvg.dom.util.DocumentFactory
Creates a Document instance.
createDocument(String, String, String, InputStream, String) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
Creates a Document instance.
createDocument(String, String, String, Reader) - Method in class io.sf.carte.echosvg.anim.dom.SAXSVGDocumentFactory
Creates a Document instance.
createDocument(String, String, String, Reader) - Method in interface io.sf.carte.echosvg.dom.util.DocumentFactory
Creates a Document instance.
createDocument(String, String, String, Reader) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
Creates a Document instance.
createDocument(String, String, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SAXSVGDocumentFactory
Creates a Document instance.
createDocument(String, String, String, String) - Method in interface io.sf.carte.echosvg.dom.util.DocumentFactory
Creates a Document instance.
createDocument(String, String, String, String) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
Creates a Document instance.
createDocument(String, String, String, InputSource) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
Creates a Document.
createDocument(String, String, String, XMLReader) - Method in interface io.sf.carte.echosvg.dom.util.DocumentFactory
createDocument(String, String, String, XMLReader) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
Deprecated.
createDocument(String, String, DocumentType) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation
createDocument(String, String, DocumentType) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation
createDocument(String, String, DocumentType) - Method in class io.sf.carte.echosvg.dom.GenericDOMImplementation
createDocument(InputSource) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
Creates a Document.
createDocumentEventSupport() - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation
Creates an DocumentEventSupport object suitable for use with this implementation.
createDocumentEventSupport() - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation
Creates an DocumentEventSupport object suitable for use with this implementation.
createDocumentEventSupport() - Method in class io.sf.carte.echosvg.dom.AbstractDOMImplementation
Creates an DocumentEventSupport object suitable for use with this implementation.
createDocumentFactory(DOMImplementation) - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
Creates a DocumentFactory that is used to create an SVG DOM tree.
createDocumentFactory(DOMImplementation) - Method in class io.sf.carte.echosvg.transcoder.XMLAbstractTranscoder
Creates the DocumentFactory used to create the DOM tree.
createDocumentFragment() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
createDocumentFragment() - Method in class io.sf.carte.echosvg.dom.GenericDocument
createDocumentRoot() - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Creates a new returns a new TimedDocumentRoot object for the document.
createDocumentRoot() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
Creates a new returns a new TimedDocumentRoot object for the document.
createDocumentType(String, String, String) - Method in class io.sf.carte.echosvg.dom.ExtensibleDOMImplementation
DOM: Implements DOMImplementation#createDocumentType(String,String,String).
createDocumentType(String, String, String) - Method in class io.sf.carte.echosvg.dom.GenericDOMImplementation
createDOMError(String, short, String, Object[], Node, Exception) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Creates a DOMError object with the given parameters.
createDOMException() - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValue
Creates an INVALID_ACCESS_ERR exception.
createDOMException() - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValueFactory
 
createDOMException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class io.sf.carte.echosvg.dom.AbstractNode
Creates an exception with the appropriate error message.
createDOMException(short, String, Object[]) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Create a DOM Exception.
createDOMException(short, String, Object[]) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio
 
createDynamicImageRenderer() - Method in class io.sf.carte.echosvg.gvt.renderer.ConcreteImageRendererFactory
Creates a new dynamic image renderer.
createDynamicImageRenderer() - Method in interface io.sf.carte.echosvg.gvt.renderer.ImageRendererFactory
Creates a new dynamic renderer.
createElement(SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.CachedImageHandlerBase64Encoder
Creates an Element which can refer to an image.
createElement(SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.DefaultCachedImageHandler
Creates an Element which can refer to an image.
createElement(SVGGeneratorContext) - Method in interface io.sf.carte.echosvg.svggen.GenericImageHandler
Creates an Element suitable for referring to images.
createElement(SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.SimpleImageHandler
Creates an Element which can refer to an image.
createElement(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
createElement(String) - Method in class io.sf.carte.echosvg.dom.GenericDocument
createElementNS(AbstractDocument, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation
Implements the behavior of Document.createElementNS() for this DOM implementation.
createElementNS(AbstractDocument, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation
Implements the behavior of Document.createElementNS() for this DOM implementation.
createElementNS(AbstractDocument, String, String) - Method in class io.sf.carte.echosvg.dom.ExtensibleDOMImplementation
Implements the behavior of Document.createElementNS() for this DOM implementation.
createElementNS(String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
createElementNS(String, String) - Method in class io.sf.carte.echosvg.dom.GenericDocument
createEmptyFilter(Element, Rectangle2D, Element, GraphicsNode, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFilterElementBridge
Creates a new returns a new filter that fills its output with transparent black.
createEntityReference(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
createEntityReference(String) - Method in class io.sf.carte.echosvg.dom.GenericDocument
createErrorMessage(String, Object[]) - Method in class io.sf.carte.echosvg.parser.AbstractParser
Returns a localized error message.
createEvent() - Method in class io.sf.carte.echosvg.dom.events.DocumentEventSupport.CustomEventFactory
Creates a new Event object.
createEvent() - Method in interface io.sf.carte.echosvg.dom.events.DocumentEventSupport.EventFactory
Creates a new Event object.
createEvent() - Method in class io.sf.carte.echosvg.dom.events.DocumentEventSupport.KeyboardEventFactory
Creates a new Event object.
createEvent() - Method in class io.sf.carte.echosvg.dom.events.DocumentEventSupport.KeyEventFactory
Creates a new Event object.
createEvent() - Method in class io.sf.carte.echosvg.dom.events.DocumentEventSupport.MouseEventFactory
Creates a new Event object.
createEvent() - Method in class io.sf.carte.echosvg.dom.events.DocumentEventSupport.MutationEventFactory
Creates a new Event object.
createEvent() - Method in class io.sf.carte.echosvg.dom.events.DocumentEventSupport.MutationNameEventFactory
Creates a new Event object.
createEvent() - Method in class io.sf.carte.echosvg.dom.events.DocumentEventSupport.SimpleEventFactory
Creates a new Event object.
createEvent() - Method in class io.sf.carte.echosvg.dom.events.DocumentEventSupport.TextEventFactory
Creates a new Event object.
createEvent() - Method in class io.sf.carte.echosvg.dom.events.DocumentEventSupport.UIEventFactory
Creates a new Event object.
createEvent(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
createEvent(String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
createEvent(String) - Method in class io.sf.carte.echosvg.dom.events.DocumentEventSupport
Creates a new Event depending on the specified parameter.
createEventDispatcher() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
 
createEventException(short, String, Object[]) - Method in class io.sf.carte.echosvg.dom.events.EventSupport
Creates an EventException.
createEventSupport(AbstractNode) - Method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation
Creates an EventSupport object for the given node.
createEventSupport(AbstractNode) - Method in class io.sf.carte.echosvg.dom.AbstractDOMImplementation
Creates an EventSupport object for a given node.
createException(String, Object[]) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Creates and returns a new AnimationException.
createExpression(String, XPathNSResolver) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
createFillStrokePainter(BridgeContext, Element, ShapeNode) - Method in class io.sf.carte.echosvg.bridge.SVGLineElementBridge
Creates the shape painter associated to the specified element.
createFilter(BridgeContext, Element, Element, GraphicsNode) - Method in interface io.sf.carte.echosvg.bridge.FilterBridge
Creates a Filter according to the specified parameters.
createFilter(BridgeContext, Element, Element, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.SVGFilterElementBridge
Creates a Filter according to the specified parameters.
createFilter(BridgeContext, Element, Element, GraphicsNode, Filter, Rectangle2D, Map<String, Filter>) - Method in interface io.sf.carte.echosvg.bridge.FilterPrimitiveBridge
Creates a Filter primitive according to the specified parameters.
createFilter(BridgeContext, Element, Element, GraphicsNode, Filter, Rectangle2D, Map<String, Filter>) - Method in class io.sf.carte.echosvg.bridge.SVGFeBlendElementBridge
Creates a Filter primitive according to the specified parameters.
createFilter(BridgeContext, Element, Element, GraphicsNode, Filter, Rectangle2D, Map<String, Filter>) - Method in class io.sf.carte.echosvg.bridge.SVGFeColorMatrixElementBridge
Creates a Filter primitive according to the specified parameters.
createFilter(BridgeContext, Element, Element, GraphicsNode, Filter, Rectangle2D, Map<String, Filter>) - Method in class io.sf.carte.echosvg.bridge.SVGFeComponentTransferElementBridge
Creates a Filter primitive according to the specified parameters.
createFilter(BridgeContext, Element, Element, GraphicsNode, Filter, Rectangle2D, Map<String, Filter>) - Method in class io.sf.carte.echosvg.bridge.SVGFeCompositeElementBridge
Creates a Filter primitive according to the specified parameters.
createFilter(BridgeContext, Element, Element, GraphicsNode, Filter, Rectangle2D, Map<String, Filter>) - Method in class io.sf.carte.echosvg.bridge.SVGFeConvolveMatrixElementBridge
Creates a Filter primitive according to the specified parameters.
createFilter(BridgeContext, Element, Element, GraphicsNode, Filter, Rectangle2D, Map<String, Filter>) - Method in class io.sf.carte.echosvg.bridge.SVGFeDiffuseLightingElementBridge
Creates a Filter primitive according to the specified parameters.
createFilter(BridgeContext, Element, Element, GraphicsNode, Filter, Rectangle2D, Map<String, Filter>) - Method in class io.sf.carte.echosvg.bridge.SVGFeDisplacementMapElementBridge
Creates a Filter primitive according to the specified parameters.
createFilter(BridgeContext, Element, Element, GraphicsNode, Filter, Rectangle2D, Map<String, Filter>) - Method in class io.sf.carte.echosvg.bridge.SVGFeFloodElementBridge
Creates a Filter primitive according to the specified parameters.
createFilter(BridgeContext, Element, Element, GraphicsNode, Filter, Rectangle2D, Map<String, Filter>) - Method in class io.sf.carte.echosvg.bridge.SVGFeGaussianBlurElementBridge
Creates a Filter primitive according to the specified parameters.
createFilter(BridgeContext, Element, Element, GraphicsNode, Filter, Rectangle2D, Map<String, Filter>) - Method in class io.sf.carte.echosvg.bridge.SVGFeImageElementBridge
Creates a Filter primitive according to the specified parameters.
createFilter(BridgeContext, Element, Element, GraphicsNode, Filter, Rectangle2D, Map<String, Filter>) - Method in class io.sf.carte.echosvg.bridge.SVGFeMergeElementBridge
Creates a Filter primitive according to the specified parameters.
createFilter(BridgeContext, Element, Element, GraphicsNode, Filter, Rectangle2D, Map<String, Filter>) - Method in class io.sf.carte.echosvg.bridge.SVGFeMorphologyElementBridge
Creates a Filter primitive according to the specified parameters.
createFilter(BridgeContext, Element, Element, GraphicsNode, Filter, Rectangle2D, Map<String, Filter>) - Method in class io.sf.carte.echosvg.bridge.SVGFeOffsetElementBridge
Creates a Filter primitive according to the specified parameters.
createFilter(BridgeContext, Element, Element, GraphicsNode, Filter, Rectangle2D, Map<String, Filter>) - Method in class io.sf.carte.echosvg.bridge.SVGFeSpecularLightingElementBridge
Creates a Filter primitive according to the specified parameters.
createFilter(BridgeContext, Element, Element, GraphicsNode, Filter, Rectangle2D, Map<String, Filter>) - Method in class io.sf.carte.echosvg.bridge.SVGFeTileElementBridge
Creates a Filter primitive according to the specified parameters.
createFilter(BridgeContext, Element, Element, GraphicsNode, Filter, Rectangle2D, Map<String, Filter>) - Method in class io.sf.carte.echosvg.bridge.SVGFeTurbulenceElementBridge
Creates a Filter primitive according to the specified parameters.
createFilter(BridgeContext, Element, Element, GraphicsNode, Filter, Rectangle2D, Map<String, Filter>) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationElementBridge
Creates a Filter primitive according to the specified parameters.
createFilter(BridgeContext, Element, Element, GraphicsNode, Filter, Map<String, Filter>) - Method in class io.sf.carte.echosvg.bridge.SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge
Creates a Filter according to the specified parameters.
createFloatValue(short, float) - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValueManager
createFloatValue(short, float) - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontSizeAdjustManager
createFloatValue(short, float) - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontWeightManager
createFloatValue(short, float) - Method in class io.sf.carte.echosvg.css.engine.value.LengthManager
createFloatValue(short, float) - Method in class io.sf.carte.echosvg.css.engine.value.svg.EnableBackgroundManager
createFloatValue(short, float) - Method in class io.sf.carte.echosvg.css.engine.value.svg.GlyphOrientationManager
createFloatValue(short, float) - Method in class io.sf.carte.echosvg.css.engine.value.svg.OpacityManager
createFloatValue(short, float) - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeMiterlimitManager
createFloatValue(short, float) - Method in interface io.sf.carte.echosvg.css.engine.value.ValueManager
Creates and returns a new float value.
createFont(BridgeContext, Element, Element, float, GVTFontFace) - Method in class io.sf.carte.echosvg.bridge.SVGFontElementBridge
Constructs a new SVGGVTFont that represents the specified <font> element at the requested size.
createFontFace(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.SVGFontFaceElementBridge
Creates an SVGFontFace that repesents the specified <font-face> element.
createFontFace(String, FontFace) - Static method in class io.sf.carte.echosvg.bridge.FontFace
 
createFontWeight(float) - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontWeightManager
Returns the CSS value associated with the given font-weight.
createGeneralTransformElement(AffineTransform) - Static method in class io.sf.carte.echosvg.ext.awt.g2d.TransformStackElement
 
createGlobalObject(Context) - Method in class io.sf.carte.echosvg.bridge.RhinoInterpreter
Creates the global object.
createGlobalObject(Context) - Method in class io.sf.carte.echosvg.bridge.SVG12RhinoInterpreter
Creates the global object.
createGlyph(BridgeContext, Element, Element, int, float, GVTFontFace, TextPaintInfo) - Method in class io.sf.carte.echosvg.bridge.SVGGlyphElementBridge
Constructs a new Glyph that represents the specified <glyph> element at the requested size.
createGlyphVector(FontRenderContext, char[]) - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
Returns a new GVTGlyphVector object for the specified array of characters.
createGlyphVector(FontRenderContext, char[]) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
Returns a new GlyphVector object created with the specified array of characters and the specified FontRenderContext.
createGlyphVector(FontRenderContext, char[]) - Method in interface io.sf.carte.echosvg.gvt.font.GVTFont
Returns a new GlyphVector object created with the specified array of characters and the specified FontRenderContext.
createGlyphVector(FontRenderContext, float, AttributedCharacterIterator) - Method in class io.sf.carte.echosvg.bridge.SVGAltGlyphHandler
Creates a glyph vector containing the alternate glyphs.
createGlyphVector(FontRenderContext, float, AttributedCharacterIterator) - Method in interface io.sf.carte.echosvg.gvt.font.AltGlyphHandler
Creates a glyph vector containing the alternate glyphs.
createGlyphVector(FontRenderContext, int[], CharacterIterator) - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
Returns a new GVTGlyphVector object for the glyphs in the the glyph code array.
createGlyphVector(FontRenderContext, int[], CharacterIterator) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
Returns a new GlyphVector object created with the specified integer array and the specified FontRenderContext.
createGlyphVector(FontRenderContext, int[], CharacterIterator) - Method in interface io.sf.carte.echosvg.gvt.font.GVTFont
Returns a new GlyphVector object created with the specified integer array and the specified FontRenderContext.
createGlyphVector(FontRenderContext, String) - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
Returns a new GVTGlyphVector object for the specified String.
createGlyphVector(FontRenderContext, String) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
Returns a new GlyphVector object created with the specified String and the specified FontRenderContext.
createGlyphVector(FontRenderContext, String) - Method in interface io.sf.carte.echosvg.gvt.font.GVTFont
Returns a new GlyphVector object created with the specified String and the specified FontRenderContext.
createGlyphVector(FontRenderContext, CharacterIterator) - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
Returns a new GVTGlyphVector object for the characters in the specified character iterator.
createGlyphVector(FontRenderContext, CharacterIterator) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
Returns a new GlyphVector object created with the specified CharacterIterator and the specified FontRenderContext.
createGlyphVector(FontRenderContext, CharacterIterator) - Method in interface io.sf.carte.echosvg.gvt.font.GVTFont
Returns a new GlyphVector object created with the specified CharacterIterator and the specified FontRenderContext.
createGraphics(BufferedImage) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
 
createGraphics(BufferedImage, RenderingHints) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
This is a wrapper around the system's BufferedImage.createGraphics that arranges for bi to be stored in a Rendering hint in the returned Graphics2D.
createGraphicsNode(BridgeContext, Document) - Method in interface io.sf.carte.echosvg.bridge.DocumentBridge
Creates a GraphicsNode according to the specified parameters.
createGraphicsNode(BridgeContext, Document) - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
Creates a GraphicsNode according to the specified parameters.
createGraphicsNode(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Creates a GraphicsNode according to the specified parameters.
createGraphicsNode(BridgeContext, Element) - Method in interface io.sf.carte.echosvg.bridge.GraphicsNodeBridge
Creates a GraphicsNode according to the specified parameters.
createGraphicsNode(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.BindableElementBridge
Creates a GraphicsNode according to the specified parameters.
createGraphicsNode(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
Creates a GraphicsNode according to the specified parameters.
createGraphicsNode(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGMultiImageElementBridge
Creates a graphics node using the specified BridgeContext and for the specified element.
createGraphicsNode(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.XBLContentElementBridge
Creates a GraphicsNode according to the specified parameters.
createGraphicsNode(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.XBLShadowTreeElementBridge
Creates a GraphicsNode according to the specified parameters.
createGraphicsNode(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.SVGGElementBridge
Creates a GraphicsNode according to the specified parameters.
createGraphicsNode(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
Creates a graphics node using the specified BridgeContext and for the specified element.
createGraphicsNode(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.SVGShapeElementBridge
Creates a graphics node using the specified BridgeContext and for the specified element.
createGraphicsNode(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
Creates a GraphicsNode according to the specified parameters.
createGraphicsNode(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.SVGSwitchElementBridge
Creates a GraphicsNode according to the specified parameters.
createGraphicsNode(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Creates a GraphicsNode according to the specified parameters.
createGraphicsNode(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.SVGUseElementBridge
Creates a GraphicsNode according to the specified parameters.
createGraphicsNodeRable(GraphicsNode) - Method in class io.sf.carte.echosvg.gvt.filter.ConcreteGraphicsNodeRableFactory
Returns a GraphicsNodeRable initialized with the input GraphicsNode.
createGraphicsNodeRable(GraphicsNode) - Method in interface io.sf.carte.echosvg.gvt.filter.GraphicsNodeRableFactory
Returns a GraphicsNodeRable initialized with the input GraphicsNode.
createICCColorSpaceWithIntent(BridgeContext, Element, String) - Method in class io.sf.carte.echosvg.bridge.SVGColorProfileElementBridge
Creates an ICC_ColorSpace according to the specified parameters.
createImage(int, int) - Method in class io.sf.carte.echosvg.transcoder.image.ImageTranscoder
Creates a new image with the specified dimension.
createImage(int, int) - Method in class io.sf.carte.echosvg.transcoder.image.JPEGTranscoder
Creates a new ARGB image with the specified dimension.
createImage(int, int) - Method in class io.sf.carte.echosvg.transcoder.image.PNGTranscoder
Creates a new ARGB image with the specified dimension.
createImage(int, int) - Method in class io.sf.carte.echosvg.transcoder.image.TIFFTranscoder
Creates a new ARGB image with the specified dimension.
createImageGraphicsNode(BridgeContext, Element, ParsedURL) - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
 
createImageRenderer() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Creates a new renderer.
createImageRenderer() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Creates a new renderer.
createInheritPaintValue(AnimationTarget) - Static method in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
Creates a new AnimatablePaintValue for a 'inherit' value.
createInterpreter(URL, boolean) - Method in class io.sf.carte.echosvg.bridge.RhinoInterpreterFactory
Creates an instance of RhinoInterpreter class.
createInterpreter(URL, boolean) - Method in interface io.sf.carte.echosvg.script.InterpreterFactory
This method should create an instance of Interpreter interface implementation.
createInterpreter(URL, boolean, ImportInfo) - Method in class io.sf.carte.echosvg.bridge.RhinoInterpreterFactory
Creates an instance of RhinoInterpreter class.
createInterpreter(URL, boolean, ImportInfo) - Method in interface io.sf.carte.echosvg.script.InterpreterFactory
This method should create an instance of Interpreter interface implementation.
createInterpreter(Document, String) - Method in class io.sf.carte.echosvg.script.InterpreterPool
Creates a new interpreter for the specified document and according to the specified language.
createInterpreter(Document, String, ImportInfo) - Method in class io.sf.carte.echosvg.script.InterpreterPool
Creates a new interpreter for the specified document and according to the specified language.
createInvalidFloatTypeDOMException(short) - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValueFactory
Creates a DOM exception, given an invalid float type.
createInvalidFloatValueDOMException(float) - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValueFactory
Creates a DOM exception, given an invalid float value.
createInvalidIdentifierDOMException(String) - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValueFactory
Creates a DOM exception, given an invalid identifier.
createInvalidLexicalUnitDOMException(LexicalUnit.LexicalType) - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValueFactory
Creates a DOM exception, given an invalid lexical unit type.
createInvalidStringTypeDOMException(short) - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValueFactory
Creates a DOM exception, given an invalid string type.
createJButton(String) - Method in class io.sf.carte.echosvg.util.gui.resource.ButtonFactory
Creates and returns a new swing button
createJButton(String) - Method in class io.sf.carte.echosvg.util.gui.resource.ToolBarFactory
Creates and returns a new swing button
createJCheckBox(String) - Method in class io.sf.carte.echosvg.util.gui.resource.ButtonFactory
Creates and returns a new swing check box
createJCheckBoxMenuItem(String) - Method in class io.sf.carte.echosvg.util.gui.resource.MenuFactory
Creates and returns a new swing check box menu item
createJCheckBoxMenuItem(String, String) - Method in class io.sf.carte.echosvg.util.gui.resource.MenuFactory
Creates and returns a new swing check box menu item
createJMenu(String) - Method in class io.sf.carte.echosvg.util.gui.resource.MenuFactory
Creates and returns a new swing menu
createJMenu(String, String) - Method in class io.sf.carte.echosvg.util.gui.resource.MenuFactory
Creates and returns a new swing menu
createJMenuBar(String) - Method in class io.sf.carte.echosvg.util.gui.resource.MenuFactory
Creates and returns a swing menu bar
createJMenuBar(String, String) - Method in class io.sf.carte.echosvg.util.gui.resource.MenuFactory
Creates and returns a swing menu bar
createJMenuComponent(String, String) - Method in class io.sf.carte.echosvg.util.gui.resource.MenuFactory
Creates and returns a menu item or a separator
createJMenuItem(String) - Method in class io.sf.carte.echosvg.util.gui.resource.MenuFactory
Creates and returns a new swing menu item
createJMenuItem(String, String) - Method in class io.sf.carte.echosvg.util.gui.resource.MenuFactory
Creates and returns a new swing menu item
createJRadioButton(String) - Method in class io.sf.carte.echosvg.util.gui.resource.ButtonFactory
Creates and returns a new swing radio button
createJRadioButtonMenuItem(String) - Method in class io.sf.carte.echosvg.util.gui.resource.MenuFactory
Creates and returns a new swing radio button menu item
createJRadioButtonMenuItem(String, String) - Method in class io.sf.carte.echosvg.util.gui.resource.MenuFactory
Creates and returns a new swing radio button menu item
createJToolBar(String) - Method in class io.sf.carte.echosvg.util.gui.resource.ToolBarFactory
Creates a tool bar
createJToolbarButton(String) - Method in class io.sf.carte.echosvg.util.gui.resource.ButtonFactory
Creates and returns a new swing button initialised to be used as a toolbar button
createJToolbarToggleButton(String) - Method in class io.sf.carte.echosvg.util.gui.resource.ButtonFactory
Creates and returns a new swing button initialised to be used as a toolbar toggle button
createKern(BridgeContext, Element, SVGGVTFont) - Method in class io.sf.carte.echosvg.bridge.SVGKernElementBridge
Creates a Kern object that repesents the specified kerning element.
createLight(BridgeContext, Element, Element, Color) - Method in class io.sf.carte.echosvg.bridge.AbstractSVGLightingElementBridge.AbstractSVGLightElementBridge
Creates a Light according to the specified parameters.
createLight(BridgeContext, Element, Element, Color) - Method in class io.sf.carte.echosvg.bridge.AbstractSVGLightingElementBridge.SVGFeDistantLightElementBridge
Creates a Light according to the specified parameters.
createLight(BridgeContext, Element, Element, Color) - Method in class io.sf.carte.echosvg.bridge.AbstractSVGLightingElementBridge.SVGFePointLightElementBridge
Creates a Light according to the specified parameters.
createLight(BridgeContext, Element, Element, Color) - Method in class io.sf.carte.echosvg.bridge.AbstractSVGLightingElementBridge.SVGFeSpotLightElementBridge
Creates a Light according to the specified parameters.
createListener() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Creates an instance of Listener.
createListener() - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Creates an instance of Listener.
createListener() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Creates an instance of Listener.
createLiveAnimatedBoolean(String, String, boolean) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedBoolean and stores it in this element's LiveAttributeValue table.
createLiveAnimatedEnumeration(String, String, String[], short) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedEnumeration and stores it in this element's LiveAttributeValue table.
createLiveAnimatedInteger(String, String, int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedInteger and stores it in this element's LiveAttributeValue table.
createLiveAnimatedLength(String, String, String, short, boolean) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedLength and stores it in this element's LiveAttributeValue table.
createLiveAnimatedLengthList(String, String, String, boolean, short) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedLengthList and stores it in this element's LiveAttributeValue table.
createLiveAnimatedMarkerOrientValue(String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedMarkerOrientValue and stores it in this element's LiveAttributeValue table.
createLiveAnimatedNumber(String, String, float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedNumber and stores it in this element's LiveAttributeValue table.
createLiveAnimatedNumber(String, String, float, boolean) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedNumber that can be parsed as a percentage and stores it in this element's LiveAttributeValue table.
createLiveAnimatedNumberList(String, String, String, boolean) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedNumberList and stores it in this element's LiveAttributeValue table.
createLiveAnimatedPathData(String, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedPathData and stores it in this element's LiveAttributeValue table.
createLiveAnimatedPoints(String, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedPoints and stores it in this element's LiveAttributeValue table.
createLiveAnimatedPreserveAspectRatio() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedPreserveAspectRatio and stores it in this element's LiveAttributeValue table.
createLiveAnimatedRect(String, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedRect and stores it in this element's LiveAttributeValue table.
createLiveAnimatedString(String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedString and stores it in this element's LiveAttributeValue table.
createLiveAnimatedTransformList(String, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedTransformList and stores it in this element's LiveAttributeValue table.
createLoadListener() - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane
Factory method so subclasses can override the default load listener.
createMalformedLexicalUnitDOMException() - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValueFactory
 
createMarker(BridgeContext, Element, Element) - Method in interface io.sf.carte.echosvg.bridge.MarkerBridge
Creates a Marker according to the specified parameters.
createMarker(BridgeContext, Element, Element) - Method in class io.sf.carte.echosvg.bridge.SVGMarkerElementBridge
Creates a Marker according to the specified parameters.
createMask(BridgeContext, Element, Element, GraphicsNode) - Method in interface io.sf.carte.echosvg.bridge.MaskBridge
Creates a Mask according to the specified parameters.
createMask(BridgeContext, Element, Element, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.SVGMaskElementBridge
Creates a Mask according to the specified parameters.
createMatrix() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransform
Creates and returns a new SVGMatrix for exposing the transformation as a matrix.
createMatrix() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
Creates the SVGMatrix used to store the transform.
createMatrix() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMTransform
Creates a new, modifiable SVGMatrix.
createModifiedACIForFontMatching(AttributedCharacterIterator) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
Returns a new AttributedCharacterIterator that contains resolved GVTFont attributes.
createNode(Document) - Method in interface io.sf.carte.echosvg.dom.util.SAXDocumentFactory.PreInfo
 
createNodeIterator(AbstractDocument, Node, int, NodeFilter, boolean) - Method in class io.sf.carte.echosvg.dom.traversal.TraversalSupport
Creates a new node iterator.
createNodeIterator(Node, int, NodeFilter, boolean) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
createNonePaintValue(AnimationTarget) - Static method in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
Creates a new AnimatablePaintValue for a 'none' value.
createNSResolver(Node) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
createOutputDir(File) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Creates directories for output files if needed.
createPaint(BridgeContext, Element, Element, GraphicsNode, float) - Method in class io.sf.carte.echosvg.bridge.AbstractSVGGradientElementBridge
Creates a Paint according to the specified parameters.
createPaint(BridgeContext, Element, Element, GraphicsNode, float) - Method in interface io.sf.carte.echosvg.bridge.PaintBridge
Creates a Paint according to the specified parameters.
createPaint(BridgeContext, Element, Element, GraphicsNode, float) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGSolidColorElementBridge
Creates a Paint according to the specified parameters.
createPaint(BridgeContext, Element, Element, GraphicsNode, float) - Method in class io.sf.carte.echosvg.bridge.SVGPatternElementBridge
Creates a Paint according to the specified parameters.
createPaint(BridgeContext, Element, Element, GraphicsNode, float) - Method in class io.sf.carte.echosvg.extension.svg.ColorSwitchBridge
Creates a Paint according to the specified parameters.
createPathSegItem(SVGPathSeg) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList
create an SVGItem representing this SVGPathSeg.
createProcessingInstruction(String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
createProcessingInstruction(String, String) - Method in class io.sf.carte.echosvg.dom.GenericDocument
createRasterFeImage(BridgeContext, Rectangle2D, ParsedURL) - Static method in class io.sf.carte.echosvg.bridge.SVGFeImageElementBridge
Returns a Filter that represents an raster image (JPG or PNG).
createRasterImageNode(BridgeContext, Element, Filter, ParsedURL) - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
Returns a GraphicsNode that represents an raster image in JPEG or PNG format.
createRenderer() - Method in class io.sf.carte.echosvg.gvt.renderer.ConcreteImageRendererFactory
Creates a new renderer.
createRenderer() - Method in interface io.sf.carte.echosvg.gvt.renderer.RendererFactory
Creates a new renderer.
createRenderer() - Method in class io.sf.carte.echosvg.transcoder.image.ImageTranscoder
Method so subclasses can modify the Renderer used to render document.
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AffineRable8Bit
 
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ClipRable8Bit
 
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ColorMatrixRable8Bit
 
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable8Bit
 
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.CompositeRable8Bit
 
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable8Bit
 
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DeferRable
Forward the call (blocking until source is set if need be).
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable8Bit
 
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable8Bit
 
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterAlphaRable
 
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterAsAlphaRable
 
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterChainRable8Bit
 
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterResRable8Bit
 
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FloodRable8Bit
Create a RenderedImage that is filled with the current flood fill paint
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.GaussianBlurRable8Bit
 
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.MorphologyRable8Bit
 
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.PadRable8Bit
 
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ProfileRable
 
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.RedRable
 
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable8Bit
 
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TileRable8Bit
 
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable8Bit
 
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationFilter8Bit
 
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.gvt.filter.BackgroundRable8Bit
Creates a RenderedImage that represented a rendering of this image using a given RenderContext.
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.gvt.filter.GraphicsNodeRable8Bit
Creates a RenderedImage that represented a rendering of this image using a given RenderContext.
createRendering(RenderContext) - Method in class io.sf.carte.echosvg.gvt.filter.MaskRable8Bit
 
createRGBColor(Value, Value, Value, Value) - Method in class io.sf.carte.echosvg.css.engine.value.AbstractColorManager
Creates an RGB(A) color.
createRotateElement(double) - Static method in class io.sf.carte.echosvg.ext.awt.g2d.TransformStackElement
 
createRunHandler() - Method in class io.sf.carte.echosvg.bridge.UpdateManager
 
createRunnableQueue() - Static method in class io.sf.carte.echosvg.util.RunnableQueue
Creates a new RunnableQueue started in a new thread.
createScaledRendering(int, int, RenderingHints) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
 
createScaledRendering(int, int, RenderingHints) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DeferRable
Forward the call (blocking until source is set if need be).
createScaleElement(double, double) - Static method in class io.sf.carte.echosvg.ext.awt.g2d.TransformStackElement
 
createScrollBarListener(boolean) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane
Scrollbar listener factory method so subclasses can override the default SBListener behaviour.
createScrollListener() - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane
Factory method so subclasses can override the default listener behaviour
createSecurityEnforcer(Class<?>, String) - Static method in class io.sf.carte.echosvg.util.ApplicationSecurityEnforcer
Deprecated.
 
createSelector(ContentManager, XBLOMContentElement, Element, String) - Method in interface io.sf.carte.echosvg.bridge.svg12.AbstractContentSelector.ContentSelectorFactory
Creates a new selector object.
createSelector(ContentManager, XBLOMContentElement, Element, String) - Method in class io.sf.carte.echosvg.bridge.svg12.AbstractContentSelector.XPathPatternContentSelectorFactory
Creates a new XPathPatternContentSelector object.
createSelector(ContentManager, XBLOMContentElement, Element, String) - Method in class io.sf.carte.echosvg.bridge.svg12.AbstractContentSelector.XPathSubsetContentSelectorFactory
Creates a new XPathSubsetContentSelector object.
createSelector(String, ContentManager, XBLOMContentElement, Element, String) - Static method in class io.sf.carte.echosvg.bridge.svg12.AbstractContentSelector
Creates a new selector object.
createShape(Reader, int) - Static method in class io.sf.carte.echosvg.parser.AWTPathProducer
Utility method for creating an ExtendedGeneralPath.
createShape(Reader, int) - Static method in class io.sf.carte.echosvg.parser.AWTPolygonProducer
Utility method for creating an ExtendedGeneralPath.
createShape(Reader, int) - Static method in class io.sf.carte.echosvg.parser.AWTPolylineProducer
Utility method for creating an ExtendedGeneralPath.
createShapePainter(BridgeContext, Element, ShapeNode) - Method in class io.sf.carte.echosvg.bridge.SVGCircleElementBridge
 
createShapePainter(BridgeContext, Element, ShapeNode) - Method in class io.sf.carte.echosvg.bridge.SVGDecoratedShapeElementBridge
Creates the shape painter associated to the specified element.
createShapePainter(BridgeContext, Element, ShapeNode) - Method in class io.sf.carte.echosvg.bridge.SVGEllipseElementBridge
 
createShapePainter(BridgeContext, Element, ShapeNode) - Method in class io.sf.carte.echosvg.bridge.SVGRectElementBridge
 
createShapePainter(BridgeContext, Element, ShapeNode) - Method in class io.sf.carte.echosvg.bridge.SVGShapeElementBridge
Creates the shape painter associated to the specified element.
createShearElement(double, double) - Static method in class io.sf.carte.echosvg.ext.awt.g2d.TransformStackElement
 
createStaticImageRenderer() - Method in class io.sf.carte.echosvg.gvt.renderer.ConcreteImageRendererFactory
Creates a new static image renderer.
createStaticImageRenderer() - Method in interface io.sf.carte.echosvg.gvt.renderer.ImageRendererFactory
Creates a new static renderer.
createStop(BridgeContext, Element, Element, float) - Method in class io.sf.carte.echosvg.bridge.AbstractSVGGradientElementBridge.SVGStopElementBridge
Creates a Stop according to the specified parameters.
createStringValue(short, String, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValueManager
createStringValue(short, String, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.css2.ClipManager
createStringValue(short, String, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontSizeAdjustManager
createStringValue(short, String, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontSizeManager
createStringValue(short, String, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.css2.TextDecorationManager
createStringValue(short, String, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.IdentifierManager
createStringValue(short, String, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.BaselineShiftManager
createStringValue(short, String, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.ClipPathManager
createStringValue(short, String, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorProfileManager
createStringValue(short, String, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.EnableBackgroundManager
createStringValue(short, String, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.FilterManager
createStringValue(short, String, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.GlyphOrientationVerticalManager
createStringValue(short, String, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.KerningManager
createStringValue(short, String, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.MarkerManager
createStringValue(short, String, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.MaskManager
createStringValue(short, String, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.SpacingManager
createStringValue(short, String, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeDasharrayManager
createStringValue(short, String, CSSEngine) - Method in interface io.sf.carte.echosvg.css.engine.value.ValueManager
Creates and returns a new string value.
createStyleSheet(Node, HashMap<String, String>) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation
Creates a stylesheet from the data of an xml-stylesheet processing instruction or return null.
createStyleSheet(Node, HashMap<String, String>) - Method in interface io.sf.carte.echosvg.dom.StyleSheetFactory
Creates a stylesheet from the data of the xml-stylesheet processing instruction or return null when it is not possible to create the given stylesheet.
createSubBridgeContext(SVGOMDocument) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
This function creates a new 'sub' BridgeContext to associated with 'newDoc' if one currently doesn't exist, otherwise it returns the BridgeContext currently associated with the document.
createSubBridgeContext(SVGOMDocument) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext
 
createSubstituteString(AttributedCharacterIterator) - Static method in class io.sf.carte.echosvg.gvt.text.ArabicTextHandler
Where possible substitues plain arabic glyphs with their shaped forms.
createSVGAngle() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
createSVGAngle() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
createSVGDocument(String) - Method in class io.sf.carte.echosvg.anim.dom.SAXSVGDocumentFactory
 
createSVGDocument(String) - Method in interface io.sf.carte.echosvg.dom.svg.SVGDocumentFactory
Creates a SVG Document instance.
createSVGDocument(String, InputStream) - Method in class io.sf.carte.echosvg.anim.dom.SAXSVGDocumentFactory
Creates a SVG Document instance.
createSVGDocument(String, InputStream) - Method in interface io.sf.carte.echosvg.dom.svg.SVGDocumentFactory
Creates a SVG Document instance.
createSVGDocument(String, Reader) - Method in class io.sf.carte.echosvg.anim.dom.SAXSVGDocumentFactory
Creates a SVG Document instance.
createSVGDocument(String, Reader) - Method in interface io.sf.carte.echosvg.dom.svg.SVGDocumentFactory
Creates a SVG Document instance.
createSVGException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList
Create an SVGException when the checkItemType fails.
createSVGException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Creates an SVGException with the appropriate error message.
createSVGException(short, String, Object[]) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList
Create an SVGException when the AbstractSVGNumberList.checkItemType(Object) fails.
createSVGException(short, String, Object[]) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList
Create an SVGException when the checkItemType fails.
createSVGException(short, String, Object[]) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPointList
Create an SVGException when the checkItemType fails.
createSVGException(short, String, Object[]) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList
Create an SVGException when the checkItemType fails.
createSVGFeImage(BridgeContext, Rectangle2D, Element, boolean, Element, GraphicsNode) - Static method in class io.sf.carte.echosvg.bridge.SVGFeImageElementBridge
Returns a Filter that represents a svg document or element as an image.
createSVGImageNode(BridgeContext, Element, SVGDocument) - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
Returns a GraphicsNode that represents a svg document as an image.
createSVGItem(Object) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList
Creates a new SVGItem object from the given SVGLength.
createSVGItem(Object) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Creates an SVGItem object that has the same values as those in the specified SVG object.
createSVGItem(Object) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList
Creates a new SVGNumberItem from the given SVGNumber.
createSVGItem(Object) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList
 
createSVGItem(Object) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPointList
Creates a new SVGItem object from the given SVGPoint.
createSVGItem(Object) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList
Creates a new SVGItem object from the given SVGTransform.
createSVGLength() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
createSVGLength() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
createSVGMatrix() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
createSVGMatrix() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
createSVGNumber() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
createSVGNumber() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
createSVGPathSegArcAbs(float, float, float, float, float, boolean, boolean) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
createSVGPathSegArcAbs(float, float, float, float, float, boolean, boolean) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegArcRel(float, float, float, float, float, boolean, boolean) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
createSVGPathSegArcRel(float, float, float, float, float, boolean, boolean) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegClosePath() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
createSVGPathSegClosePath() - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegCurvetoCubicAbs(float, float, float, float, float, float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
createSVGPathSegCurvetoCubicAbs(float, float, float, float, float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegCurvetoCubicRel(float, float, float, float, float, float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
createSVGPathSegCurvetoCubicRel(float, float, float, float, float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegCurvetoCubicSmoothAbs(float, float, float, float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
createSVGPathSegCurvetoCubicSmoothAbs(float, float, float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegCurvetoCubicSmoothRel(float, float, float, float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
createSVGPathSegCurvetoCubicSmoothRel(float, float, float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegCurvetoQuadraticAbs(float, float, float, float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
createSVGPathSegCurvetoQuadraticAbs(float, float, float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegCurvetoQuadraticRel(float, float, float, float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
createSVGPathSegCurvetoQuadraticRel(float, float, float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegCurvetoQuadraticSmoothAbs(float, float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
createSVGPathSegCurvetoQuadraticSmoothAbs(float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegCurvetoQuadraticSmoothRel(float, float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
createSVGPathSegCurvetoQuadraticSmoothRel(float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegLinetoAbs(float, float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
createSVGPathSegLinetoAbs(float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegLinetoHorizontalAbs(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
createSVGPathSegLinetoHorizontalAbs(float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegLinetoHorizontalRel(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
createSVGPathSegLinetoHorizontalRel(float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegLinetoRel(float, float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
createSVGPathSegLinetoRel(float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegLinetoVerticalAbs(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
createSVGPathSegLinetoVerticalAbs(float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegLinetoVerticalRel(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
createSVGPathSegLinetoVerticalRel(float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegMovetoAbs(float, float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
createSVGPathSegMovetoAbs(float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegMovetoRel(float, float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
createSVGPathSegMovetoRel(float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPoint() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
createSVGPoint() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
createSVGRect() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
createSVGRect() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
createSVGTransform() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
createSVGTransform() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
createSVGTransformFromMatrix(SVGMatrix) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
createSVGTransformFromMatrix(SVGMatrix) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList
createSVGTransformFromMatrix(SVGMatrix) - Method in interface org.w3c.dom.svg.SVGSVGElement
 
createSVGTransformFromMatrix(SVGMatrix) - Method in interface org.w3c.dom.svg.SVGTransformList
 
createTextLayout(AttributedCharacterIterator, int[], Point2D, FontRenderContext) - Method in class io.sf.carte.echosvg.bridge.ConcreteTextLayoutFactory
Returns an instance of TextSpanLayout suitable for rendering the AttributedCharacterIterator.
createTextLayout(AttributedCharacterIterator, int[], Point2D, FontRenderContext) - Method in class io.sf.carte.echosvg.bridge.FlowTextLayoutFactory
Returns an instance of TextSpanLayout suitable for rendering the AttributedCharacterIterator.
createTextLayout(AttributedCharacterIterator, int[], Point2D, FontRenderContext) - Method in interface io.sf.carte.echosvg.bridge.TextLayoutFactory
Returns an instance of TextSpanLayout suitable for rendering the AttributedCharacterIterator.
createTextLayout(AttributedCharacterIterator, int[], Point2D, FontRenderContext) - Method in class io.sf.carte.echosvg.extension.svg.FlowExtTextLayoutFactory
Returns an instance of TextSpanLayout suitable for rendering the AttributedCharacterIterator.
createTextNode(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
createTextNode(String) - Method in class io.sf.carte.echosvg.dom.AbstractText
Creates a text node of the current type.
createTextNode(String) - Method in class io.sf.carte.echosvg.dom.GenericCDATASection
Creates a text node of the current type.
createTextNode(String) - Method in class io.sf.carte.echosvg.dom.GenericDocument
createTextNode(String) - Method in class io.sf.carte.echosvg.dom.GenericText
Creates a text node of the current type.
createTextPath(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.SVGTextPathElementBridge
Creates a TextPath object that represents the path along which the text is to be rendered.
createTextSelectionManager(EventDispatcher) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
 
createTile(RenderContext) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TileRable8Bit
Computes the tile to use for the tiling operation.
createTileStore() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
 
createTimedElement() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Creates a TimedElement for the animation element.
createTransformedShape(AffineTransform) - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
createTranslateElement(double, double) - Static method in class io.sf.carte.echosvg.ext.awt.g2d.TransformStackElement
 
createTreeWalker(AbstractDocument, Node, int, NodeFilter, boolean) - Static method in class io.sf.carte.echosvg.dom.traversal.TraversalSupport
Creates a new tree walker.
createTreeWalker(Node, int, NodeFilter, boolean) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
createUpdateRunnable() - Method in class io.sf.carte.echosvg.util.gui.MemoryMonitor.RepaintThread
 
createURIColorPaintValue(AnimationTarget, String, float, float, float) - Static method in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
Creates a new AnimatablePaintValue for a URI reference with a color fallback.
createURICurrentColorPaintValue(AnimationTarget, String) - Static method in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
Creates a new AnimatablePaintValue for a URI reference with a 'currentColor' fallback.
createURINonePaintValue(AnimationTarget, String) - Static method in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
Creates a new AnimatablePaintValue for a URI reference with a 'none' fallback.
createURIPaintValue(AnimationTarget, String) - Static method in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
Creates a new AnimatablePaintValue for a URI reference.
createURIResolver(SVGDocument, DocumentLoader) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns a new URIResolver object.
createURIResolver(SVGDocument, DocumentLoader) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext
Returns a new URIResolver object.
createURISelectionPanel() - Method in class io.sf.carte.echosvg.util.gui.URIChooser
Creates the URI selection panel
createUserAgent() - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Creates a UserAgent.
createUserAgent() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Creates a UserAgent.
createUserAgent() - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
 
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.AbstractColorManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.css2.ClipManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.css2.CursorManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontFamilyManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontSizeAdjustManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontSizeManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontWeightManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.css2.SrcManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.css2.TextDecorationManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.IdentifierManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.LengthManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.RectManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.BaselineShiftManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.ClipPathManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorProfileManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.EnableBackgroundManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.FilterManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.GlyphOrientationManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.GlyphOrientationVerticalManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.KerningManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.MarkerManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.MaskManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.OpacityManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.SpacingManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeDasharrayManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeDashoffsetManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeMiterlimitManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeWidthManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.SVGColorManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg.SVGPaintManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg12.LineHeightManager
createValue(LexicalUnit, CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.value.svg12.MarginLengthManager
createValue(LexicalUnit, CSSEngine) - Method in interface io.sf.carte.echosvg.css.engine.value.ValueManager
Creates a value from a lexical unit.
createValue(AnimationTarget, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableBooleanValueFactory
Creates a new AnimatableValue from a CSS Value.
createValue(AnimationTarget, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableIntegerValueFactory
Creates a new AnimatableValue from a CSS Value.
createValue(AnimationTarget, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableLengthListValueFactory
Creates a new AnimatableValue from a CSS Value.
createValue(AnimationTarget, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableLengthValueFactory
Creates a new AnimatableValue from a CSS Value.
createValue(AnimationTarget, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableNumberListValueFactory
Creates a new AnimatableValue from a CSS Value.
createValue(AnimationTarget, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableNumberOrPercentageValueFactory
Creates a new AnimatableValue from a CSS Value.
createValue(AnimationTarget, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableNumberValueFactory
Creates a new AnimatableValue from a CSS Value.
createValue(AnimationTarget, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatablePathDataFactory
Creates a new AnimatableValue from a CSS Value.
createValue(AnimationTarget, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatablePointListValueFactory
Creates a new AnimatableValue from a CSS Value.
createValue(AnimationTarget, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory
Creates a new AnimatableValue from a CSS Value.
createValue(AnimationTarget, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableRectValueFactory
Creates a new AnimatableValue from a CSS Value.
createValue(AnimationTarget, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.CSSValueFactory
 
createValue(AnimationTarget, String, Value) - Method in interface io.sf.carte.echosvg.bridge.SVGAnimationEngine.Factory
Creates a new AnimatableValue from a CSS Value.
createValue(AnimationTarget, String, Value) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.UncomputedAnimatableStringValueFactory
 
createValue(AnimationTarget, String, String, boolean, String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableBooleanValueFactory
Creates a new AnimatableValue from a string.
createValue(AnimationTarget, String, String, boolean, String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableIntegerValueFactory
Creates a new AnimatableValue from a string.
createValue(AnimationTarget, String, String, boolean, String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableLengthListValueFactory
Creates a new AnimatableValue from a string.
createValue(AnimationTarget, String, String, boolean, String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableLengthValueFactory
Creates a new AnimatableValue from a string.
createValue(AnimationTarget, String, String, boolean, String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableNumberListValueFactory
Creates a new AnimatableValue from a string.
createValue(AnimationTarget, String, String, boolean, String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableNumberOrPercentageValueFactory
Creates a new AnimatableValue from a string.
createValue(AnimationTarget, String, String, boolean, String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableNumberValueFactory
Creates a new AnimatableValue from a string.
createValue(AnimationTarget, String, String, boolean, String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatablePathDataFactory
Creates a new AnimatableValue from a string.
createValue(AnimationTarget, String, String, boolean, String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatablePointListValueFactory
Creates a new AnimatableValue from a string.
createValue(AnimationTarget, String, String, boolean, String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory
Creates a new AnimatableValue from a string.
createValue(AnimationTarget, String, String, boolean, String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableRectValueFactory
Creates a new AnimatableValue from a string.
createValue(AnimationTarget, String, String, boolean, String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.CSSValueFactory
 
createValue(AnimationTarget, String, String, boolean, String) - Method in interface io.sf.carte.echosvg.bridge.SVGAnimationEngine.Factory
Creates a new AnimatableValue from a string.
createValue(AnimationTarget, String, String, boolean, String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.UncomputedAnimatableStringValueFactory
 
createViewCSS(AbstractStylableDocument) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation
Creates a ViewCSS.
createViewCSS(AbstractStylableDocument) - Method in class io.sf.carte.echosvg.dom.ExtensibleDOMImplementation
Creates a ViewCSS.
createWindow(Interpreter, String) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
Creates a new Window object.
createWindow(Interpreter, String) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
Creates a new Window object.
createWindow(Interpreter, String) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment
Creates a new Window object.
createWriteAdapter() - Method in class io.sf.carte.echosvg.transcoder.image.PNGTranscoder
 
createXMLDeclarationReader(PushbackInputStream, String) - Static method in class io.sf.carte.echosvg.xml.XMLUtilities
Creates a reader from the given input stream and encoding.
createXMLDocumentReader(InputStream) - Static method in class io.sf.carte.echosvg.xml.XMLUtilities
Creates a Reader initialized to scan the characters in the given XML document's InputStream.
createXMLException(String) - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns an XMLException initialized with the given message key.
createXPathException(short, String, Object[]) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Creates an exception with the appropriate error message.
creator - Variable in class io.sf.carte.echosvg.anim.timing.InstanceTime
The TimingSpecifier that created this InstanceTime.
CRIMSON_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'crimson' RGB color.
CRIMSON_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'crimson' color name.
CRISPEDGES_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'crispedges' keyword.
CROSSHAIR_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'crosshair' keyword.
cs - Variable in class io.sf.carte.echosvg.parser.PathArrayProducer
List of short[] objects.
csLinear - Variable in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractColorInterpolationRable
Indicates if the operation should be done in linear or gamma corrected sRGB.
CSS_ACCUMULATE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_ACTIVEBORDER_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_ACTIVECAPTION_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_AFTER_EDGE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_ALICEBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_ALIGNMENT_BASELINE_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_ALL_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_ALPHABETIC_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_ANTIQUEWHITE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_APPWORKSPACE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_AQUA_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_AQUAMARINE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_AUTO_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_AUTOSENSE_SCRIPT_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_AZURE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BACKGROUND_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BASELINE_SHIFT_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BASELINE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BEFORE_EDGE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BEIGE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BEVEL_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BIDI_OVERRIDE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BISQUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BLACK_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BLANCHEDALMOND_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BLINK_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BLOCK_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BLUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BLUEVIOLET_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BOLD_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BOLDER_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BOTTOM_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BROWN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BURLYWOOD_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BUTT_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BUTTONFACE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BUTTONHIGHLIGHT_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BUTTONSHADOW_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_BUTTONTEXT_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_CADETBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_CAPTION_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_CAPTIONTEXT_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_CENTER_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_CENTRAL_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_CHARTREUSE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_CHOCOLATE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_CLIP_PATH_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_CLIP_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_CLIP_RULE_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_COLLAPSE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_COLOR_INTERPOLATION_FILTERS_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_COLOR_INTERPOLATION_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_COLOR_PROFILE_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_COLOR_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_COLOR_RENDERING_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_COMPACT_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_CONDENSED_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_CORAL_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_CORNFLOWERBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_CORNSILK_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_CRIMSON_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_CRISPEDGES_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_CROSSHAIR_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_CURRENTCOLOR_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_CURSIVE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_CURSOR_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_CYAN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DARKBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DARKCYAN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DARKGOLDENROD_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DARKGRAY_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DARKGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DARKGREY_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DARKKHAKI_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DARKMAGENTA_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DARKOLIVEGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DARKORANGE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DARKORCHID_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DARKRED_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DARKSALMON_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DARKSEAGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DARKSLATEBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DARKSLATEGRAY_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DARKSLATEGREY_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DARKTURQUOISE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DARKVIOLET_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DEEPPINK_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DEEPSKYBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DIMGRAY_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DIMGREY_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DIRECTION_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DISPLAY_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DODGERBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_DOMINANT_BASELINE_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_E_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_EMBED_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_ENABLE_BACKGROUND_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_END_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_END_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVG12CSSConstants
Value for text-align to end of region
CSS_EVENODD_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_EXPANDED_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_EXTRA_CONDENSED_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_EXTRA_EXPANDED_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FANTASY_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FILL_OPACITY_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FILL_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FILL_RULE_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FILL_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FILLSTROKE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FILTER_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FIREBRICK_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FLOOD_COLOR_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FLOOD_OPACITY_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FLORALWHITE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FONT_FAMILY_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FONT_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FONT_SIZE_ADJUST_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FONT_SIZE_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FONT_STRETCH_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FONT_STYLE_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FONT_VARIANT_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FONT_WEIGHT_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FORESTGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FUCHSIA_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_FULL_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVG12CSSConstants
Value for text-align to both edges of region
CSS_GAINSBORO_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_GEOMETRICPRECISION_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_GHOSTWHITE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_GLYPH_ORIENTATION_HORIZONTAL_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_GLYPH_ORIENTATION_VERTICAL_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_GOLD_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_GOLDENROD_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_GRAY_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_GRAYTEXT_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_GREEN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_GREENYELLOW_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_GREY_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_HANGING_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_HELP_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_HIDDEN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_HIGHLIGHT_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_HIGHLIGHTTEXT_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_HONEYDEW_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_HOTPINK_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_ICON_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_IDEOGRAPHIC_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_IMAGE_RENDERING_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_INACTIVEBORDER_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_INACTIVECAPTION_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_INACTIVECAPTIONTEXT_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_INDENT_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.SVG12CSSConstants
property name for indent
CSS_INDIANRED_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_INDIGO_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_INFOBACKGROUND_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_INFOTEXT_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_INLINE_BLOCK_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_INLINE_TABLE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_INLINE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_ITALIC_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_IVORY_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_KERNING_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_KHAKI_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LARGE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LARGER_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LAVENDER_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LAVENDERBLUSH_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LAWNGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LEMONCHIFFON_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LETTER_SPACING_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LIGHTBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LIGHTCORAL_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LIGHTCYAN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LIGHTER_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LIGHTGOLDENRODYELLOW_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LIGHTGRAY_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LIGHTGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LIGHTGREY_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LIGHTING_COLOR_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LIGHTPINK_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LIGHTSALMON_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LIGHTSEAGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LIGHTSKYBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LIGHTSLATEGRAY_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LIGHTSLATEGREY_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LIGHTSTEELBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LIGHTYELLOW_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LIME_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LIMEGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LINE_HEIGHT_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LINE_THROUGH_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LINEARRGB_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LINEN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LIST_ITEM_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LOWER_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LR_TB_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LR_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_LTR_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MAGENTA_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MARGIN_BOTTOM_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.SVG12CSSConstants
Property name for bottom-margin
CSS_MARGIN_LEFT_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.SVG12CSSConstants
Property name for left-margin
CSS_MARGIN_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.SVG12CSSConstants
Property name for margin shorthand
CSS_MARGIN_RIGHT_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.SVG12CSSConstants
Property name for right-margin
CSS_MARGIN_TOP_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.SVG12CSSConstants
Property name for top-margin
CSS_MARKER_END_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MARKER_MID_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MARKER_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MARKER_START_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MARKER_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MAROON_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MASK_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MATHEMATICAL_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MEDIUM_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MEDIUMAQUAMARINE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MEDIUMBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MEDIUMORCHID_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MEDIUMPURPLE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MEDIUMSEAGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MEDIUMSLATEBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MEDIUMSPRINGGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MEDIUMTURQUOISE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MEDIUMVIOLETRED_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MENU_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MENUTEXT_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MESSAGE_BOX_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MIDDLE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MIDNIGHTBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MIME_TYPE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MINTCREAM_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MISTYROSE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MITER_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MOCCASIN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MONOSPACE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_MOVE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_N_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_NARROWER_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_NAVAJOWHITE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_NAVY_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_NE_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_NEW_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_NO_CHANGE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_NONE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_NONZERO_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_NORMAL_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_NORMAL_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVG12CSSConstants
Value for line-height for 'normal' line height
CSS_NW_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_OBLIQUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_OLDLACE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_OLIVE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_OLIVEDRAB_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_OPACITY_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_OPTIMIZELEGIBILITY_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_OPTIMIZEQUALITY_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_OPTIMIZESPEED_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_ORANGE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_ORANGERED_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_ORCHID_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_OVERFLOW_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_OVERLINE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_PAINTED_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_PALEGOLDENROD_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_PALEGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_PALETURQUOISE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_PALEVIOLETRED_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_PAPAYAWHIP_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_PEACHPUFF_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_PERU_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_PINK_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_PLUM_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_POINTER_EVENTS_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_POINTER_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_POWDERBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_PURPLE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_RED_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_RESET_SIZE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_RESET_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_RL_TB_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_RL_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_ROSYBROWN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_ROUND_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_ROYALBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_RTL_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_RUN_IN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_S_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SADDLEBROWN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SALMON_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SANDYBROWN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SANS_SERIF_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SCROLL_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SCROLLBAR_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SE_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SEAGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SEASHELL_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SEMI_CONDENSED_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SEMI_EXPANDED_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SERIF_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SHAPE_RENDERING_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SIENNA_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SILVER_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SKYBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SLATEBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SLATEGRAY_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SLATEGREY_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SMALL_CAPS_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SMALL_CAPTION_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SMALL_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SMALLER_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SNOW_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SOLID_COLOR_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.SVG12CSSConstants
property name for color attribute
CSS_SOLID_OPACITY_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.SVG12CSSConstants
property name for opacity attribute
CSS_SPRINGGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SQUARE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SRC_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SRGB_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_START_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_START_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVG12CSSConstants
Value for text-align to start of text on line
CSS_STATUS_BAR_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_STEELBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_STOP_COLOR_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_STOP_OPACITY_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_STROKE_DASHARRAY_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_STROKE_DASHOFFSET_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_STROKE_LINECAP_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_STROKE_LINEJOIN_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_STROKE_MITERLIMIT_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_STROKE_OPACITY_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_STROKE_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_STROKE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_STROKE_WIDTH_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SUB_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SUPER_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_SW_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TABLE_CAPTION_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TABLE_CELL_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TABLE_COLUMN_GROUP_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TABLE_COLUMN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TABLE_FOOTER_GROUP_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TABLE_HEADER_GROUP_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TABLE_ROW_GROUP_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TABLE_ROW_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TABLE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TAN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TB_RL_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TB_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TEAL_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TEXT_AFTER_EDGE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TEXT_ALIGN_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.SVG12CSSConstants
property name for text-align
CSS_TEXT_ANCHOR_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TEXT_BEFORE_EDGE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TEXT_BOTTOM_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TEXT_DECORATION_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TEXT_RENDERING_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TEXT_TOP_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TEXT_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_THISTLE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_THREEDDARKSHADOW_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_THREEDFACE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_THREEDHIGHLIGHT_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_THREEDLIGHTSHADOW_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_THREEDSHADOW_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TOMATO_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TOP_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TRANSPARENT_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_TURQUOISE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_ULTRA_CONDENSED_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_ULTRA_EXPANDED_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_UNDERLINE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_UNICODE_BIDI_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_USE_SCRIPT_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_VIOLET_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_VISIBILITY_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_VISIBLE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_VISIBLEFILL_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_VISIBLEFILLSTROKE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_VISIBLEPAINTED_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_VISIBLESTROKE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_W_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_WAIT_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_WHEAT_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_WHITE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_WHITESMOKE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_WIDER_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_WINDOW_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_WINDOWFRAME_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_WINDOWTEXT_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_WORD_SPACING_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_WRITING_MODE_PROPERTY - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_X_LARGE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_X_SMALL_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_XX_LARGE_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_XX_SMALL_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_YELLOW_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
CSS_YELLOWGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.util.CSSConstants
 
cssAnimations - Variable in class io.sf.carte.echosvg.anim.AnimationEngine.TargetInfo
Map of CSS attribute names to the corresponding AnimationEngine.Sandwich objects.
cssBase - Variable in class io.sf.carte.echosvg.extension.StylableExtensionElement
The base URL.
cssBaseURI - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The current base URI.
CSSConstants - Interface in io.sf.carte.echosvg.util
This interface defines constants for CSS.
cssContext - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The CSS context.
CSSContext - Interface in io.sf.carte.echosvg.css.engine
This interface allows the user of a CSSEngine to provide contextual informations.
cssEngine - Variable in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributeColorValue
The CSS engine.
cssEngine - Variable in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributePaintValue
The CSS engine.
cssEngine - Variable in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributeValue
The CSS engine.
cssEngine - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
The CSSEngine used for CSS value parsing.
cssEngine - Variable in class io.sf.carte.echosvg.css.dom.CSSOMComputedStyle
The CSS engine used to compute the values.
cssEngine - Variable in class io.sf.carte.echosvg.css.dom.CSSOMSVGStyleDeclaration
The CSS engine.
cssEngine - Variable in class io.sf.carte.echosvg.css.dom.CSSOMViewCSS
The associated CSS engine.
cssEngine - Variable in class io.sf.carte.echosvg.dom.AbstractStylableDocument
The CSS engine.
CSSEngine - Class in io.sf.carte.echosvg.css.engine
This is the base class for all the CSS engines.
CSSEngine(Document, ParsedURL, Parser, ValueManager[], ShorthandManager[], String[], String, String, String, String, boolean, String, CSSContext) - Constructor for class io.sf.carte.echosvg.css.engine.CSSEngine
Creates a new CSSEngine.
CSSEngine.CSSNavigableDocumentHandler - Class in io.sf.carte.echosvg.css.engine
To handle mutations of a CSSNavigableDocument.
CSSEngine.DocumentAdapter - Class in io.sf.carte.echosvg.css.engine
Provides an (empty) adapter for the DocumentHandler interface.
CSSEngine.DOMAttrModifiedListener - Class in io.sf.carte.echosvg.css.engine
To handle the element attributes modification in the associated document.
CSSEngine.DOMCharacterDataModifiedListener - Class in io.sf.carte.echosvg.css.engine
To handle the modification of a CSSStyleSheetNode.
CSSEngine.DOMNodeInsertedListener - Class in io.sf.carte.echosvg.css.engine
To handle the insertion of a CSSStyleSheetNode in the associated document.
CSSEngine.DOMNodeRemovedListener - Class in io.sf.carte.echosvg.css.engine
To handle the removal of a CSSStyleSheetNode from the associated document.
CSSEngine.DOMSubtreeModifiedListener - Class in io.sf.carte.echosvg.css.engine
To handle the removal of a CSSStyleSheetNode from the associated document.
CSSEngine.MainPropertyReceiver - Interface in io.sf.carte.echosvg.css.engine
Interface for people interesting in having 'primary' properties set.
CSSEngine.StyleDeclarationBuilder - Class in io.sf.carte.echosvg.css.engine
To build a StyleDeclaration object.
CSSEngine.StyleDeclarationDocumentHandler - Class in io.sf.carte.echosvg.css.engine
To parse a style declaration.
CSSEngine.StyleDeclarationUpdateHandler - Class in io.sf.carte.echosvg.css.engine
To parse a style declaration and update a StyleMap.
CSSEngine.StyleSheetDocumentHandler - Class in io.sf.carte.echosvg.css.engine
To parse a style sheet.
CSSEngineEvent - Class in io.sf.carte.echosvg.css.engine
This class represents a CSS event fired by a CSSEngine.
CSSEngineEvent(CSSEngine, Element, int[]) - Constructor for class io.sf.carte.echosvg.css.engine.CSSEngineEvent
Creates a new CSSEngineEvent.
CSSEngineListener - Interface in io.sf.carte.echosvg.css.engine
This class must be implemented in order to be notified of CSS events.
CSSEngineUserAgent - Interface in io.sf.carte.echosvg.css.engine
One line Class Desc Complete Class Desc
CSSFontFace - Class in io.sf.carte.echosvg.bridge
This class represents a <font-face> element or @font-face rule
CSSFontFace(String) - Constructor for class io.sf.carte.echosvg.bridge.CSSFontFace
 
CSSFontFace(List<Object>, String, float, String, String, String, String, float, String, float, float, float, float, float, float, float, float) - Constructor for class io.sf.carte.echosvg.bridge.CSSFontFace
Constructes an CSSFontFace with the specfied font-face attributes.
CSSMediaPanel - Class in io.sf.carte.echosvg.util.gui
This class represents a panel to edit/add/remove CSS media.
CSSMediaPanel() - Constructor for class io.sf.carte.echosvg.util.gui.CSSMediaPanel
Constructs a new panel to edit CSS media.
CSSMediaPanel.AddButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'Add' button
CSSMediaPanel.AddMediumDialog - Class in io.sf.carte.echosvg.util.gui
A dialog to add a new CSS medium.
CSSMediaPanel.AddMediumDialog.CancelButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'Cancel' button
CSSMediaPanel.AddMediumDialog.OKButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'OK' button
CSSMediaPanel.ClearButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'Clear' button
CSSMediaPanel.Dialog - Class in io.sf.carte.echosvg.util.gui
A dialog to edit/add/remove CSS media.
CSSMediaPanel.Dialog.CancelButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'Cancel' button
CSSMediaPanel.Dialog.OKButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'OK' button
CSSMediaPanel.MediaListDataListener - Class in io.sf.carte.echosvg.util.gui
To manage data modifications in the media list.
CSSMediaPanel.MediaListSelectionListener - Class in io.sf.carte.echosvg.util.gui
To manage selection modifications
CSSMediaPanel.RemoveButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'Remove' button
CSSNavigableDocument - Interface in io.sf.carte.echosvg.css.engine
An interface for documents that have CSSNavigableNodes.
CSSNavigableDocumentHandler() - Constructor for class io.sf.carte.echosvg.css.engine.CSSEngine.CSSNavigableDocumentHandler
 
cssNavigableDocumentListener - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
Listener for CSSNavigableDocument events.
CSSNavigableDocumentListener - Interface in io.sf.carte.echosvg.css.engine
An interface for listeners of CSSNavigableDocument events.
cssNavigableDocumentListeners - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Map of CSSNavigableDocumentListeners to an array of wrapper DOM listeners.
CSSNavigableNode - Interface in io.sf.carte.echosvg.css.engine
An interface for DOM classes that can be navigated for CSS selector matching and cascade computation.
CSSOMComputedStyle - Class in io.sf.carte.echosvg.css.dom
This class represents the computed style of an element.
CSSOMComputedStyle(CSSEngine, CSSStylableElement, String) - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMComputedStyle
Creates a new computed style.
CSSOMComputedStyle.ComputedCSSValue - Class in io.sf.carte.echosvg.css.dom
To manage a computed CSSValue.
CSSOMStoredStyleDeclaration - Class in io.sf.carte.echosvg.css.dom
A class for SVG style declarations that store their properties in a StyleDeclaration.
CSSOMStoredStyleDeclaration(CSSEngine) - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMStoredStyleDeclaration
Creates a new CSSOMStoredStyleDeclaration.
CSSOMStyleDeclaration - Class in io.sf.carte.echosvg.css.dom
This class represents a style declaration.
CSSOMStyleDeclaration(CSSOMStyleDeclaration.ValueProvider, CSSRule) - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration
Creates a new style declaration.
CSSOMStyleDeclaration.ModificationHandler - Interface in io.sf.carte.echosvg.css.dom
To manage the modifications on a CSS value.
CSSOMStyleDeclaration.StyleDeclarationValue - Class in io.sf.carte.echosvg.css.dom
This class represents a CSS value returned by this declaration.
CSSOMStyleDeclaration.ValueProvider - Interface in io.sf.carte.echosvg.css.dom
To provides the values.
CSSOMSVGColor - Class in io.sf.carte.echosvg.css.dom
This class implements the SVGColor interface.
CSSOMSVGColor(CSSOMSVGColor.ValueProvider) - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
Creates a new CSSOMSVGColor.
CSSOMSVGColor.AbstractComponent - Class in io.sf.carte.echosvg.css.dom
To store a component.
CSSOMSVGColor.AbstractModificationHandler - Class in io.sf.carte.echosvg.css.dom
Provides an abstract implementation of a ModificationHandler.
CSSOMSVGColor.BlueComponent - Class in io.sf.carte.echosvg.css.dom
To represents a blue component.
CSSOMSVGColor.ColorNumber - Class in io.sf.carte.echosvg.css.dom
To represent a SVGNumber which is part of a color list.
CSSOMSVGColor.FloatComponent - Class in io.sf.carte.echosvg.css.dom
To store a Float component.
CSSOMSVGColor.GreenComponent - Class in io.sf.carte.echosvg.css.dom
To represents a green component.
CSSOMSVGColor.ModificationHandler - Interface in io.sf.carte.echosvg.css.dom
To manage the modifications on a CSS value.
CSSOMSVGColor.RedComponent - Class in io.sf.carte.echosvg.css.dom
To represents a red component.
CSSOMSVGColor.ValueProvider - Interface in io.sf.carte.echosvg.css.dom
To provide the actual value.
CSSOMSVGComputedStyle - Class in io.sf.carte.echosvg.css.dom
This class represents the computed style of an SVG element.
CSSOMSVGComputedStyle(CSSEngine, CSSStylableElement, String) - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMSVGComputedStyle
Creates a new computed style.
CSSOMSVGComputedStyle.ComputedCSSColorValue - Class in io.sf.carte.echosvg.css.dom
To manage a computed color CSSValue.
CSSOMSVGComputedStyle.ComputedCSSPaintValue - Class in io.sf.carte.echosvg.css.dom
To manage a computed paint CSSValue.
CSSOMSVGPaint - Class in io.sf.carte.echosvg.css.dom
This class implements the SVGPaint interface.
CSSOMSVGPaint(CSSOMSVGColor.ValueProvider) - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint
Creates a new CSSOMSVGPaint.
CSSOMSVGPaint.AbstractModificationHandler - Class in io.sf.carte.echosvg.css.dom
Provides an abstract implementation of a PaintModificationHandler.
CSSOMSVGPaint.PaintModificationHandler - Interface in io.sf.carte.echosvg.css.dom
To manage the modifications on a SVGPaint value.
CSSOMSVGStyleDeclaration - Class in io.sf.carte.echosvg.css.dom
This class represents a SVG style declaration.
CSSOMSVGStyleDeclaration(CSSOMStyleDeclaration.ValueProvider, CSSRule, CSSEngine) - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMSVGStyleDeclaration
Creates a new CSSOMSVGStyleDeclaration.
CSSOMSVGStyleDeclaration.StyleDeclarationColorValue - Class in io.sf.carte.echosvg.css.dom
This class represents a CSS value returned by this declaration.
CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue - Class in io.sf.carte.echosvg.css.dom
This class represents a CSS value returned by this declaration.
CSSOMSVGViewCSS - Class in io.sf.carte.echosvg.css.dom
This class represents an object which provides the computed styles of the elements of a SVG document.
CSSOMSVGViewCSS(CSSEngine) - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMSVGViewCSS
Creates a new ViewCSS.
CSSOMValue - Class in io.sf.carte.echosvg.css.dom
This class implements the CSSValue, CSSPrimitiveValue, CSSValueList interfaces.
CSSOMValue(CSSOMValue.ValueProvider) - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMValue
Creates a new CSSOMValue.
CSSOMValue.AbstractComponent - Class in io.sf.carte.echosvg.css.dom
To store a component.
CSSOMValue.AbstractModificationHandler - Class in io.sf.carte.echosvg.css.dom
This class provides an abstract implementation of a ModificationHandler.
CSSOMValue.AlphaComponent - Class in io.sf.carte.echosvg.css.dom
To represents an alpha component.
CSSOMValue.BlueComponent - Class in io.sf.carte.echosvg.css.dom
To represents a blue component.
CSSOMValue.BottomComponent - Class in io.sf.carte.echosvg.css.dom
To represents a bottom component.
CSSOMValue.FloatComponent - Class in io.sf.carte.echosvg.css.dom
To store a Float component.
CSSOMValue.GreenComponent - Class in io.sf.carte.echosvg.css.dom
To represents a green component.
CSSOMValue.LeftComponent - Class in io.sf.carte.echosvg.css.dom
To represents a left component.
CSSOMValue.ListComponent - Class in io.sf.carte.echosvg.css.dom
To represents a List component.
CSSOMValue.ModificationHandler - Interface in io.sf.carte.echosvg.css.dom
To manage the modifications on a CSS value.
CSSOMValue.RedComponent - Class in io.sf.carte.echosvg.css.dom
To represents a red component.
CSSOMValue.RightComponent - Class in io.sf.carte.echosvg.css.dom
To represents a right component.
CSSOMValue.TopComponent - Class in io.sf.carte.echosvg.css.dom
To represents a top component.
CSSOMValue.ValueProvider - Interface in io.sf.carte.echosvg.css.dom
To provides the actual value.
CSSOMViewCSS - Class in io.sf.carte.echosvg.css.dom
This class represents an object which provides the computed styles of the elements of a document.
CSSOMViewCSS(CSSEngine) - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMViewCSS
Creates a new ViewCSS.
cssParentElement - Variable in class io.sf.carte.echosvg.dom.svg.SVGOMUseShadowRoot
The parent CSS element.
cssPropertiesChangedListener - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The CSSEngine listener to receive CSSEngineEvent.
CSSPropertiesChangedListener() - Constructor for class io.sf.carte.echosvg.bridge.BridgeContext.CSSPropertiesChangedListener
Creates a new CSSPropertiesChangedListener.
CSSStylableElement - Interface in io.sf.carte.echosvg.css.engine
This interface must be implemented by the DOM elements which needs CSS support.
CSSStyleDeclarationFactory - Interface in io.sf.carte.echosvg.dom.util
This interface represents CSSStyleDeclaration factories.
CSSStyleSheetNode - Interface in io.sf.carte.echosvg.css.engine
This interface must be implemented by the DOM nodes which represent CSS style-sheets.
CSSTranscodingHelper - Class in io.sf.carte.echosvg.transcoder.util
Utility for transcoding documents that use modern CSS, bypassing the EchoSVG style computations.
CSSTranscodingHelper() - Constructor for class io.sf.carte.echosvg.transcoder.util.CSSTranscodingHelper
Constructs a helper for transcoding to PNG.
CSSTranscodingHelper(Transcoder) - Constructor for class io.sf.carte.echosvg.transcoder.util.CSSTranscodingHelper
Constructs a helper for transcoding with the given transcoder.
CSSUtilities - Class in io.sf.carte.echosvg.bridge
A collection of utility method involving CSS property.
CSSUtilities() - Constructor for class io.sf.carte.echosvg.bridge.CSSUtilities
No instance of this class is required.
CSSValueFactory() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.CSSValueFactory
 
CTRL_MASK - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
The control key modifier constant.
ctrlKey - Variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
ctx - Variable in class io.sf.carte.echosvg.bridge.AnimatableSVGBridge
The bridge context to use for dynamic updates.
ctx - Variable in class io.sf.carte.echosvg.bridge.CursorManager
BridgeContext associated with this CursorManager
ctx - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
The BridgeContext.
ctx - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
The BridgeContext to be used.
ctx - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
The BridgeContext to use for value parsing.
ctx - Variable in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
The bridge context.
ctx - Variable in class io.sf.carte.echosvg.bridge.SVGFontFamily
 
ctx - Variable in class io.sf.carte.echosvg.bridge.SVGUseElementBridge.CursorMouseOverListener
 
ctx - Variable in class io.sf.carte.echosvg.bridge.UnitProcessor.DefaultContext
The bridge context.
ctx - Variable in class io.sf.carte.echosvg.bridge.UserAgentAdapter
The BridgeContext to use for error information.
ctx12 - Variable in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeEventSupport.Listener
The BridgeContext downcasted to an SVG12BridgeContext.
Cubic - Class in io.sf.carte.echosvg.ext.awt.geom
A class representing a cubic path segment.
Cubic() - Constructor for class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
Cubic(double, double, double, double, double, double, double, double) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
Cubic(Point2D.Double, Point2D.Double, Point2D.Double, Point2D.Double) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
cumulative - Variable in class io.sf.carte.echosvg.anim.InterpolatingAnimation
Whether this animation accumulates from previous iterations.
current - Variable in class io.sf.carte.echosvg.dom.util.HashTableStack
The current link.
current - Variable in class io.sf.carte.echosvg.parser.AbstractParser
The current character.
current - Variable in class io.sf.carte.echosvg.parser.AbstractScanner
The current char.
current - Variable in class io.sf.carte.echosvg.xml.XMLScanner
The current char.
current() - Method in class io.sf.carte.echosvg.gvt.text.AttributedCharacterSpanIterator
Get the character at the current position (as returned by getIndex()).
current() - Method in class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
Gets the character at the current position (as returned by getIndex()).
current() - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Get the character at the current position (as returned by getIndex()).
current() - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Get the character at the current position (as returned by getIndex()).
currentBaseRaster - Variable in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
Offscreen image where the Renderer does its rendering
CURRENTCOLOR_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'currentcolor' keyword.
currentHorizAlign - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
 
currentInterval - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
The current Interval.
currentIntervalWillUpdate() - Method in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
Invoked by timed elements in this document to indicate that the current interval will be re-evaluated at the next sample.
currentIntervalWillUpdate() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationRoot
Invoked by timed elements in this document to indicate that the current interval will be re-evaluated at the next sample.
currentKeyEventTarget - Variable in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
The current GraphicsNode targeted by an key events.
currentNode - Variable in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
The current node.
currentNode - Variable in class io.sf.carte.echosvg.gvt.GVTTreeWalker
The current GraphicsNode.
currentOffScreen - Variable in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
 
currentPath - Variable in class io.sf.carte.echosvg.util.gui.URIChooser
The current path.
currentRaster - Variable in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
 
currentRepeatIteration - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
The current repeat iteration.
currentSegment() - Method in interface io.sf.carte.echosvg.ext.awt.geom.ExtendedPathIterator
 
currentSegment() - Method in class io.sf.carte.echosvg.ext.awt.geom.ShapeExtender.EPIWrap
 
currentSegment(double[]) - Method in interface io.sf.carte.echosvg.ext.awt.geom.ExtendedPathIterator
 
currentSegment(double[]) - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength.SingleSegmentPathIterator
 
currentSegment(double[]) - Method in class io.sf.carte.echosvg.ext.awt.geom.ShapeExtender.EPIWrap
 
currentSegment(float[]) - Method in interface io.sf.carte.echosvg.ext.awt.geom.ExtendedPathIterator
 
currentSegment(float[]) - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength.SingleSegmentPathIterator
 
currentSegment(float[]) - Method in class io.sf.carte.echosvg.ext.awt.geom.ShapeExtender.EPIWrap
 
currentStore - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
 
currentTarget - Variable in class io.sf.carte.echosvg.dom.events.AbstractEvent
The EventTarget whose EventListeners are currently being processed.
currentType - Variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.LengthListBuilder
The length unit just parsed.
currentUnit - Variable in class io.sf.carte.echosvg.parser.LengthArrayProducer
The unit for the current length.
currentValue - Variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.LengthListBuilder
The the length value just parsed.
currentValue - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList.NumberListBuilder
The number just parsed.
currentVertAlign - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
 
currentX - Variable in class io.sf.carte.echosvg.parser.AWTPathProducer
The current x position.
currentY - Variable in class io.sf.carte.echosvg.parser.AWTPathProducer
The current y position.
currImg - Variable in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
 
CURSIVE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'cursive' keyword.
CURSOR_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
cursorCache - Variable in class io.sf.carte.echosvg.bridge.CursorManager
Cache used to hold references to cursors
CursorElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.CursorElementFactory
 
CursorHolder(Cursor) - Constructor for class io.sf.carte.echosvg.bridge.SVGAElementBridge.CursorHolder
 
cursorHrefToFilter(Element, ParsedURL, Point2D) - Method in class io.sf.carte.echosvg.bridge.CursorManager
Converts the input ParsedURL into a Filter and transforms the input hotSpot point (in image space) to cursor space
cursorManager - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
Manages cursors and performs caching when appropriate
CursorManager - Class in io.sf.carte.echosvg.bridge
The CursorManager class is a helper class which preloads the cursors corresponding to the SVG built in cursors.
CursorManager - Class in io.sf.carte.echosvg.css.engine.value.css2
This class provides a manager for the 'cursor' property values.
CursorManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.css2.CursorManager
 
CursorManager(BridgeContext) - Constructor for class io.sf.carte.echosvg.bridge.CursorManager
Creates a new CursorManager object.
cursorMap - Static variable in class io.sf.carte.echosvg.bridge.CursorManager
Maps SVG Cursor Values to Java Cursors
CursorMouseOutListener(UserAgent, SVGAElementBridge.CursorHolder) - Constructor for class io.sf.carte.echosvg.bridge.SVGAElementBridge.CursorMouseOutListener
 
CursorMouseOverListener(BridgeContext) - Constructor for class io.sf.carte.echosvg.bridge.SVGUseElementBridge.CursorMouseOverListener
 
CursorMouseOverListener(UserAgent, SVGAElementBridge.CursorHolder) - Constructor for class io.sf.carte.echosvg.bridge.SVGAElementBridge.CursorMouseOverListener
 
CURVE_STROKE - Static variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.History
The curve stroke.
curveColor - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.History
The curve color.
curveTo(float, float, float, float, float, float) - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
curvetoCubicAbs(float, float, float, float, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
curvetoCubicAbs(float, float, float, float, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
curvetoCubicAbs(float, float, float, float, float, float) - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
curvetoCubicAbs(float, float, float, float, float, float) - Method in class io.sf.carte.echosvg.parser.DefaultPathHandler
curvetoCubicAbs(float, float, float, float, float, float) - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
curvetoCubicAbs(float, float, float, float, float, float) - Method in interface io.sf.carte.echosvg.parser.PathHandler
Invoked when an absolute cubic bezier curve command has been parsed.
curvetoCubicRel(float, float, float, float, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
curvetoCubicRel(float, float, float, float, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
curvetoCubicRel(float, float, float, float, float, float) - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
curvetoCubicRel(float, float, float, float, float, float) - Method in class io.sf.carte.echosvg.parser.DefaultPathHandler
curvetoCubicRel(float, float, float, float, float, float) - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
curvetoCubicRel(float, float, float, float, float, float) - Method in interface io.sf.carte.echosvg.parser.PathHandler
Invoked when a relative cubic bezier curve command has been parsed.
curvetoCubicSmoothAbs(float, float, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
curvetoCubicSmoothAbs(float, float, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
curvetoCubicSmoothAbs(float, float, float, float) - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
curvetoCubicSmoothAbs(float, float, float, float) - Method in class io.sf.carte.echosvg.parser.DefaultPathHandler
curvetoCubicSmoothAbs(float, float, float, float) - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
curvetoCubicSmoothAbs(float, float, float, float) - Method in interface io.sf.carte.echosvg.parser.PathHandler
Invoked when an absolute smooth cubic bezier curve command has been parsed.
curvetoCubicSmoothRel(float, float, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
curvetoCubicSmoothRel(float, float, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
curvetoCubicSmoothRel(float, float, float, float) - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
curvetoCubicSmoothRel(float, float, float, float) - Method in class io.sf.carte.echosvg.parser.DefaultPathHandler
curvetoCubicSmoothRel(float, float, float, float) - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
curvetoCubicSmoothRel(float, float, float, float) - Method in interface io.sf.carte.echosvg.parser.PathHandler
Invoked when a relative smooth cubic bezier curve command has been parsed.
curvetoQuadraticAbs(float, float, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
curvetoQuadraticAbs(float, float, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
curvetoQuadraticAbs(float, float, float, float) - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
curvetoQuadraticAbs(float, float, float, float) - Method in class io.sf.carte.echosvg.parser.DefaultPathHandler
curvetoQuadraticAbs(float, float, float, float) - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
curvetoQuadraticAbs(float, float, float, float) - Method in interface io.sf.carte.echosvg.parser.PathHandler
Invoked when an absolute quadratic bezier curve command has been parsed.
curvetoQuadraticRel(float, float, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
curvetoQuadraticRel(float, float, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
curvetoQuadraticRel(float, float, float, float) - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
curvetoQuadraticRel(float, float, float, float) - Method in class io.sf.carte.echosvg.parser.DefaultPathHandler
curvetoQuadraticRel(float, float, float, float) - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
curvetoQuadraticRel(float, float, float, float) - Method in interface io.sf.carte.echosvg.parser.PathHandler
Invoked when a relative quadratic bezier curve command has been parsed.
curvetoQuadraticSmoothAbs(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
curvetoQuadraticSmoothAbs(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
curvetoQuadraticSmoothAbs(float, float) - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
curvetoQuadraticSmoothAbs(float, float) - Method in class io.sf.carte.echosvg.parser.DefaultPathHandler
curvetoQuadraticSmoothAbs(float, float) - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
curvetoQuadraticSmoothAbs(float, float) - Method in interface io.sf.carte.echosvg.parser.PathHandler
Invoked when an absolute smooth quadratic bezier curve command has been parsed.
curvetoQuadraticSmoothRel(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
curvetoQuadraticSmoothRel(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
curvetoQuadraticSmoothRel(float, float) - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
curvetoQuadraticSmoothRel(float, float) - Method in class io.sf.carte.echosvg.parser.DefaultPathHandler
curvetoQuadraticSmoothRel(float, float) - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
curvetoQuadraticSmoothRel(float, float) - Method in interface io.sf.carte.echosvg.parser.PathHandler
Invoked when a relative smooth quadratic bezier curve command has been parsed.
CUSTOM_EVENT_TYPE - Static variable in class io.sf.carte.echosvg.dom.events.DocumentEventSupport
The CustomEvent type.
CUSTOM_SPACING - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Convenience flag indicating that non-default glyph spacing is needed.
CustomEvent - Interface in io.sf.carte.echosvg.w3c.dom.events
The CustomEvent interface is the recommended interface for application-specific event types.
CustomEventFactory() - Constructor for class io.sf.carte.echosvg.dom.events.DocumentEventSupport.CustomEventFactory
 
customFactories - Variable in class io.sf.carte.echosvg.dom.ExtensibleDOMImplementation
The custom elements factories.
customShorthandManagers - Variable in class io.sf.carte.echosvg.dom.ExtensibleDOMImplementation
The custom shorthand value managers.
customValueManagers - Variable in class io.sf.carte.echosvg.dom.ExtensibleDOMImplementation
The custom value managers.
cvt - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
CvtTable - Class in io.sf.carte.echosvg.svggen.font.table
 
CvtTable(DirectoryEntry, RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.CvtTable
 
cx - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMCircleElement
The 'cx' attribute value.
cx - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMEllipseElement
The 'cx' attribute value.
cx - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMRadialGradientElement
The 'cx' attribute value.
cy - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMCircleElement
The 'cy' attribute value.
cy - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMEllipseElement
The 'cy' attribute value.
cy - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMRadialGradientElement
The 'cy' attribute value.
CYAN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'cyan' RGB color.
CYAN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'cyan' color name.
cycleMethod - Variable in class io.sf.carte.echosvg.ext.awt.MultipleGradientPaint
The method to use when painting out of the gradient bounds.
CycleMethodEnum() - Constructor for class io.sf.carte.echosvg.ext.awt.MultipleGradientPaint.CycleMethodEnum
 

D

d - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
The 'd' attribute value.
damagedAreas - Variable in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
 
DARKBLUE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkblue' RGB color.
DARKBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkblue' color name.
DARKCYAN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkcyan' RGB color.
DARKCYAN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkcyan' color name.
DARKEN - Static variable in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
FeBlend Darken rule.
DARKEN - Static variable in class io.sf.carte.echosvg.ext.awt.image.SVGComposite
 
DARKGOLDENROD_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkgoldenrod' RGB color.
DARKGOLDENROD_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkgoldenrod' color name.
DARKGRAY_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkgray' RGB color.
DARKGRAY_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkgray' color name.
DARKGREEN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkgreen' RGB color.
DARKGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkgreen' color name.
DARKGREY_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkgrey' RGB color.
DARKGREY_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkgrey' color name.
DARKKHAKI_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkkhaki' RGB color.
DARKKHAKI_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkkhaki' color name.
DARKMAGENTA_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkmagenta' RGB color.
DARKMAGENTA_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkmagenta' color name.
Dark Mode - Search tag in class io.sf.carte.echosvg.transcoder.util.CSSTranscodingHelper
Section
DARKOLIVEGREEN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkolivegreen' RGB color.
DARKOLIVEGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkolivegreen' color name.
DARKORANGE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkorange' RGB color.
DARKORANGE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkorange' color name.
DARKORCHID_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkorchid' RGB color.
DARKORCHID_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkorchid' color name.
DARKRED_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkred' RGB color.
DARKRED_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkred' color name.
DARKSALMON_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darksalmon' RGB color.
DARKSALMON_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darksalmon' color name.
DARKSEAGREEN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkseagreen' RGB color.
DARKSEAGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkseagreen' color name.
DARKSLATEBLUE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkslateblue' RGB color.
DARKSLATEBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkslateblue' color name.
DARKSLATEGRAY_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkslategray' RGB color.
DARKSLATEGRAY_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkslategray' color name.
DARKSLATEGREY_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkslategrey' RGB color.
DARKSLATEGREY_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkslategrey' color name.
DARKTURQUOISE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkturquoise' RGB color.
DARKTURQUOISE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkturquoise' color name.
DARKVIOLET_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkviolet' RGB color.
DARKVIOLET_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'darkviolet' color name.
data - Variable in class io.sf.carte.echosvg.dom.AbstractProcessingInstruction
The data.
data - Variable in class io.sf.carte.echosvg.dom.events.DOMTextEvent
The text data.
data - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.History
The data.
DATA_PROTOCOL - Static variable in class io.sf.carte.echosvg.bridge.DefaultExternalResourceSecurity
 
DATA_PROTOCOL - Static variable in class io.sf.carte.echosvg.bridge.DefaultScriptSecurity
 
DATA_PROTOCOL - Static variable in class io.sf.carte.echosvg.bridge.EmbededExternalResourceSecurity
 
DATA_PROTOCOL - Static variable in class io.sf.carte.echosvg.bridge.EmbededScriptSecurity
 
DATA_PROTOCOL_PNG_PREFIX - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
DebugAnimationTickRunnable(RunnableQueue, SVGAnimationEngine) - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.DebugAnimationTickRunnable
 
dec(Object) - Method in class io.sf.carte.echosvg.dom.util.IntTable
Decrements the value associated with the given key.
decimalFormat - Static variable in class io.sf.carte.echosvg.anim.values.AnimatableValue
A formatting object to get CSS compatible float strings.
decimalFormats - Static variable in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
 
declaration - Variable in class io.sf.carte.echosvg.css.dom.CSSOMStoredStyleDeclaration
The object storing the properties.
declaration - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine.CSSNavigableDocumentHandler
The StyleDeclaration to use from the MainPropertyReceiver.
decodeString(WMFFont, byte[]) - Static method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFUtilities
Decode a byte array in a string, using the charset of the given font.
DECORATION_ALL - Static variable in interface io.sf.carte.echosvg.bridge.TextSpanLayout
 
DECORATION_OVERLINE - Static variable in interface io.sf.carte.echosvg.bridge.TextSpanLayout
 
DECORATION_STRIKETHROUGH - Static variable in interface io.sf.carte.echosvg.bridge.TextSpanLayout
 
DECORATION_UNDERLINE - Static variable in interface io.sf.carte.echosvg.bridge.TextSpanLayout
 
deepCloneDocument(Document, DOMImplementation) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Deep clones a document using the given DOM implementation.
deepCopyInto(Node) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMToBeImplementedElement
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class io.sf.carte.echosvg.anim.dom.XBLOMElement
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractAttr
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractAttrNS
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractCharacterData
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractElement
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractElementNS
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractEntity
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractEntityReference
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractNode
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractNotation
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class io.sf.carte.echosvg.dom.AbstractProcessingInstruction
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class io.sf.carte.echosvg.dom.GenericElement
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class io.sf.carte.echosvg.dom.GenericElementNS
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class io.sf.carte.echosvg.dom.GenericProcessingInstruction
Deeply copy the fields of the current node into the given node.
deepExport(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.anim.dom.AbstractElement
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMToBeImplementedElement
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.anim.dom.XBLOMElement
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.AbstractAttr
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.AbstractAttrNS
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.AbstractCharacterData
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.AbstractElement
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.AbstractElementNS
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.AbstractEntity
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.AbstractEntityReference
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.AbstractNode
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.AbstractNotation
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.AbstractProcessingInstruction
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.GenericElement
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.GenericElementNS
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.GenericProcessingInstruction
Deeply exports this node to the given document.
deepExport(Node, Document) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Deeply exports this node to the given document.
DEEPPINK_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'deeppink' RGB color.
DEEPPINK_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'deeppink' color name.
DEEPSKYBLUE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'deepskyblue' RGB color.
DEEPSKYBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'deepskyblue' color name.
defAttrListener - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportRecord
The DOM attribute mutation listener for definitions accessed through this import.
DefAttrListener(Element) - Constructor for class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DefAttrListener
Creates a new DefAttrListener.
DEFAULT - Static variable in class io.sf.carte.echosvg.i18n.LocaleGroup
The default group.
DEFAULT_ALLOWED_SCRIPT_TYPES - Static variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
Default value for the KEY_ALLOWED_SCRIPT_TYPES key
DEFAULT_CHARSET - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
DEFAULT_CHROMA - Static variable in class io.sf.carte.echosvg.transcoder.image.PNGTranscoder
The default Primary Chromaticities for sRGB imagery.
DEFAULT_CONTEXT - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
DEFAULT_CURSOR - Static variable in class io.sf.carte.echosvg.bridge.CursorManager
Default cursor when value is not found
DEFAULT_DEFAULT_FONT_FAMILY - Static variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
Value used as a default for the default font-family hint
DEFAULT_ERROR_HANDLER - Static variable in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder
The default error handler.
DEFAULT_HEIGHT - Static variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Default height
DEFAULT_INCH_VALUE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
number of inches default values
DEFAULT_INSETS - Static variable in class io.sf.carte.echosvg.ext.swing.JGridBagPanel
An InsetsManager that uses padding for inside cells
DEFAULT_MAX_GC_OVERRIDES - Static variable in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Controls the policy for grouping nodes.
DEFAULT_PITCH - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
DEFAULT_PREFERRED_HEIGHT - Static variable in class io.sf.carte.echosvg.bridge.CursorManager
 
DEFAULT_PREFERRED_WIDTH - Static variable in class io.sf.carte.echosvg.bridge.CursorManager
Default preferred cursor size, used for SVG images
DEFAULT_QUALITY - Static variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Default quality value.
DEFAULT_QUALITY - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
DEFAULT_RESULT_TYPE - Static variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Default result type
DEFAULT_SHAPE - Static variable in class io.sf.carte.echosvg.bridge.SVGPathElementBridge
default shape for the update of 'd' when the value is the empty string.
DEFAULT_VALUE - Static variable in class io.sf.carte.echosvg.css.engine.value.css2.FontFamilyManager
The default value.
DEFAULT_VALUE - Static variable in class io.sf.carte.echosvg.css.engine.value.svg.ColorManager
The default color value.
DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'default' keyword.
DEFAULT_WIDTH - Static variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Default width
DEFAULT_XML_ENCODING - Static variable in class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
defaultActions - Variable in class io.sf.carte.echosvg.dom.events.AbstractEvent
List of default Actionables to run at the end of bubble phase.
DefaultAngleHandler - Class in io.sf.carte.echosvg.parser
This class provides an adapter for AngleHandler
DefaultAngleHandler() - Constructor for class io.sf.carte.echosvg.parser.DefaultAngleHandler
This class does not need to be instantiated.
defaultBridge - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
Default bridge.
DefaultBrokenLinkProvider - Class in io.sf.carte.echosvg.ext.awt.image.spi
 
DefaultBrokenLinkProvider() - Constructor for class io.sf.carte.echosvg.ext.awt.image.spi.DefaultBrokenLinkProvider
 
DefaultCachedImageHandler - Class in io.sf.carte.echosvg.svggen
This class is a default implementation of the GenericImageHandler for handlers implementing a caching strategy.
DefaultCachedImageHandler() - Constructor for class io.sf.carte.echosvg.svggen.DefaultCachedImageHandler
 
DefaultColorConverter - Class in io.sf.graphics.java2d.color
A default implementation that does not apply any conversion
DefaultContentSelector - Class in io.sf.carte.echosvg.bridge.svg12
A class to handle content selection when the includes attribute is not present.
DefaultContentSelector(ContentManager, XBLOMContentElement, Element) - Constructor for class io.sf.carte.echosvg.bridge.svg12.DefaultContentSelector
Creates a new XPathSubsetContentSelector object.
DefaultContentSelector.SelectedNodes - Class in io.sf.carte.echosvg.bridge.svg12
Implementation of NodeList that contains the nodes that matched this selector.
defaultContext - Variable in class io.sf.carte.echosvg.bridge.RhinoInterpreter
Default Context for scripts.
DefaultContext() - Constructor for class io.sf.carte.echosvg.anim.dom.AbstractSVGLength.DefaultContext
 
DefaultContext(BridgeContext, Element) - Constructor for class io.sf.carte.echosvg.bridge.UnitProcessor.DefaultContext
Creates a new DefaultContext.
defaultDimensions(Element) - Static method in class io.sf.carte.echosvg.transcoder.impl.SizingHelper
Apply the CSS context rules.
DefaultErrorHandler - Class in io.sf.carte.echosvg.parser
This class provides a default implementation of ErrorHandler.
DefaultErrorHandler - Class in io.sf.carte.echosvg.svggen
The ErrorHandler interface allows you to specialize how the error will be set on an SVG Element.
DefaultErrorHandler - Class in io.sf.carte.echosvg.transcoder
A default ErrorHandler that throws a TranscoderException when a fatal error occured and display a message when a warning or an error occured.
DefaultErrorHandler() - Constructor for class io.sf.carte.echosvg.parser.DefaultErrorHandler
 
DefaultErrorHandler() - Constructor for class io.sf.carte.echosvg.svggen.DefaultErrorHandler
 
DefaultErrorHandler() - Constructor for class io.sf.carte.echosvg.transcoder.DefaultErrorHandler
 
DefaultExtensionHandler - Class in io.sf.carte.echosvg.svggen
This implementation of the ExtensionHandler interface always returns null Nodes.
DefaultExtensionHandler() - Constructor for class io.sf.carte.echosvg.svggen.DefaultExtensionHandler
 
DefaultExternalResourceSecurity - Class in io.sf.carte.echosvg.bridge
Default implementation for the ExternalResourceSecurity interface.
DefaultExternalResourceSecurity(ParsedURL, ParsedURL) - Constructor for class io.sf.carte.echosvg.bridge.DefaultExternalResourceSecurity
 
defaultFactories - Static variable in class io.sf.carte.echosvg.script.InterpreterPool
The default InterpreterFactory map.
defaultFontFamily - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Default value for the font-family when it is unspecified
DefaultFontFamilyResolver - Class in io.sf.carte.echosvg.bridge
The is a utility class that is used for resolving UnresolvedFontFamilies.
DefaultFragmentIdentifierHandler - Class in io.sf.carte.echosvg.parser
This class provides an adapter for FragmentIdentifierHandler.
DefaultFragmentIdentifierHandler() - Constructor for class io.sf.carte.echosvg.parser.DefaultFragmentIdentifierHandler
This class does not need to be instantiated.
DefaultGraphics2D - Class in io.sf.carte.echosvg.ext.awt.g2d
This concrete implementation of AbstractGraphics2D is a simple help to programmers to get started with their own implementation of Graphics2D.
DefaultGraphics2D(boolean) - Constructor for class io.sf.carte.echosvg.ext.awt.g2d.DefaultGraphics2D
Default constructor
DefaultGraphics2D(DefaultGraphics2D) - Constructor for class io.sf.carte.echosvg.ext.awt.g2d.DefaultGraphics2D
This constructor supports the create method
DefaultImageHandler - Class in io.sf.carte.echosvg.svggen
This class provides a default implementation of the ImageHandler interface simply puts a place holder in the xlink:href attribute and sets the width and height of the element.
DefaultImageHandler() - Constructor for class io.sf.carte.echosvg.svggen.DefaultImageHandler
Build a DefaultImageHandler.
DefaultLengthHandler - Class in io.sf.carte.echosvg.parser
This class provides an adapter for LengthHandler
DefaultLengthHandler() - Constructor for class io.sf.carte.echosvg.parser.DefaultLengthHandler
This class does not need to be instantiated.
DefaultLengthListHandler - Class in io.sf.carte.echosvg.parser
This class provides an adapter for LengthListHandler
DefaultLengthListHandler() - Constructor for class io.sf.carte.echosvg.parser.DefaultLengthListHandler
This class does not need to be instantiated.
DefaultNumberListHandler - Class in io.sf.carte.echosvg.parser
 
DefaultNumberListHandler() - Constructor for class io.sf.carte.echosvg.parser.DefaultNumberListHandler
This class does not need to be instantiated.
DefaultPathHandler - Class in io.sf.carte.echosvg.parser
The class provides an adapter for PathHandler.
DefaultPathHandler() - Constructor for class io.sf.carte.echosvg.parser.DefaultPathHandler
This class does not need to be instantiated.
DefaultPointsHandler - Class in io.sf.carte.echosvg.parser
This class provides an adapter for PointsHandler.
DefaultPointsHandler() - Constructor for class io.sf.carte.echosvg.parser.DefaultPointsHandler
This class does not need to be instantiated.
DefaultPreserveAspectRatioHandler - Class in io.sf.carte.echosvg.parser
This class provides an adapter for PreserveAspectRatioHandler.
DefaultPreserveAspectRatioHandler() - Constructor for class io.sf.carte.echosvg.parser.DefaultPreserveAspectRatioHandler
This class does not need to be instantiated.
defaultRenderingHints - Static variable in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
 
defaultRenderingHints - Static variable in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
 
defaults - Variable in class io.sf.carte.echosvg.util.PreferenceManager
 
DefaultScriptSecurity - Class in io.sf.carte.echosvg.bridge
Default implementation for the ScriptSecurity interface.
DefaultScriptSecurity(String, ParsedURL, ParsedURL) - Constructor for class io.sf.carte.echosvg.bridge.DefaultScriptSecurity
 
DefaultScrollablePopupMenuItem(DropDownComponent.ScrollablePopupMenu, String) - Constructor for class io.sf.carte.echosvg.util.gui.DropDownComponent.DefaultScrollablePopupMenuItem
Constructor.
defaultStr - Variable in class io.sf.carte.echosvg.dom.util.HashTableStack.Link
The default namespace for this part of the stack.
DefaultStyleHandler - Class in io.sf.carte.echosvg.svggen
The DefaultStyleHandler class provides the default way to style an SVG Element.
DefaultStyleHandler() - Constructor for class io.sf.carte.echosvg.svggen.DefaultStyleHandler
 
DefaultSVGConverterController - Class in io.sf.carte.echosvg.apps.rasterizer
Default controller for the SVGConverter operation.
DefaultSVGConverterController() - Constructor for class io.sf.carte.echosvg.apps.rasterizer.DefaultSVGConverterController
 
DefaultTimingSpecifierHandler - Class in io.sf.carte.echosvg.parser
An adapter class for TimingSpecifierHandler.
DefaultTimingSpecifierHandler() - Constructor for class io.sf.carte.echosvg.parser.DefaultTimingSpecifierHandler
 
DefaultTimingSpecifierListHandler - Class in io.sf.carte.echosvg.parser
An adapter class for TimingSpecifierListHandler.
DefaultTimingSpecifierListHandler() - Constructor for class io.sf.carte.echosvg.parser.DefaultTimingSpecifierListHandler
 
defaultTransform - Variable in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Default Transform to be used for creating FontRenderContext.
DefaultTransformListHandler - Class in io.sf.carte.echosvg.parser
This class provides an adapter for TransformListHandler.
DefaultTransformListHandler() - Constructor for class io.sf.carte.echosvg.parser.DefaultTransformListHandler
This class does not need to be instantiated.
defaultValue - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedBoolean
The default value.
defaultValue - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedEnumeration
The default value, if the attribute is not specified.
defaultValue - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedInteger
The default value.
defaultValue - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLength
The default value if the attribute is not specified.
defaultValue - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList
Default value for the length list.
defaultValue - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumber
The default value.
defaultValue - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList
Default value for the number list.
defaultValue - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData
Default value for the 'd' attribute.
defaultValue - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints
Default value for the point list.
defaultValue - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect
Default value.
defaultValue - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList
Default value for the 'transform' attribute.
defaultValue - Variable in class io.sf.carte.echosvg.css.engine.value.svg.SVGColorManager
The default value.
defaultView - Variable in class io.sf.carte.echosvg.dom.AbstractStylableDocument
The default view.
DefaultXBLManager - Class in io.sf.carte.echosvg.bridge.svg12
A full featured sXBL manager.
DefaultXBLManager(Document, BridgeContext) - Constructor for class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Creates a new DefaultXBLManager for the given document.
DefaultXBLManager.DefAttrListener - Class in io.sf.carte.echosvg.bridge.svg12
DOM attribute mutation listener for definition elements.
DefaultXBLManager.DefinitionRecord - Class in io.sf.carte.echosvg.bridge.svg12
Record class for storing information about an XBL definition.
DefaultXBLManager.DefNodeInsertedListener - Class in io.sf.carte.echosvg.bridge.svg12
DOM node inserted listener for definition elements.
DefaultXBLManager.DefNodeRemovedListener - Class in io.sf.carte.echosvg.bridge.svg12
DOM node removed listener for definition elements.
DefaultXBLManager.DocInsertedListener - Class in io.sf.carte.echosvg.bridge.svg12
DOM node inserted listener for the document.
DefaultXBLManager.DocRemovedListener - Class in io.sf.carte.echosvg.bridge.svg12
DOM node removed listener for the document.
DefaultXBLManager.DocSubtreeListener - Class in io.sf.carte.echosvg.bridge.svg12
DOM subtree mutation listener for the document.
DefaultXBLManager.ImportAttrListener - Class in io.sf.carte.echosvg.bridge.svg12
DOM attribute mutation listener for import elements.
DefaultXBLManager.ImportInsertedListener - Class in io.sf.carte.echosvg.bridge.svg12
DOM node inserted listener for imported XBL trees.
DefaultXBLManager.ImportRecord - Class in io.sf.carte.echosvg.bridge.svg12
Record class for storing information about an XBL import.
DefaultXBLManager.ImportRemovedListener - Class in io.sf.carte.echosvg.bridge.svg12
DOM node removed listener for imported XBL trees.
DefaultXBLManager.ImportSubtreeListener - Class in io.sf.carte.echosvg.bridge.svg12
DOM subtree listener for imported XBL trees.
DefaultXBLManager.RefAttrListener - Class in io.sf.carte.echosvg.bridge.svg12
DOM attribute mutation listener for referencing definition elements.
DefaultXBLManager.TemplateMutationListener - Class in io.sf.carte.echosvg.bridge.svg12
DOM mutation listener for template elements.
DefaultXBLManager.XblChildNodes - Class in io.sf.carte.echosvg.bridge.svg12
To iterate over the XBL child nodes.
DefaultXBLManager.XBLRecord - Class in io.sf.carte.echosvg.bridge.svg12
XBL record.
DefaultXBLManager.XblScopedChildNodes - Class in io.sf.carte.echosvg.bridge.svg12
To iterate over the scoped XBL child nodes.
defaultXMLSpace(String) - Static method in class io.sf.carte.echosvg.dom.util.XMLSupport
Strips the white spaces in the given string according to the xml:space attribute recommended behaviour when it has the 'default' value.
DeferRable - Class in io.sf.carte.echosvg.ext.awt.image.renderable
This class allows for the return of a proxy object quickly, while a heavy weight object is constrcuted in a background Thread.
DeferRable() - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.DeferRable
Constructor takes nothing
defineClass(String, byte[]) - Method in class io.sf.carte.echosvg.script.rhino.RhinoClassLoader
Define and load a Java class
defineGlobalWrapperClass(Scriptable) - Method in class io.sf.carte.echosvg.bridge.RhinoInterpreter
Defines the class for the global object.
defineGlobalWrapperClass(Scriptable) - Method in class io.sf.carte.echosvg.bridge.SVG12RhinoInterpreter
Defines the class for the global object.
definition - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DefinitionRecord
The definition element.
definitionElement - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XBLRecord
The definition element that applies to this element.
definitionLists - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Map of namespace URI/local name pairs to ordered sets of definition records.
DefinitionRecord(String, String, XBLOMDefinitionElement, XBLOMTemplateElement, Element) - Constructor for class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DefinitionRecord
Creates a new DefinitionRecord.
definitions - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Map of definition element/import element pairs to definition records.
DefinitionSrcElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.DefinitionSrcElementFactory
 
defNodeInsertedListener - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportRecord
The DOM node inserted listener for definitions accessed through this import.
DefNodeInsertedListener(Element) - Constructor for class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DefNodeInsertedListener
Creates a new DefNodeInsertedListener.
defNodeRemovedListener - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportRecord
The DOM node removed listener for definitions accessed through this import.
DefNodeRemovedListener(Element) - Constructor for class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DefNodeRemovedListener
Creates a new DefNodeRemovedListener.
DefsElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.DefsElementFactory
 
defSet - Variable in class io.sf.carte.echosvg.svggen.AbstractSVGFilterConverter
Set of definitions to interpret the values of the attributes generated by this converter since its creation
defsToBeRemoved - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DocRemovedListener
List of definition elements to be removed from the document.
deg() - Method in interface io.sf.carte.echosvg.parser.AngleHandler
Invoked when 'deg' has been parsed.
deg() - Method in class io.sf.carte.echosvg.parser.DefaultAngleHandler
Implements AngleHandler.deg().
DEG_TO_RAD - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
deinitialize() - Method in class io.sf.carte.echosvg.anim.timing.AccesskeyTimingSpecifier
Deinitializes this timing specifier by removing any event listeners.
deinitialize() - Method in class io.sf.carte.echosvg.anim.timing.EventbaseTimingSpecifier
Deinitializes this timing specifier by removing any event listeners.
deinitialize() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Deinitializes this timed element.
deinitialize() - Method in class io.sf.carte.echosvg.anim.timing.TimingSpecifier
Deinitializes this timing specifier by removing any event listeners.
deleteData(int, int) - Method in class io.sf.carte.echosvg.dom.AbstractCharacterData
delimiter - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager.AttributeInfo
The attribute value delimiter.
deltaX - Variable in class io.sf.carte.echosvg.ext.awt.image.rendered.TranslateRed
 
deltaY - Variable in class io.sf.carte.echosvg.ext.awt.image.rendered.TranslateRed
 
DEMIBOLD - Static variable in class io.sf.carte.echosvg.svggen.SVGFont
 
DEMILIGHT - Static variable in class io.sf.carte.echosvg.svggen.SVGFont
 
deps - Variable in class io.sf.carte.echosvg.util.ClassFileUtilities.ClassFile
 
deps - Variable in class io.sf.carte.echosvg.util.ClassFileUtilities.Jar
 
depth - Variable in class io.sf.carte.echosvg.xml.XMLScanner
The depth in the xml tree.
deriveFont(float) - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
Creates a new GVTFont object by replicating this font object and applying a new size to it.
deriveFont(float) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
Creates a new Font object by replicating the current Font object and applying a new size to it.
deriveFont(float) - Method in interface io.sf.carte.echosvg.gvt.font.GVTFont
Creates a new Font object by replicating the current Font object and applying a new size to it.
deriveFont(float, AttributedCharacterIterator) - Method in class io.sf.carte.echosvg.bridge.SVGFontFamily
Derives a GVTFont object of the correct size.
deriveFont(float, AttributedCharacterIterator) - Method in class io.sf.carte.echosvg.gvt.font.AWTFontFamily
Derives a GVTFont object of the correct size.
deriveFont(float, AttributedCharacterIterator) - Method in interface io.sf.carte.echosvg.gvt.font.GVTFontFamily
Derives a GVTFont object of the correct size.
deriveFont(float, AttributedCharacterIterator) - Method in class io.sf.carte.echosvg.gvt.font.UnresolvedFontFamily
Derives a GVTFont object of the correct size.
deriveFont(float, Map<AttributedCharacterIterator.Attribute, ?>) - Method in class io.sf.carte.echosvg.bridge.SVGFontFamily
Derives a GVTFont object of the correct size from an attribute Map.
deriveFont(float, Map<AttributedCharacterIterator.Attribute, ?>) - Method in class io.sf.carte.echosvg.gvt.font.AWTFontFamily
Derives a GVTFont object of the correct size from an attribute Map.
deriveFont(float, Map<AttributedCharacterIterator.Attribute, ?>) - Method in interface io.sf.carte.echosvg.gvt.font.GVTFontFamily
Derives a GVTFont object of the correct size from an attribute Map.
deriveFont(float, Map<AttributedCharacterIterator.Attribute, ?>) - Method in class io.sf.carte.echosvg.gvt.font.UnresolvedFontFamily
Derives a GVTFont object of the correct size from an attribute Map.
DescElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.DescElementFactory
 
descendantSelected(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.XPathPatternContentSelector.SelectedNodes
 
descent - Variable in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
descent - Variable in class io.sf.carte.echosvg.gvt.font.GVTFontFace
 
descent - Variable in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
 
descMap - Variable in class io.sf.carte.echosvg.svggen.AbstractSVGFilterConverter
Map of descriptions already processed by this converter.
deselectAll() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
deselectAll() - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
 
deselectAll() - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Informs the user agent that the text selection should be cleared.
deselectAll() - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
This user agent doesn't display text selections so nothing to clear.
deselectAll() - Method in interface io.sf.carte.echosvg.dom.svg.SVGSVGContext
Used to inform the user agent that the text selection should be cleared.
deselectAll() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Deselects all.
deselectAll() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Informs the user agent that the text selection should be cleared.
deselectAll() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Informs the user agent that the text should be deselected.
deselectAll() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
deselectInteractor() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Deselects an interactor, if the interaction has finished.
destinationType - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Result type
DestinationType - Class in io.sf.carte.echosvg.apps.rasterizer
Describes the type of destination for an SVGConverter operation.
detach() - Method in class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
DOM: Implements NodeIterator.detach().
detachNodeIterator(NodeIterator) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Detaches the given node iterator from this document.
detachNodeIterator(NodeIterator) - Method in class io.sf.carte.echosvg.dom.traversal.TraversalSupport
Detaches the given node iterator.
detail - Variable in class io.sf.carte.echosvg.dom.events.DOMCustomEvent
The custom detail associated with this event.
detail - Variable in class io.sf.carte.echosvg.dom.events.DOMTimeEvent
For repeat events this is the repeat iteration.
detailsArea - Variable in class io.sf.carte.echosvg.util.gui.JErrorPane
The text area used to show the stack trace.
Device - Class in io.sf.carte.echosvg.svggen.font.table
 
Device(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.Device
Creates new Device
DEVICE_CMYK_COLOR_FUNCTION - Static variable in class io.sf.carte.echosvg.css.engine.value.svg12.DeviceColor
 
DEVICE_GRAY_COLOR_FUNCTION - Static variable in class io.sf.carte.echosvg.css.engine.value.svg12.DeviceColor
 
DEVICE_NCHANNEL_COLOR_FUNCTION - Static variable in class io.sf.carte.echosvg.css.engine.value.svg12.DeviceColor
 
DEVICE_RGB_COLOR_FUNCTION - Static variable in class io.sf.carte.echosvg.css.engine.value.svg12.DeviceColor
 
DeviceCMYKColorSpace - Class in io.sf.graphics.java2d.color
This class represents an uncalibrated CMYK color space.
DeviceCMYKColorSpace() - Constructor for class io.sf.graphics.java2d.color.DeviceCMYKColorSpace
Constructs an uncalibrated CMYK ColorSpace object with ColorSpace.TYPE_CMYK and 4 components.
DeviceColor - Class in io.sf.carte.echosvg.css.engine.value.svg12
This class represents an device-specific color value.
DeviceColor(boolean) - Constructor for class io.sf.carte.echosvg.css.engine.value.svg12.DeviceColor
Creates a new DeviceColor.
Dialog() - Constructor for class io.sf.carte.echosvg.util.gui.CSSMediaPanel.Dialog
Constructs a new Dialog to edit/add/remove CSS media.
Dialog(Component, String, String) - Constructor for class io.sf.carte.echosvg.util.gui.CSSMediaPanel.Dialog
Constructs a new Dialog to edit/add/remove CSS media.
Dialog(Component, String, List<String>) - Constructor for class io.sf.carte.echosvg.util.gui.CSSMediaPanel.Dialog
Constructs a new Dialog to edit/add/remove CSS media.
DIB_PAL_COLORS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
DIB_RGB_COLORS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
diffuseConstant - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEDiffuseLightingElement
The 'diffuseConstant' attribute value.
DiffuseLightingRable - Interface in io.sf.carte.echosvg.ext.awt.image.renderable
This filter primitive lights an image using the alpha channel as a bump map.
DiffuseLightingRable8Bit - Class in io.sf.carte.echosvg.ext.awt.image.renderable
Implementation of the DiffuseLightRable interface.
DiffuseLightingRable8Bit(Filter, Rectangle2D, Light, double, double, double[]) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable8Bit
 
DiffuseLightingRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
 
DiffuseLightingRed(double, Light, BumpMap, Rectangle, double, double, boolean) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.DiffuseLightingRed
 
DIMGRAY_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'dimgray' RGB color.
DIMGRAY_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'dimgray' color name.
DIMGREY_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'dimgrey' RGB color.
DIMGREY_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'dimgrey' color name.
direction - Variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength
This length's direction.
direction - Variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
This length's direction.
direction - Variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList
This length list's direction.
direction - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList
The direction of the lengths in this list.
DIRECTION_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
DirectionManager - Class in io.sf.carte.echosvg.css.engine.value.css2
This class provides a manager for the 'direction' property values.
DirectionManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.css2.DirectionManager
 
DirectoryEntry - Class in io.sf.carte.echosvg.svggen.font.table
 
DirectoryEntry(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.DirectoryEntry
 
dirtyAreas - Variable in class io.sf.carte.echosvg.bridge.UpdateManagerEvent
The dirty areas, as a List of Rectangles.
disableInteractions - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Whether to unconditionally disable interactions.
DISCRETE - Static variable in interface io.sf.carte.echosvg.ext.awt.image.ComponentTransferFunction
 
DiscreteTransfer - Class in io.sf.carte.echosvg.ext.awt.image
This class defines the Discrete type transfer function for the feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG specification.
DiscreteTransfer(int[]) - Constructor for class io.sf.carte.echosvg.ext.awt.image.DiscreteTransfer
The input is an int array which will be used later to construct the lut data
dispatch(Object, Object) - Method in interface io.sf.carte.echosvg.util.EventDispatcher.Dispatcher
 
dispatchBindingChangedEvent(Element, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Dispatches a BindingEvent the registered listeners.
dispatchContentSelectionChangedEvent(XBLOMContentElement) - Method in class io.sf.carte.echosvg.bridge.svg12.ContentManager
Dispatches the ContentSelectionChangedEvent to the registered listeners.
dispatcher - Variable in class io.sf.carte.echosvg.bridge.BridgeEventSupport.GVTUnloadListener
 
dispatchEvent(NodeEventTarget, Event) - Method in class io.sf.carte.echosvg.anim.dom.XBLEventSupport
This method allows the dispatch of events into the implementations event model.
dispatchEvent(NodeEventTarget, Event) - Method in class io.sf.carte.echosvg.dom.events.EventSupport
This method allows the dispatch of events into the implementations event model.
dispatchEvent(EventDispatcher.Dispatcher, Object[], Object) - Static method in class io.sf.carte.echosvg.util.EventDispatcher
 
dispatchEvent(EventObject) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Dispatches the specified AWT event.
dispatchEvent(EventObject) - Method in interface io.sf.carte.echosvg.gvt.event.EventDispatcher
Dispatched the specified event object.
dispatchEvent(Event) - Method in class io.sf.carte.echosvg.dom.AbstractNode
dispatchEvent(Event) - Method in interface io.sf.carte.echosvg.dom.events.NodeEventTarget
This method allows the dispatch of events into the implementation's event model.
dispatchKeyboardEvent(String, GraphicsNodeKeyEvent) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeEventSupport.Listener
Dispatch a DOM 3 Keyboard event.
dispatchKeyEvent(KeyEvent) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Dispatches the specified AWT key event.
dispatchKeyEvent(String, GraphicsNodeKeyEvent) - Method in class io.sf.carte.echosvg.bridge.BridgeEventSupport.Listener
Dispatch a DOM 2 Draft Key event.
dispatchKeyPressed(KeyEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Dispatches the event to the GVT tree.
dispatchKeyPressed(KeyEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Dispatches the event to the GVT tree.
dispatchKeyReleased(KeyEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Dispatches the event to the GVT tree.
dispatchKeyReleased(KeyEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Dispatches the event to the GVT tree.
dispatchKeyTyped(KeyEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Dispatches the event to the GVT tree.
dispatchKeyTyped(KeyEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Dispatches the event to the GVT tree.
dispatchMouseClicked(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Dispatches the event to the GVT tree.
dispatchMouseClicked(MouseEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Dispatches the event to the GVT tree.
dispatchMouseDragged(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Dispatches the event to the GVT tree.
dispatchMouseDragged(MouseEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Dispatches the event to the GVT tree.
dispatchMouseEntered(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Dispatches the event to the GVT tree.
dispatchMouseEntered(MouseEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Dispatches the event to the GVT tree.
dispatchMouseEvent(MouseEvent) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event.
dispatchMouseEvent(String, GraphicsNodeMouseEvent, boolean) - Method in class io.sf.carte.echosvg.bridge.BridgeEventSupport.Listener
Dispatches a DOM MouseEvent according to the specified parameters.
dispatchMouseEvent(String, Element, Element, Point, GraphicsNodeMouseEvent, boolean) - Method in class io.sf.carte.echosvg.bridge.BridgeEventSupport.Listener
Dispatches a DOM MouseEvent according to the specified parameters.
dispatchMouseEvent(String, Element, Element, Point, GraphicsNodeMouseEvent, boolean) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeEventSupport.Listener
Dispatches a DOM MouseEvent according to the specified parameters.
dispatchMouseEvent(String, Element, Element, Point, GraphicsNodeMouseEvent, boolean, int) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeEventSupport.Listener
Dispatches a DOM MouseEvent according to the specified parameters.
dispatchMouseExited(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Dispatches the event to the GVT tree.
dispatchMouseExited(MouseEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Dispatches the event to the GVT tree.
dispatchMouseMoved(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Dispatches the event to the GVT tree.
dispatchMouseMoved(MouseEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Dispatches the event to the GVT tree.
dispatchMousePressed(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Dispatches the event to the GVT tree.
dispatchMousePressed(MouseEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Dispatches the event to the GVT tree.
dispatchMouseReleased(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Dispatches the event to the GVT tree.
dispatchMouseReleased(MouseEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Dispatches the event to the GVT tree.
dispatchMouseWheelEvent(MouseWheelEvent) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse wheel event.
dispatchMouseWheelMoved(MouseWheelEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Dispatches the mouse event to the GVT tree.
dispatchMouseWheelMoved(MouseWheelEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Dispatches the event to the GVT tree.
dispatchSelectionEvent(SelectionEvent) - Method in class io.sf.carte.echosvg.bridge.ConcreteTextSelector
Reports whether the current selection contains any objects.
dispatchSVGDocEvent(String) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
 
dispatchSVGLoad(Element, boolean, String) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
Auxiliary method for dispatchSVGLoad.
dispatchSVGLoadEvent() - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
Recursively dispatch the SVG 'onload' event.
dispatchSVGLoadEvent() - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Dispatches an 'SVGLoad' event to the document.
dispatchSVGLoadEvent(BridgeContext, ScriptingEnvironment) - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Dispatches an 'SVGLoad' event to the document.
dispatchSVGResizeEvent() - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
Method to dispatch SVG Resize event.
dispatchSVGResizeEvent() - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Dispatches an "SVGZoom" event to the document.
dispatchSVGScrollEvent() - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
Method to dispatch SVG Scroll event.
dispatchSVGScrollEvent() - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Dispatches an "SVGZoom" event to the document.
dispatchSVGUnLoadEvent() - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Dispatches an 'SVGUnLoad' event to the document.
dispatchSVGZoomEvent() - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
Method to dispatch SVG Zoom event.
dispatchSVGZoomEvent() - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Dispatches an "SVGZoom" event to the document.
dispatchTextEvent(GraphicsNodeKeyEvent) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeEventSupport.Listener
Dispatch a DOM 3 Text event.
DisplacementMapRable - Interface in io.sf.carte.echosvg.ext.awt.image.renderable
Implements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input image
DisplacementMapRable8Bit - Class in io.sf.carte.echosvg.ext.awt.image.renderable
Implements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input image
DisplacementMapRable8Bit(List<Filter>, double, ARGBChannel, ARGBChannel) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable8Bit
 
DisplacementMapRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This implementation of RenderableImage will render its input GraphicsNode on demand for tiles.
DisplacementMapRed(CachableRed, CachableRed, ARGBChannel, ARGBChannel, float, float, RenderingHints) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.DisplacementMapRed
 
DisplacementMapRed.TileOffsets - Class in io.sf.carte.echosvg.ext.awt.image.rendered
 
DISPLAY_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
displayError(Exception) - Method in class io.sf.carte.echosvg.bridge.BridgeContext.CSSEngineUserAgentWrapper
Displays an error resulting from the specified Exception.
displayError(Exception) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Displays an error resulting from the specified Exception.
displayError(Exception) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Display the specified error (forwards call to displayError(String))
displayError(Exception) - Method in interface io.sf.carte.echosvg.css.engine.CSSEngineUserAgent
Displays an error resulting from the specified Exception.
displayError(Exception) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas.CanvasUserAgent
Displays an error resulting from the specified Exception.
displayError(Exception) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Displays an error resulting from the specified Exception.
displayError(Exception) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Displays an error resulting from the specified Exception.
displayError(Exception) - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Displays an error resulting from the specified Exception.
displayError(Exception) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
Displays an error resulting from the specified Exception.
displayError(Exception) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentGUIAdapter
Displays an error resulting from the specified Exception.
displayError(Exception) - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Displays the specified error using the ErrorHandler.
displayError(String) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Display the specified error message (forwards call to displayMessage).
displayError(String) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas.CanvasUserAgent
Displays an error message in the User Agent interface.
displayError(String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Displays an error message in the User Agent interface.
displayError(String) - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Displays an error message.
displayError(String) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
Displays an error message.
displayError(String) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentGUIAdapter
Displays an error message.
displayError(String) - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Displays the specified error message using the ErrorHandler.
DisplayManager - Class in io.sf.carte.echosvg.css.engine.value.css2
This class provides a manager for the 'display' property values.
DisplayManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.css2.DisplayManager
 
displayMessage(String) - Method in class io.sf.carte.echosvg.bridge.BridgeContext.CSSEngineUserAgentWrapper
Displays a message in the User Agent interface.
displayMessage(String) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Displays a message in the User Agent interface.
displayMessage(String) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Display the specified message.
displayMessage(String) - Method in interface io.sf.carte.echosvg.css.engine.CSSEngineUserAgent
Displays a message in the User Agent interface.
displayMessage(String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Displays a message in the User Agent interface.
displayMessage(String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Displays a message in the User Agent interface.
displayMessage(String) - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Displays a message in the User Agent interface.
displayMessage(String) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
Displays a message in the User Agent interface.
displayMessage(String) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentGUIAdapter
Displays a message in the User Agent interface.
displayMessage(String) - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Displays the specified message using the ErrorHandler.
dispose() - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Disposes this animation engine.
dispose() - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Disposes this BridgeUpdateHandler and releases all resources.
dispose() - Method in class io.sf.carte.echosvg.bridge.AnimatableGenericSVGBridge
 
dispose() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Disposes this BridgeContext.
dispose() - Method in interface io.sf.carte.echosvg.bridge.BridgeUpdateHandler
Disposes this BridgeUpdateHandler and releases all resources.
dispose() - Method in class io.sf.carte.echosvg.bridge.DocumentLoader
Disposes and releases all resources allocated by this document loader.
dispose() - Method in class io.sf.carte.echosvg.bridge.FocusManager
Removes all listeners attached to the document and that manage focus.
dispose() - Method in class io.sf.carte.echosvg.bridge.RhinoInterpreter
For RhinoInterpreter this method flushes the Rhino caches to avoid memory leaks.
dispose() - Method in class io.sf.carte.echosvg.bridge.svg12.BindableElementBridge
 
dispose() - Method in class io.sf.carte.echosvg.bridge.svg12.ContentManager
Disposes this ContentManager.
dispose() - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext
Disposes this BridgeContext.
dispose() - Method in class io.sf.carte.echosvg.bridge.svg12.SVGMultiImageElementBridge
Disposes this BridgeUpdateHandler and releases all resources.
dispose() - Method in class io.sf.carte.echosvg.bridge.svg12.XBLContentElementBridge
Dispose this bridge by removing the ContentSelectionChangedListener object.
dispose() - Method in class io.sf.carte.echosvg.bridge.SVGAElementBridge
 
dispose() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Disposes this BridgeUpdateHandler and releases all resources.
dispose() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
Disposes this animation engine.
dispose() - Method in class io.sf.carte.echosvg.bridge.SVGDescriptiveElementBridge
 
dispose() - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
Disposes this BridgeUpdateHandler and releases all resources.
dispose() - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
 
dispose() - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
Disposes this BridgeUpdateHandler and releases all resources.
dispose() - Method in class io.sf.carte.echosvg.bridge.SVGSwitchElementBridge
Disposes this BridgeUpdateHandler and releases all resources.
dispose() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler
Disposes this BridgeUpdateHandler and releases all resources.
dispose() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
dispose() - Method in class io.sf.carte.echosvg.bridge.SVGUseElementBridge
 
dispose() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Disposes the CSSEngine and all the attached resources.
dispose() - Method in class io.sf.carte.echosvg.ext.awt.g2d.DefaultGraphics2D
Disposes of this graphics context and releases any system resources that it is using.
dispose() - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.AlphaPreCompositeContext
 
dispose() - Method in class io.sf.carte.echosvg.gvt.PatternPaintContext
 
dispose() - Method in interface io.sf.carte.echosvg.gvt.renderer.ImageRenderer
release resources associated with this object.
dispose() - Method in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
 
dispose() - Method in interface io.sf.carte.echosvg.gvt.renderer.Renderer
Cause the renderer to ask to be removed from external reference lists, de-register as a listener to events, etc.
dispose() - Method in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
Disposes all resources of this renderer.
dispose() - Method in interface io.sf.carte.echosvg.script.Interpreter
This method can dispose resources used by the interpreter when it is no longer used.
dispose() - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Disposes of this graphics context and releases any system resources that it is using.
dispose() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
 
dispose() - Method in class io.sf.carte.echosvg.util.io.AbstractCharDecoder
Disposes the associated resources.
dispose() - Method in interface io.sf.carte.echosvg.util.io.CharDecoder
Disposes the associated resources.
dispose() - Method in class io.sf.carte.echosvg.util.io.GenericDecoder
Disposes the associated resources.
dispose() - Method in class io.sf.carte.echosvg.util.io.StringDecoder
Disposes the associated resources.
disposeStyleMaps(Node) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Removes the style maps from each CSSStylableElement in the document.
disposeTree(Node) - Static method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Disposes all resources related to the specified node and its subtree.
disposeTree(Node, boolean) - Static method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Disposes all resources related to the specified node and its subtree, and optionally removes the nodes' SVGContext.
distanceBetweenRun(SVGTextElementBridge.CharacterInformation, SVGTextElementBridge.CharacterInformation) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
distanceFirstLastCharacterInRun(SVGTextElementBridge.CharacterInformation, SVGTextElementBridge.CharacterInformation) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatableAngleOrIdentValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatableAngleValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatableBooleanValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatableColorValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatableIntegerValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatableLengthListValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatableLengthOrIdentValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatableLengthValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatableMotionPointValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberListValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberOptionalNumberValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberOrIdentValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberOrPercentageValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatablePathDataValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatablePointListValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatablePreserveAspectRatioValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatableRectValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatableStringValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatableTransformListValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatableValue
Returns the absolute distance between this value and the specified other value.
distanceTo1(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatableTransformListValue
Returns the distance between this value's first component and the specified other value's first component.
distanceTo2(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatableTransformListValue
Returns the distance between this value's second component and the specified other value's second component.
distanceTo3(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.values.AnimatableTransformListValue
Returns the distance between this value's third component and the specified other value's third component.
DistantLight - Class in io.sf.carte.echosvg.ext.awt.image
A light source placed at the infinity, such that the light angle is constant over the whole surface.
DistantLight(double, double, Color) - Constructor for class io.sf.carte.echosvg.ext.awt.image.DistantLight
 
distributeAcross(RenderableImage, Graphics2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterResRable8Bit
This function attempts to distribute the filterRes operation across src.
divide_BYTE_COMP_Data(WritableRaster) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
 
divide_INT_PACK_Data(WritableRaster) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
 
divideAlpha(WritableRaster) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
 
docInsertedListener - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
DOM node inserted listener for the document.
DocInsertedListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DocInsertedListener
 
docRemovedListener - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
DOM node removed listener for the document.
DocRemovedListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DocRemovedListener
 
docSubtreeListener - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
DOM subtree mutation listener for the document.
DocSubtreeListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DocSubtreeListener
 
DOCTYPE_CHANGE - Static variable in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
 
DOCTYPE_CONTEXT - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
DOCTYPE_CONTEXT - Static variable in class io.sf.carte.echosvg.xml.XMLScanner
The doctype context.
DOCTYPE_KEEP_UNCHANGED - Static variable in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
 
DOCTYPE_REMOVE - Static variable in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
 
DOCTYPE_START - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a doctype start lexical unit, i.e. <!DOCTYPE.
DOCTYPE_STYLE - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLContext
 
DoctypeHandler() - Constructor for class io.sf.carte.echosvg.apps.svgpp.Main.DoctypeHandler
 
DoctypeKey() - Constructor for class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder.DoctypeKey
 
doctypeOption - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
The doctype option.
DoctypeValue(int) - Constructor for class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder.DoctypeValue
 
document - Variable in class io.sf.carte.echosvg.anim.AnimationEngine
The document this AnimationEngine is managing animation for.
document - Variable in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
The document to manage.
document - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The document is bridge context is dedicated to.
document - Variable in class io.sf.carte.echosvg.bridge.FocusManager
The document.
document - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
The document.
document - Variable in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
The document node this bridge is associated with.
document - Variable in class io.sf.carte.echosvg.bridge.UpdateManager
The document to manage.
document - Variable in class io.sf.carte.echosvg.bridge.URIResolver
The reference document.
document - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The associated document.
document - Variable in class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
The document which created the iterator.
document - Variable in class io.sf.carte.echosvg.transcoder.TranscoderInput
The optional input as XML Document.
document - Variable in class io.sf.carte.echosvg.transcoder.TranscoderOutput
The optional output as XML Document.
DOCUMENT_POSITION_CONTAINED_BY - Static variable in class io.sf.carte.echosvg.dom.AbstractNode
 
DOCUMENT_POSITION_CONTAINS - Static variable in class io.sf.carte.echosvg.dom.AbstractNode
 
DOCUMENT_POSITION_DISCONNECTED - Static variable in class io.sf.carte.echosvg.dom.AbstractNode
 
DOCUMENT_POSITION_FOLLOWING - Static variable in class io.sf.carte.echosvg.dom.AbstractNode
 
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC - Static variable in class io.sf.carte.echosvg.dom.AbstractNode
 
DOCUMENT_POSITION_PRECEDING - Static variable in class io.sf.carte.echosvg.dom.AbstractNode
 
DOCUMENT_START_CONTEXT - Static variable in class io.sf.carte.echosvg.xml.XMLScanner
The document start context.
DocumentAdapter() - Constructor for class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
DocumentAdapter() - Constructor for class io.sf.carte.echosvg.util.gui.URIChooser.DocumentAdapter
 
documentBeginTime - Variable in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
The wallclock time that the document began.
DocumentBridge - Interface in io.sf.carte.echosvg.bridge
Interface for bridge classes that operate on Document nodes.
documentCodeSource - Variable in class io.sf.carte.echosvg.bridge.DocumentJarClassLoader
CodeSource for the Document which referenced the Jar file
DocumentConfiguration() - Constructor for class io.sf.carte.echosvg.dom.AbstractDocument.DocumentConfiguration
 
DocumentDescriptor - Class in io.sf.carte.echosvg.dom.util
This class contains informations about a document.
DocumentDescriptor() - Constructor for class io.sf.carte.echosvg.dom.util.DocumentDescriptor
Creates a new table.
DocumentDescriptor.Entry - Class in io.sf.carte.echosvg.dom.util
To manage collisions
DocumentError(String, short, String, Node, Exception) - Constructor for class io.sf.carte.echosvg.dom.AbstractDocument.DocumentError
Creates a new DocumentError object.
documentEventSupport - Variable in class io.sf.carte.echosvg.dom.AbstractDocument
The DocumentEventSupport.
DocumentEventSupport - Class in io.sf.carte.echosvg.dom.events
This class implements the behavior of DocumentEvent.
DocumentEventSupport() - Constructor for class io.sf.carte.echosvg.dom.events.DocumentEventSupport
 
DocumentEventSupport.CustomEventFactory - Class in io.sf.carte.echosvg.dom.events
To create a Custom event.
DocumentEventSupport.EventFactory - Interface in io.sf.carte.echosvg.dom.events
This interface represents an event factory.
DocumentEventSupport.KeyboardEventFactory - Class in io.sf.carte.echosvg.dom.events
To create a keyboard event.
DocumentEventSupport.KeyEventFactory - Class in io.sf.carte.echosvg.dom.events
To create a key event.
DocumentEventSupport.MouseEventFactory - Class in io.sf.carte.echosvg.dom.events
To create a mouse event.
DocumentEventSupport.MutationEventFactory - Class in io.sf.carte.echosvg.dom.events
To create a mutation event.
DocumentEventSupport.MutationNameEventFactory - Class in io.sf.carte.echosvg.dom.events
To create a mutation name event.
DocumentEventSupport.SimpleEventFactory - Class in io.sf.carte.echosvg.dom.events
To create a simple event.
DocumentEventSupport.TextEventFactory - Class in io.sf.carte.echosvg.dom.events
To create a Text event.
DocumentEventSupport.UIEventFactory - Class in io.sf.carte.echosvg.dom.events
To create a UI event.
documentFactory - Variable in class io.sf.carte.echosvg.bridge.DocumentLoader
The document factory used to create the document according a DOM implementation.
DocumentFactory - Interface in io.sf.carte.echosvg.dom.util
This interface represents an object which can build a Document.
DocumentJarClassLoader - Class in io.sf.carte.echosvg.bridge
This ClassLoader implementation only grants permission to connect back to the server from where the document referencing the jar file was loaded.
DocumentJarClassLoader(URL, URL) - Constructor for class io.sf.carte.echosvg.bridge.DocumentJarClassLoader
Constructor
documentLoader - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The document loader used to load/create Document.
documentLoader - Variable in class io.sf.carte.echosvg.bridge.URIResolver
The document loader.
documentLoader - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The document loader.
DocumentLoader - Class in io.sf.carte.echosvg.bridge
This class is responsible on loading an SVG document and maintaining a cache.
DocumentLoader() - Constructor for class io.sf.carte.echosvg.bridge.DocumentLoader
Constructs a new DocumentLoader.
DocumentLoader(UserAgent) - Constructor for class io.sf.carte.echosvg.bridge.DocumentLoader
Constructs a new DocumentLoader with the specified XML parser.
documentLoadingCancelled(SVGDocumentLoaderEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when the loading of a document was cancelled.
documentLoadingCancelled(SVGDocumentLoaderEvent) - Method in class io.sf.carte.echosvg.swing.svg.SVGDocumentLoaderAdapter
Called when the loading of a document was cancelled.
documentLoadingCancelled(SVGDocumentLoaderEvent) - Method in interface io.sf.carte.echosvg.swing.svg.SVGDocumentLoaderListener
Called when the loading of a document was cancelled.
documentLoadingCompleted(SVGDocumentLoaderEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when the loading of a document was completed.
documentLoadingCompleted(SVGDocumentLoaderEvent) - Method in class io.sf.carte.echosvg.swing.svg.SVGDocumentLoaderAdapter
Called when the loading of a document was completed.
documentLoadingCompleted(SVGDocumentLoaderEvent) - Method in interface io.sf.carte.echosvg.swing.svg.SVGDocumentLoaderListener
Called when the loading of a document was completed.
documentLoadingFailed(SVGDocumentLoaderEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when the loading of a document has failed.
documentLoadingFailed(SVGDocumentLoaderEvent) - Method in class io.sf.carte.echosvg.swing.svg.SVGDocumentLoaderAdapter
Called when the loading of a document has failed.
documentLoadingFailed(SVGDocumentLoaderEvent) - Method in interface io.sf.carte.echosvg.swing.svg.SVGDocumentLoaderListener
Called when the loading of a document has failed.
documentLoadingStarted(SVGDocumentLoaderEvent) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas.CanvasSVGListener
Called when the loading of a document was started.
documentLoadingStarted(SVGDocumentLoaderEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when the loading of a document was started.
documentLoadingStarted(SVGDocumentLoaderEvent) - Method in class io.sf.carte.echosvg.swing.svg.SVGDocumentLoaderAdapter
Called when the loading of a document was started.
documentLoadingStarted(SVGDocumentLoaderEvent) - Method in interface io.sf.carte.echosvg.swing.svg.SVGDocumentLoaderListener
Called when the loading of a document was started.
documentSize - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The size of the document.
documentState - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The document state.
documentURI - Variable in class io.sf.carte.echosvg.bridge.URIResolver
The document URI.
documentURI - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The document URI.
documentURI - Variable in class io.sf.carte.echosvg.dom.AbstractDocument
The document URI.
documentURL - Variable in class io.sf.carte.echosvg.script.rhino.RhinoClassLoader
URL for the document referencing the script.
documentWidth - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
The document width.
DocWidthHandler() - Constructor for class io.sf.carte.echosvg.apps.svgpp.Main.DocWidthHandler
 
DODGERBLUE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'dodgerblue' RGB color.
DODGERBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'dodgerblue' color name.
doExplicitGlyphLayout() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Explicitly lays out each of the glyphs in the glyph vector.
DOM_CANONICAL_FORM_PARAM - Static variable in interface io.sf.carte.echosvg.util.DOMConstants
 
DOM_CDATA_SECTIONS_PARAM - Static variable in interface io.sf.carte.echosvg.util.DOMConstants
 
DOM_CDATA_SECTIONS_SPLITTED_ERROR - Static variable in interface io.sf.carte.echosvg.util.DOMConstants
 
DOM_CHECK_CHARACTER_NORMALIZATION_PARAM - Static variable in interface io.sf.carte.echosvg.util.DOMConstants
 
DOM_COMMENTS_PARAM - Static variable in interface io.sf.carte.echosvg.util.DOMConstants
 
DOM_DATATYPE_NORMALIZATION_PARAM - Static variable in interface io.sf.carte.echosvg.util.DOMConstants
 
DOM_ELEMENT_CONTENT_WHITESPACE_PARAM - Static variable in interface io.sf.carte.echosvg.util.DOMConstants
 
DOM_ENTITIES_PARAM - Static variable in interface io.sf.carte.echosvg.util.DOMConstants
 
DOM_ERROR_HANDLER_PARAM - Static variable in interface io.sf.carte.echosvg.util.DOMConstants
 
DOM_IMPLEMENTATION - Static variable in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation
The default instance of this class.
DOM_IMPLEMENTATION - Static variable in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation
The default instance of this class.
DOM_IMPLEMENTATION - Static variable in class io.sf.carte.echosvg.dom.GenericDOMImplementation
The default instance of this class.
DOM_INFOSET_PARAM - Static variable in interface io.sf.carte.echosvg.util.DOMConstants
 
DOM_INVALID_CHARACTER_ERROR - Static variable in interface io.sf.carte.echosvg.util.DOMConstants
 
DOM_INVALID_CHARACTER_IN_NODE_NAME_ERROR - Static variable in interface io.sf.carte.echosvg.util.DOMConstants
 
DOM_KEY_LOCATION_LEFT - Static variable in interface io.sf.carte.echosvg.w3c.dom.events.KeyboardEvent
The key activated is in the left key location (there is more than one possible location for this key).
DOM_KEY_LOCATION_NUMPAD - Static variable in interface io.sf.carte.echosvg.w3c.dom.events.KeyboardEvent
The key activation originated on the numeric keypad or with a virtual key corresponding to the numeric keypad.
DOM_KEY_LOCATION_RIGHT - Static variable in interface io.sf.carte.echosvg.w3c.dom.events.KeyboardEvent
The key activation is in the right key location (there is more than one possible location for this key).
DOM_KEY_LOCATION_STANDARD - Static variable in interface io.sf.carte.echosvg.w3c.dom.events.KeyboardEvent
The key activation is not distinguished as the left or right version of the key, and did not originate from the numeric keypad (or did not originate with a virtual key corresponding to the numeric keypad).
DOM_NAMESPACE_DECLARATIONS_PARAM - Static variable in interface io.sf.carte.echosvg.util.DOMConstants
 
DOM_NAMESPACES_PARAM - Static variable in interface io.sf.carte.echosvg.util.DOMConstants
 
DOM_NORMALIZE_CHARACTERS_PARAM - Static variable in interface io.sf.carte.echosvg.util.DOMConstants
 
DOM_SPLIT_CDATA_SECTIONS_PARAM - Static variable in interface io.sf.carte.echosvg.util.DOMConstants
 
DOM_VALIDATE_IF_SCHEMA_PARAM - Static variable in interface io.sf.carte.echosvg.util.DOMConstants
 
DOM_VALIDATE_PARAM - Static variable in interface io.sf.carte.echosvg.util.DOMConstants
 
DOM_VK_0 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_1 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_2 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_3 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_4 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_5 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_6 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_7 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_8 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_9 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_A - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_ACCEPT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_ADD - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_AGAIN - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_ALL_CANDIDATES - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_ALPHANUMERIC - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_ALT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_ALT_GRAPH - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_AMPERSAND - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_ASTERISK - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_AT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_B - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_BACK_QUOTE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_BACK_SLASH - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_BACK_SPACE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_BRACELEFT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_BRACERIGHT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_C - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_CANCEL - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_CAPS_LOCK - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_CIRCUMFLEX - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_CLEAR - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_CLOSE_BRACKET - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_CODE_INPUT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_COLON - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_COMMA - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_COMPOSE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_CONTROL - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_CONVERT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_COPY - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_CUT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_D - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_ABOVEDOT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_ABOVERING - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_ACUTE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_BREVE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_CARON - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_CEDILLA - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_CIRCUMFLEX - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_DIAERESIS - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_DOUBLEACUTE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_GRAVE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_IOTA - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_MACRON - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_OGONEK - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_SEMIVOICED_SOUND - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_TILDE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_VOICED_SOUND - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_DECIMAL - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_DELETE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_DIVIDE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_DOLLAR - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_DOWN - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_E - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_END - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_ENTER - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_EQUALS - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_ESCAPE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_EURO_SIGN - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_EXCLAMATION_MARK - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F1 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F10 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F11 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F12 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F13 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F14 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F15 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F16 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F17 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F18 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F19 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F2 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F20 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F21 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F22 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F23 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F24 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F3 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F4 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F5 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F6 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F7 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F8 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_F9 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_FINAL - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_FIND - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_FULL_WIDTH - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_G - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_GREATER - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_H - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_HALF_WIDTH - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_HELP - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_HIRAGANA - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_HOME - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_I - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_INSERT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_INVERTED_EXCLAMATION_MARK - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_J - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_JAPANESE_HIRAGANA - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_JAPANESE_KATAKANA - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_JAPANESE_ROMAN - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_K - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_KANA - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_KANJI - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_KATAKANA - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_KP_DOWN - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_KP_LEFT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_KP_RIGHT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_KP_UP - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_L - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_LEFT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_LEFT_PARENTHESIS - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_LESS - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_M - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_META - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_MINUS - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_MODECHANGE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_MULTIPLY - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_N - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_NONCONVERT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_NUM_LOCK - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_NUMBER_SIGN - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_NUMPAD0 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_NUMPAD1 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_NUMPAD2 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_NUMPAD3 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_NUMPAD4 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_NUMPAD5 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_NUMPAD6 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_NUMPAD7 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_NUMPAD8 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_NUMPAD9 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_O - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_OPEN_BRACKET - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_P - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_PAGE_DOWN - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_PAGE_UP - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_PASTE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_PAUSE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_PERIOD - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_PLUS - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_PREVIOUS_CANDIDATE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_PRINTSCREEN - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_PROPS - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_Q - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_QUOTE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_QUOTEDBL - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_R - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_RIGHT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_RIGHT_PARENTHESIS - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_ROMAN_CHARACTERS - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_S - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_SCROLL_LOCK - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_SEMICOLON - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_SEPARATER - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_SHIFT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_SLASH - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_SPACE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_STOP - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_SUBTRACT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_T - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_TAB - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_U - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_UNDEFINED - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_UNDERSCORE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_UNDO - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_UP - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_V - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_W - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_X - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_Y - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_VK_Z - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
DOM_WELL_FORMED_PARAM - Static variable in interface io.sf.carte.echosvg.util.DOMConstants
 
domAttrModifiedEventListener - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The DOM EventListener to receive 'DOMAttrModified' event.
domAttrModifiedEventListener - Variable in class io.sf.carte.echosvg.bridge.svg12.ContentManager
DOMAttrModified listener for bound element children.
DOMAttrModifiedEventListener() - Constructor for class io.sf.carte.echosvg.bridge.BridgeContext.DOMAttrModifiedEventListener
Creates a new DOMAttrModifiedEventListener.
DOMAttrModifiedEventListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.ContentManager.DOMAttrModifiedEventListener
 
domAttrModifiedListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The DOMAttrModified event listener.
domAttrModifiedListener - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The DOMAttrModified event listener.
DOMAttrModifiedListener() - Constructor for class io.sf.carte.echosvg.bridge.ScriptingEnvironment.DOMAttrModifiedListener
 
DOMAttrModifiedListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment.DOMAttrModifiedListener
 
DOMAttrModifiedListener() - Constructor for class io.sf.carte.echosvg.css.engine.CSSEngine.DOMAttrModifiedListener
 
DOMAttrModifiedListenerWrapper(CSSNavigableDocumentListener) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMDocument.DOMAttrModifiedListenerWrapper
Creates a new DOMAttrModifiedListenerWrapper.
domCharacterDataModifiedEventListener - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The DOM EventListener to receive 'DOMCharacterDataModified' event.
DOMCharacterDataModifiedEventListener() - Constructor for class io.sf.carte.echosvg.bridge.BridgeContext.DOMCharacterDataModifiedEventListener
Creates a new DOMCharacterDataModifiedEventListener.
domCharacterDataModifiedListener - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMStyleElement
The listener used to track the content changes.
domCharacterDataModifiedListener - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The DOMCharacterDataModified event listener.
DOMCharacterDataModifiedListener() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMStyleElement.DOMCharacterDataModifiedListener
 
DOMCharacterDataModifiedListener() - Constructor for class io.sf.carte.echosvg.css.engine.CSSEngine.DOMCharacterDataModifiedListener
 
DOMCharacterDataModifiedListenerWrapper(CSSNavigableDocumentListener) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMDocument.DOMCharacterDataModifiedListenerWrapper
Creates a new DOMCharacterDataModifiedListenerWrapper.
DOMChildNodeRemovedEventListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12TextElementBridge.DOMChildNodeRemovedEventListener
 
DOMChildNodeRemovedEventListener() - Constructor for class io.sf.carte.echosvg.bridge.SVGTextElementBridge.DOMChildNodeRemovedEventListener
 
domConfig - Variable in class io.sf.carte.echosvg.dom.AbstractDocument
The DOMConfiguration object for this document.
DOMConstants - Interface in io.sf.carte.echosvg.util
String constants used by the DOM classes.
DOMCustomEvent - Class in io.sf.carte.echosvg.dom.events
A custom event object.
DOMCustomEvent() - Constructor for class io.sf.carte.echosvg.dom.events.DOMCustomEvent
 
DOMEvent - Class in io.sf.carte.echosvg.dom.events
A simple event.
DOMEvent() - Constructor for class io.sf.carte.echosvg.dom.events.DOMEvent
 
DomExtension - Interface in io.sf.carte.echosvg.dom
This is a Service interface for classes that want to extend the functionality of the AbstractDocument, to support new tags in the DOM tree.
domFocusInListener - Variable in class io.sf.carte.echosvg.bridge.FocusManager
The EventListener that tracks 'DOMFocusIn' events.
DOMFocusInTracker() - Constructor for class io.sf.carte.echosvg.bridge.FocusManager.DOMFocusInTracker
 
DOMFocusInTracker() - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12FocusManager.DOMFocusInTracker
 
domFocusOutListener - Variable in class io.sf.carte.echosvg.bridge.FocusManager
The EventListener that tracks 'DOMFocusOut' events.
DOMFocusOutTracker() - Constructor for class io.sf.carte.echosvg.bridge.FocusManager.DOMFocusOutTracker
 
DOMGroupManager - Class in io.sf.carte.echosvg.svggen
This class is used by the Graphics2D SVG Generator to manage a group of Nodes that can later be added to the SVG DOM Tree managed by the DOMTreeManager.
DOMGroupManager(GraphicContext, DOMTreeManager) - Constructor for class io.sf.carte.echosvg.svggen.DOMGroupManager
Constructor
DOMImplementationKey - Class in io.sf.carte.echosvg.transcoder.keys
A transcoding Key represented as a DOMImplementation.
DOMImplementationKey() - Constructor for class io.sf.carte.echosvg.transcoder.keys.DOMImplementationKey
 
DOMINANT_BASELINE_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
DominantBaselineManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'alignment-baseline' property values.
DominantBaselineManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.DominantBaselineManager
 
DOMKeyboardEvent - Class in io.sf.carte.echosvg.dom.events
DOM 3 Keyboard event class.
DOMKeyboardEvent() - Constructor for class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
DOMKeyEvent - Class in io.sf.carte.echosvg.dom.events
The KeyEvent interface provides specific contextual information associated with Key events.
DOMKeyEvent() - Constructor for class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
domLocator - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentError
The DOMLocator for this error.
DOMMouseEvent - Class in io.sf.carte.echosvg.dom.events
The MouseEvent class provides specific contextual information associated with Mouse events.
DOMMouseEvent() - Constructor for class io.sf.carte.echosvg.dom.events.DOMMouseEvent
 
DOMMouseOutEventListener() - Constructor for class io.sf.carte.echosvg.bridge.BridgeContext.DOMMouseOutEventListener
Creates a new DOMMouseOutEventListener.
DOMMouseOverEventListener() - Constructor for class io.sf.carte.echosvg.bridge.BridgeContext.DOMMouseOverEventListener
Creates a new DOMMouseOverEventListener.
DOMMutationEvent - Class in io.sf.carte.echosvg.dom.events
The MutationEvent class provides specific contextual information associated with Mutation events.
DOMMutationEvent() - Constructor for class io.sf.carte.echosvg.dom.events.DOMMutationEvent
 
DOMMutationNameEvent - Class in io.sf.carte.echosvg.dom.events
Class to implement DOM 3 MutationName events.
DOMMutationNameEvent() - Constructor for class io.sf.carte.echosvg.dom.events.DOMMutationNameEvent
 
domNodeInsertedEventListener - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The DOM EventListener to receive 'DOMNodeInserted' event.
domNodeInsertedEventListener - Variable in class io.sf.carte.echosvg.bridge.svg12.ContentManager
DOMNodeInserted listener for bound element children.
DOMNodeInsertedEventListener() - Constructor for class io.sf.carte.echosvg.bridge.BridgeContext.DOMNodeInsertedEventListener
Creates a new DOMNodeInsertedEventListener.
DOMNodeInsertedEventListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.ContentManager.DOMNodeInsertedEventListener
 
domNodeInsertedListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The DOMNodeInserted event listener.
domNodeInsertedListener - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The DOMNodeInserted event listener.
DOMNodeInsertedListener() - Constructor for class io.sf.carte.echosvg.bridge.ScriptingEnvironment.DOMNodeInsertedListener
 
DOMNodeInsertedListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment.DOMNodeInsertedListener
 
DOMNodeInsertedListener() - Constructor for class io.sf.carte.echosvg.css.engine.CSSEngine.DOMNodeInsertedListener
 
DOMNodeInsertedListenerWrapper(CSSNavigableDocumentListener) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMDocument.DOMNodeInsertedListenerWrapper
Creates a new DOMNodeInsertedListenerWrapper.
DOMNodeIterator - Class in io.sf.carte.echosvg.dom.traversal
This class implements the NodeIterator interface.
DOMNodeIterator(AbstractDocument, Node, int, NodeFilter, boolean) - Constructor for class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
Creates a new NodeIterator object.
domNodeRemovedEventListener - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The DOM EventListener to receive 'DOMNodeRemoved' event.
domNodeRemovedEventListener - Variable in class io.sf.carte.echosvg.bridge.svg12.ContentManager
DOMNodeRemoved listener for bound element children.
DOMNodeRemovedEventListener() - Constructor for class io.sf.carte.echosvg.bridge.BridgeContext.DOMNodeRemovedEventListener
Creates a new DOMNodeRemovedEventListener.
DOMNodeRemovedEventListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.ContentManager.DOMNodeRemovedEventListener
 
domNodeRemovedListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The DOMNodeRemoved event listener.
domNodeRemovedListener - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The DOMNodeRemoved event listener.
DOMNodeRemovedListener() - Constructor for class io.sf.carte.echosvg.bridge.ScriptingEnvironment.DOMNodeRemovedListener
 
DOMNodeRemovedListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment.DOMNodeRemovedListener
 
DOMNodeRemovedListener() - Constructor for class io.sf.carte.echosvg.css.engine.CSSEngine.DOMNodeRemovedListener
 
DOMNodeRemovedListenerWrapper(CSSNavigableDocumentListener) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMDocument.DOMNodeRemovedListenerWrapper
Creates a new DOMNodeRemovedListenerWrapper.
domSubtreeModifiedEventListener - Variable in class io.sf.carte.echosvg.bridge.svg12.ContentManager
DOMSubtreeModified listener for shadow tree nodes.
DOMSubtreeModifiedEventListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.ContentManager.DOMSubtreeModifiedEventListener
 
DOMSubtreeModifiedEventListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12TextElementBridge.DOMSubtreeModifiedEventListener
 
DOMSubtreeModifiedEventListener() - Constructor for class io.sf.carte.echosvg.bridge.SVGTextElementBridge.DOMSubtreeModifiedEventListener
 
domSubtreeModifiedListener - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The DOMSubtreeModified event listener.
DOMSubtreeModifiedListener() - Constructor for class io.sf.carte.echosvg.css.engine.CSSEngine.DOMSubtreeModifiedListener
 
DOMSubtreeModifiedListenerWrapper(CSSNavigableDocumentListener) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMDocument.DOMSubtreeModifiedListenerWrapper
Creates a new DOMSubtreeModifiedListenerWrapper.
DOMTextEvent - Class in io.sf.carte.echosvg.dom.events
Class to implement DOM 3 Text events.
DOMTextEvent() - Constructor for class io.sf.carte.echosvg.dom.events.DOMTextEvent
 
DOMTimeEvent - Class in io.sf.carte.echosvg.dom.events
An event class for SMIL timing events.
DOMTimeEvent() - Constructor for class io.sf.carte.echosvg.dom.events.DOMTimeEvent
 
DOMTreeManager - Class in io.sf.carte.echosvg.svggen
This class is used by the SVGGraphics2D SVG Generator to manage addition of new Nodes to the SVG DOM Tree.
DOMTreeManager(GraphicContext, SVGGeneratorContext, int) - Constructor for class io.sf.carte.echosvg.svggen.DOMTreeManager
Constructor
DOMTreeWalker - Class in io.sf.carte.echosvg.dom.traversal
This class implements the NodeIterator interface.
DOMTreeWalker(Node, int, NodeFilter, boolean) - Constructor for class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
Creates a new TreeWalker object.
DOMUIEvent - Class in io.sf.carte.echosvg.dom.events
The UIEvent class provides specific contextual information associated with User Interface events.
DOMUIEvent() - Constructor for class io.sf.carte.echosvg.dom.events.DOMUIEvent
 
DOMUtilities - Class in io.sf.carte.echosvg.dom.util
A collection of utility functions for the DOM.
DOMUtilities() - Constructor for class io.sf.carte.echosvg.dom.util.DOMUtilities
Does not need to be instantiated.
done - Variable in class io.sf.carte.echosvg.ext.awt.geom.PathLength.SingleSegmentPathIterator
Whether the single segment has been passed.
done() - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
done() - Method in class io.sf.carte.echosvg.gvt.flow.FlowRegions
 
doParse() - Method in class io.sf.carte.echosvg.parser.AbstractParser
Method responsible for actually parsing data after AbstractParser has initialized itself.
doParse() - Method in class io.sf.carte.echosvg.parser.AngleParser
Parses the current reader representing an angle.
doParse() - Method in class io.sf.carte.echosvg.parser.ClockParser
Parses a clock value.
doParse() - Method in class io.sf.carte.echosvg.parser.FragmentIdentifierParser
Parses the current reader.
doParse() - Method in class io.sf.carte.echosvg.parser.LengthListParser
Parses the given reader.
doParse() - Method in class io.sf.carte.echosvg.parser.LengthPairListParser
Parses the given reader.
doParse() - Method in class io.sf.carte.echosvg.parser.LengthParser
 
doParse() - Method in class io.sf.carte.echosvg.parser.NumberListParser
Parses the given reader.
doParse() - Method in class io.sf.carte.echosvg.parser.PathParser
 
doParse() - Method in class io.sf.carte.echosvg.parser.PointsParser
Parses the current stream.
doParse() - Method in class io.sf.carte.echosvg.parser.PreserveAspectRatioParser
Parses the current stream.
doParse() - Method in class io.sf.carte.echosvg.parser.TimingSpecifierListParser
Parses a timing specifier list.
doParse() - Method in class io.sf.carte.echosvg.parser.TimingSpecifierParser
Parses a timing specifier.
doParse() - Method in class io.sf.carte.echosvg.parser.TransformListParser
Parses the current reader.
doParse(String, ListHandler) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList
Parses the attribute associated with this SVGLengthList.
doParse(String, ListHandler) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Parses the given attribute value and informs the specified ListHandler of the parsed list items.
doParse(String, ListHandler) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList
Parse the 'd' attribute.
doParse(String, ListHandler) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList
Parse the attribute associated with this SVGNumberList.
doParse(String, ListHandler) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList
Parse the 'd' attribute.
doParse(String, ListHandler) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPointList
Parses the 'points' attribute.
doParse(String, ListHandler) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList
Parse the attribute associated with this SVGTransformList.
doPathLayout() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
If this layout is on a text path, positions the characters along the path.
doSpacing(Float, Float, Float) - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Performs any spacing adjustments required and returns the new advance value.
dotNumber() - Method in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector.Scanner
Scans the decimal part of a number.
doubleBufferedRendering - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Whether the double buffering is enabled.
doubleBuffering - Variable in class io.sf.carte.echosvg.swing.gvt.GVTTreeRenderer
Whether to enable the double buffering.
DoubleDocument - Class in io.sf.carte.echosvg.ext.swing
Helper class.
DoubleDocument() - Constructor for class io.sf.carte.echosvg.ext.swing.DoubleDocument
 
doubleString(double) - Method in class io.sf.carte.echosvg.svggen.AbstractSVGConverter
Utility method for subclasses.
doubleString(double) - Method in class io.sf.carte.echosvg.svggen.AbstractSVGFilterConverter
Utility method for subclasses.
doubleString(double) - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Converts the input double value to a string with a number of decimal places controlled by the precision attribute.
doubleString(double) - Method in class io.sf.carte.echosvg.svggen.SVGGraphicObjectConverter
Utility method for subclasses.
DoublyIndexedSet<K,L> - Class in io.sf.carte.echosvg.util
A set that uses two keys.
DoublyIndexedSet() - Constructor for class io.sf.carte.echosvg.util.DoublyIndexedSet
 
DoublyIndexedTable<K,L> - Class in io.sf.carte.echosvg.util
This class represents a doubly indexed hash table.
DoublyIndexedTable() - Constructor for class io.sf.carte.echosvg.util.DoublyIndexedTable
Creates a new DoublyIndexedTable.
DoublyIndexedTable(int) - Constructor for class io.sf.carte.echosvg.util.DoublyIndexedTable
Creates a new DoublyIndexedTable.
DoublyIndexedTable(DoublyIndexedTable<K, L>) - Constructor for class io.sf.carte.echosvg.util.DoublyIndexedTable
Creates a new DoublyIndexedTable<String,String> initialized to contain all of the entries of the specified other DoublyIndexedTable.
DoublyIndexedTable.Entry - Class in io.sf.carte.echosvg.util
An entry in the DoublyIndexedTable.
DoublyIndexedTable.TableIterator - Class in io.sf.carte.echosvg.util
An Iterator class for a DoublyIndexedTable.
DoublyLinkedList - Class in io.sf.carte.echosvg.util
A simple Doubly Linked list class, designed to avoid O(n) behaviour on insert and delete.
DoublyLinkedList() - Constructor for class io.sf.carte.echosvg.util.DoublyLinkedList
 
DoublyLinkedList.Node - Class in io.sf.carte.echosvg.util
Basic doubly linked list node interface.
downLanguageButton - Variable in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel
The DownLanguageButton.
DownLanguageButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel.DownLanguageButtonAction
 
DRAFT_QUALITY - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
draw(Graphics2D) - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Paints the text layout using the specified Graphics2D and rendering context.
draw(Graphics2D) - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Paints the specified text layout using the specified Graphics2D and rendering context.
draw(Graphics2D) - Method in class io.sf.carte.echosvg.gvt.font.Glyph
Draws this glyph.
draw(Graphics2D, AttributedCharacterIterator) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Draws this glyph vector.
draw(Graphics2D, AttributedCharacterIterator) - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Draws the glyph vector.
draw(Graphics2D, AttributedCharacterIterator) - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Draws the glyph vector.
draw(Graphics2D, AttributedCharacterIterator) - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Draws this glyph vector.
draw(Shape) - Method in class io.sf.carte.echosvg.ext.awt.g2d.DefaultGraphics2D
Strokes the outline of a Shape using the settings of the current Graphics2D context.
draw(Shape) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Strokes the outline of a Shape using the settings of the current Graphics2D context.
DRAW - Static variable in class io.sf.carte.echosvg.svggen.DOMGroupManager
DRAW method.
drawArc(int, int, int, int, int, int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Draws the outline of a circular or elliptical arc covering the specified rectangle.
drawBlock(TileBlock, WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
 
drawBlockAndCopy(TileBlock[], WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
 
drawBlockInPlace(TileBlock[], WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
 
drawGlyphVector(GlyphVector, float, float) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Renders the text of the specified GlyphVector using the Graphics2D context's rendering attributes.
drawImage(Graphics2D, CachableRed) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Draws cr into g2d.
drawImage(Graphics2D, RenderableImage) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Draws a Filter (RenderableImage) into a Graphics 2D.
drawImage(Graphics2D, RenderableImage, RenderContext) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Draws a Filter (RenderableImage) into a Graphics 2D after taking into account a particular RenderContext.
drawImage(Graphics2D, RenderedImage) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Draws ri into g2d.
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Renders a BufferedImage that is filtered with a BufferedImageOp.
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Renders a BufferedImage that is filtered with a BufferedImageOp.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, int, int, int, int, ImageObserver) - Method in class io.sf.carte.echosvg.ext.awt.g2d.DefaultGraphics2D
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, int, int, int, int, ImageObserver) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, int, int, Color, ImageObserver) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, ImageObserver) - Method in class io.sf.carte.echosvg.ext.awt.g2d.DefaultGraphics2D
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, ImageObserver) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Draws as much of the specified image as is currently available.
drawImage(Image, AffineTransform, ImageObserver) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Renders an image, applying a transform from image space into user space before drawing.
drawImage(Image, AffineTransform, ImageObserver) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Renders an image, applying a transform from image space into user space before drawing.
drawLine(int, int, int, int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Draws a line, using the current color, between the points (x1, y1) and (x2, y2) in this graphics context's coordinate system.
drawOval(int, int, int, int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Draws the outline of an oval.
drawPolygon(int[], int[], int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Draws a closed polygon defined by arrays of x and y coordinates.
drawPolyline(int[], int[], int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Draws a sequence of connected lines defined by arrays of x and y coordinates.
drawRect(int, int, int, int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class io.sf.carte.echosvg.ext.awt.g2d.DefaultGraphics2D
Renders a RenderableImage, applying a transform from image space into user space before drawing.
drawRenderableImage(RenderableImage, AffineTransform) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Renders a RenderableImage, applying a transform from image space into user space before drawing.
drawRenderedImage(RenderedImage, AffineTransform) - Method in class io.sf.carte.echosvg.ext.awt.g2d.DefaultGraphics2D
Renders a RenderedImage, applying a transform from image space into user space before drawing.
drawRenderedImage(RenderedImage, AffineTransform) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Renders a RenderedImage, applying a transform from image space into user space before drawing.
drawRoundRect(int, int, int, int, int, int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Draws an outlined round-cornered rectangle using this graphics context's current color.
drawString(String, float, float) - Method in class io.sf.carte.echosvg.ext.awt.g2d.DefaultGraphics2D
Renders the text specified by the specified String, using the current Font and Paint attributes in the Graphics2D context.
drawString(String, float, float) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Renders the text specified by the specified String, using the current Font and Paint attributes in the Graphics2D context.
drawString(String, int, int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Draws the text given by the specified string, using this graphics context's current font and color.
drawString(AttributedCharacterIterator, float, float) - Method in class io.sf.carte.echosvg.ext.awt.g2d.DefaultGraphics2D
Renders the text of the specified iterator, using the Graphics2D context's current Paint.
drawString(AttributedCharacterIterator, float, float) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Renders the text of the specified iterator, using the Graphics2D context's current Paint.
drawString(AttributedCharacterIterator, int, int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Draws the text given by the specified iterator, using this graphics context's current color.
drawUnselectedText(Graphics, int, int, int, int) - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLView
DropDownComponent - Class in io.sf.carte.echosvg.util.gui
The drop down menu component.
DropDownComponent(JButton) - Constructor for class io.sf.carte.echosvg.util.gui.DropDownComponent
Creates the dropdown menu with the given main button.
DropDownComponent.DefaultScrollablePopupMenuItem - Class in io.sf.carte.echosvg.util.gui
Default implementation of the scrollable popup menu item.
DropDownComponent.ScrollablePopupMenu - Class in io.sf.carte.echosvg.util.gui
The Scrollable Popup Menu Component.
DropDownComponent.ScrollablePopupMenuAdapter - Class in io.sf.carte.echosvg.util.gui
The adapter for the ScrollablePopupMenuListener.
DropDownComponent.ScrollablePopupMenuEvent - Class in io.sf.carte.echosvg.util.gui
Event to pass to listener.
DropDownComponent.ScrollablePopupMenuItem - Interface in io.sf.carte.echosvg.util.gui
The scrollable pop up menu item.
DropDownComponent.ScrollablePopupMenuListener - Interface in io.sf.carte.echosvg.util.gui
The ScrollablePopupMenu listener.
DropDownComponent.ScrollablePopupMenuModel - Interface in io.sf.carte.echosvg.util.gui
The scrollable popup menu model.
dsf - Static variable in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
 
DSIG - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
dst - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Destination image path.
DSTINVERT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
DTD_DECLARATIONS_CONTEXT - Static variable in class io.sf.carte.echosvg.xml.XMLScanner
The DTD declarations context.
dummyStyleMap - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
A StyleMap used by the SVGAnimationEngine.Factorys when computing CSS values.
dump() - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
 
dumpACIWord(AttributedString) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
durMedia - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
Whether the simple duration of this element should be equal to the implicit duration.
dx - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEOffsetElement
The 'dx' attribute value.
dx - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextPositioningElement
The 'dx' attribute value.
DX - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
User-space relative X coordinate for character.
dy - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEOffsetElement
The 'dy' attribute value.
dy - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextPositioningElement
The 'dy' attribute value.
DY - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
User-space relative Y coordinate for character.
DYNAMIC - Static variable in class io.sf.carte.echosvg.bridge.BridgeContext
Indicates that all DOM listeners should be registered.
DynamicGVTBuilder - Class in io.sf.carte.echosvg.bridge
This class is responsible for creating a GVT tree using an SVG DOM tree.
DynamicGVTBuilder() - Constructor for class io.sf.carte.echosvg.bridge.DynamicGVTBuilder
Constructs a new builder.
DynamicRenderer - Class in io.sf.carte.echosvg.gvt.renderer
Simple implementation of the Renderer that supports dynamic updates.
DynamicRenderer() - Constructor for class io.sf.carte.echosvg.gvt.renderer.DynamicRenderer
Constructs a new dynamic renderer with the specified buffer image.
DynamicRenderer(RenderingHints, AffineTransform) - Constructor for class io.sf.carte.echosvg.gvt.renderer.DynamicRenderer
 
dynamicStatus - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
Whether the bridge should support dynamic, or interactive features.

E

e - Variable in exception class io.sf.carte.echosvg.anim.AnimationException
The timed element on which the error occurred.
e - Variable in class io.sf.carte.echosvg.bridge.AnimatableSVGBridge
The element that has been handled by this bridge.
e - Variable in exception class io.sf.carte.echosvg.bridge.BridgeException
The element on which the error occured.
e - Variable in class io.sf.carte.echosvg.bridge.UnitProcessor.DefaultContext
The element.
e - Variable in exception class io.sf.carte.echosvg.dom.svg.LiveAttributeException
The element on which the error occured.
E_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'e-resize' keyword.
EAST - Static variable in interface io.sf.carte.echosvg.ext.swing.GridBagConstants
Put the component on the left side of its display area, centered vertically.
EBDT - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
EBLC - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
EBSC - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
EchoSVGBridgeExtension - Class in io.sf.carte.echosvg.extension.svg
This is a Service interface for classes that want to extend the functionality of the Bridge, to support new tags in the rendering tree.
EchoSVGBridgeExtension() - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGBridgeExtension
 
EchoSVGDomExtension - Class in io.sf.carte.echosvg.extension.svg
This is a Service interface for classes that want to extend the functionality of the Dom, to support new tags in the rendering tree.
EchoSVGDomExtension() - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension
 
EchoSVGDomExtension.ColorSwitchElementFactory - Class in io.sf.carte.echosvg.extension.svg
To create a 'colorSwitch' element.
EchoSVGDomExtension.EchoSVGHistogramNormalizationElementFactory - Class in io.sf.carte.echosvg.extension.svg
To create a 'histogramNormalization' element.
EchoSVGDomExtension.EchoSVGRegularPolygonElementFactory - Class in io.sf.carte.echosvg.extension.svg
To create a 'regularPolygon' element.
EchoSVGDomExtension.EchoSVGStarElementFactory - Class in io.sf.carte.echosvg.extension.svg
To create a 'star' element.
EchoSVGDomExtension.FlowDivElementFactory - Class in io.sf.carte.echosvg.extension.svg
To create a 'flowDiv' element.
EchoSVGDomExtension.FlowLineElementFactory - Class in io.sf.carte.echosvg.extension.svg
To create a 'flowLine' element.
EchoSVGDomExtension.FlowParaElementFactory - Class in io.sf.carte.echosvg.extension.svg
To create a 'flowPara' element.
EchoSVGDomExtension.FlowRegionBreakElementFactory - Class in io.sf.carte.echosvg.extension.svg
To create a 'flowRegionBreak' element.
EchoSVGDomExtension.FlowRegionElementFactory - Class in io.sf.carte.echosvg.extension.svg
To create a 'flowRegion' element.
EchoSVGDomExtension.FlowSpanElementFactory - Class in io.sf.carte.echosvg.extension.svg
To create a 'flowSpan' element.
EchoSVGDomExtension.FlowTextElementFactory - Class in io.sf.carte.echosvg.extension.svg
To create a 'flowText' element.
EchoSVGExtConstants - Interface in io.sf.carte.echosvg.extension.svg
EchoSVG extension constants.
EchoSVGFlowContentBridge(BridgeContext, SVGTextElementBridge, Element) - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge.EchoSVGFlowContentBridge
Creates a new FlowContentBridge.
EchoSVGFlowTextElementBridge - Class in io.sf.carte.echosvg.extension.svg
Bridge class for the <flowText> element.
EchoSVGFlowTextElementBridge() - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
Constructs a new bridge for the <flowText> element.
EchoSVGFlowTextElementBridge.EchoSVGFlowContentBridge - Class in io.sf.carte.echosvg.extension.svg
Bridge class for flow text children that contain text.
EchoSVGFlowTextElementBridge.LineBreakInfo - Class in io.sf.carte.echosvg.extension.svg
 
EchoSVGHistogramNormalizationElement - Class in io.sf.carte.echosvg.extension.svg
This class implements a histogram normalization extension to SVG.
EchoSVGHistogramNormalizationElement() - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationElement
Creates a new EchoSVGHistogramNormalizationElement object.
EchoSVGHistogramNormalizationElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationElement
Creates a new EchoSVGHistogramNormalizationElement object.
EchoSVGHistogramNormalizationElementBridge - Class in io.sf.carte.echosvg.extension.svg
Bridge class for a histogram normalization element.
EchoSVGHistogramNormalizationElementBridge() - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationElementBridge
Constructs a new bridge for the <histogramNormalization> element.
EchoSVGHistogramNormalizationElementFactory() - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.EchoSVGHistogramNormalizationElementFactory
 
EchoSVGHistogramNormalizationFilter - Interface in io.sf.carte.echosvg.extension.svg
 
EchoSVGHistogramNormalizationFilter8Bit - Class in io.sf.carte.echosvg.extension.svg
 
EchoSVGHistogramNormalizationFilter8Bit(Filter, float) - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationFilter8Bit
 
EchoSVGRegularPolygonElement - Class in io.sf.carte.echosvg.extension.svg
This class implements a regular polygon extension to SVG
EchoSVGRegularPolygonElement() - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGRegularPolygonElement
Creates a new EchoSVGRegularPolygonElement object.
EchoSVGRegularPolygonElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGRegularPolygonElement
Creates a new EchoSVGRegularPolygonElement object.
EchoSVGRegularPolygonElementBridge - Class in io.sf.carte.echosvg.extension.svg
Bridge class for a regular polygon element.
EchoSVGRegularPolygonElementBridge() - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGRegularPolygonElementBridge
Constructs a new bridge for the <rect> element.
EchoSVGRegularPolygonElementFactory() - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.EchoSVGRegularPolygonElementFactory
 
EchoSVGSecurityController - Class in io.sf.carte.echosvg.script.rhino
This implementation of the Rhino SecurityController interface is meant for use within the context of EchoSVG only.
EchoSVGSecurityManager - Class in io.sf.carte.echosvg.util
Deprecated, for removal: This API element is subject to removal in a future version.
EchoSVGSecurityManager() - Constructor for class io.sf.carte.echosvg.util.EchoSVGSecurityManager
Deprecated.
 
EchoSVGStarElement - Class in io.sf.carte.echosvg.extension.svg
This class implements a star shape extension to sVG
EchoSVGStarElement() - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGStarElement
Creates a new EchoSVGStarElement object.
EchoSVGStarElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGStarElement
Creates a new EchoSVGStarElement object.
EchoSVGStarElementBridge - Class in io.sf.carte.echosvg.extension.svg
Bridge class for a star element.
EchoSVGStarElementBridge() - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGStarElementBridge
Constructs a new bridge for the <rect> element.
EchoSVGStarElementFactory() - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.EchoSVGStarElementFactory
 
EDGE_MODE_VALUES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
The 'edgeMode' attribute values.
edgeMode - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
The 'edgeMode' attribute value.
eihr - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window.IntervalRunnableTimerTask
 
eir - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window.IntervalScriptTimerTask
 
element - Variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedValue
The associated element.
element - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMLength
Element associated to this length.
element - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
The animation element.
element - Variable in class io.sf.carte.echosvg.css.dom.CSSOMComputedStyle
The associated element.
element - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The current element.
element - Variable in class io.sf.carte.echosvg.css.engine.CSSEngineEvent
The event target.
ELEMENT_CONTEXT - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
ELEMENT_DECLARATION_CONTEXT - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
ELEMENT_DECLARATION_CONTEXT - Static variable in class io.sf.carte.echosvg.xml.XMLScanner
The element declaration context.
ELEMENT_DECLARATION_START - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a element declaration start lexical unit, i.e. '<!ELEMENT'.
ELEMENT_STYLE - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLContext
 
elementActivated(TimedElement, float) - Method in class io.sf.carte.echosvg.anim.timing.TimegraphAdapter
Invoked to indicate that a timed element has become active.
elementActivated(TimedElement, float) - Method in interface io.sf.carte.echosvg.anim.timing.TimegraphListener
Invoked to indicate that a timed element has become active.
elementAdded(TimedElement) - Method in class io.sf.carte.echosvg.anim.timing.TimegraphAdapter
Invoked to indicate that a timed element has been added to the document.
elementAdded(TimedElement) - Method in interface io.sf.carte.echosvg.anim.timing.TimegraphListener
Invoked to indicate that a timed element has been added to the document.
elementAt(int) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.MetaRecord
helper-method to return the plain int-value from the record and save the .intValue()-call at the caller's site.
ElementAt(int) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.MetaRecord
if you dont really need the Integer-object from this method it is recommended to use the elementAt()-method instead, which returns an int.
elementChildren - Variable in class io.sf.carte.echosvg.dom.AbstractParentNode.ChildNodes
The number of Element children.
elementDataMap - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
Element Data Map: This is a general location for elements to 'cache' data.
elementDeactivated(TimedElement, float) - Method in class io.sf.carte.echosvg.anim.timing.TimegraphAdapter
Invoked to indicate that a timed element has become inactive and is not filling.
elementDeactivated(TimedElement, float) - Method in interface io.sf.carte.echosvg.anim.timing.TimegraphListener
Invoked to indicate that a timed element has become inactive and is not filling.
elementFilled(TimedElement, float) - Method in class io.sf.carte.echosvg.anim.timing.TimegraphAdapter
Invoked to indicate that a timed element has become inactive and is filling.
elementFilled(TimedElement, float) - Method in interface io.sf.carte.echosvg.anim.timing.TimegraphListener
Invoked to indicate that a timed element has become inactive and is filling.
elementInstanceTimesChanged(TimedElement, float) - Method in class io.sf.carte.echosvg.anim.timing.TimegraphAdapter
Invoked to indicate that the list of instance times for the given timed element has been updated.
elementInstanceTimesChanged(TimedElement, float) - Method in interface io.sf.carte.echosvg.anim.timing.TimegraphListener
Invoked to indicate that the list of instance times for the given timed element has been updated.
elementNodeMap - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
Binding Map: key is an SVG Element - value is a GraphicsNode
elementRemoved(TimedElement) - Method in class io.sf.carte.echosvg.anim.timing.TimegraphAdapter
Invoked to indicate that a timed element has been removed from the document.
elementRemoved(TimedElement) - Method in interface io.sf.carte.echosvg.anim.timing.TimegraphListener
Invoked to indicate that a timed element has been removed from the document.
elementRepeated(TimedElement, int, float) - Method in class io.sf.carte.echosvg.anim.timing.TimegraphAdapter
Invoked to indicate that the given timed element began a repeat iteration at the specified time.
elementRepeated(TimedElement, int, float) - Method in interface io.sf.carte.echosvg.anim.timing.TimegraphListener
Invoked to indicate that the given timed element began a repeat iteration at the specified time.
elementsById - Variable in class io.sf.carte.echosvg.dom.AbstractDocument
The elementsById lists.
ElementsByTagName(String) - Constructor for class io.sf.carte.echosvg.dom.AbstractParentNode.ElementsByTagName
Creates a new ElementsByTagName object.
ElementsByTagNameNS(String, String) - Constructor for class io.sf.carte.echosvg.dom.AbstractParentNode.ElementsByTagNameNS
Creates a new ElementsByTagNameNS object.
elementsByTagNames - Variable in class io.sf.carte.echosvg.dom.AbstractDocument
The ElementsByTagName lists.
elementsByTagNamesNS - Variable in class io.sf.carte.echosvg.dom.AbstractDocument
The ElementsByTagNameNS lists.
ElementTimeControl - Interface in org.w3c.dom.smil
Control the behavior of an animated element.
ElementTraversal - Interface in io.sf.carte.echosvg.w3c.dom
 
ElementTypeInfo() - Constructor for class io.sf.carte.echosvg.dom.AbstractElement.ElementTypeInfo
 
elemTPI - Variable in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
elevation - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEDistantLightElement
The 'elevation' attribute value.
EllipseElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.EllipseElementFactory
 
elt - Variable in class io.sf.carte.echosvg.bridge.SVGAElementBridge.AnchorDefaultActionable
 
elt - Variable in class io.sf.carte.echosvg.bridge.SVGAElementBridge.MouseOutDefaultActionable
 
elt - Variable in class io.sf.carte.echosvg.bridge.SVGAElementBridge.MouseOverDefaultActionable
 
em() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.LengthListBuilder
Implements LengthHandler.em().
em() - Method in class io.sf.carte.echosvg.parser.DefaultLengthHandler
Implements LengthHandler.em().
em() - Method in class io.sf.carte.echosvg.parser.LengthArrayProducer
Implements LengthHandler.em().
em() - Method in interface io.sf.carte.echosvg.parser.LengthHandler
Invoked when 'em' has been parsed.
em() - Method in class io.sf.carte.echosvg.parser.UnitProcessor.UnitResolver
Implements LengthHandler.em().
EMBED_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'embed' keyword.
Embedded() - Constructor for class io.sf.carte.echosvg.svggen.ImageCacher.Embedded
 
EmbededExternalResourceSecurity - Class in io.sf.carte.echosvg.bridge
This implementation of the ExternalResourceSecurity interface only allows external resources embeded in the document, i.e., externalResources embeded with the data protocol.
EmbededExternalResourceSecurity(ParsedURL) - Constructor for class io.sf.carte.echosvg.bridge.EmbededExternalResourceSecurity
 
EmbededScriptSecurity - Class in io.sf.carte.echosvg.bridge
This implementation of the ScriptSecurity interface only allows scripts embeded in the document, i.e., scripts whith either the same URL as the document (as for event attributes) or scripts embeded with the data protocol.
EmbededScriptSecurity(String, ParsedURL, ParsedURL) - Constructor for class io.sf.carte.echosvg.bridge.EmbededScriptSecurity
 
empty() - Method in class io.sf.carte.echosvg.util.DoublyLinkedList
Removes all elements from the list.
EMPTY_ELEMENT_END - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents an empty element end lexical unit, i.e. '/>'.
EMPTY_IDENTIFIER - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a 'EMPTY' lexical unit.
EMPTY_NODE_LIST - Static variable in class io.sf.carte.echosvg.dom.AbstractNode
An empty instance of NodeList.
EMPTY_SHAPE - Static variable in class io.sf.carte.echosvg.bridge.SVGShapeElementBridge
An empty shape to use when the element cannot be displayed.
emptyAllowed - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList
Whether empty length lists are allowed.
emptyAllowed - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList
Whether empty length lists are allowed.
emptyRect(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.CompositeRed
 
emsToPixels(float, short, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.parser.UnitProcessor
Converts ems units to user units.
ENABLE_BACKGROUND_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
enableBackgroundGraphicsNodeRable - Variable in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
The GraphicsNodeRable for this node with all filtering applied
EnableBackgroundManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'enable-background' property values.
EnableBackgroundManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.EnableBackgroundManager
 
encodeEntities(String) - Static method in class io.sf.carte.echosvg.svggen.font.SVGFont
 
encodeImage(BufferedImage, File) - Method in class io.sf.carte.echosvg.svggen.AbstractImageHandlerEncoder
Derived classes should implement this method and encode the input BufferedImage as needed
encodeImage(BufferedImage, File) - Method in class io.sf.carte.echosvg.svggen.ImageHandlerJPEGEncoder
Derived classes should implement this method and encode the input BufferedImage as needed
encodeImage(BufferedImage, File) - Method in class io.sf.carte.echosvg.svggen.ImageHandlerPNGEncoder
Derived classes should implement this method and encode the input BufferedImage as needed
encodeImage(BufferedImage, OutputStream) - Method in class io.sf.carte.echosvg.svggen.CachedImageHandlerBase64Encoder
Uses PNG encoding.
encodeImage(BufferedImage, OutputStream) - Method in class io.sf.carte.echosvg.svggen.CachedImageHandlerJPEGEncoder
Uses JPEG encoding.
encodeImage(BufferedImage, OutputStream) - Method in class io.sf.carte.echosvg.svggen.CachedImageHandlerPNGEncoder
Uses PNG encoding.
encodeImage(BufferedImage, OutputStream) - Method in class io.sf.carte.echosvg.svggen.DefaultCachedImageHandler
Derived classes should implement this method and encode the input BufferedImage as needed
encodeImage(RenderedImage, OutputStream) - Method in class io.sf.carte.echosvg.svggen.ImageHandlerBase64Encoder
 
encodeImage(RenderedImage, OutputStream, Integer) - Method in class io.sf.carte.echosvg.svggen.ImageHandlerBase64Encoder
 
ENCODING_IDENTIFIER - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a 'encoding' lexical unit.
encodingArabic - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingArmenian - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingASCII - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingBengali - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingBurmese - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingChinese - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingDevanagari - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingGeez - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingGeorgian - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingGreek - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingGujarati - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingGurmukhi - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingHebrew - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingISO10646 - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingISO8859_1 - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingJapanese - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingKannada - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingKhmer - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingKorean - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingLaotian - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingMalayalam - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingMaldivian - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingMongolian - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingOriya - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingRoman - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingRSymbol - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingRussian - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
ENCODINGS - Static variable in class io.sf.carte.echosvg.util.EncodingUtilities
The standard to Java encoding table.
encodingSindhi - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingSinhalese - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingSlavic - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingTamil - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingTelugu - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingThai - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingTibetan - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingToJavaEncoding(String, String) - Static method in class io.sf.carte.echosvg.xml.XMLUtilities
Converts the given standard encoding representation to the corresponding Java encoding string.
encodingUGL - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingUndefined - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
encodingUninterp - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
EncodingUtilities - Class in io.sf.carte.echosvg.util
This class contains utility functions to manage encodings.
EncodingUtilities() - Constructor for class io.sf.carte.echosvg.util.EncodingUtilities
This class does not need to be instantiated.
encodingVietnamese - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
end - Variable in class io.sf.carte.echosvg.anim.timing.Interval
The end time for the interval.
end - Variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter.TextChunk
 
end - Variable in class io.sf.carte.echosvg.parser.AbstractScanner
The end offset of the last lexical unit.
end - Variable in class io.sf.carte.echosvg.xml.XMLScanner
The end offset of the last lexical unit.
END - Static variable in class io.sf.carte.echosvg.bridge.TextNode.Anchor
The anchor which enables the rendered characters to be aligned such that the end of the text string is at the initial current text location.
END_CHAR - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a end character lexical unit, i.e. '>'.
END_OF_STREAM - Static variable in interface io.sf.carte.echosvg.util.io.CharDecoder
This constant represents the end of stream character.
END_TAG - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents an end tag lexical unit, i.e. '</Name'.
END_TAG_CONTEXT - Static variable in class io.sf.carte.echosvg.xml.XMLScanner
The end tag context.
END_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'end' keyword.
END_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg12.SVG12ValueConstants
The 'end' keyword.
endAngle() - Method in interface io.sf.carte.echosvg.parser.AngleHandler
Invoked when the angle attribute parsing ends.
endAngle() - Method in class io.sf.carte.echosvg.parser.DefaultAngleHandler
endCDATA() - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
SAX: Implements LexicalHandler.endCDATA().
endChar - Variable in class io.sf.carte.echosvg.gvt.text.TextPaintInfo
 
endCounterStyle() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
endCounterStyle() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
endDependents - Variable in class io.sf.carte.echosvg.anim.timing.Interval
The list of InstanceTime objects that are dependent on the end time of this Interval.
endDependents - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
List of TimingSpecifiers on other elements that depend on this element's end times.
endDocument() - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
 
endDTD() - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
SAX: Implements LexicalHandler.endDTD().
endElement() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimationElement
endElement() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Adds a time to the end time instance list that will cause the element to end immediately (if restart semantics allow it).
endElement() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
endElement() - Method in interface org.w3c.dom.smil.ElementTimeControl
Creates an end instance time for the current time which is added to the list of end instance times.
endElement(float) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Adds a time to the end time instance list that will cause the element to end at some offset to the current time (if restart semantics allow it).
endElement(String, String, String) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
endElementAt(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimationElement
endElementAt(float) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
endElementAt(float) - Method in interface org.w3c.dom.smil.ElementTimeControl
Creates an end instance time for the current time plus or minus the passed offset which is added to the list of end instance times.
endEntity(String) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
endFeatureMap() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
endFeatureMap() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
endFontFace() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
endFontFace() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
endFontFeatures() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
endFontFeatures() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
endFragmentIdentifier() - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when the fragment identifier ends.
endFragmentIdentifier() - Method in class io.sf.carte.echosvg.parser.DefaultFragmentIdentifierHandler
endFragmentIdentifier() - Method in interface io.sf.carte.echosvg.parser.FragmentIdentifierHandler
Invoked when the fragment identifier ends.
endGap() - Method in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector.Scanner
Returns the end gap of the current lexical unit.
endGap() - Method in class io.sf.carte.echosvg.parser.AbstractScanner
Returns the end gap of the current lexical unit.
endHasEventConditions() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns whether the end timing specifier list contains any eventbase, accesskey or repeat timing specifiers.
endInstanceTime - Variable in class io.sf.carte.echosvg.anim.timing.Interval
The InstanceTime that defined the end time of the current interval.
endInstanceTimes - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
List of end InstanceTimes.
endInteraction() - Method in class io.sf.carte.echosvg.swing.gvt.AbstractImageZoomInteractor
Tells whether the interactor has finished.
endInteraction() - Method in class io.sf.carte.echosvg.swing.gvt.AbstractPanInteractor
Tells whether the interactor has finished.
endInteraction() - Method in class io.sf.carte.echosvg.swing.gvt.AbstractResetTransformInteractor
Tells whether the interaction has finished.
endInteraction() - Method in class io.sf.carte.echosvg.swing.gvt.AbstractRotateInteractor
Tells whether the interactor has finished.
endInteraction() - Method in class io.sf.carte.echosvg.swing.gvt.AbstractZoomInteractor
Tells whether the interactor has finished.
endInteraction() - Method in interface io.sf.carte.echosvg.swing.gvt.Interactor
Tells whether the interaction has finished.
endInteraction() - Method in class io.sf.carte.echosvg.swing.gvt.InteractorAdapter
Tells whether the interaction has finished.
endKeyframe() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
endKeyframe() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
endKeyframes() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
endKeyframes() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
endLength() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.LengthListBuilder
endLength() - Method in class io.sf.carte.echosvg.parser.DefaultLengthHandler
endLength() - Method in class io.sf.carte.echosvg.parser.LengthArrayProducer
endLength() - Method in interface io.sf.carte.echosvg.parser.LengthHandler
Invoked when the length attribute ends.
endLength() - Method in class io.sf.carte.echosvg.parser.UnitProcessor.UnitResolver
endLengthList() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.LengthListBuilder
endLengthList() - Method in class io.sf.carte.echosvg.parser.DefaultLengthListHandler
endLengthList() - Method in class io.sf.carte.echosvg.parser.LengthArrayProducer
Invoked when the length list attribute ends.
endLengthList() - Method in interface io.sf.carte.echosvg.parser.LengthListHandler
Invoked when the length attribute ends.
endLimit - Variable in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
This is used to store the end of the last piece of text content from an element with xml:space="preserve".
endLine() - Method in class io.sf.carte.echosvg.gvt.flow.FlowRegions
 
endList() - Method in class io.sf.carte.echosvg.dom.svg.ListBuilder
Ends the construction of the list.
endList() - Method in interface io.sf.carte.echosvg.dom.svg.ListHandler
Indicates that the parser ends generating the list
endListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The end event listener.
endMargin() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
endMargin() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
endMark - Variable in class io.sf.carte.echosvg.bridge.TextNode
The end mark.
endMarker - Variable in class io.sf.carte.echosvg.gvt.MarkerShapePainter
End Marker
endMedia(MediaQueryList) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
endMedia(MediaQueryList) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
endNumber() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList.NumberListBuilder
endNumber() - Method in class io.sf.carte.echosvg.parser.DefaultNumberListHandler
endNumber() - Method in interface io.sf.carte.echosvg.parser.NumberListHandler
Invoked when the number attribute ends.
endNumberList() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList.NumberListBuilder
endNumberList() - Method in class io.sf.carte.echosvg.parser.DefaultNumberListHandler
endNumberList() - Method in class io.sf.carte.echosvg.parser.FloatArrayProducer
Invoked when the number list attribute ends.
endNumberList() - Method in interface io.sf.carte.echosvg.parser.NumberListHandler
Invoked when the number list attribute ends.
endOfContour - Variable in class io.sf.carte.echosvg.svggen.font.Point
 
endOfStream() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
endOfStream() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
endOfStreamError(String) - Method in class io.sf.carte.echosvg.util.io.AbstractCharDecoder
To throws an exception when the end of stream was unexpected.
endPage(PageSelectorList) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
endPage(PageSelectorList) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
endPath() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
endPath() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
endPath() - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
endPath() - Method in class io.sf.carte.echosvg.parser.DefaultPathHandler
endPath() - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
endPath() - Method in interface io.sf.carte.echosvg.parser.PathHandler
Invoked when the path ends.
endPoints() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPointList.PointsListBuilder
endPoints() - Method in class io.sf.carte.echosvg.parser.AWTPolygonProducer
endPoints() - Method in class io.sf.carte.echosvg.parser.AWTPolylineProducer
endPoints() - Method in class io.sf.carte.echosvg.parser.DefaultPointsHandler
endPoints() - Method in class io.sf.carte.echosvg.parser.FloatArrayProducer
endPoints() - Method in interface io.sf.carte.echosvg.parser.PointsHandler
Invoked when the points attribute ends.
endPrefixMapping(String) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
 
endPreserveAspectRatio() - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when the PreserveAspectRatio parsing ends.
endPreserveAspectRatio() - Method in class io.sf.carte.echosvg.parser.DefaultPreserveAspectRatioHandler
endPreserveAspectRatio() - Method in interface io.sf.carte.echosvg.parser.PreserveAspectRatioHandler
Invoked when the PreserveAspectRatio parsing ends.
endProperty(boolean) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
endProperty(boolean) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
endSelector(SelectorList) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
endSelector(SelectorList) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
endSupports(BooleanCondition) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
endSupports(BooleanCondition) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
endTimes - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
Timing specifiers for the end times of this element.
endTimingSpecifierList() - Method in class io.sf.carte.echosvg.parser.DefaultTimingSpecifierListHandler
Invoked when parsing of a timing specifier list ends.
endTimingSpecifierList() - Method in interface io.sf.carte.echosvg.parser.TimingSpecifierListHandler
Invoked when parsing of a timing specifier list ends.
endTransformList() - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
 
endTransformList() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.TransformListBuilder
endTransformList() - Method in class io.sf.carte.echosvg.parser.AWTTransformProducer
endTransformList() - Method in class io.sf.carte.echosvg.parser.DefaultFragmentIdentifierHandler
endTransformList() - Method in class io.sf.carte.echosvg.parser.DefaultTransformListHandler
endTransformList() - Method in interface io.sf.carte.echosvg.parser.TransformListHandler
Invoked when the transform ends.
endUpdate() - Method in class io.sf.carte.echosvg.swing.svg.SVGUpdateOverlay
 
endViewport() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
endViewport() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
endViewTarget() - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when a view target specification ends.
endViewTarget() - Method in class io.sf.carte.echosvg.parser.DefaultFragmentIdentifierHandler
Invoked when a view target specification ends.
endViewTarget() - Method in interface io.sf.carte.echosvg.parser.FragmentIdentifierHandler
Invoked when a view target specification ends.
enforceSecurity(boolean) - Method in class io.sf.carte.echosvg.util.ApplicationSecurityEnforcer
Deprecated.
Enforces security by installing a SecurityManager.
eng - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
The AnimationEngine that manages all of the animations in the document.
engRef - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationTickRunnable
A weak reference to the SVGAnimationEngine this AnimationTickRunnable is for.
ensureCapacity(int) - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
 
ensureCapacity(int) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Increases the capacity of the children list, if necessary, to ensure that it can hold at least the number of graphics nodes specified by the minimum capacity argument.
EnsureCapacity(int) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.MetaRecord
 
enter(Object, String, Object[]) - Static method in class io.sf.carte.echosvg.anim.timing.Trace
 
ENTITIES_IDENTIFIER - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a 'ENTITIES' lexical unit.
ENTITY_CONTEXT - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
ENTITY_CONTEXT - Static variable in class io.sf.carte.echosvg.xml.XMLScanner
The entity context.
ENTITY_IDENTIFIER - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a 'ENTITY' lexical unit.
ENTITY_REFERENCE - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents an entity reference lexical unit.
ENTITY_START - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents an entity start lexical unit, i.e. '<!ENTITY'.
ENTITY_VALUE_CONTEXT - Static variable in class io.sf.carte.echosvg.xml.XMLScanner
The entity value context.
entityReferences - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager.AttributeInfo
Whether the attribute value contains entity references.
Entry(int, char, AWTGlyphGeometryCache.Value, AWTGlyphGeometryCache.Entry) - Constructor for class io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache.Entry
Creates a new entry
Entry(int, Object, int, IntTable.Entry) - Constructor for class io.sf.carte.echosvg.dom.util.IntTable.Entry
Creates a new Entry object.
Entry(int, Object, Object, Object, Object, TriplyIndexedTable.Entry) - Constructor for class io.sf.carte.echosvg.dom.util.TriplyIndexedTable.Entry
Creates a new entry
Entry(int, String, int, StringIntMap.Entry) - Constructor for class io.sf.carte.echosvg.css.engine.StringIntMap.Entry
Creates a new entry
Entry(int, String, Object, StringMap.Entry) - Constructor for class io.sf.carte.echosvg.css.engine.value.StringMap.Entry
Creates a new entry
Entry(int, String, String, Node, AbstractElement.Entry) - Constructor for class io.sf.carte.echosvg.dom.AbstractElement.Entry
Creates a new entry
Entry(int, Element, int, int, DocumentDescriptor.Entry) - Constructor for class io.sf.carte.echosvg.dom.util.DocumentDescriptor.Entry
Creates a new entry
Entry(String, Script) - Constructor for class io.sf.carte.echosvg.bridge.RhinoInterpreter.Entry
Creates a new script cache entry object.
Entry(EventListener, String, Object, EventListenerList.Entry) - Constructor for class io.sf.carte.echosvg.dom.events.EventListenerList.Entry
Creates a new Entry object.
ENUMERATION_CONTEXT - Static variable in class io.sf.carte.echosvg.xml.XMLScanner
The enumeration context.
EOF - Static variable in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector.Scanner
 
EOF - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents the EOF lexical unit.
EOF_CONTEXT - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
EPIWrap(PathIterator) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.ShapeExtender.EPIWrap
 
eps - Static variable in class io.sf.carte.echosvg.bridge.GlyphLayout
 
eps - Static variable in class io.sf.carte.echosvg.ext.awt.image.renderable.GaussianBlurRable8Bit
 
eps_abs_eq(double, double) - Static method in class io.sf.carte.echosvg.ext.awt.image.renderable.GaussianBlurRable8Bit
 
eps_eq(double, double) - Static method in class io.sf.carte.echosvg.ext.awt.image.renderable.GaussianBlurRable8Bit
 
epsEQ(double, double) - Static method in class io.sf.carte.echosvg.bridge.GlyphLayout
 
EQ - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents '=' lexical unit.
equals(Object) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverterFileSource
 
equals(Object) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverterURLSource
 
equals(Object) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DefinitionRecord
Returns whether two definition records are the same.
equals(Object) - Method in class io.sf.carte.echosvg.css.engine.value.StringValue
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite
 
equals(Object) - Method in class io.sf.carte.echosvg.util.ParsedURL
Implement Object.equals.
equals(Object) - Method in class io.sf.carte.echosvg.util.ParsedURLData
Implement Object.equals for ParsedURLData.
equals(Object) - Method in class io.sf.graphics.java2d.color.NamedColorSpace
equivilent(TextPaintInfo, TextPaintInfo) - Static method in class io.sf.carte.echosvg.gvt.text.TextPaintInfo
 
eRead - Variable in class io.sf.carte.echosvg.parser.PointsParser
Whether the last character was a 'e' or 'E'.
ERR_ACI - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_ATTRIBUTE_MALFORMED - Static variable in exception class io.sf.carte.echosvg.dom.svg.LiveAttributeException
 
ERR_ATTRIBUTE_MISSING - Static variable in interface io.sf.carte.echosvg.bridge.ErrorConstants
The error code when a required attribute is missing.
ERR_ATTRIBUTE_MISSING - Static variable in exception class io.sf.carte.echosvg.dom.svg.LiveAttributeException
 
ERR_ATTRIBUTE_NEGATIVE - Static variable in exception class io.sf.carte.echosvg.dom.svg.LiveAttributeException
 
ERR_ATTRIBUTE_VALUE_MALFORMED - Static variable in interface io.sf.carte.echosvg.bridge.ErrorConstants
The error code when an attribute has a syntax error.
ERR_CANNOT_USE_IMAGE_DIR - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_CANVAS_SIZE_NULL - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_CLIP_NULL - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_CONTEXT_NULL - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_CSS_LENGTH_NEGATIVE - Static variable in interface io.sf.carte.echosvg.bridge.ErrorConstants
The error code when a CSS length is negative.
ERR_CSS_URI_BAD_TARGET - Static variable in interface io.sf.carte.echosvg.bridge.ErrorConstants
The error code when a URI specified in a CSS property referenced a bad element.
ERR_DOM_FACTORY_NULL - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_DOMTREEMANAGER_NULL - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_ERROR_HANDLER_NULL - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_EXTENSION_HANDLER_NULL - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_FONT_NULL - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_GC_NULL - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_HINT_NULL - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_ID_GENERATOR_NULL - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_ILLEGAL_BUFFERED_IMAGE_LOOKUP_OP - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_ILLEGAL_BUFFERED_IMAGE_RESCALE_OP - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_IMAGE_DIR_DOES_NOT_EXIST - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_IMAGE_DIR_NULL - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_IMAGE_HANDLER_NOT_SUPPORTED - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_IMAGE_HANDLER_NULL - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_IMAGE_NULL - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_LENGTH_NEGATIVE - Static variable in interface io.sf.carte.echosvg.bridge.ErrorConstants
The error code when a length, which must be positive, is negative.
ERR_MAP_NULL - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_MAXGCOVERRIDES_OUTOFRANGE - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_PROXY - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_READ - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_SCALE_FACTORS_AND_OFFSETS_MISMATCH - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_STREAM_FORMAT_UNREADABLE - Static variable in interface io.sf.carte.echosvg.ext.awt.image.spi.ErrorConstants
The error code when a url of a particular format is unreadable (corrupt).
ERR_STREAM_UNREADABLE - Static variable in interface io.sf.carte.echosvg.ext.awt.image.spi.ErrorConstants
The error code when a stream is unreadable (corrupt or unsupported).
ERR_STROKE_NULL - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_STYLE_HANDLER_NULL - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_TOP_LEVEL_GROUP_NOT_G - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_TOP_LEVEL_GROUP_NULL - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_TRANS_NULL - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_UNEXPECTED - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_URI_BAD_TARGET - Static variable in interface io.sf.carte.echosvg.bridge.ErrorConstants
The error code when a specified URI references a bad element.
ERR_URI_IMAGE_BROKEN - Static variable in interface io.sf.carte.echosvg.bridge.ErrorConstants
The error code when the bridge tries to read an image and the image url can't be opened or the contents aren't usable.
ERR_URI_IMAGE_INVALID - Static variable in interface io.sf.carte.echosvg.bridge.ErrorConstants
The error code when the bridge tries to an image and the image format is not supported.
ERR_URI_IO - Static variable in interface io.sf.carte.echosvg.bridge.ErrorConstants
The error code when the bridge encoutered an I/O error while loading a URI.
ERR_URI_MALFORMED - Static variable in interface io.sf.carte.echosvg.bridge.ErrorConstants
The error code when the bridge try to load a URI {0} = the uri
ERR_URI_REFERENCE_A_DOCUMENT - Static variable in interface io.sf.carte.echosvg.bridge.ErrorConstants
The error code when the bridge tries to referenced an invalid node inside a document.
ERR_URI_UNSECURE - Static variable in interface io.sf.carte.echosvg.bridge.ErrorConstants
The error code when the bridge encountered a SecurityException while loading a URI {0} = the uri
ERR_URL_FORMAT_UNREADABLE - Static variable in interface io.sf.carte.echosvg.ext.awt.image.spi.ErrorConstants
The error code when a url of a particular format is unreadable (corrupt).
ERR_URL_UNINTERPRETABLE - Static variable in interface io.sf.carte.echosvg.ext.awt.image.spi.ErrorConstants
The error code when the data in the url is uninterpretable by this software (meaning it's corrupt or an unsupported format of some sort).
ERR_URL_UNREACHABLE - Static variable in interface io.sf.carte.echosvg.ext.awt.image.spi.ErrorConstants
The error code when a url is unreachable (ussually bad URL, or server is down).
ERR_WRITE - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
ERR_XLINK_HREF_CIRCULAR_DEPENDENCIES - Static variable in interface io.sf.carte.echosvg.bridge.ErrorConstants
The error code when the bridge detected circular dependencies while resolving a list of URI.
ERR_XOR - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
error - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.EvaluateIntervalRunnable
 
error - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.EvaluateRunnableRunnable
 
error(ParseException) - Method in class io.sf.carte.echosvg.parser.DefaultErrorHandler
error(ParseException) - Method in interface io.sf.carte.echosvg.parser.ErrorHandler
Called when a parse error occurs.
error(TranscoderException) - Method in class io.sf.carte.echosvg.transcoder.DefaultErrorHandler
Invoked when an error occured while transcoding.
error(TranscoderException) - Method in interface io.sf.carte.echosvg.transcoder.ErrorHandler
Invoked when an error occured while transcoding.
error(String, Object[]) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main
 
error(SAXParseException) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
ERROR_CANNOT_ACCESS_DOCUMENT_URL - Static variable in class io.sf.carte.echosvg.bridge.DefaultExternalResourceSecurity
Message when trying to load a external resource file and the Document does not have a URL
ERROR_CANNOT_ACCESS_DOCUMENT_URL - Static variable in class io.sf.carte.echosvg.bridge.DefaultScriptSecurity
Message when trying to load a script file and the Document does not have a URL
ERROR_CANNOT_ACCESS_DOCUMENT_URL - Static variable in class io.sf.carte.echosvg.bridge.EmbededScriptSecurity
Message when trying to load a script file and the Document does not have a URL
ERROR_CANNOT_ACCESS_TRANSCODER - Static variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
ERROR_CANNOT_COMPUTE_DESTINATION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
ERROR_CANNOT_OPEN_OUTPUT_FILE - Static variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
ERROR_CANNOT_OPEN_SOURCE - Static variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
ERROR_CANNOT_READ_SOURCE - Static variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
ERROR_CANNOT_USE_DST_FILE - Static variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
ERROR_EXTERNAL_RESOURCE_FROM_DIFFERENT_URL - Static variable in class io.sf.carte.echosvg.bridge.DefaultExternalResourceSecurity
Message when trying to load a externalResource file from a server different than the one of the document.
ERROR_EXTERNAL_RESOURCE_NOT_EMBEDED - Static variable in class io.sf.carte.echosvg.bridge.EmbededExternalResourceSecurity
Message when trying to load a external resource that is not embeded in the document.
ERROR_ILLEGAL_ARGUMENT - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Error when an illegal option value was passed to the app {0} Option {1} Option description
ERROR_INCOMPATIBLE_INPUT_TYPE - Static variable in class io.sf.carte.echosvg.transcoder.ToSVGAbstractTranscoder
 
ERROR_INCOMPATIBLE_OUTPUT_TYPE - Static variable in class io.sf.carte.echosvg.transcoder.ToSVGAbstractTranscoder
 
ERROR_INVALID_URL - Static variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverterURLSource
 
ERROR_NO_EXTERNAL_RESOURCE_ALLOWED - Static variable in class io.sf.carte.echosvg.bridge.NoLoadExternalResourceSecurity
Message when trying to load an external resource
ERROR_NO_SCRIPT_OF_TYPE_ALLOWED - Static variable in class io.sf.carte.echosvg.bridge.NoLoadScriptSecurity
Message when trying to load a script file and the Document does not have a URL
ERROR_NO_SOURCES_SPECIFIED - Static variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
ERROR_NOT_ENOUGH_OPTION_VALUES - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Error when there are missing option values: {0} Option {1} Option description
ERROR_NULL_INPUT - Static variable in class io.sf.carte.echosvg.transcoder.ToSVGAbstractTranscoder
 
ERROR_OUTPUT_NOT_WRITEABLE - Static variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
ERROR_SCRIPT_FROM_DIFFERENT_URL - Static variable in class io.sf.carte.echosvg.bridge.DefaultScriptSecurity
Message when trying to load a script file from a server different than the one of the document.
ERROR_SCRIPT_NOT_EMBEDED - Static variable in class io.sf.carte.echosvg.bridge.EmbededScriptSecurity
Message when trying to load a script that is not embeded in the document.
ERROR_SOURCE_SAME_AS_DESTINATION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
ERROR_UNABLE_TO_CREATE_OUTPUT_DIR - Static variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
ERROR_WHILE_CONVERTING_FILES - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
ERROR_WHILE_RASTERIZING_FILE - Static variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
errorCode - Variable in exception class io.sf.carte.echosvg.apps.rasterizer.SVGConverterException
Error code
ErrorConstants - Interface in io.sf.carte.echosvg.bridge
The error code.
ErrorConstants - Interface in io.sf.carte.echosvg.ext.awt.image.spi
The built in error codes.
ErrorConstants - Interface in io.sf.carte.echosvg.svggen
 
errorHandler - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentConfiguration
Value of the 'error-handler' parameter.
errorHandler - Variable in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
The error handler.
errorHandler - Variable in class io.sf.carte.echosvg.parser.AbstractParser
The error handler.
errorHandler - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
The error handler.
ErrorHandler - Interface in io.sf.carte.echosvg.parser
This interface must be implemented and then registred as the error handler in order to be notified of parsing errors.
ErrorHandler - Interface in io.sf.carte.echosvg.svggen
The ErrorHandler interface allows you to specialize how the error will be set on an SVG Element.
ErrorHandler - Interface in io.sf.carte.echosvg.transcoder
This interface provides a way to catch errors and warnings from a Transcoder.
errorInfo - Variable in exception class io.sf.carte.echosvg.apps.rasterizer.SVGConverterException
Additional information about the error condition
ErrorLocation(Node) - Constructor for class io.sf.carte.echosvg.dom.AbstractDocument.DocumentError.ErrorLocation
Create a new ErrorLocation object.
escape - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFFont
 
ETO_CLIPPED - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
ETO_OPAQUE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
eval(double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
eval(double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Linear
 
eval(double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
 
eval(double) - Method in interface io.sf.carte.echosvg.ext.awt.geom.Segment
 
evalDt(double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
evalDt(double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Linear
 
evalDt(double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
 
evalDt(double) - Method in interface io.sf.carte.echosvg.ext.awt.geom.Segment
 
evaluate(Reader) - Method in class io.sf.carte.echosvg.bridge.RhinoInterpreter
This method evaluates a piece of ECMAScript.
evaluate(Reader) - Method in interface io.sf.carte.echosvg.script.Interpreter
This method should evaluate a piece of script.
evaluate(Reader, String) - Method in class io.sf.carte.echosvg.bridge.RhinoInterpreter
This method evaluates a piece of ECMAScript.
evaluate(Reader, String) - Method in interface io.sf.carte.echosvg.script.Interpreter
This method should evaluate a piece of script associated to a given description.
evaluate(String) - Method in class io.sf.carte.echosvg.bridge.RhinoInterpreter
This method evaluates a piece of ECMA script.
evaluate(String) - Method in interface io.sf.carte.echosvg.script.Interpreter
This method should evaluate a piece of script using a String instead of a Reader.
evaluate(String, Node, XPathNSResolver, short, Object) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
evaluate(Node, short, Object) - Method in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr
EvaluateIntervalRunnable(String, Interpreter) - Constructor for class io.sf.carte.echosvg.bridge.ScriptingEnvironment.EvaluateIntervalRunnable
 
EvaluateRunnable(String, Interpreter) - Constructor for class io.sf.carte.echosvg.bridge.ScriptingEnvironment.EvaluateRunnable
 
EvaluateRunnableRunnable(Runnable) - Constructor for class io.sf.carte.echosvg.bridge.ScriptingEnvironment.EvaluateRunnableRunnable
 
EVENODD_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'evenodd' keyword.
EVENT_DOM2_TYPE - Static variable in class io.sf.carte.echosvg.dom.events.DocumentEventSupport
The Event type.
EVENT_NAME - Static variable in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
 
EVENT_TYPE - Static variable in class io.sf.carte.echosvg.dom.events.DocumentEventSupport
The Event type.
eventbase - Variable in class io.sf.carte.echosvg.anim.timing.EventbaseTimingSpecifier
The eventbase element.
eventbase(float, String, String) - Method in class io.sf.carte.echosvg.anim.timing.TimingSpecifierListProducer
Invoked when an eventbase value timing specifier is parsed.
eventbase(float, String, String) - Method in class io.sf.carte.echosvg.parser.DefaultTimingSpecifierHandler
Invoked when an eventbase value timing specifier is parsed.
eventbase(float, String, String) - Method in interface io.sf.carte.echosvg.parser.TimingSpecifierHandler
Invoked when an eventbase value timing specifier is parsed.
eventbaseID - Variable in class io.sf.carte.echosvg.anim.timing.EventbaseTimingSpecifier
The ID of the eventbase element.
EventbaseTimingSpecifier - Class in io.sf.carte.echosvg.anim.timing
A class to handle eventbase SMIL timing specifiers.
EventbaseTimingSpecifier(TimedElement, boolean, float, String, String) - Constructor for class io.sf.carte.echosvg.anim.timing.EventbaseTimingSpecifier
Creates a new EventbaseTimingSpecifier object.
eventDispatchEnabled - Variable in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
 
eventDispatcher - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
The event dispatcher.
EventDispatcher - Class in io.sf.carte.echosvg.util
Generic class to dispatch events in a highly reliable way.
EventDispatcher - Interface in io.sf.carte.echosvg.gvt.event
Interface for receiving and dispatching events down to a GVT tree.
EventDispatcher() - Constructor for class io.sf.carte.echosvg.util.EventDispatcher
 
EventDispatcher.Dispatcher - Interface in io.sf.carte.echosvg.util
 
eventFactories - Variable in class io.sf.carte.echosvg.dom.events.DocumentEventSupport
The event factories table.
EventLikeTimingSpecifier - Class in io.sf.carte.echosvg.anim.timing
Abstract class from which all event-like timing specifier classes derive.
EventLikeTimingSpecifier(TimedElement, boolean, float) - Constructor for class io.sf.carte.echosvg.anim.timing.EventLikeTimingSpecifier
Creates a new EventLikeTimingSpecifier object.
EventListenerInitializer - Interface in org.w3c.dom.svg
 
EventListenerList - Class in io.sf.carte.echosvg.dom.events
Class to manager event listeners for one event type.
EventListenerList() - Constructor for class io.sf.carte.echosvg.dom.events.EventListenerList
 
EventListenerList.Entry - Class in io.sf.carte.echosvg.dom.events
EventListenerTable entry class.
EventListenerMememto(EventTarget, String, String, EventListener, boolean, BridgeContext) - Constructor for class io.sf.carte.echosvg.bridge.BridgeContext.EventListenerMememto
 
EventListenerMememto(EventTarget, String, EventListener, boolean, BridgeContext) - Constructor for class io.sf.carte.echosvg.bridge.BridgeContext.EventListenerMememto
 
eventListenerSet - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The list of all EventListener attached by bridges that need to be removed on a dispose() call.
EventListenerWrapper(EventListener) - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext.EventListenerWrapper
Creates a new EventListenerWrapper.
eventName - Variable in class io.sf.carte.echosvg.anim.timing.EventbaseTimingSpecifier
The animation name of the event to sync to.
eventNamespaceURI - Variable in class io.sf.carte.echosvg.anim.timing.EventbaseTimingSpecifier
The namespace URI of the event to sync to.
eventNamespaceURI - Variable in class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment.HandlerScriptingEventListener
The namespace URI of the event type.
eventPhase - Variable in class io.sf.carte.echosvg.dom.events.AbstractEvent
The event phase.
eventQueue - Variable in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
These are used to queue events while a rendering event is in progress.
eventQueueMaxSize - Variable in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
 
eventsEnabled - Variable in class io.sf.carte.echosvg.dom.AbstractDocument
Whether the event dispatching must be done.
eventsEnabled - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Whether the GVT tree should be reactive to mouse and key events.
eventSupport - Variable in class io.sf.carte.echosvg.dom.AbstractNode
The event support.
EventSupport - Class in io.sf.carte.echosvg.dom.events
The class allows registration and removal of EventListeners on an NodeEventTarget and dispatch of events to that NodeEventTarget.
EventSupport(AbstractNode) - Constructor for class io.sf.carte.echosvg.dom.events.EventSupport
Creates a new EventSupport object.
eventTarget - Variable in class io.sf.carte.echosvg.anim.timing.EventbaseTimingSpecifier
The eventbase element as an EventTarget.
eventType - Variable in class io.sf.carte.echosvg.anim.timing.EventbaseTimingSpecifier
The type of the event to sync to.
eventType - Variable in class io.sf.carte.echosvg.bridge.BridgeContext.EventListenerMememto
 
eventType - Variable in class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment.HandlerScriptingEventListener
The event type.
eventTypeAliases - Static variable in class io.sf.carte.echosvg.anim.dom.XBLEventSupport
Map of event types to their aliases.
ex - Variable in exception class io.sf.carte.echosvg.transcoder.TranscoderException
The enclosed exception.
ex() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.LengthListBuilder
Implements LengthHandler.ex().
ex() - Method in class io.sf.carte.echosvg.parser.DefaultLengthHandler
Implements LengthHandler.ex().
ex() - Method in class io.sf.carte.echosvg.parser.LengthArrayProducer
Implements LengthHandler.ex().
ex() - Method in interface io.sf.carte.echosvg.parser.LengthHandler
Invoked when 'ex' has been parsed.
ex() - Method in class io.sf.carte.echosvg.parser.UnitProcessor.UnitResolver
Implements LengthHandler.ex().
Examples - Search tag in package io.sf.carte.echosvg.transcoder.wmf.tosvg
Section
exception - Variable in exception class io.sf.carte.echosvg.parser.ParseException
 
exception - Variable in class io.sf.carte.echosvg.swing.svg.GVTTreeBuilder
The exception thrown.
exception - Variable in class io.sf.carte.echosvg.swing.svg.SVGDocumentLoader
The exception thrown.
exception - Variable in class io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcher
The exception thrown.
exception - Variable in exception class io.sf.carte.echosvg.xml.XMLException
 
exceptionCount - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationTickRunnable
The number of consecutive exceptions that have been thrown.
execute() - Method in class io.sf.carte.echosvg.apps.rasterizer.Main
 
execute() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Starts the conversion process.
executeOnload - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Execute the 'onload' scripts flag
executionResumed() - Method in class io.sf.carte.echosvg.util.RunnableQueue
Called when execution is being resumed.
executionResumed(RunnableQueue) - Method in class io.sf.carte.echosvg.bridge.UpdateManager.UpdateManagerRunHander
Called when the execution of the queue has been resumed.
executionResumed(RunnableQueue) - Method in interface io.sf.carte.echosvg.util.RunnableQueue.RunHandler
Called when the execution of the queue has been resumed.
executionResumed(RunnableQueue) - Method in class io.sf.carte.echosvg.util.RunnableQueue.RunHandlerAdapter
Called when the execution of the queue has been resumed.
executionSuspended() - Method in class io.sf.carte.echosvg.util.RunnableQueue
Called when execution is being suspended.
executionSuspended(RunnableQueue) - Method in class io.sf.carte.echosvg.bridge.UpdateManager.UpdateManagerRunHander
Called when the execution of the queue has been suspended.
executionSuspended(RunnableQueue) - Method in interface io.sf.carte.echosvg.util.RunnableQueue.RunHandler
Called when the execution of the queue has been suspended.
executionSuspended(RunnableQueue) - Method in class io.sf.carte.echosvg.util.RunnableQueue.RunHandlerAdapter
Called when the execution of the queue has been suspended.
exit() - Static method in class io.sf.carte.echosvg.anim.timing.Trace
 
EXPANDED_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'expanded' keyword.
expandEntityReferences - Variable in class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
Whether the children of entity reference nodes are visible to the iterator.
expandEntityReferences - Variable in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
Whether the children of entity reference nodes are visible to the iterator.
expandSources(List<String>) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main
Scans the input vector and replaces directories with the list of SVG files they contain
EXPLICIT_LAYOUT - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Marker attribute indicating explicit glyph layout.
exponent - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMComponentTransferFunctionElement
The 'exponent' attribute value.
exponent - Variable in class io.sf.carte.echosvg.ext.awt.image.GammaTransfer
The exponent of the Gamma function
export(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.anim.dom.AbstractElement
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMToBeImplementedElement
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.anim.dom.XBLOMElement
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.AbstractAttr
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.AbstractAttrNS
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.AbstractCharacterData
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.AbstractElement
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.AbstractElementNS
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.AbstractEntity
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.AbstractEntityReference
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.AbstractNode
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.AbstractNotation
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.AbstractProcessingInstruction
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.GenericElement
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.GenericElementNS
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class io.sf.carte.echosvg.dom.GenericProcessingInstruction
Exports this node to the given document.
export(Node, Document) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Exports this node to the given document.
expression - Variable in class io.sf.carte.echosvg.bridge.svg12.XPathPatternContentSelector
The expression string.
exsToPixels(float, short, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.parser.UnitProcessor
Converts exs units to user units.
EXT_ALIGN_BOTTOM_VALUE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Value for vertical-align to bottom of region
EXT_ALIGN_MIDDLE_VALUE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Value for vertical-align to middle of region
EXT_ALIGN_TOP_VALUE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Value for vertical-align to top of region
EXT_BOTTOM_MARGIN_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Attribute name for bottom-margin attribute
EXT_HEIGHT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Attribute name for height attribute
EXT_INDENT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Attribute name for indent attribute/property
EXT_IR_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Attribute name for inner radius attribute
EXT_JUSTIFICATION_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Attribute name for justification
EXT_JUSTIFICATION_END_VALUE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Value for justification to end of region
EXT_JUSTIFICATION_FULL_VALUE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Value for justification to both edges of region
EXT_JUSTIFICATION_MIDDLE_VALUE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Value for justification to middle of region
EXT_JUSTIFICATION_START_VALUE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Value for justification to start of region
EXT_LEFT_MARGIN_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Attribute name for left-margin attribute
EXT_MARGIN_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Attribute name for margin psudo-attribute
EXT_PREFORMATTED_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Attribute name for preformated data
EXT_RIGHT_MARGIN_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Attribute name for right-margin attribute
EXT_SIDES_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Attribute name for sides attribute
EXT_TOP_MARGIN_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Attribute name for top-margin attribute
EXT_TRIM_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Attribute name for trim percent attribute
EXT_VERTICAL_ALIGN_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Attribute name for preformated data
EXT_WIDTH_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Attribute name for width attribute
EXT_X_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Attribute name for x attribute
EXT_Y_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.extension.svg.EchoSVGExtConstants
Attribute name for y attribute
ExtendedGeneralPath - Class in io.sf.carte.echosvg.ext.awt.geom
The ExtendedGeneralPath class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arc.
ExtendedGeneralPath() - Constructor for class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Constructs a new ExtendedGeneralPath.
ExtendedGeneralPath(int) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Constructs a new ExtendedGeneralPath with the specified winding rule to control operations that require the interior of the path to be defined.
ExtendedGeneralPath(int, int) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Constructs a new ExtendedGeneralPath object with the specified winding rule and the specified initial capacity to store path coordinates.
ExtendedGeneralPath(Shape) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Constructs a new ExtendedGeneralPath object from an arbitrary Shape object.
ExtendedGridBagConstraints - Class in io.sf.carte.echosvg.util.gui
This class extends the java.awt.GridBagConstraints in order to provide some utility methods.
ExtendedGridBagConstraints() - Constructor for class io.sf.carte.echosvg.util.gui.ExtendedGridBagConstraints
 
ExtendedLocalizable - Interface in io.sf.carte.echosvg.i18n
This interface provides much more control over internationalization than the Localizable interface.
ExtendedNamedNodeHashMap() - Constructor for class io.sf.carte.echosvg.anim.dom.AbstractElement.ExtendedNamedNodeHashMap
Creates a new ExtendedNamedNodeHashMap object.
ExtendedNode - Interface in io.sf.carte.echosvg.dom
This interface provides an access to the non DOM methods implemented by all the nodes in this implementation.
ExtendedPathIterator - Interface in io.sf.carte.echosvg.ext.awt.geom
The ExtendedPathIterator class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arcs.
ExtendedShape - Interface in io.sf.carte.echosvg.ext.awt.geom
The ExtendedShape class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arcs.
ExtendedTraitAccess - Interface in io.sf.carte.echosvg.dom.svg
Interface for SVG DOM classes to expose information about the traits (XML attributes and CSS properties) their elements support.
extendRegion(String, String, String, String, short, GraphicsNode, Rectangle2D, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Returns a rectangle that represents the region extended by the specified differential coordinates.
ExtensibleDOMImplementation - Class in io.sf.carte.echosvg.dom
This class implements the DOMImplementation interface.
ExtensibleDOMImplementation() - Constructor for class io.sf.carte.echosvg.dom.ExtensibleDOMImplementation
Creates a new DOMImplementation.
ExtensibleDOMImplementation.ElementFactory - Interface in io.sf.carte.echosvg.dom
This interface represents a factory for elements.
ExtensionElement - Class in io.sf.carte.echosvg.extension
This class implements the basic features an element must have in order to be usable as a foreign element within an SVGOMDocument.
ExtensionElement() - Constructor for class io.sf.carte.echosvg.extension.ExtensionElement
Creates a new Element object.
ExtensionElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.extension.ExtensionElement
Creates a new Element object.
ExtensionHandler - Interface in io.sf.carte.echosvg.svggen
The ExtensionHandler interface allows the user to handle Java 2D API extensions that map to SVG concepts (such as custom Paints, Composites or BufferedImageOp filters).
extensions - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
 
extensions - Variable in class io.sf.carte.echosvg.bridge.UserAgentAdapter
 
extensions - Static variable in class io.sf.carte.echosvg.dom.ExtensibleDOMImplementation
 
extensions - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
 
External(String, String, String) - Constructor for class io.sf.carte.echosvg.svggen.ImageCacher.External
 
ExternalResourceSecurity - Interface in io.sf.carte.echosvg.bridge
An interface that allows UserAgents to describe the security constraints desired for external resources.
externalResourcesRequired - Variable in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimationElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMCursorElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEImageElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFontElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMGradientElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMMPathElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMScriptElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMSymbolElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMViewElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class io.sf.carte.echosvg.extension.GraphicsExtensionElement
The 'externalResourcesRequired' attribute value.
EXTRA_CONDENSED_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'extra-condensed' keyword.
EXTRA_EXPANDED_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'extra-expanded' keyword.
EXTRA_LIGHT - Static variable in class io.sf.carte.echosvg.svggen.SVGFont
 
EXTRABOLD - Static variable in class io.sf.carte.echosvg.svggen.SVGFont
 
extractColor(Element, float, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.svg12.SVGSolidColorElementBridge
 
extractColorSpace(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
Analyzes the color-profile property and builds an ICCColorSpaceExt object from it.
extractContentTypeParts(String) - Method in class io.sf.carte.echosvg.util.ParsedURLData
Extracts the type/subtype and charset parameter from the Content-Type header.
extractFeMergeNode(Element, Element, GraphicsNode, Filter, Map<String, Filter>, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFeMergeElementBridge
Returns a list of Filter objects that represents the feMergeNode of the specified feMerge filter element.
extractLight(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.AbstractSVGLightingElementBridge
Returns the light from the specified lighting filter primitive element or null if any
extractLocalPatternContent(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGPatternElementBridge
Returns the content of the specified pattern element or null if any.
extractLocalStop(Element, float, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.AbstractSVGGradientElementBridge
Returns a list of Stop elements, children of the specified paintElement can have or null if any.
extractOpacity(Element, float, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.svg12.SVGSolidColorElementBridge
 
extractPatternContent(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGPatternElementBridge
Returns the content of the specified pattern element.
extractStop(Element, float, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.AbstractSVGGradientElementBridge
Returns the stops elements of the specified gradient element.
extShape - Variable in class io.sf.carte.echosvg.gvt.MarkerShapePainter
The Shape to be painted.

F

factories - Variable in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation
 
factories - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
Factories for AnimatableValue parsing.
factories - Static variable in class io.sf.carte.echosvg.css.engine.SystemColorSupport
The color factories.
factories - Variable in class io.sf.carte.echosvg.script.InterpreterPool
The InterpreterFactory map.
factory - Variable in class io.sf.carte.echosvg.dom.StyleSheetProcessingInstruction
The stylesheet factory.
factory - Variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLEditorKit
 
Factory() - Constructor for class io.sf.carte.echosvg.bridge.RhinoInterpreter.Factory
 
familyName - Variable in class io.sf.carte.echosvg.gvt.font.GVTFontFace
 
familyToSVG(Font) - Static method in class io.sf.carte.echosvg.svggen.SVGFont
 
FANTASY_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'fantasy' keyword.
FAST_SCROLL_DOWN_ACTION - Static variable in class io.sf.carte.echosvg.swing.JSVGCanvas
The key for the Action to quickly scroll down.
FAST_SCROLL_LEFT_ACTION - Static variable in class io.sf.carte.echosvg.swing.JSVGCanvas
The key for the Action to quickly scroll left.
FAST_SCROLL_RIGHT_ACTION - Static variable in class io.sf.carte.echosvg.swing.JSVGCanvas
The key for the Action to quickly scroll right.
FAST_SCROLL_UP_ACTION - Static variable in class io.sf.carte.echosvg.swing.JSVGCanvas
The key for the Action to quickly scroll up.
fatalError(TranscoderException) - Method in class io.sf.carte.echosvg.transcoder.DefaultErrorHandler
Invoked when an fatal error occured while transcoding.
fatalError(TranscoderException) - Method in interface io.sf.carte.echosvg.transcoder.ErrorHandler
Invoked when an fatal error occured while transcoding.
fatalError(String, Object[]) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Creates a transcoder exception.
fatalError(SAXParseException) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
Feature - Class in io.sf.carte.echosvg.svggen.font.table
 
Feature(RandomAccessFile, int) - Constructor for class io.sf.carte.echosvg.svggen.font.table.Feature
Creates new Feature
FEATURE_TAG_FINA - Static variable in interface io.sf.carte.echosvg.svggen.font.table.FeatureTags
 
FEATURE_TAG_INIT - Static variable in interface io.sf.carte.echosvg.svggen.font.table.FeatureTags
 
FEATURE_TAG_MEDI - Static variable in interface io.sf.carte.echosvg.svggen.font.table.FeatureTags
 
FeatureList - Class in io.sf.carte.echosvg.svggen.font.table
 
FeatureList(RandomAccessFile, int) - Constructor for class io.sf.carte.echosvg.svggen.font.table.FeatureList
Creates new FeatureList
FeatureRecord - Class in io.sf.carte.echosvg.svggen.font.table
 
FeatureRecord(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.FeatureRecord
Creates new FeatureRecord
features - Variable in class io.sf.carte.echosvg.dom.AbstractDOMImplementation
The supported features.
FEATURES - Variable in class io.sf.carte.echosvg.bridge.UserAgentAdapter
 
FEATURES - Static variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
 
FeatureTags - Interface in io.sf.carte.echosvg.svggen.font.table
Definition of Feature tags
FeBlendElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeBlendElementFactory
 
FeColorMatrixElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeColorMatrixElementFactory
 
FeComponentTransferElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeComponentTransferElementFactory
 
FeCompositeElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeCompositeElementFactory
 
FeConvolveMatrixElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeConvolveMatrixElementFactory
 
FeDiffuseLightingElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeDiffuseLightingElementFactory
 
FeDisplacementMapElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeDisplacementMapElementFactory
 
FeDistantLightElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeDistantLightElementFactory
 
FeFloodElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeFloodElementFactory
 
FeFuncAElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeFuncAElementFactory
 
FeFuncBElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeFuncBElementFactory
 
FeFuncGElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeFuncGElementFactory
 
FeFuncRElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeFuncRElementFactory
 
FeGaussianBlurElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeGaussianBlurElementFactory
 
FeImageElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeImageElementFactory
 
FeMergeElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeMergeElementFactory
 
FeMergeNodeElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeMergeNodeElementFactory
 
FeMorphologyElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeMorphologyElementFactory
 
FeOffsetElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeOffsetElementFactory
 
FePointLightElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FePointLightElementFactory
 
FeSpecularLightingElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeSpecularLightingElementFactory
 
FeSpotLightElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeSpotLightElementFactory
 
FeTileElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeTileElementFactory
 
FeTurbulenceElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeTurbulenceElementFactory
 
FF_DECORATIVE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
FF_DONTCARE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
FF_MODERN - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
FF_ROMAN - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
FF_SCRIPT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
FF_SWISS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
file - Variable in class io.sf.carte.echosvg.util.ClassFileUtilities.Jar
 
FILE_SEP - Static variable in class io.sf.carte.echosvg.util.PreferenceManager
 
FileBrowseButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.UserStyleDialog.Panel.FileBrowseButtonAction
 
fileCheckBox - Variable in class io.sf.carte.echosvg.util.gui.UserStyleDialog.Panel
The file check box
FileCheckBoxChangeListener() - Constructor for class io.sf.carte.echosvg.util.gui.UserStyleDialog.Panel.FileCheckBoxChangeListener
 
fileFilter - Variable in class io.sf.carte.echosvg.util.gui.URIChooser
The file filter.
fileLabel - Variable in class io.sf.carte.echosvg.util.gui.UserStyleDialog.Panel
The file label
files - Variable in class io.sf.carte.echosvg.util.ClassFileUtilities.Jar
 
fileTextField - Variable in class io.sf.carte.echosvg.util.gui.UserStyleDialog.Panel
The file text field
fill(Shape) - Method in class io.sf.carte.echosvg.ext.awt.g2d.DefaultGraphics2D
Fills the interior of a Shape using the settings of the Graphics2D context.
fill(Shape) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Fills the interior of a Shape using the settings of the Graphics2D context.
FILL - Static variable in interface io.sf.carte.echosvg.gvt.GraphicsNode
Indicates that this graphics node can be the target for events when the mouse is over the filled area whatever or not it is the visible.
FILL - Static variable in class io.sf.carte.echosvg.svggen.DOMGroupManager
FILL method.
FILL_FREEZE - Static variable in class io.sf.carte.echosvg.anim.timing.TimedElement
 
FILL_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
FILL_OPACITY_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
FILL_REMOVE - Static variable in class io.sf.carte.echosvg.anim.timing.TimedElement
 
FILL_RULE_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
FILL_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'fill' keyword.
fillArc(int, int, int, int, int, int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Fills a circular or elliptical arc covering the specified rectangle.
fillAttributedStringBuffer(BridgeContext, Element, boolean, TextPath, Integer, Map<AttributedCharacterIterator.Attribute, Object>, SVGTextElementBridge.AttributedStringBuffer) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Fills the given AttributedStringBuffer.
fillAttributedStringBuffer(BridgeContext, Element, boolean, Integer, Map<AttributedCharacterIterator.Attribute, ?>, SVGTextElementBridge.AttributedStringBuffer, List<Integer>) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
Fills the given AttributedStringBuffer.
fillAttributedStringBuffer(BridgeContext, Element, boolean, Integer, Map<AttributedCharacterIterator.Attribute, Object>, SVGTextElementBridge.AttributedStringBuffer, List<Integer>) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
Fills the given AttributedStringBuffer.
fillBuffer() - Method in class io.sf.carte.echosvg.util.io.AbstractCharDecoder
Fills the input buffer.
fillMode - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
The fill mode for this element.
fillOutRaster(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileRed
 
fillOutRaster_FALLBACK(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileRed
 
fillOutRaster_INT_PACK(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileRed
 
fillOval(int, int, int, int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Fills an oval bounded by the specified rectangle with the current color.
fillPaint - Variable in class io.sf.carte.echosvg.gvt.text.TextPaintInfo
 
fillPolygon(int[], int[], int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Fills a closed polygon defined by arrays of x and y coordinates.
fillRasterFrom(WritableRaster, RenderedImage) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileRed
 
fillRect(int, int, int, int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Fills the specified rectangle.
fillRoundRect(int, int, int, int, int, int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Fills the specified rounded corner rectangle with the current color.
FillRuleManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'fill-rule' property values.
FillRuleManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.FillRuleManager
 
FillShapePainter - Class in io.sf.carte.echosvg.gvt
A shape painter that can be used to fill a shape.
FillShapePainter(Shape) - Constructor for class io.sf.carte.echosvg.gvt.FillShapePainter
Constructs a new FillShapePainter that can be used to fill a Shape.
FILLSTROKE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'fillstroke' keyword.
filter - Variable in class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
The NodeFilter used to screen nodes.
filter - Variable in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
The NodeFilter used to screen nodes.
filter - Variable in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
The filter of this graphics node.
filter(BufferedImage, BufferedImage) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.MorphologyOp
This implementation of filter does the morphology operation on a premultiplied alpha image.
filter(Raster, WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.MorphologyOp
Filters src and writes result into dest.
Filter - Interface in io.sf.carte.echosvg.ext.awt.image.renderable
This is an extension of RenderableImage that adds some needed functionality for tracking dirty regions and determining image dependancies.
FILTER_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
FilterAlphaRable - Class in io.sf.carte.echosvg.ext.awt.image.renderable
FilterAlphaRable implementation.
FilterAlphaRable(Filter) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.FilterAlphaRable
 
FilterAlphaRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This strips out the source alpha channel into a one band image.
FilterAlphaRed(CachableRed) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.FilterAlphaRed
Construct an alpah channel from the given src, according to the SVG masking rules.
FilterAsAlphaRable - Class in io.sf.carte.echosvg.ext.awt.image.renderable
FilterAsAlphaRable implementation.
FilterAsAlphaRable(Filter) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.FilterAsAlphaRable
 
FilterAsAlphaRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This converts any source into a mask according to the SVG masking rules.
FilterAsAlphaRed(CachableRed) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.FilterAsAlphaRed
Construct an alpah channel from the given src, according to the SVG masking rules.
filterBL(Raster, WritableRaster, int[], int[], int[], int[]) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.DisplacementMapRed
 
filterBLPre(Raster, WritableRaster, int[], int[], int[], int[]) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.DisplacementMapRed
 
FilterBridge - Interface in io.sf.carte.echosvg.bridge
Bridge class for vending Filter objects.
FilterChainRable - Interface in io.sf.carte.echosvg.ext.awt.image.renderable
Implements a filter operation.
FilterChainRable8Bit - Class in io.sf.carte.echosvg.ext.awt.image.renderable
Implements a filter chain.
FilterChainRable8Bit(Filter, Rectangle2D) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.FilterChainRable8Bit
Default constructor.
filterChildren(Element, Element, Set<Element>, List<Element>) - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
 
FilterColorInterpolation - Interface in io.sf.carte.echosvg.ext.awt.image.renderable
This is an extension of our Filter interface that adds support for a color-interpolation specification which indicates what colorspace the operation should take place in.
FilterElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FilterElementFactory
 
FilterManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a factory for the 'filter' property values.
FilterManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.FilterManager
 
filterNN(Raster, WritableRaster, int[], int[], int[], int[]) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.DisplacementMapRed
Does displacement map using Nearest neighbor interpolation
FilterPrimitiveBridge - Interface in io.sf.carte.echosvg.bridge
Factory class for vending Filter objects that represents a filter primitive.
filterRegion - Variable in class io.sf.carte.echosvg.gvt.filter.MaskRable8Bit
Region to which the mask applies
FilterResRable - Interface in io.sf.carte.echosvg.ext.awt.image.renderable
Interface for implementing filter resolution.
FilterResRable8Bit - Class in io.sf.carte.echosvg.ext.awt.image.renderable
Interface for implementing filter resolution.
FilterResRable8Bit() - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.FilterResRable8Bit
 
FilterResRable8Bit(Filter, int, int) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.FilterResRable8Bit
 
filterUnits - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
The 'filterUnits' attribute value.
FINAL_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVG12CSSEngine
 
FINAL_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
find(Object) - Method in class io.sf.carte.echosvg.dom.util.IntTable
Finds the Entry with the given key.
find(String, int, boolean) - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLDocument
Find the first occurrence of the specified String starting at the specified index.
findFeature(LangSys, String) - Method in class io.sf.carte.echosvg.svggen.font.table.FeatureList
 
findGlyph(int) - Method in class io.sf.carte.echosvg.svggen.font.table.Coverage
 
findGlyph(int) - Method in class io.sf.carte.echosvg.svggen.font.table.CoverageFormat1
 
findGlyph(int) - Method in class io.sf.carte.echosvg.svggen.font.table.CoverageFormat2
 
findLineBrk(AttributedString) - Static method in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
findNext() - Method in class io.sf.carte.echosvg.util.DoublyIndexedTable.TableIterator
Searches for the next Entry in the table.
findRoots(double, double[]) - Method in class io.sf.carte.echosvg.ext.awt.geom.AbstractSegment
 
findRoots(double, double[]) - Method in class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
findRoots(double, double[]) - Method in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
 
findScript(String) - Method in class io.sf.carte.echosvg.svggen.font.table.ScriptList
 
findStyleSheetNodes(Node) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
An auxiliary method for getStyleSheets().
findUpperIndex(float) - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength
Returns the index of the path segment that bounds the specified length along the path.
finished - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractImageZoomInteractor
Whether the interactor has finished.
finished - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractPanInteractor
Whether the interactor has finished.
finished - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractResetTransformInteractor
Whether the interactor has finished.
finished - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractRotateInteractor
Whether the interactor has finished.
finished - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractZoomInteractor
Whether the interactor has finished.
fireAnimatedAttributeListeners() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedValue
Fires the listeners for the animated value.
fireBaseAttributeListeners() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedValue
Fires the listeners for the base value.
fireBaseAttributeListeners(String) - Method in class io.sf.carte.echosvg.bridge.AnimatableSVGBridge
Fires the listeners registered for changes to the base value of the given CSS property.
fireBBoxChangeEvent() - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Fires an svg:bboxchange event on the element.
FIREBRICK_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'firebrick' RGB color.
FIREBRICK_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'firebrick' color name.
fireDOMActivateEvent(EventTarget, int) - Method in class io.sf.carte.echosvg.bridge.FocusManager
Fires a 'DOMActivate' event to the specified target.
fireDOMAttrModifiedEvent(String, Attr, String, String, short) - Method in class io.sf.carte.echosvg.anim.dom.AbstractElement
 
fireDOMAttrModifiedEvent(String, Attr, String, String, short) - Method in class io.sf.carte.echosvg.dom.AbstractElement
Fires a DOMAttrModified event.
fireDOMCharacterDataModifiedEvent(String, String) - Method in class io.sf.carte.echosvg.dom.AbstractNode
Fires a DOMCharacterDataModified event.
fireDOMFocusInEvent(EventTarget, EventTarget) - Method in class io.sf.carte.echosvg.bridge.FocusManager
Fires a 'DOMFocusIn' event to the specified target.
fireDOMFocusInEvent(EventTarget, EventTarget) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12FocusManager
Fires a 'DOMFocusIn' event to the specified target.
fireDOMFocusOutEvent(EventTarget, EventTarget) - Method in class io.sf.carte.echosvg.bridge.FocusManager
Fires a 'DOMFocusOut' event to the specified target.
fireDOMFocusOutEvent(EventTarget, EventTarget) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12FocusManager
Fires a 'DOMFocusOut' event to the specified target.
fireDOMNodeInsertedEvent(Node) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
Fires a DOMNodeInserted event.
fireDOMNodeInsertedIntoDocumentEvent() - Method in class io.sf.carte.echosvg.dom.AbstractNode
Recursively fires a DOMNodeInsertedIntoDocument event.
fireDOMNodeInsertedIntoDocumentEvent() - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
Recursively fires a DOMNodeInsertedIntoDocument event.
fireDOMNodeRemovedEvent(Node) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
Fires a DOMNodeRemoved event.
fireDOMNodeRemovedFromDocumentEvent() - Method in class io.sf.carte.echosvg.dom.AbstractNode
Recursively fires a DOMNodeRemovedFromDocument event.
fireDOMNodeRemovedFromDocumentEvent() - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
Recursively fires a DOMNodeRemovedFromDocument event.
fireDOMSubtreeModifiedEvent() - Method in class io.sf.carte.echosvg.dom.AbstractAttr
Fires a DOMSubtreeModified event.
fireDOMSubtreeModifiedEvent() - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
Fires a DOMSubtreeModified event.
fireEvent(EventDispatcher.Dispatcher, Object) - Method in class io.sf.carte.echosvg.bridge.UpdateManager
 
fireEvent(EventDispatcher.Dispatcher, Object) - Method in class io.sf.carte.echosvg.swing.gvt.GVTTreeRenderer
 
fireEvent(EventDispatcher.Dispatcher, Object) - Method in class io.sf.carte.echosvg.swing.svg.GVTTreeBuilder
 
fireEvent(EventDispatcher.Dispatcher, Object) - Method in class io.sf.carte.echosvg.swing.svg.SVGDocumentLoader
 
fireEvent(EventDispatcher.Dispatcher, Object) - Method in class io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcher
 
fireEvent(EventDispatcher.Dispatcher, List<Object>, Object, boolean) - Static method in class io.sf.carte.echosvg.util.EventDispatcher
 
fireEventListeners(NodeEventTarget, AbstractEvent, boolean, HashSet<Object>, HashSet<Object>) - Method in class io.sf.carte.echosvg.dom.events.EventSupport
Fires the registered listeners on the given event target.
fireEventListeners(NodeEventTarget, AbstractEvent, EventListenerList.Entry[], HashSet<Object>, HashSet<Object>) - Method in class io.sf.carte.echosvg.dom.events.EventSupport
Fires the given listeners on the given event target.
fireGraphicsNodeChangeCompleted() - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
 
fireGraphicsNodeChangeStarted() - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
 
fireGraphicsNodeChangeStarted(GraphicsNodeChangeEvent) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
 
fireGraphicsNodeChangeStarted(GraphicsNode) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
 
fireHandlerGroupEventListeners(NodeEventTarget, AbstractEvent, boolean, HashSet<Object>, HashSet<Object>) - Method in class io.sf.carte.echosvg.anim.dom.XBLEventSupport
Fires the event handlers registered on an XBL 'handlerGroup' element.
fireImplementationEventListeners(NodeEventTarget, AbstractEvent, boolean) - Method in class io.sf.carte.echosvg.anim.dom.XBLEventSupport
Fires the registered implementation listeners on the given event target.
fireItemsWereAdded(DropDownComponent.ScrollablePopupMenuEvent) - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenu
Fires the itemsWereAdded event, when the items are added to this pop up menu.
fireItemsWereRemoved(DropDownComponent.ScrollablePopupMenuEvent) - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenu
Fires the itemsWereRemove event, when the items are removed from this pop up menu.
fireLinkActivatedEvent(SVGAElement, String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Fires a LinkActivatedEvent.
firePropertiesChangedEvent(Element, int[]) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Fires a CSSEngineEvent, given a list of modified properties.
fireShadowTreeEvent(BindableElement, String, XBLShadowTreeElement) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Fires a ShadowTreeEvent of the given type on this element.
fireShapeChangeEvent() - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Fires a ShapeChange event on the element this bridge is managing.
fireTimeEvent(String, float, int) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Fires a TimeEvent of the given type on this element.
fireTimeEvent(String, Calendar, int) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Fires a TimeEvent of the given type on this element.
fireTimeEvent(String, Calendar, int) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge.SVGTimedElement
Fires a TimeEvent of the given type on this element.
fireTimeEvent(String, Calendar, int) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationRoot
Fires a TimeEvent of the given type on this element.
fireTimeEvent(EventTarget, String, Calendar, int) - Static method in class io.sf.carte.echosvg.bridge.AnimationSupport
Fires a TimeEvent on the given EventTarget.
fireUserDataHandlers(short, Node, Node) - Method in class io.sf.carte.echosvg.dom.AbstractNode
Fire any UserDataHandlers on the given oldNode.
first() - Method in class io.sf.carte.echosvg.gvt.text.AttributedCharacterSpanIterator
Sets the position to getBeginIndex().
first() - Method in class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
Sets the position to getBeginIndex() and returns the character at that position.
first() - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Sets the position to getBeginIndex().
first() - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Sets the position to getBeginIndex().
FIRST_ATTRIBUTE_FRAGMENT - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a first attribute fragment lexical unit.
firstChild - Variable in class io.sf.carte.echosvg.dom.AbstractParentNode.ChildNodes
The first child.
firstChild() - Method in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
DOM: Implements TreeWalker.firstChild().
firstChild() - Method in class io.sf.carte.echosvg.gvt.GVTTreeWalker
Returns the first child of the current GraphicsNode.
firstChild(Node) - Method in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
Returns the first child of the given node.
firstRunInChunk - Variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter.TextRun
 
fixAlpha(BufferedImage) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable8Bit
 
fixAlpha_FALLBACK(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable8Bit
 
fixAlpha_INT_PACK(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable8Bit
 
fixColorModel(CachableRed) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.AffineRed
 
fixColorModel(CachableRed) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.Any2LsRGBRed
This function 'fixes' the source's color model.
fixColorModel(CachableRed) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.Any2LumRed
This function 'fixes' the source's color model.
fixColorModel(CachableRed) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.Any2sRGBRed
This function 'fixes' the source's color model.
fixColorModel(CachableRed) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.CompositeRed
 
fixColorModel(CachableRed) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.GaussianBlurRed8Bit
 
fixColorModel(CachableRed) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.MultiplyAlphaRed
 
FIXED_IDENTIFIER - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a '#FIXED' lexical unit.
FIXED_PITCH - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
fixedCascadedValues - Variable in class io.sf.carte.echosvg.css.engine.StyleMap
Whether the values of this map cannot be re-cascaded.
fixSampleModel(CachableRed) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.Any2LsRGBRed
This function 'fixes' the source's sample model.
fixSampleModel(CachableRed) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.Any2LumRed
This function 'fixes' the source's sample model.
fixSampleModel(CachableRed) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.Any2sRGBRed
This function 'fixes' the source's sample model.
fixSampleModel(CachableRed) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.MultiplyAlphaRed
 
fixSampleModel(CachableRed, ColorModel, Rectangle) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AffineRed
This function 'fixes' the source's sample model. right now it just ensures that the sample model isn't much larger than my width.
fixSampleModel(CachableRed, ColorModel, Rectangle) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.CompositeRed
This function 'fixes' the source's sample model. right now it just ensures that the sample model isn't much larger than my width.
fixSampleModel(CachableRed, Rectangle) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.PadRed
This function 'fixes' the source's sample model. right now it just ensures that the sample model isn't much larger than my width.
fixSampleModel(RenderedImage, int, int, int, int) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileRed
This function 'fixes' the source's sample model. right now it just ensures that the sample model isn't much larger than my width.
FLIP_X_TRANSFORM - Static variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
The transform used to implement flipX.
FLIP_Y_TRANSFORM - Static variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
The transform used to implement flipX.
flipX() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.flipX().
flipX() - Method in interface org.w3c.dom.svg.SVGMatrix
 
flipY() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.flipY().
flipY() - Method in interface org.w3c.dom.svg.SVGMatrix
 
FloatArrayProducer - Class in io.sf.carte.echosvg.parser
A handler class that generates an array of floats from parsing a number list or a point list.
FloatArrayProducer() - Constructor for class io.sf.carte.echosvg.parser.FloatArrayProducer
 
FloatComponent() - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.FloatComponent
 
FloatComponent() - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMValue.FloatComponent
 
FloatKey - Class in io.sf.carte.echosvg.transcoder.keys
A transcoding Key represented as a float.
FloatKey() - Constructor for class io.sf.carte.echosvg.transcoder.keys.FloatKey
 
FloatOptionHandler() - Constructor for class io.sf.carte.echosvg.apps.rasterizer.Main.FloatOptionHandler
 
floatValue - Variable in class io.sf.carte.echosvg.css.engine.value.FloatValue
The float value
FloatValue - Class in io.sf.carte.echosvg.css.engine.value
This class represents float values.
FloatValue(short, float) - Constructor for class io.sf.carte.echosvg.css.engine.value.FloatValue
Creates a new value.
floatValueChanged(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
Called when the float value has changed.
floatValueChanged(short, float) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the float value has changed.
FLOOD_COLOR_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
FLOOD_OPACITY_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
FloodRable - Interface in io.sf.carte.echosvg.ext.awt.image.renderable
Fills the input image with a given paint
FloodRable8Bit - Class in io.sf.carte.echosvg.ext.awt.image.renderable
Concrete implementation of the FloodRable interface.
FloodRable8Bit(Rectangle2D, Paint) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.FloodRable8Bit
 
FloodRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This implementation of RenderedImage will generate an infinate field of a single color.
FloodRed(Rectangle) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.FloodRed
Construct a fully transparent black image bounds size.
FloodRed(Rectangle, Paint) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.FloodRed
Construct a fully transparent image bounds size, will paint one tile with paint.
FLORALWHITE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'floralwhite' RGB color.
FLORALWHITE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'floralwhite' color name.
FLOW_EMPTY_PARAGRAPH - Static variable in class io.sf.carte.echosvg.bridge.GlyphLayout
 
FLOW_EMPTY_PARAGRAPH - Static variable in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
FLOW_EMPTY_PARAGRAPH - Static variable in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
FLOW_EMPTY_PARAGRAPH - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
FLOW_LINE_BREAK - Static variable in class io.sf.carte.echosvg.bridge.FlowTextPainter
 
FLOW_LINE_BREAK - Static variable in class io.sf.carte.echosvg.bridge.GlyphLayout
 
FLOW_LINE_BREAK - Static variable in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
FLOW_LINE_BREAK - Static variable in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
FLOW_LINE_BREAK - Static variable in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
FLOW_LINE_BREAK - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
FLOW_LINE_BREAK - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
FLOW_PARAGRAPH - Static variable in class io.sf.carte.echosvg.bridge.GlyphLayout
 
FLOW_PARAGRAPH - Static variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
FLOW_PARAGRAPH - Static variable in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
FLOW_PARAGRAPH - Static variable in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
FLOW_PARAGRAPH - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
FLOW_PARAGRAPH - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
FLOW_REGIONS - Static variable in class io.sf.carte.echosvg.bridge.FlowTextPainter
 
FLOW_REGIONS - Static variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
FLOW_REGIONS - Static variable in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
FLOW_REGIONS - Static variable in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
FLOW_REGIONS - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
FlowContentBridge(BridgeContext, SVGTextElementBridge, Element) - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge.FlowContentBridge
Creates a new FlowContentBridge.
FlowDivElement - Class in io.sf.carte.echosvg.extension.svg
This class implements a regular polygon extension to SVG
FlowDivElement() - Constructor for class io.sf.carte.echosvg.extension.svg.FlowDivElement
Creates a new EchoSVGRegularPolygonElement object.
FlowDivElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.extension.svg.FlowDivElement
Creates a new EchoSVGRegularPolygonElement object.
FlowDivElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.FlowDivElementFactory
 
FlowDivElementFactory() - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.FlowDivElementFactory
 
FlowExtGlyphLayout - Class in io.sf.carte.echosvg.extension.svg
A GlyphLayout class for SVG 1.2 flowing text.
FlowExtGlyphLayout(AttributedCharacterIterator, int[], Point2D, FontRenderContext) - Constructor for class io.sf.carte.echosvg.extension.svg.FlowExtGlyphLayout
 
FlowExtTextLayoutFactory - Class in io.sf.carte.echosvg.extension.svg
Factory instance that returns TextSpanLayouts appropriate to FlowRoot instances.
FlowExtTextLayoutFactory() - Constructor for class io.sf.carte.echosvg.extension.svg.FlowExtTextLayoutFactory
 
FlowExtTextNode - Class in io.sf.carte.echosvg.extension.svg
One line Class Desc Complete Class Desc
FlowExtTextNode() - Constructor for class io.sf.carte.echosvg.extension.svg.FlowExtTextNode
 
FlowExtTextPainter - Class in io.sf.carte.echosvg.extension.svg
One line Class Desc Complete Class Desc
FlowExtTextPainter() - Constructor for class io.sf.carte.echosvg.extension.svg.FlowExtTextPainter
 
FlowGlyphLayout - Class in io.sf.carte.echosvg.bridge
One line Class Desc Complete Class Desc
FlowGlyphLayout(AttributedCharacterIterator, int[], Point2D, FontRenderContext) - Constructor for class io.sf.carte.echosvg.bridge.FlowGlyphLayout
 
FlowLineElement - Class in io.sf.carte.echosvg.extension.svg
This class implements a regular polygon extension to SVG
FlowLineElement() - Constructor for class io.sf.carte.echosvg.extension.svg.FlowLineElement
Creates a new EchoSVGRegularPolygonElement object.
FlowLineElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.extension.svg.FlowLineElement
Creates a new EchoSVGRegularPolygonElement object.
FlowLineElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.FlowLineElementFactory
 
FlowLineElementFactory() - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.FlowLineElementFactory
 
FlowParaElement - Class in io.sf.carte.echosvg.extension.svg
This class implements a regular polygon extension to SVG
FlowParaElement() - Constructor for class io.sf.carte.echosvg.extension.svg.FlowParaElement
Creates a new EchoSVGRegularPolygonElement object.
FlowParaElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.extension.svg.FlowParaElement
Creates a new EchoSVGRegularPolygonElement object.
FlowParaElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.FlowParaElementFactory
 
FlowParaElementFactory() - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.FlowParaElementFactory
 
flowRegionBreak - Variable in class io.sf.carte.echosvg.extension.svg.MarginInfo
 
flowRegionBreak - Variable in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
flowRegionBreak - Variable in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
FlowRegionBreakElement - Class in io.sf.carte.echosvg.extension.svg
This class implements a regular polygon extension to SVG
FlowRegionBreakElement() - Constructor for class io.sf.carte.echosvg.extension.svg.FlowRegionBreakElement
Creates a new EchoSVGRegularPolygonElement object.
FlowRegionBreakElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.extension.svg.FlowRegionBreakElement
Creates a new EchoSVGRegularPolygonElement object.
FlowRegionBreakElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.FlowRegionBreakElementFactory
 
FlowRegionBreakElementFactory() - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.FlowRegionBreakElementFactory
 
FlowRegionElement - Class in io.sf.carte.echosvg.extension.svg
This class implements a regular polygon extension to SVG
FlowRegionElement() - Constructor for class io.sf.carte.echosvg.extension.svg.FlowRegionElement
Creates a new EchoSVGRegularPolygonElement object.
FlowRegionElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.extension.svg.FlowRegionElement
Creates a new EchoSVGRegularPolygonElement object.
FlowRegionElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.FlowRegionElementFactory
 
FlowRegionElementFactory() - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.FlowRegionElementFactory
 
FlowRegionExcludeElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.FlowRegionExcludeElementFactory
 
flowRegionNodes - Variable in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
Map of flowRegion elements to their graphics nodes.
FlowRegions - Class in io.sf.carte.echosvg.gvt.flow
A class to hold flow region information for a given shape.
FlowRegions(Shape) - Constructor for class io.sf.carte.echosvg.gvt.flow.FlowRegions
 
FlowRegions(Shape, double) - Constructor for class io.sf.carte.echosvg.gvt.flow.FlowRegions
 
FlowRootElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.FlowRootElementFactory
 
FlowSpanElement - Class in io.sf.carte.echosvg.extension.svg
This class implements a regular polygon extension to SVG
FlowSpanElement() - Constructor for class io.sf.carte.echosvg.extension.svg.FlowSpanElement
Creates a new EchoSVG Flow Span element.
FlowSpanElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.extension.svg.FlowSpanElement
Creates a new EchoSVG Flow Span Element.
FlowSpanElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.FlowSpanElementFactory
 
FlowSpanElementFactory() - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.FlowSpanElementFactory
 
FlowTextElement - Class in io.sf.carte.echosvg.extension.svg
This class implements a regular polygon extension to SVG
FlowTextElement() - Constructor for class io.sf.carte.echosvg.extension.svg.FlowTextElement
Creates a new EchoSVGRegularPolygonElement object.
FlowTextElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.extension.svg.FlowTextElement
Creates a new EchoSVGRegularPolygonElement object.
FlowTextElementFactory() - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.FlowTextElementFactory
 
FlowTextLayoutFactory - Class in io.sf.carte.echosvg.bridge
Factory instance that returns TextSpanLayouts appropriate to FlowRoot instances.
FlowTextLayoutFactory() - Constructor for class io.sf.carte.echosvg.bridge.FlowTextLayoutFactory
 
FlowTextNode - Class in io.sf.carte.echosvg.bridge
One line Class Desc Complete Class Desc
FlowTextNode() - Constructor for class io.sf.carte.echosvg.bridge.FlowTextNode
 
FlowTextPainter - Class in io.sf.carte.echosvg.bridge
One line Class Desc Complete Class Desc
FlowTextPainter() - Constructor for class io.sf.carte.echosvg.bridge.FlowTextPainter
 
flush() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.LRUCache
 
flush() - Method in interface io.sf.carte.echosvg.gvt.renderer.ImageRenderer
Flush any cached image data (preliminary interface).
flush() - Method in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
 
flush() - Method in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
Flush any cached image data.
flush() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Flush any cached image data (preliminary interface, may be removed or modified in the future).
flush() - Method in class io.sf.carte.echosvg.util.Base64EncoderStream
This can't really flush out output since that may generate '=' chars which would indicate the end of the stream.
flush() - Method in class io.sf.carte.echosvg.util.SoftReferenceCache
Let people flush the cache (remove any cached data).
flush(Rectangle) - Method in class io.sf.carte.echosvg.gvt.renderer.DynamicRenderer
 
flush(Rectangle) - Method in interface io.sf.carte.echosvg.gvt.renderer.ImageRenderer
Flush a rectangle of cached image data (preliminary interface).
flush(Rectangle) - Method in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
 
flush(Rectangle) - Method in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
Flush a rectangle of cached image data.
flush(Rectangle) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Flush a rectangle of cached image data (preliminary interface, may be removed or modified in the future).
flush(Collection<Shape>) - Method in class io.sf.carte.echosvg.gvt.renderer.DynamicRenderer
Flush a list of rectangles of cached image data.
flush(Collection<Shape>) - Method in interface io.sf.carte.echosvg.gvt.renderer.ImageRenderer
Flush a list of rectangles of cached image data (preliminary interface).
flush(Collection<Shape>) - Method in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
Flush a list of rectangles of cached image data.
flush(Collection<Shape>) - Method in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
Flush a list of rectangles of cached image data.
flushCache() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageTagRegistry
Removes all decoded raster images from the cache.
flushCache(Rectangle) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileCacheRed
 
flushImage(ParsedURL) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageTagRegistry
Removes the given URL from the cache.
flushImageCache() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Removes all images from the image cache.
FOCUS_GAINED - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeFocusEvent
The id for the "focusGained" event.
FOCUS_LOST - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeFocusEvent
The id for the "focusLoses" event.
focusGained(GraphicsNodeFocusEvent) - Method in interface io.sf.carte.echosvg.gvt.event.GraphicsNodeFocusListener
Invoked when a graphics node gains the keyboard focus.
focusinListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The focusin event listener.
focusLost(GraphicsNodeFocusEvent) - Method in interface io.sf.carte.echosvg.gvt.event.GraphicsNodeFocusListener
Invoked when a graphics node loses the keyboard focus.
focusManager - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The EventListener that is responsible of managing DOM focus event.
FocusManager - Class in io.sf.carte.echosvg.bridge
A class that manages focus on elements.
FocusManager(Document) - Constructor for class io.sf.carte.echosvg.bridge.FocusManager
Constructs a new FocusManager for the specified document.
FocusManager.DOMFocusInTracker - Class in io.sf.carte.echosvg.bridge
The class that is responsible for tracking 'DOMFocusIn' changes.
FocusManager.DOMFocusOutTracker - Class in io.sf.carte.echosvg.bridge
The class that is responsible for tracking 'DOMFocusOut' changes.
FocusManager.MouseClickTracker - Class in io.sf.carte.echosvg.bridge
The class that is responsible for tracking 'mouseclick' changes.
FocusManager.MouseOutTracker - Class in io.sf.carte.echosvg.bridge
The class that is responsible to update the focus according to 'mouseout' event.
FocusManager.MouseOverTracker - Class in io.sf.carte.echosvg.bridge
The class that is responsible to update the focus according to 'mouseover' event.
focusoutListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The focusout event listener.
font - Variable in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Current Font
font - Variable in class io.sf.carte.echosvg.gvt.font.AWTFontFamily
 
font - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFFont
 
font - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
The font used to draw the strings.
Font - Class in io.sf.carte.echosvg.svggen.font
The TrueType font.
Font() - Constructor for class io.sf.carte.echosvg.svggen.font.Font
Constructor
FONT - Static variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
 
FONT - Static variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
 
FONT_FAMILY_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
FONT_SIZE - Static variable in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
 
FONT_SIZE - Static variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
The font size.
FONT_SIZE_ADJUST_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
FONT_SIZE_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
FONT_SIZE_RELATIVE_MASK - Static variable in class io.sf.carte.echosvg.css.engine.StyleMap
 
FONT_STRETCH_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
FONT_STYLE_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
FONT_VARIANT - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Font variant to be used for this character span.
FONT_VARIANT_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
FONT_WEIGHT_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
fontAttrs - Variable in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
fontElement - Variable in class io.sf.carte.echosvg.bridge.SVGFontFamily
 
FontElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FontElementFactory
 
fontFace - Variable in class io.sf.carte.echosvg.bridge.SVGFontFamily
 
fontFace - Variable in class io.sf.carte.echosvg.gvt.font.AWTFontFamily
 
fontFace - Variable in class io.sf.carte.echosvg.gvt.font.UnresolvedFontFamily
 
FontFace - Class in io.sf.carte.echosvg.bridge
This class represents a <font-face> element or @font-face rule
FontFace(String) - Constructor for class io.sf.carte.echosvg.bridge.FontFace
Constructes an SVGFontFace with the specfied fontName.
FontFace(List<Object>, String, float, String, String, String, String, float, String, float, float, float, float, float, float, float, float) - Constructor for class io.sf.carte.echosvg.bridge.FontFace
Constructes an SVGFontFace with the specfied font-face attributes.
FontFaceElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FontFaceElementFactory
 
FontFaceFormatElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FontFaceFormatElementFactory
 
FontFaceNameElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FontFaceNameElementFactory
 
FontFaceRule - Class in io.sf.carte.echosvg.css.engine
This class represents a @font-face CSS rule.
FontFaceRule(StyleMap, ParsedURL) - Constructor for class io.sf.carte.echosvg.css.engine.FontFaceRule
 
fontFaces - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
List of StyleMap objects, one for each @font-face rule encountered by this CSSEngine.
FontFaceSrcElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FontFaceSrcElementFactory
 
FontFaceUriElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FontFaceUriElementFactory
 
FontFamilyManager - Class in io.sf.carte.echosvg.css.engine.value.css2
This class provides a factory for the 'font-family' property values.
FontFamilyManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.css2.FontFamilyManager
 
FontFamilyResolver - Interface in io.sf.carte.echosvg.bridge
 
fontList - Variable in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
fontRenderContext - Variable in class io.sf.carte.echosvg.bridge.BasicTextPainter
The font render context to use.
fonts - Static variable in class io.sf.carte.echosvg.bridge.DefaultFontFamilyResolver
List of all available fonts on the current system, plus a few common alternatives.
FontShorthandManager - Class in io.sf.carte.echosvg.css.engine.value.css2
This class provides support for the CSS2 'font' shorthand property.
FontShorthandManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.css2.FontShorthandManager
 
FontSizeAdjustManager - Class in io.sf.carte.echosvg.css.engine.value.css2
This class provides a manager for the 'font-size-adjust' property values.
FontSizeAdjustManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.css2.FontSizeAdjustManager
 
fontSizeIndex - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The font-size property index.
FontSizeManager - Class in io.sf.carte.echosvg.css.engine.value.css2
This class provides a manager for the 'font-size' property values.
FontSizeManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.css2.FontSizeManager
 
fontSizeRelative - Variable in class io.sf.carte.echosvg.css.engine.value.svg12.LineHeightValue
True if the line-height is relative to the font-size
fontSizeRelative - Variable in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
fontStretch - Variable in class io.sf.carte.echosvg.gvt.font.GVTFontFace
 
FontStretchManager - Class in io.sf.carte.echosvg.css.engine.value.css2
This class provides a manager for the 'font-stretch' property values.
FontStretchManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.css2.FontStretchManager
 
fontStyle - Variable in class io.sf.carte.echosvg.gvt.font.GVTFontFace
 
FontStyleManager - Class in io.sf.carte.echosvg.css.engine.value.css2
This class provides a manager for the 'font-style' property values.
FontStyleManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.css2.FontStyleManager
 
fontVariant - Variable in class io.sf.carte.echosvg.gvt.font.GVTFontFace
 
FontVariantManager - Class in io.sf.carte.echosvg.css.engine.value.css2
This class provides a manager for the 'font-variant' property values.
FontVariantManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.css2.FontVariantManager
 
fontWeight - Variable in class io.sf.carte.echosvg.gvt.font.GVTFontFace
 
FontWeightManager - Class in io.sf.carte.echosvg.css.engine.value.css2
This class provides a manager for the 'font-weight' property values.
FontWeightManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.css2.FontWeightManager
 
forceRedraw() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
forceRedraw() - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
 
forceRedraw() - Method in interface io.sf.carte.echosvg.dom.svg.SVGSVGContext
Forces an immediate redraw of the canvas.
forceRedraw() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
forceRepaint() - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Users of EchoSVG should essentially never call this directly from Java.
forceTransparentWhite(BufferedImage, SinglePixelPackedSampleModel) - Method in class io.sf.carte.echosvg.transcoder.image.ImageTranscoder
Converts an image so that viewers which do not support the alpha channel will see a white background (and not a black one).
foreground - Variable in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Current foreground color
Foreign Elements - Search tag in class io.sf.carte.echosvg.transcoder.util.CSSTranscodingHelper
Section
ForeignObjectElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.ForeignObjectElementFactory
 
FORESTGREEN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'forestgreen' RGB color.
FORESTGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'forestgreen' color name.
format - Variable in class io.sf.carte.echosvg.svggen.font.table.CmapFormat
 
format - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Whether the output must be formatted.
formatMessage(Object, String, Object[]) - Static method in class io.sf.carte.echosvg.ext.awt.image.spi.DefaultBrokenLinkProvider
 
formatMessage(String, Object[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
formatMessage(String, Object[]) - Static method in class io.sf.carte.echosvg.anim.timing.TimedElement
formatMessage(String, Object[]) - Static method in class io.sf.carte.echosvg.apps.rasterizer.Messages
formatMessage(String, Object[]) - Static method in class io.sf.carte.echosvg.bridge.Messages
formatMessage(String, Object[]) - Method in class io.sf.carte.echosvg.bridge.RhinoInterpreter
Creates and returns a localized message, given the key of the message, 0, data.length in the resource bundle and the message parameters.
formatMessage(String, Object[]) - Static method in class io.sf.carte.echosvg.css.engine.Messages
formatMessage(String, Object[]) - Static method in class io.sf.carte.echosvg.css.engine.value.Messages
formatMessage(String, Object[]) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
formatMessage(String, Object[]) - Method in class io.sf.carte.echosvg.dom.AbstractDOMImplementation
formatMessage(String, Object[]) - Static method in class io.sf.carte.echosvg.ext.awt.image.spi.Messages
formatMessage(String, Object[]) - Static method in class io.sf.carte.echosvg.ext.swing.Messages
formatMessage(String, Object[]) - Static method in class io.sf.carte.echosvg.ext.swing.Resources
formatMessage(String, Object[]) - Method in interface io.sf.carte.echosvg.i18n.Localizable
Creates and returns a localized message, given the key of the message in the resource bundle and the message parameters.
formatMessage(String, Object[]) - Method in class io.sf.carte.echosvg.i18n.LocalizableSupport
formatMessage(String, Object[]) - Method in class io.sf.carte.echosvg.parser.AbstractParser
formatMessage(String, Object[]) - Static method in class io.sf.carte.echosvg.script.rhino.Messages
formatMessage(String, Object[]) - Static method in class io.sf.carte.echosvg.svggen.font.Messages
formatMessage(String, Object[]) - Static method in class io.sf.carte.echosvg.swing.Messages
formatMessage(String, Object[]) - Static method in class io.sf.carte.echosvg.swing.svg.Messages
formatMessage(String, Object[]) - Static method in class io.sf.carte.echosvg.transcoder.image.resources.Messages
formatMessage(String, Object[]) - Static method in class io.sf.carte.echosvg.util.io.Messages
formatMessage(String, Object[]) - Static method in class io.sf.carte.echosvg.util.Messages
formatMessage(String, Object[]) - Static method in class io.sf.carte.echosvg.util.resources.Messages
formatMessage(String, Object[]) - Method in class io.sf.carte.echosvg.xml.XMLScanner
formatNumber(float) - Static method in class io.sf.carte.echosvg.anim.values.AnimatableValue
Returns a CSS compatible string version of the specified float.
FormatRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This allows you to specify the ColorModel, Alpha premult and/or SampleModel to be used for output.
FormatRed(CachableRed, ColorModel) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.FormatRed
 
FormatRed(CachableRed, SampleModel) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.FormatRed
Construct an instance of CachableRed around a BufferedImage.
formatText(char[], String, boolean) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Formats the given text.
FORWARD - Static variable in class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
The forward state.
ForwardEventListener(Element, Element) - Constructor for class io.sf.carte.echosvg.bridge.SVGImageElementBridge.ForwardEventListener
Constructs a new ForwardEventListener
fpgm - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
FpgmTable - Class in io.sf.carte.echosvg.svggen.font.table
 
FpgmTable(DirectoryEntry, RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.FpgmTable
 
fractions - Variable in class io.sf.carte.echosvg.ext.awt.MultipleGradientPaint
Gradient keyframe values in the range 0 to 1.
fragmentIdentifier - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The current document fragment identifier.
fragmentIdentifierHandler - Variable in class io.sf.carte.echosvg.parser.FragmentIdentifierParser
The FragmentIdentifierHandler.
FragmentIdentifierHandler - Interface in io.sf.carte.echosvg.parser
This interface must be implemented and then registred as the handler of a PreserveAspectRatioParser instance in order to be notified of parsing events.
FragmentIdentifierParser - Class in io.sf.carte.echosvg.parser
This class represents an event-based parser for the SVG fragment identifiers.
FragmentIdentifierParser() - Constructor for class io.sf.carte.echosvg.parser.FragmentIdentifierParser
Creates a new FragmentIdentifier parser.
freeColors - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
The color of the free blocks for each block type.
freeMemory - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.History
The free memory.
freeMemory - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
The free memory.
from - Variable in class io.sf.carte.echosvg.anim.SimpleAnimation
Starting value of the animation.
from - Variable in class io.sf.carte.echosvg.util.ClassFileUtilities.Triple
 
fromCIEXYZ(float[]) - Method in class io.sf.graphics.java2d.color.CIELabColorSpace
fromCIEXYZ(float[]) - Method in class io.sf.graphics.java2d.color.DeviceCMYKColorSpace
fromCIEXYZ(float[]) - Method in class io.sf.graphics.java2d.color.NamedColorSpace
fromICCValue(int) - Static method in enum class io.sf.graphics.java2d.color.RenderingIntent
Returns the enum value for the given integer rendering intent (as defined by the ICC specification).
fromRGB(float[]) - Method in class io.sf.graphics.java2d.color.CIELabColorSpace
fromRGB(float[]) - Method in class io.sf.graphics.java2d.color.DeviceCMYKColorSpace
fromRGB(float[]) - Method in class io.sf.graphics.java2d.color.NamedColorSpace
fuchsia - Static variable in class io.sf.carte.echosvg.svggen.SVGColor
 
FUCHSIA_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'fuchsia' RGB color.
FUCHSIA_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'fuchsia' color name.
FULL_ADV - Static variable in class io.sf.carte.echosvg.gvt.flow.LineInfo
 
FULL_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg12.SVG12ValueConstants
The 'full' keyword.
FULL_WORD - Static variable in class io.sf.carte.echosvg.gvt.flow.LineInfo
 
fullName - Variable in class io.sf.carte.echosvg.util.PreferenceManager
 
function - Variable in class io.sf.carte.echosvg.bridge.WindowWrapper.FunctionWrapper
The function wrapper.
function - Variable in class io.sf.carte.echosvg.bridge.WindowWrapper.GetURLFunctionWrapper
The function wrapper.
functionId - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.MetaRecord
 
FunctionWrapper(RhinoInterpreter, Function, Object[]) - Constructor for class io.sf.carte.echosvg.bridge.WindowWrapper.FunctionWrapper
Creates a function wrapper.
fvar - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
FW_BLACK - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
FW_BOLD - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
FW_DONTCARE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
FW_NORMAL - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
FW_THIN - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
fx - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMRadialGradientElement
The 'fx' attribute value.
fy - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMRadialGradientElement
The 'fy' attribute value.

G

G - Static variable in class io.sf.carte.echosvg.ext.awt.image.ARGBChannel
 
GAINSBORO_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'gainsboro' RGB color.
GAINSBORO_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'gainsboro' color name.
GAMMA - Static variable in interface io.sf.carte.echosvg.ext.awt.image.ComponentTransferFunction
 
GammaTransfer - Class in io.sf.carte.echosvg.ext.awt.image
GammaTransfer.java This class defines the Gamma type transfer function for the feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG specification.
GammaTransfer(float, float, float) - Constructor for class io.sf.carte.echosvg.ext.awt.image.GammaTransfer
Three floats as the input for the Gamma function
gasp - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
gatherFlowPara(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
gatherFlowPara(BridgeContext, Element) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
gatherRegionInfo(BridgeContext, Element, float, List<RegionInfo>) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
gatherRegionInfo(BridgeContext, Element, float, List<RegionInfo>) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
gatherScriptElements(Node) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.DOMNodeInsertedListener
 
GaussianBlurRable - Interface in io.sf.carte.echosvg.ext.awt.image.renderable
Implements a GaussianBlur operation, where the blur size is defined by standard deviations along the x and y axis.
GaussianBlurRable8Bit - Class in io.sf.carte.echosvg.ext.awt.image.renderable
GaussianBlurRable implementation
GaussianBlurRable8Bit(Filter, double, double) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.GaussianBlurRable8Bit
 
GaussianBlurRed8Bit - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This implementation of RenderableImage will render its input GraphicsNode on demand for tiles.
GaussianBlurRed8Bit(CachableRed, double, double, RenderingHints) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.GaussianBlurRed8Bit
Construct a blurred version of src, by blurring with a gaussian kernel with standard Deviation of stdDev pixels.
GaussianBlurRed8Bit(CachableRed, double, RenderingHints) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.GaussianBlurRed8Bit
Construct a blurred version of src, by blurring with a gaussian kernel with standard Deviation of stdDev pixels.
gc - Variable in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Current state of the Graphic Context.
GDEF - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
GdiObject - Class in io.sf.carte.echosvg.transcoder.wmf.tosvg
Represents GDI Objects encountred in WMF Files.
GElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.GElementFactory
 
GENERAL - Static variable in class io.sf.carte.echosvg.ext.awt.g2d.TransformType
 
GENERAL_STRING - Static variable in class io.sf.carte.echosvg.ext.awt.g2d.TransformType
 
generateID(String) - Method in class io.sf.carte.echosvg.svggen.SVGIDGenerator
Generates an id for the given prefix.
generatorContext - Variable in class io.sf.carte.echosvg.svggen.AbstractSVGFilterConverter
Used by converters to create Elements and other DOM objects
GenericAttr - Class in io.sf.carte.echosvg.dom
This class implements the Attr interface.
GenericAttr() - Constructor for class io.sf.carte.echosvg.dom.GenericAttr
Creates a new Attr object.
GenericAttr(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.dom.GenericAttr
Creates a new Attr object.
GenericAttrNS - Class in io.sf.carte.echosvg.dom
This class implements the Attr interface with support for namespaces.
GenericAttrNS() - Constructor for class io.sf.carte.echosvg.dom.GenericAttrNS
Creates a new Attr object.
GenericAttrNS(String, String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.dom.GenericAttrNS
Creates a new Attr object.
GenericBridge - Interface in io.sf.carte.echosvg.bridge
A tagging interface that bridges for elements child of GraphicsNodeBridge should implement.
GenericCDATASection - Class in io.sf.carte.echosvg.dom
This class implements the CDATASection interface.
GenericCDATASection() - Constructor for class io.sf.carte.echosvg.dom.GenericCDATASection
Creates a new CDATASection object.
GenericCDATASection(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.dom.GenericCDATASection
Creates a new CDATASection object.
GenericComment - Class in io.sf.carte.echosvg.dom
This class implements the Comment interface.
GenericComment() - Constructor for class io.sf.carte.echosvg.dom.GenericComment
Creates a new Comment object.
GenericComment(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.dom.GenericComment
Creates a new Comment object.
GenericDecoder - Class in io.sf.carte.echosvg.util.io
This class delegates to a reader the decoding of an input stream.
GenericDecoder(InputStream, String) - Constructor for class io.sf.carte.echosvg.util.io.GenericDecoder
Creates a new GenericDecoder.
GenericDecoder(Reader) - Constructor for class io.sf.carte.echosvg.util.io.GenericDecoder
Creates a new GenericDecoder.
GenericDocument - Class in io.sf.carte.echosvg.dom
This class implements the Document, DocumentEvent.
GenericDocument() - Constructor for class io.sf.carte.echosvg.dom.GenericDocument
Creates a new uninitialized document.
GenericDocument(DocumentType, DOMImplementation) - Constructor for class io.sf.carte.echosvg.dom.GenericDocument
Creates a new uninitialized document.
GenericDocumentFragment - Class in io.sf.carte.echosvg.dom
This class implements DocumentFragment interface.
GenericDocumentFragment() - Constructor for class io.sf.carte.echosvg.dom.GenericDocumentFragment
Creates a new DocumentFragment object.
GenericDocumentFragment(AbstractDocument) - Constructor for class io.sf.carte.echosvg.dom.GenericDocumentFragment
Creates a new DocumentFragment object.
GenericDocumentType - Class in io.sf.carte.echosvg.dom
This class implements the DocumentType interface.
GenericDocumentType(String, String, String) - Constructor for class io.sf.carte.echosvg.dom.GenericDocumentType
Creates a new DocumentType object.
GenericDOMImplementation - Class in io.sf.carte.echosvg.dom
This class implements the DOMImplementation.
GenericDOMImplementation() - Constructor for class io.sf.carte.echosvg.dom.GenericDOMImplementation
Creates a new GenericDOMImplementation object.
GenericElement - Class in io.sf.carte.echosvg.dom
This class implements the Element interface.
GenericElement() - Constructor for class io.sf.carte.echosvg.dom.GenericElement
Creates a new Element object.
GenericElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.dom.GenericElement
Creates a new Element object.
GenericElementNS - Class in io.sf.carte.echosvg.dom
This class implements the Element interface.
GenericElementNS() - Constructor for class io.sf.carte.echosvg.dom.GenericElementNS
Creates a new Element object.
GenericElementNS(String, String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.dom.GenericElementNS
Creates a new Element object.
GenericEntity - Class in io.sf.carte.echosvg.dom
This class implements the Entity interface.
GenericEntity() - Constructor for class io.sf.carte.echosvg.dom.GenericEntity
Creates a new Entity object.
GenericEntity(String, String, String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.dom.GenericEntity
Creates a new Entity object.
GenericEntityReference - Class in io.sf.carte.echosvg.dom
This class implements the EntityReference interface.
GenericEntityReference() - Constructor for class io.sf.carte.echosvg.dom.GenericEntityReference
Creates a new EntityReference object.
GenericEntityReference(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.dom.GenericEntityReference
Creates a new EntityReference object.
GenericImageHandler - Interface in io.sf.carte.echosvg.svggen
Extends the default ImageHandler interface with calls to allow caching of raster images in generated SVG content.
GenericNotation - Class in io.sf.carte.echosvg.dom
This class implements the Notation interface.
GenericNotation() - Constructor for class io.sf.carte.echosvg.dom.GenericNotation
Creates a new Notation object.
GenericNotation(String, String, String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.dom.GenericNotation
Creates a new Notation object.
GenericProcessingInstruction - Class in io.sf.carte.echosvg.dom
This class implements the ProcessingInstruction interface.
GenericProcessingInstruction() - Constructor for class io.sf.carte.echosvg.dom.GenericProcessingInstruction
Creates a new ProcessingInstruction object.
GenericProcessingInstruction(String, String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.dom.GenericProcessingInstruction
Creates a new ProcessingInstruction object.
GenericText - Class in io.sf.carte.echosvg.dom
This class provides a generic implementation of the Text interface.
GenericText() - Constructor for class io.sf.carte.echosvg.dom.GenericText
Creates a new uninitialized Text object.
GenericText(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.dom.GenericText
Creates a new Text object.
GenericXBLManager - Class in io.sf.carte.echosvg.dom.xbl
An XBL manager that performs no XBL processing.
GenericXBLManager() - Constructor for class io.sf.carte.echosvg.dom.xbl.GenericXBLManager
 
genRect(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
 
genRect(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AffineRed
 
genRect(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.CompositeRed
 
genRect(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.SpecularLightingRed
 
genRect(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileCacheRed
 
genRect(WritableRaster) - Method in class io.sf.carte.echosvg.gvt.filter.GraphicsNodeRed8Bit
 
genRect_OVER(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.CompositeRed
 
genTile(int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
 
genTile(int, int) - Method in interface io.sf.carte.echosvg.ext.awt.image.rendered.TileGenerator
 
genTile(int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileRed
 
GEOMETRICPRECISION_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'geometricprecision' keyword.
get(char) - Method in class io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache
Gets the value of a variable
get(int) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns the graphics node at the specified position in the children list.
get(Object) - Method in class io.sf.carte.echosvg.dom.util.IntTable
Returns the value associated with the given key.
get(Object) - Method in class io.sf.carte.echosvg.transcoder.TranscodingHints
Returns the value to which the specified key is mapped.
get(Object, Object, Object) - Method in class io.sf.carte.echosvg.dom.util.TriplyIndexedTable
Gets the value of an entry
get(String) - Static method in class io.sf.carte.echosvg.apps.rasterizer.Messages
 
get(String) - Method in class io.sf.carte.echosvg.css.engine.StringIntMap
Gets the value corresponding to the given string.
get(String) - Method in class io.sf.carte.echosvg.css.engine.value.StringMap
Gets the value corresponding to the given string.
get(String) - Method in class io.sf.carte.echosvg.dom.util.HashTableStack
Gets an item in the table on the top of the stack.
get(String) - Static method in class io.sf.carte.echosvg.svggen.SVGAttributeMap
 
get(String, String) - Static method in class io.sf.carte.echosvg.apps.rasterizer.Messages
 
get(String, String) - Method in class io.sf.carte.echosvg.dom.AbstractElement.NamedNodeHashMap
Gets the value of a variable
get(K, L) - Method in class io.sf.carte.echosvg.util.DoublyIndexedTable
Gets the value of an entry
get(K, L) - Method in class io.sf.carte.echosvg.util.SoftDoublyIndexedTable
Gets the value of a variable
getA() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getA().
getA() - Method in interface org.w3c.dom.svg.SVGMatrix
 
getAbove() - Method in class io.sf.carte.echosvg.ext.awt.geom.SegmentList.SplitResults
 
getAccessControlObject() - Method in class io.sf.carte.echosvg.bridge.RhinoInterpreter
Returns the access control object associated with this Interpreter.
getAccessControlObject() - Method in class io.sf.carte.echosvg.script.rhino.RhinoClassLoader
Returns the access control object which should be associated with RhinoCode.
getACI() - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter.TextRun
 
getACI() - Method in class io.sf.carte.echosvg.extension.svg.LineInfo
 
getACIIndex() - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
getAction(String) - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.AddMediumDialog
Returns the action associated with the given string or null on error
getAction(String) - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.Dialog
Returns the action associated with the given string or null on error
getAction(String) - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel
Returns the action associated with the given string or null on error
getAction(String) - Method in class io.sf.carte.echosvg.util.gui.JErrorPane
Returns the action associated with the given string or null on error
getAction(String) - Method in class io.sf.carte.echosvg.util.gui.LanguageDialog
Returns the action associated with the given string or null on error
getAction(String) - Method in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel
Returns the action associated with the given string or null on error
getAction(String) - Method in class io.sf.carte.echosvg.util.gui.MemoryMonitor
Returns the action associated with the given string or null on error
getAction(String) - Method in interface io.sf.carte.echosvg.util.gui.resource.ActionMap
Returns the action associated with the given string or null on error
getAction(String) - Method in class io.sf.carte.echosvg.util.gui.URIChooser
Returns the action associated with the given string or null on error
getAction(String) - Method in class io.sf.carte.echosvg.util.gui.UserStyleDialog
Returns the action associated with the given string or null on error
getActiveDefinition(String, String) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Returns the definition record of the active definition for namespace URI/local name pair.
getActiveDur(float, float) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns the active duration time of this element.
getActiveTime() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns the current active time of this element.
getActualTileBounds(Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TileRable8Bit
 
getAdj() - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
getAdjustValue() - Method in class io.sf.carte.echosvg.gvt.font.Kern
Returns the kerning adjustment value for this kerning entry (a positive value means the space between characters should decrease).
getAdv() - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
getAdvance() - Method in class io.sf.carte.echosvg.extension.svg.LineInfo
 
getAdvance() - Method in class io.sf.carte.echosvg.gvt.flow.GlyphGroupInfo
returns the advance to use when this glyphGroup is not the last glyph group in a span.
getAdvance2D() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns the current text position at the completion of glyph layout.
getAdvance2D() - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Returns the current text position at the completion of glyph layout.
getAdvanceWidth() - Method in class io.sf.carte.echosvg.svggen.font.Glyph
 
getAdvanceWidth(int) - Method in class io.sf.carte.echosvg.svggen.font.table.HmtxTable
 
getAdvanceWidthMax() - Method in class io.sf.carte.echosvg.svggen.font.table.HheaTable
 
getAffine() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.AffineRable
Get the current affine.
getAffine() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AffineRable8Bit
Get the Affine.
getAffineTransform() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
Returns the associated AffineTransform.
getAffineTransform() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList
Returns an AffineTransform that represents the same transform as that specified by this transform list.
getAffineTransform() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMMatrix
Returns the associated AffineTransform.
getAffineTransform() - Method in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
getAffineTransform() - Method in class io.sf.carte.echosvg.parser.AWTTransformProducer
Returns the AffineTransform object initialized during the last parsing.
getAlign() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
getAlign() - Method in class io.sf.carte.echosvg.anim.values.AnimatablePreserveAspectRatioValue
Returns the align value.
getAlign() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio
 
getAlign() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
 
getAlign() - Method in interface org.w3c.dom.svg.SVGPreserveAspectRatio
 
getAllAttributeKeys() - Method in class io.sf.carte.echosvg.gvt.text.AttributedCharacterSpanIterator
Get the keys of all attributes defined on the iterator's text range.
getAllAttributeKeys() - Method in class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
Get the keys of all attributes defined on the iterator's text range.
getAllAttributeKeys() - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Get the keys of all attributes defined on the iterator's text range.
getAllAttributeKeys() - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Get the keys of all attributes defined on the iterator's text range.
getAllowedScriptTypes() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Returns the list of allowed script types.
getAlpha() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
 
getAlpha() - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValue
Implements Value.getAlpha().
getAlpha() - Method in class io.sf.carte.echosvg.css.engine.value.ComputedValue
 
getAlpha() - Method in class io.sf.carte.echosvg.css.engine.value.RGBColorValue
 
getAlpha() - Method in interface io.sf.carte.echosvg.css.engine.value.Value
The alpha channel value of the RGBA color.
getAlphaCompositeConverter() - Method in class io.sf.carte.echosvg.svggen.SVGComposite
 
getAlphaCompositeFilterSet() - Method in class io.sf.carte.echosvg.svggen.SVGAlphaComposite
 
getAlphaFunction() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable
Returns the transfer function for the alpha channel
getAlphaFunction() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable8Bit
Returns the transfer function for the alpha channel
getAlternateStylesheet() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
getAlternateStyleSheet() - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Returns this user agent's alternate style-sheet title.
getAlternateStyleSheet() - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Returns this user agent's alternate style-sheet title.
getAlternateStyleSheet() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Returns this user agent's alternate style-sheet title.
getAlternateStyleSheet() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns this user agent's alternate style-sheet title.
getAlternateStyleSheet() - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Returns this user agent's alternate style-sheet title.
getAlternateStyleSheet() - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
Returns this user agent's alternate style-sheet title.
getAlternateStyleSheet() - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns this user agent's alternate style-sheet title.
getAlternativeColors() - Method in class io.sf.graphics.java2d.color.ColorWithAlternatives
Returns the list of alternative colors.
getAltKey() - Method in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
DOM: Get whether the Alt key was pressed at the time of the event.
getAltKey() - Method in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
Returns whether the 'alt' key was depressed during the firing of the event.
getAltKey() - Method in class io.sf.carte.echosvg.dom.events.DOMMouseEvent
DOM: altKey indicates whether the 'alt' key was depressed during the firing of the event.
getAltKey() - Method in interface io.sf.carte.echosvg.w3c.dom.events.KeyboardEvent
true if the alternative (Alt) key modifier is activated.
getAmplitude() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMComponentTransferFunctionElement
getAmplitude() - Method in interface io.sf.carte.echosvg.ext.awt.image.ComponentTransferFunction
Returns the amplitude value for this transfer function
getAmplitude() - Method in class io.sf.carte.echosvg.ext.awt.image.ConcreteComponentTransferFunction
Returns the amplitude value for this transfer function
getAmplitude() - Method in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
 
getAncestors(NodeEventTarget) - Method in class io.sf.carte.echosvg.dom.events.EventSupport
Returns all ancestors of the specified node.
getAncestors(Element, Element) - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
 
getAnchorType() - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter.TextRun
 
getAngle() - Method in class io.sf.carte.echosvg.anim.values.AnimatableMotionPointValue
Returns the rotation angle.
getAngle() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransform
DOM: Implements SVGTransform.getAngle().
getAngle() - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
getAngle() - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
 
getAngle() - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
 
getAngle() - Method in interface org.w3c.dom.svg.SVGTransform
 
getAngleHandler() - Method in class io.sf.carte.echosvg.parser.AngleParser
Returns the angle handler in use.
getAnimatedAngle() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue
Returns the SVGAnimatedAngle component of the orient value.
getAnimatedAttributeListener() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Returns the AnimatedAttributeListener for the document.
getAnimatedEnumeration() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue
Returns the SVGAnimatedEnumeration component of the orient value.
getAnimatedInstanceRoot() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
getAnimatedInstanceRoot() - Method in interface org.w3c.dom.svg.SVGUseElement
 
getAnimatedNormalizedPathSegList() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData
getAnimatedNormalizedPathSegList() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
getAnimatedNormalizedPathSegList() - Method in interface org.w3c.dom.svg.SVGAnimatedPathData
 
getAnimatedPathData() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
Returns the SVGOMAnimatedPathData object that manages the path data for this element.
getAnimatedPathSegList() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData
getAnimatedPathSegList() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
getAnimatedPathSegList() - Method in interface org.w3c.dom.svg.SVGAnimatedPathData
 
getAnimatedPoints() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints
getAnimatedPoints() - Method in class io.sf.carte.echosvg.anim.dom.SVGPointShapeElement
getAnimatedPoints() - Method in interface org.w3c.dom.svg.SVGAnimatedPoints
 
getAnimationEngine() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the AnimationEngine for the document.
getAnimationEngine() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationTickRunnable
Returns the SVGAnimationEngine this AnimationTickRunnable is for.
getAnimationEventTarget() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns the target of this animation as an EventTarget.
getAnimationEventTarget() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge.SVGTimedElement
Returns the target of this animation as an EventTarget.
getAnimationEventTarget() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationRoot
Returns the target of this animation as an EventTarget.
getAnimationInfo(AbstractAnimation) - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Returns the AnimationInfo for the given AbstractAnimation.
getAnimVal() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength
getAnimVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedBoolean
getAnimVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedEnumeration
getAnimVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedInteger
getAnimVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList
getAnimVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimatedAngle
getAnimVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration
getAnimVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumber
getAnimVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList
getAnimVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio
getAnimVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect
getAnimVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedString
getAnimVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList
getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedAngle
 
getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedBoolean
 
getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedEnumeration
 
getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedInteger
 
getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedLength
 
getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedLengthList
 
getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedNumber
 
getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedNumberList
 
getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio
 
getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedRect
 
getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedString
 
getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedTransformList
 
getApplicationMainClass() - Method in class io.sf.carte.echosvg.util.ApplicationSecurityEnforcer
Deprecated.
 
getArabicForm() - Method in class io.sf.carte.echosvg.gvt.font.Glyph
Returns which of the four possible arabic forms this glyph represents.
getArea() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
getArgument1() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
getArgument2() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
getArmStyle() - Method in class io.sf.carte.echosvg.svggen.font.table.Panose
 
getAscender() - Method in class io.sf.carte.echosvg.svggen.font.table.HheaTable
 
getAscent() - Method in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
getAscent() - Method in class io.sf.carte.echosvg.gvt.flow.WordInfo
 
getAscent() - Method in class io.sf.carte.echosvg.gvt.font.GVTFontFace
Returns the maximum unaccented height of the font within the font coordinate system.
getAscent() - Method in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
Returns the ascent of the text.
getAscent() - Method in class io.sf.carte.echosvg.svggen.font.Font
 
getAssociatedElement() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
Returns the element this length is associated with.
getAssociatedElement() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength.BaseSVGLength
Returns the element this length is associated with.
getAssociatedElement() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
Return the SVGElement associated to this length.
getAssociatedElement() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.SVGLengthItem
Returns the element this length is associated with.
getAssociatedElement() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMLength
 
getAttrChange() - Method in class io.sf.carte.echosvg.dom.events.DOMMutationEvent
getAttribute(String) - Method in class io.sf.carte.echosvg.dom.AbstractElement
getAttribute(AttributedCharacterIterator.Attribute) - Method in class io.sf.carte.echosvg.gvt.text.AttributedCharacterSpanIterator
Get the value of the named attribute for the current character.
getAttribute(AttributedCharacterIterator.Attribute) - Method in class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
Get the value of the named attribute for the current character.
getAttribute(AttributedCharacterIterator.Attribute) - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Get the value of the named attribute for the current character.
getAttribute(AttributedCharacterIterator.Attribute) - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Get the value of the named attribute for the current character.
getAttributedCharacterIterator() - Method in class io.sf.carte.echosvg.bridge.TextNode
Returns the attributed character iterator of this text node.
getAttributedString(Graphics2D, String, WMFFont) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
 
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.AbstractElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.BindableElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAltGlyphElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimateMotionElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimateTransformElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMColorProfileElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMCursorElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEImageElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGlyphRefElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGradientElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMImageElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMPathElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMScriptElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMStyleElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSymbolElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextPathElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMViewElement
Returns the AttributeInitializer for this element type.
getAttributeMap(BridgeContext, Element, TextPath, Integer, Map<AttributedCharacterIterator.Attribute, Object>) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
getAttributeMap(BridgeContext, Element, TextPath, Integer, Map<AttributedCharacterIterator.Attribute, Object>) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Returns the map to pass to the current characters.
getAttributeMap(BridgeContext, Element, TextPath, Integer, Map<AttributedCharacterIterator.Attribute, Object>) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
getAttributeMap(Map<String, String>) - Method in class io.sf.carte.echosvg.svggen.SVGClipDescriptor
 
getAttributeMap(Map<String, String>) - Method in class io.sf.carte.echosvg.svggen.SVGCompositeDescriptor
 
getAttributeMap(Map<String, String>) - Method in interface io.sf.carte.echosvg.svggen.SVGDescriptor
 
getAttributeMap(Map<String, String>) - Method in class io.sf.carte.echosvg.svggen.SVGFontDescriptor
 
getAttributeMap(Map<String, String>) - Method in class io.sf.carte.echosvg.svggen.SVGHintsDescriptor
 
getAttributeMap(Map<String, String>) - Method in class io.sf.carte.echosvg.svggen.SVGPaintDescriptor
 
getAttributeMap(Map<String, String>) - Method in class io.sf.carte.echosvg.svggen.SVGStrokeDescriptor
 
getAttributeMap(Map<String, String>) - Method in class io.sf.carte.echosvg.svggen.SVGTransformDescriptor
 
getAttributeName() - Method in exception class io.sf.carte.echosvg.dom.svg.LiveAttributeException
Returns the attribute name.
getAttributeNode(String) - Method in class io.sf.carte.echosvg.dom.AbstractElement
getAttributeNodeNS(String, String) - Method in class io.sf.carte.echosvg.dom.AbstractElement
getAttributeNS(String, String) - Method in class io.sf.carte.echosvg.dom.AbstractElement
getAttributePercentageInterpretation(String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Gets how percentage values are interpreted by the given attribute.
getAttributes() - Method in class io.sf.carte.echosvg.dom.AbstractElement
DOM: Implements Node.getAttributes().
getAttributes() - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.getAttributes().
getAttributes() - Method in class io.sf.carte.echosvg.gvt.text.AttributedCharacterSpanIterator
Returns a map with the attributes defined on the current character.
getAttributes() - Method in class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
Returns a map with the attributes defined on the current character.
getAttributes() - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Returns a map with the attributes defined on the current character.
getAttributes() - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Returns a map with the attributes defined on the current character.
getAttributeType(String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Returns the type of the given attribute.
getAttributeType(String, String) - Method in interface io.sf.carte.echosvg.dom.svg.ExtendedTraitAccess
Returns the SVG type of the given XML attribute.
getAttrName() - Method in class io.sf.carte.echosvg.dom.events.DOMMutationEvent
DOM: attrName indicates the name of the changed Attr node in a DOMAttrModified event.
getAuthor() - Method in interface io.sf.carte.echosvg.bridge.BridgeExtension
This should return the individual or company name responsible for the this implementation of the extension.
getAuthor() - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeExtension
This should return the individual or company name responsible for the this implementation of the extension.
getAuthor() - Method in class io.sf.carte.echosvg.bridge.SVGBridgeExtension
This should return the individual or company name responsible for the this implementation of the extension.
getAuthor() - Method in interface io.sf.carte.echosvg.dom.DomExtension
This should return the individual or company name responsible for the this implementation of the extension.
getAuthor() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGBridgeExtension
This should return the individual or company name responsible for the this implementation of the extension.
getAuthor() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension
This should return the individual or company name responsible for the this implementation of the extension.
getAvgCharWidth() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getAzimuth() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDistantLightElement
getAzimuth() - Method in class io.sf.carte.echosvg.ext.awt.image.DistantLight
 
getAzimuth() - Method in interface org.w3c.dom.svg.SVGFEDistantLightElement
 
getB() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getB().
getB() - Method in interface org.w3c.dom.svg.SVGMatrix
 
getBackground() - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Returns the background color used for clearing a region.
getBackground() - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Returns the background color used for clearing a region.
getBackground() - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getBackground(GraphicsNode, GraphicsNode, Rectangle2D) - Method in class io.sf.carte.echosvg.gvt.filter.BackgroundRable8Bit
Returns a filter that represents the background image for child.
getBackgroundColor() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
getBackgroundEnable() - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns the region defining the background enable property.
getBackgroundPaint() - Method in class io.sf.carte.echosvg.gvt.CanvasGraphicsNode
Returns the background paint of this canvas graphics node.
getBaseElement(BridgeContext) - Method in class io.sf.carte.echosvg.bridge.FontFace
Default implementation uses the root element of the document associated with BridgeContext.
getBaseElement(BridgeContext) - Method in class io.sf.carte.echosvg.bridge.SVGFontFace
Default implementation uses the root element of the document associated with BridgeContext.
getBaseFilterPrimitiveRegion(Element, Element, GraphicsNode, Rectangle2D, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
 
getBaseFrequencyX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFETurbulenceElement
getBaseFrequencyX() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable
Gets the current base fequency in x direction.
getBaseFrequencyX() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable8Bit
Get the current base fequency in x direction.
getBaseFrequencyX() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TurbulencePatternRed
 
getBaseFrequencyX() - Method in interface org.w3c.dom.svg.SVGFETurbulenceElement
 
getBaseFrequencyY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFETurbulenceElement
getBaseFrequencyY() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable
Gets the current base fequency in y direction.
getBaseFrequencyY() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable8Bit
Get the current base fequency in y direction.
getBaseFrequencyY() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TurbulencePatternRed
 
getBaseFrequencyY() - Method in interface org.w3c.dom.svg.SVGFETurbulenceElement
 
getBaselineIndex() - Method in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
Returns the baseline index of the text.
getBaselineOffsets() - Method in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
Returns the baseline offsets of the text, relative to the baseline of the text.
getBaseTransform() - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Returns the base transform applied to MouseEvent coordinates prior to dispatch.
getBaseTransform() - Method in interface io.sf.carte.echosvg.gvt.event.EventDispatcher
Returns the base transform applied to MouseEvent coordinates prior to dispatch.
getBaseURI() - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.getBaseURI().
getBaseURI(Node) - Static method in class io.sf.carte.echosvg.dom.AbstractNode
 
getBaseVal() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength
getBaseVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedBoolean
getBaseVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedEnumeration
getBaseVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedInteger
getBaseVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList
getBaseVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimatedAngle
getBaseVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration
getBaseVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumber
getBaseVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList
getBaseVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio
getBaseVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect
getBaseVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedString
getBaseVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList
getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedAngle
 
getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedBoolean
 
getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedEnumeration
 
getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedInteger
 
getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedLength
 
getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedLengthList
 
getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedNumber
 
getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedNumberList
 
getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio
 
getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedRect
 
getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedString
 
getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedTransformList
 
getBaseValAsString() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedEnumeration
Returns the base value as a string.
getBaseValue(SVGAnimatedInteger, SVGAnimatedInteger) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Returns an AnimatableNumberOptionalNumberValue for the base value of the given two SVGAnimatedIntegers.
getBaseValue(SVGAnimatedNumber, SVGAnimatedNumber) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Returns an AnimatableNumberOptionalNumberValue for the base value of the given two SVGAnimatedNumbers.
getBBox() - Method in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
DOM: Implements SVGLocatable.getBBox().
getBBox() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
DOM: Implements SVGLocatable.getBBox().
getBBox() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
DOM: Implements SVGLocatable.getBBox().
getBBox() - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Returns the tight bounding box in current user space (i.e., after application of the transform attribute, if any) on the geometry of all contained graphics elements, exclusive of stroke-width and filter effects).
getBBox() - Method in class io.sf.carte.echosvg.bridge.AnimatableGenericSVGBridge
Returns the tight bounding box in current user space (i.e., after application of the transform attribute, if any) on the geometry of all contained graphics elements, exclusive of stroke-width and filter effects).
getBBox() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
 
getBBox() - Method in class io.sf.carte.echosvg.bridge.SVGDescriptiveElementBridge
 
getBBox() - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
 
getBBox() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Returns the tight bounding box in current user space (i.e., after application of the transform attribute, if any) on the geometry of all contained graphics elements, exclusive of stroke-width and filter effects).
getBBox() - Method in interface io.sf.carte.echosvg.dom.svg.SVGContext
Returns the tight bounding box in current user space (i.e., after application of the transform attribute, if any) on the geometry of all contained graphics elements, exclusive of stroke-width and filter effects).
getBBox() - Method in class io.sf.carte.echosvg.extension.GraphicsExtensionElement
DOM: Implements SVGLocatable.getBBox().
getBBox() - Method in interface org.w3c.dom.svg.SVGLocatable
 
getBBox(Element) - Static method in class io.sf.carte.echosvg.anim.dom.SVGLocatableSupport
getBegin() - Method in class io.sf.carte.echosvg.anim.timing.Interval
Returns the begin time of this interval.
getBeginIndex() - Method in class io.sf.carte.echosvg.gvt.text.AttributedCharacterSpanIterator
Get the start index of the text.
getBeginIndex() - Method in class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
Returns the start index of the text.
getBeginIndex() - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Get the start index of the text.
getBeginIndex() - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Get the start index of the text.
getBeginInstanceTime() - Method in class io.sf.carte.echosvg.anim.timing.Interval
Returns the InstanceTime that defined the begin time of this interval.
getBeginTimingSpecifiers() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns an array of the begin timing specifiers on this timed element.
getBelow() - Method in class io.sf.carte.echosvg.ext.awt.geom.SegmentList.SplitResults
 
getBias() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
getBias() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable
Returns the shift value to apply to the result of convolution
getBias() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable8Bit
Returns the shift value to apply to the result of convolution
getBias() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
getBidiLevel() - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter.TextRun
 
getBlockHeight(Element) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the height of the block which directly contains the given element.
getBlockHeight(Element) - Method in interface io.sf.carte.echosvg.css.engine.CSSContext
Returns the height of the block which directly contains the given element.
getBlockWidth(Element) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the width of the block which directly contains the given element.
getBlockWidth(Element) - Method in interface io.sf.carte.echosvg.css.engine.CSSContext
Returns the width of the block which directly contains the given element.
getBlue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
DOM: Implements RGBColor.getBlue().
getBlue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
DOM: Implements RGBColor.getBlue().
getBlue() - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValue
Implements Value.getBlue().
getBlue() - Method in class io.sf.carte.echosvg.css.engine.value.ComputedValue
Implements Value.getBlue().
getBlue() - Method in class io.sf.carte.echosvg.css.engine.value.RGBColorValue
Implements Value.getBlue().
getBlue() - Method in interface io.sf.carte.echosvg.css.engine.value.Value
The blue value of the RGB color.
getBlueFunction() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable
Returns the transfer function for the blue channel
getBlueFunction() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable8Bit
Returns the transfer function for the blue channel
getBolderFontWeight(float) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns a bolder font-weight.
getBolderFontWeight(float) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Returns a bolder font-weight.
getBolderFontWeight(float) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Returns a bolder font-weight.
getBolderFontWeight(float) - Method in interface io.sf.carte.echosvg.css.engine.CSSContext
Returns a bolder font-weight.
getBolderFontWeight(float) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Returns a bolder font-weight.
getBolderFontWeight(float) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
 
getBolderFontWeight(float) - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Returns a bolder font-weight.
getBolderFontWeight(float) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
Returns a bolder font-weight.
getBoolean(String) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Gets a boolean preference.
getBoolean(String) - Method in class io.sf.carte.echosvg.util.resources.ResourceManager
Returns the boolean mapped with the given key
getBooleanParameter(String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentConfiguration
Gets the boolean value of the given parameter.
getBooleanValue() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.Result
Gets the boolean value.
getBottom() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
DOM: Implements Rect.getBottom().
getBottom() - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValue
Implements Value.getBottom().
getBottom() - Method in class io.sf.carte.echosvg.css.engine.value.ComputedValue
Implements Value.getBottom().
getBottom() - Method in class io.sf.carte.echosvg.css.engine.value.RectValue
Implements Value.getBottom().
getBottom() - Method in interface io.sf.carte.echosvg.css.engine.value.Value
The bottom value of the rect.
getBottomMargin() - Method in class io.sf.carte.echosvg.extension.svg.MarginInfo
 
getBottomMargin() - Method in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
getBottomMargin() - Method in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
getBottomUnits() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
get the bottom units in the WMF Metafile.
getBounds() - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
getBounds() - Method in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
 
getBounds() - Method in class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
Gets the bounding box of this Polyline2D.
getBounds() - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
 
getBounds() - Method in class io.sf.carte.echosvg.ext.awt.geom.ShapeExtender
 
getBounds() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getBounds() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.BufferedImageCachableRed
 
getBounds() - Method in interface io.sf.carte.echosvg.ext.awt.image.rendered.CachableRed
Returns the bounds of the current image.
getBounds() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getBounds() - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns the bounds of this node in user space.
getBounds() - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the bounds of this node in user space.
getBounds2D() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns the rectangular bounds of the completed glyph layout.
getBounds2D() - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Returns the rectangular bounds of the completed glyph layout.
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.geom.Linear
 
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
Returns the high precision bounding box of the Shape.
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
Returns the high precision bounding box of the Shape.
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
 
getBounds2D() - Method in interface io.sf.carte.echosvg.ext.awt.geom.Segment
 
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.geom.SegmentList
 
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.geom.ShapeExtender
 
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
 
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AffineRable8Bit
 
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ClipRable8Bit
Pass-through: returns the source's bounds
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DeferRable
Implement the baseclass method to call getSource() so it will block until we have a real source.
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable8Bit
Returns this filter's bounds
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable8Bit
 
getBounds2D() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.Filter
Returns the bounds of the current image.
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterAlphaRable
Pass-through: returns the source's bounds
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterAsAlphaRable
Pass-through: returns the source's bounds
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterChainRable8Bit
Returns this filter's bounds
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FloodRable8Bit
 
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.GaussianBlurRable8Bit
Grow the source's bounds
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.MorphologyRable8Bit
Pass-through: returns the source's bounds
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.PadRable8Bit
 
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.RedRable
 
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable8Bit
Returns this filter's bounds
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TileRable8Bit
Returns this filter's bounds
getBounds2D() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable8Bit
Get the turbulence region
getBounds2D() - Method in class io.sf.carte.echosvg.gvt.filter.BackgroundRable8Bit
Returns the bounds of this Rable in the user coordinate system.
getBounds2D() - Method in class io.sf.carte.echosvg.gvt.filter.GraphicsNodeRable8Bit
Returns the bounds of this Rable in the user coordinate system.
getBounds2D() - Method in class io.sf.carte.echosvg.gvt.filter.MaskRable8Bit
Pass-through: returns the source's bounds
getBounds2D() - Method in class io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache.Value
Returns the bounds of the glyph according to its glyph metrics.
getBounds2D() - Method in class io.sf.carte.echosvg.gvt.font.Glyph
 
getBounds2D() - Method in class io.sf.carte.echosvg.gvt.font.GVTGlyphMetrics
Returns the black box bounds of the glyph.
getBounds2D() - Method in interface io.sf.carte.echosvg.gvt.Mask
Returns the bounds of this mask.
getBounds2D(TextNode) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
Get a Rectangle2D in userspace coords which encloses the textnode glyphs including stroke etc.
getBounds2D(TextNode) - Method in interface io.sf.carte.echosvg.bridge.TextPainter
Get a Rectangle2D in userspace coords which encloses the textnode glyphs rendered bounds (includes stroke etc).
getBounds2D(BufferedImage) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.MorphologyOp
 
getBounds2D(Raster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.MorphologyOp
 
getBounds2D(AttributedCharacterIterator) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Returns a tight bounds on the GlyphVector including stroking.
getBounds2D(AttributedCharacterIterator) - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Returns a tight bounds on the GylphVector including stroking.
getBounds2D(AttributedCharacterIterator) - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Returns the bounds of this GlyphVector.
getBounds2D(AttributedCharacterIterator) - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Returns a tight bounds on the GylphVector including stroking.
getBreakIdx() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge.LineBreakInfo
 
getBridge(String, String) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the bridge associated with the element type
getBridge(Element) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the bridge associated with the specified element.
getBridgeContext() - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
Returns the current BridgeContext.
getBridgeContext() - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
Returns the current BridgeContext.
getBridgeContext() - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Returns the bridge context.
getBridgeContext() - Method in interface io.sf.carte.echosvg.bridge.Window
Returns the current BridgeContext.
getBridgeContext() - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
 
getBridgeContext(UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.bridge.UnitProcessor
Returns the BridgeContext from the given UnitProcessor.Context if it is a UnitProcessor.DefaultContext, or null otherwise.
getBridgeExtensions(Document) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
 
getBridgeUpdateHandler(Node) - Static method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the BridgeUpdateHandler associated to the specified Node or null if there is none.
getBrokenLinkDocument(Element, String, String) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
This method should return an image to be displayed when an image can't be loaded.
getBrokenLinkDocument(Element, String, String) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
This Implementation simply throws a BridgeException.
getBrokenLinkDocument(Element, String, String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
This implementation provides a true SVG Document that it annotates with some information about why the real document can't be loaded (unfortunately right now tool tips are broken for content referenced by images so you can't actually see the info).
getBrokenLinkDocument(Element, String, String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
This Implementation simply forwards the request to the AWT thread.
getBrokenLinkImage(Object, String, Object[]) - Method in class io.sf.carte.echosvg.bridge.SVGBrokenLinkProvider
This method is responsible for constructing an image that will represent the missing image in the document.
getBrokenLinkImage(Object, String, Object[]) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.BrokenLinkProvider
This method is responsbile for constructing an image that will represent the missing image in the document.
getBrokenLinkImage(Object, String, Object[]) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.DefaultBrokenLinkProvider
 
getBrokenLinkImage(Object, String, Object[]) - Static method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageTagRegistry
 
getBubbleLimit() - Method in class io.sf.carte.echosvg.dom.events.AbstractEvent
Returns the bubble limit for this event.
getBubbles() - Method in class io.sf.carte.echosvg.dom.events.AbstractEvent
DOM: The bubbles property indicates whether or not an event is a bubbling event.
getBuffer() - Method in class io.sf.carte.echosvg.parser.AbstractScanner
Returns the buffer used to store the chars.
getBuffer() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the buffer used to store the chars.
getBufferContent() - Method in class io.sf.carte.echosvg.parser.FragmentIdentifierParser
Returns the content of the buffer.
getBufferedImage() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.BufferedImageCachableRed
fetch the bufferedImage from this node.
getBundleClassName() - Method in class io.sf.carte.echosvg.parser.AbstractParser
Returns the resource bundle base name.
getButton() - Method in class io.sf.carte.echosvg.dom.events.DOMMouseEvent
DOM: During mouse events caused by the depression or release of a mouse button, button is used to indicate which mouse button changed state.
getButton() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseEvent
Returns the mouse button that changed state.
getByteOffset() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentError.ErrorLocation
Get the byte offset of the error node.
getC() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getC().
getC() - Method in interface org.w3c.dom.svg.SVGMatrix
 
getCancelable() - Method in class io.sf.carte.echosvg.dom.events.AbstractEvent
DOM: The cancelable property indicates whether or not an event can have its default action prevented.
getCanvas() - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane
 
getCanvasGraphicsNode() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
 
getCanvasGraphicsNode(GraphicsNode) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
 
getCanvasGraphicsNode(GraphicsNode) - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
 
getCaretSlopeRise() - Method in class io.sf.carte.echosvg.svggen.font.table.HheaTable
 
getCaretSlopeRun() - Method in class io.sf.carte.echosvg.svggen.font.table.HheaTable
 
getCascadedStyleMap(CSSStylableElement, String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Returns the cascaded style of the given element/pseudo-element.
getCascadedValue() - Method in class io.sf.carte.echosvg.css.engine.value.ComputedValue
Returns the cascaded value.
getCascadedXMLBase(Node) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Returns the xml:base attribute value of the given element, resolving any dependency on parent bases if needed.
getCascadedXMLBase(Node) - Method in class io.sf.carte.echosvg.dom.AbstractNode
Returns the xml:base attribute value of the given element, resolving any dependency on parent bases if needed.
getCenterPoint() - Method in class io.sf.carte.echosvg.ext.awt.RadialGradientPaint
Returns a copy of the center point of the radial gradient.
getChainableAttributeNS(Element, String, String, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Returns the value of the specified attribute specified on the specified element or one of its ancestor.
getChangeSrc() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeChangeEvent
 
getChannels() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TurbulencePatternRed
 
getChar() - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
getCharacter(String) - Static method in class io.sf.carte.echosvg.ext.awt.image.spi.Messages
 
getCharacter(String) - Method in class io.sf.carte.echosvg.i18n.LocalizableSupport
 
getCharacter(String) - Static method in class io.sf.carte.echosvg.script.rhino.Messages
 
getCharacter(String) - Static method in class io.sf.carte.echosvg.util.Messages
 
getCharacter(String) - Method in class io.sf.carte.echosvg.util.resources.ResourceManager
 
getCharacterCount(int, int) - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns the number of chars represented by the glyphs within the specified range.
getCharacterCount(int, int) - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Returns the number of chars represented by the glyphs within the specified range.
getCharacterCount(int, int) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Returns the number of chars represented by the glyphs within the specified range.
getCharacterCount(int, int) - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Returns the number of chars represented by the glyphs within the specified range.
getCharacterCount(int, int) - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Returns the number of chars represented by the glyphs within the specified range.
getCharacterCount(int, int) - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Returns the number of chars represented by the glyphs within the specified range.
getCharacterInformation(List<StrokingTextPainter.TextRun>, int, int, AttributedCharacterIterator) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Retrieve the information about a character of en element.
getCharacterIterator(Graphics2D, String, WMFFont) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
Create an AttributedCharacterIterator with the current definition of the WMF Font, and the input String.
getCharacterIterator(Graphics2D, String, WMFFont, int) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
Create an AttributedCharacterIterator with the current definition of the WMF Font, and the input String.
getCharAdvance() - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
Get the advance associated with the current glyph
getCharAdvance(int) - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
Get the advance associated with any glyph
getCharCharClass(char) - Static method in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
getCharCode() - Method in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
Returns the value of the Unicode character associated with the depressed key if the event is a key event.
getCharIndex() - Method in class io.sf.carte.echosvg.bridge.BasicTextPainter.BasicMark
Returns the index of the character that has been hit.
getCharIndex() - Method in interface io.sf.carte.echosvg.bridge.Mark
Returns the index of the character that has been hit.
getCharIndex() - Method in class io.sf.carte.echosvg.bridge.TextHit
Returns the index of the character that has been hit.
getCharMap() - Method in class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
 
getCharNumAtPosition(float, float) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildTextContent
 
getCharNumAtPosition(float, float) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
getCharNumAtPosition(float, float) - Method in interface io.sf.carte.echosvg.dom.svg.SVGTextContent
 
getCharNumAtPosition(Element, float, float) - Static method in class io.sf.carte.echosvg.anim.dom.SVGTextContentSupport
getCharNumAtPosition(Element, float, float) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
getCharNumAtPosition(SVGPoint) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
getCharNumAtPosition(SVGPoint) - Method in interface org.w3c.dom.svg.SVGTextContentElement
 
getCharWidth() - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
Get the visual advance associated with the current glyph.
getCharWidth(int) - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
Get the visual advance associated with the current glyph.
getCheckedVal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedEnumeration
Gets the current animated value, throwing an exception if the attribute is malformed.
getCheckedValue() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength
Gets the current animated length value.
getChecksum() - Method in class io.sf.carte.echosvg.svggen.font.table.DirectoryEntry
 
getCheckSumAdjustment() - Method in class io.sf.carte.echosvg.svggen.font.table.HeadTable
 
getChildContexts() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns an array of the child contexts.
getChildElementById(Node, String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Finds an element that is in the same document fragment as 'requestor' that has 'id'.
getChildElementCount() - Method in class io.sf.carte.echosvg.dom.AbstractElement
getChildElementCount() - Method in interface io.sf.carte.echosvg.w3c.dom.ElementTraversal
 
getChildIndex(Node) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Finds and returns the index of child node in its parent's children array
getChildIndex(Node, Node) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Finds and returns the index of child node in the given parent's children array
getChildNodes() - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.getChildNodes().
getChildNodes() - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
DOM: Implements Node.getChildNodes().
getChildNodes() - Method in interface org.w3c.dom.svg.SVGElementInstance
 
getChildren() - Method in class io.sf.carte.echosvg.anim.timing.TimeContainer
Returns an array of the children of this container.
getChildren() - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns the list of children.
getCIELabColorSpaceD50() - Static method in class io.sf.graphics.java2d.color.ColorSpaces
Returns an instance of the CIE L*a*b* color space using the D50 white point.
getCIELabColorSpaceD65() - Static method in class io.sf.graphics.java2d.color.ColorSpaces
Returns an instance of the CIE L*a*b* color space using the D65 white point.
getClassContext() - Method in class io.sf.carte.echosvg.util.EchoSVGSecurityManager
Deprecated.
Returns the current execution stack as an array of classes.
getClassDependencies(InputStream) - Static method in class io.sf.carte.echosvg.util.ClassFileUtilities
Returns the dependencies of the given class.
getClassDependencies(InputStream, Set<Object>, boolean) - Static method in class io.sf.carte.echosvg.util.ClassFileUtilities
 
getClassDependencies(String, Set<Object>, boolean) - Static method in class io.sf.carte.echosvg.util.ClassFileUtilities
Returns the dependencies of the given class.
getClasses() - Method in class io.sf.carte.echosvg.script.ImportInfo
Return an unmodifiable iterator over the list of classes.
getClassName() - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
getClassName() - Method in class io.sf.carte.echosvg.bridge.GlobalWrapper
 
getClassName() - Method in class io.sf.carte.echosvg.bridge.WindowWrapper
 
getClassName() - Method in class io.sf.carte.echosvg.extension.StylableExtensionElement
getClassName() - Method in exception class io.sf.carte.echosvg.util.gui.resource.MissingListenerException
Gets parameter passed by constructor.
getClassName() - Method in exception class io.sf.carte.echosvg.util.resources.ResourceFormatException
Gets parameter passed by constructor.
getClassName() - Method in interface org.w3c.dom.svg.SVGStylable
 
getClearOnReset() - Method in class io.sf.carte.echosvg.anim.timing.InstanceTime
Returns whether the InstanceTime should be removed from the element's begin or end instance time list when it is reset.
getClearPaintingTransform() - Method in class io.sf.carte.echosvg.bridge.UpdateManagerEvent
returns true if the component should clear it's painting transform before painting the associated BufferedImage.
getClickCount() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseEvent
Returns the number of mouse clicks associated with this event.
getClientAreaLocationOnScreen() - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Returns the location on the screen of the client area in the UserAgent.
getClientAreaLocationOnScreen() - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Unsupported operation.
getClientAreaLocationOnScreen() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Returns the location on the screen of the client area in the UserAgent.
getClientAreaLocationOnScreen() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the location on the screen of the client area in the UserAgent.
getClientPoint() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseEvent
Returns the (x, y) position of the event relative to the screen.
getClientX() - Method in class io.sf.carte.echosvg.dom.events.DOMMouseEvent
DOM: clientX indicates the horizontal coordinate at which the event occurred relative to the DOM implementation's client area.
getClientX() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseEvent
Returns the horizontal x position of the event relative to the source graphics node.
getClientY() - Method in class io.sf.carte.echosvg.dom.events.DOMMouseEvent
DOM: clientY indicates the vertical coordinate at which the event occurred relative to the DOM implementation's client area.
getClientY() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseEvent
Returns the vertical y position of the event relative to the source node.
getClip() - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Gets the current clipping area.
getClip() - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Gets the current clipping area.
getClip() - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns the clipping filter of this node or null if any.
getClip() - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the clipping filter of this node or null if any.
getClip() - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getClipBounds() - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Returns the bounding rectangle of the current clipping area.
getClipBounds() - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Returns the bounding rectangle of the current clipping area.
getClipConverter() - Method in class io.sf.carte.echosvg.svggen.SVGGraphicContextConverter
 
getClipPath() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ClipRable
Returns the Shape that the Clip will use to define the clip path.
getClipPath() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ClipRable8Bit
Returns the Shape that the cliprable will use to define the clip path.
getClipPathUnits() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMClipPathElement
getClipPathUnits() - Method in interface org.w3c.dom.svg.SVGClipPathElement
 
getClockHandler() - Method in class io.sf.carte.echosvg.parser.ClockParser
Returns the parse event handler in use.
getCmapFormat(short, short) - Method in class io.sf.carte.echosvg.svggen.font.table.CmapTable
 
getCmapTable() - Method in class io.sf.carte.echosvg.svggen.font.Font
 
getCode() - Method in exception class io.sf.carte.echosvg.anim.AnimationException
Returns the error code.
getCode() - Method in exception class io.sf.carte.echosvg.bridge.BridgeException
Returns the exception's error code
getCode() - Method in exception class io.sf.carte.echosvg.dom.svg.LiveAttributeException
Returns the error code.
getCodePageRange1() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getCodePageRange2() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getCoefficients() - Method in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
 
getColor() - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Gets this graphics context's current color.
getColor() - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Gets this graphics context's current color.
getColor(boolean) - Method in class io.sf.carte.echosvg.ext.awt.image.AbstractLight
 
getColor(boolean) - Method in interface io.sf.carte.echosvg.ext.awt.image.Light
 
getColor(int) - Method in class io.sf.carte.echosvg.css.engine.value.svg.ICCColor
Returns the color at the given index.
getColor(int) - Method in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValue
Returns the color at the given index, if this object represents a SVGColor.
getColor(int) - Method in class io.sf.carte.echosvg.css.engine.value.svg12.DeviceColor
Returns the color at the given index.
getColor(String) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Retruns a Color preference.
getColorConverter() - Method in class io.sf.carte.echosvg.svggen.SVGPaint
 
getColorIndex() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Returns the color property index.
getColorModel() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getColorModel() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getColorModel() - Method in class io.sf.carte.echosvg.gvt.PatternPaintContext
 
getColorName() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.ICCNamedColor
Returns the color name
getColorName() - Method in class io.sf.graphics.java2d.color.NamedColorSpace
Returns the color name.
getColorProfile() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
getColorProfile() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ICCColor
Returns the color name.
getColorProfile() - Method in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValue
Returns the color profile, if this object represents a SVGColor.
getColorProfile() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.ICCNamedColor
Returns the color name.
getColorProfile() - Method in interface org.w3c.dom.svg.SVGICCColor
 
getColors() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
DOM: Implements SVGICCColor.getColors().
getColors() - Method in class io.sf.carte.echosvg.ext.awt.MultipleGradientPaint
Returns a copy of the array of colors used by this gradient.
getColors() - Method in interface org.w3c.dom.svg.SVGICCColor
 
getColorSpace() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ProfileRable
Returns the ColorSpace of the Profile operation
getColorSpace() - Method in class io.sf.carte.echosvg.ext.awt.MultipleGradientPaint
Returns the enumerated type which specifies color space for interpolation.
getColorSpaceOrigin(ColorSpace) - Static method in class io.sf.graphics.java2d.color.ColorSpaces
Returns information about the origin of a color space.
getColorType() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
DOM: Implements SVGColor.getColorType().
getColorType() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint
DOM: Implements SVGColor.getColorType().
getColorType() - Method in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValue
Returns the color type, if this object represents a SVGColor.
getColorType() - Method in interface org.w3c.dom.svg.SVGColor
 
getColorValue(LexicalUnit) - Method in class io.sf.carte.echosvg.css.engine.value.svg.SVGColorManager
Creates a float value usable as a component of an RGBColor.
getColorValues() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.AbstractCIEColor
Returns the color values.
getColumn() - Method in class io.sf.carte.echosvg.parser.AbstractScanner
Returns the current column.
getColumn() - Method in class io.sf.carte.echosvg.util.io.NormalizingReader
Returns the current column in the stream.
getColumn() - Method in class io.sf.carte.echosvg.util.io.StreamNormalizingReader
Returns the current column in the stream.
getColumn() - Method in class io.sf.carte.echosvg.util.io.StringNormalizingReader
Returns the current column in the stream.
getColumn() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the current column.
getColumnNumber() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentError.ErrorLocation
Get the column number of the error node.
getColumnNumber() - Method in exception class io.sf.carte.echosvg.parser.ParseException
Returns the column of the last parsed character.
getColumnNumber() - Method in exception class io.sf.carte.echosvg.script.InterpreterException
Returns the column number where the error occurs.
getCommands() - Method in class io.sf.carte.echosvg.anim.values.AnimatablePathDataValue
Returns the array of path data commands.
getComment() - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Returns the comment to be generated in the SVG file.
getComponentCount() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeDescript
 
getComponentIndex(int) - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeDescript
 
getComposedValue() - Method in class io.sf.carte.echosvg.anim.AbstractAnimation
Returns the composed value of this animation, or null if it isn't active.
getComposite() - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Returns the current Composite in the Graphics2D context.
getComposite() - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Returns the current Composite in the Graphics2D context.
getComposite() - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns the composite of this node or null if any.
getComposite() - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the composite of this node or null if any.
getComposite() - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getCompositeComp(int) - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeDescript
 
getCompositeCompEndPt(int) - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeDescript
 
getCompositeConverter() - Method in class io.sf.carte.echosvg.svggen.SVGGraphicContextConverter
 
getCompositeRule() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.CompositeRable
Get the composite rule in use for combining the sources.
getCompositeRule() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.CompositeRable8Bit
Get the composite rule in use for combining the sources.
getCompressedText() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.PNGImageWriterParams
Returns the text strings to be stored in compressed form with this image as an array of Strings.
getCompressionLevel() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageWriterParams
Get the level to be used for lossless compression.
getCompressionLevel() - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Get the compression level to use in embedded PNG images.
getCompressionMethod() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageWriterParams
 
getComputedOrientationAngle() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.CharacterInformation
 
getComputedOrientationAngle(int) - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Return the angle value according to the orientation of the character.
getComputedOrientationAngle(int) - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Return the rotation angle applied to the character.
getComputedStyle(CSSStylableElement, String, int) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Returns the computed style of the given element/pseudo for the property corresponding to the given index.
getComputedStyle(Element, int) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Returns the computed style of the given property.
getComputedStyle(Element, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getComputedStyle(Element, String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGViewCSS
getComputedStyle(Element, String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMViewCSS
getComputedStyleMap(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
Returns the computed style of this element/pseudo-element.
getComputedStyleMap(String) - Method in interface io.sf.carte.echosvg.css.engine.CSSStylableElement
Returns the computed style of this element/pseudo-element.
getComputedStyleMap(String) - Method in class io.sf.carte.echosvg.extension.StylableExtensionElement
Returns the computed style of this element/pseudo-element.
getComputedTextLength() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
getComputedTextLength() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildTextContent
 
getComputedTextLength() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
getComputedTextLength() - Method in interface io.sf.carte.echosvg.dom.svg.SVGTextContent
 
getComputedTextLength() - Method in interface org.w3c.dom.svg.SVGTextContentElement
 
getComputedTextLength(Element) - Static method in class io.sf.carte.echosvg.anim.dom.SVGTextContentSupport
getComputedTextLength(Element) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
getComputedValue() - Method in class io.sf.carte.echosvg.css.engine.value.ComputedValue
Returns the computed value.
getConnectTimeout() - Static method in class io.sf.carte.echosvg.util.ParsedURLData
Gets the connect timeout.
getConstrainScriptOrigin() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Returns whether scripts can only be loaded from the same origin as the documents referencing them.
getContactAddress() - Method in interface io.sf.carte.echosvg.bridge.BridgeExtension
This should return a contact address (usually an e-mail address).
getContactAddress() - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeExtension
This should contain a contact address (usually an e-mail address).
getContactAddress() - Method in class io.sf.carte.echosvg.bridge.SVGBridgeExtension
This should contain a contact address (usually an e-mail address).
getContactAddress() - Method in interface io.sf.carte.echosvg.dom.DomExtension
This should return a contact address (usually an e-mail address).
getContactAddress() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGBridgeExtension
This should contain a contact address (usually an e-mail address).
getContactAddress() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension
This should contain a contact address (usually an e-mail address).
getContentElement() - Method in class io.sf.carte.echosvg.bridge.svg12.ContentSelectionChangedEvent
Returns the xbl:content element where the event originated.
getContentElement(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.ContentManager
Returns the content element that selected a given node.
getContentEncoding() - Method in class io.sf.carte.echosvg.util.ParsedURL
Returns the content encoding if available.
getContentEncoding(String) - Method in class io.sf.carte.echosvg.util.ParsedURLData
Returns the content encoding if available.
getContentManager(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Returns the ContentManager that handles the shadow tree the given node resides in.
getContentScriptType() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getContentScriptType() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getContentSelectionChangedListeners() - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Returns an array of the gloabl ContentSelectionChangedListeners.
getContentSelectorLanguage(Element) - Method in class io.sf.carte.echosvg.bridge.svg12.ContentManager
Returns the selector language to be used for the given xbl:content element.
getContentStyleType() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getContentStyleType() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getContentType() - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLEditorKit
Get the MIME type of the data that this kit represents support for.
getContentType() - Method in class io.sf.carte.echosvg.util.ParsedURL
Returns the content type if available.
getContentType(String) - Method in class io.sf.carte.echosvg.util.ParsedURLData
Returns the content type if available.
getContentTypeCharset() - Method in class io.sf.carte.echosvg.util.ParsedURL
Returns the content type's charset parameter, if available.
getContentTypeCharset(String) - Method in class io.sf.carte.echosvg.util.ParsedURLData
Returns the content type's charset parameter, if available.
getContentTypeMediaType() - Method in class io.sf.carte.echosvg.util.ParsedURL
Returns the content type's type/subtype, if available.
getContentTypeMediaType(String) - Method in class io.sf.carte.echosvg.util.ParsedURLData
Returns the content type's type/subtype, if available.
getContext() - Method in class io.sf.carte.echosvg.svggen.SVGGraphicContext
 
getContext() - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLToken
 
getContext() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the current context.
getContextFactory() - Method in class io.sf.carte.echosvg.bridge.RhinoInterpreter
Returns the ContextFactory for this interpreter.
getContourAsSVGPathData(Glyph, int, int) - Static method in class io.sf.carte.echosvg.svggen.font.SVGFont
 
getContourCount() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeDescript
 
getContourCount() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfSimpleDescript
 
getContourCount() - Method in interface io.sf.carte.echosvg.svggen.font.table.GlyphDescription
 
getContrast() - Method in class io.sf.carte.echosvg.svggen.font.table.Panose
 
getConvolveOpConverter() - Method in class io.sf.carte.echosvg.svggen.SVGBufferedImageOp
 
getCopyright() - Method in class io.sf.graphics.java2d.color.profile.NamedColorProfile
Returns the profile copyright.
getCorrespondingElement() - Method in interface org.w3c.dom.svg.SVGElementInstance
 
getCorrespondingUseElement() - Method in interface org.w3c.dom.svg.SVGElementInstance
 
getCounterValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractComponent
getCounterValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractComponent
getCounterValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
getCountryIcon(String) - Method in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel
returns the icon associated with a country code.
getCountryText(String) - Method in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel
returns the full string associated with a country code.
getCoverageIndex(int) - Method in class io.sf.carte.echosvg.svggen.font.table.RangeRecord
 
getCreated() - Method in class io.sf.carte.echosvg.svggen.font.table.HeadTable
 
getCSSBase() - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
Returns the CSS base URL of this element.
getCSSBase() - Method in interface io.sf.carte.echosvg.css.engine.CSSStylableElement
Returns the CSS base URL of this element.
getCSSBase() - Method in class io.sf.carte.echosvg.extension.StylableExtensionElement
Returns the CSS base URL of this element.
getCSSBaseURI() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Returns the current base-url.
getCSSClass() - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
Returns the class of this element.
getCSSClass() - Method in interface io.sf.carte.echosvg.css.engine.CSSStylableElement
Returns the class of this element.
getCSSClass() - Method in class io.sf.carte.echosvg.extension.StylableExtensionElement
Returns the class of this element.
getCSSContext() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Returns the CSS context.
getCSSEngine() - Method in class io.sf.carte.echosvg.dom.AbstractStylableDocument
Returns the CSS engine.
getCSSEngine(Element) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Returns CSSEngine associated to the specified element.
getCSSEngineForElement(Element) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the CSS engine associated with given element.
getCSSEngineForElement(Element) - Method in interface io.sf.carte.echosvg.css.engine.CSSContext
Returns the CSS engine associated with given element.
getCSSEngineUserAgent() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
 
getCSSFirstChild() - Method in class io.sf.carte.echosvg.anim.dom.AbstractElement
Returns the CSS first child node of this node.
getCSSFirstChild() - Method in class io.sf.carte.echosvg.anim.dom.BindableElement
Returns the shadow tree.
getCSSFirstChild() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
Returns the CSS first child node of this node.
getCSSFirstChild() - Method in interface io.sf.carte.echosvg.css.engine.CSSNavigableNode
Returns the CSS first child node of this node.
getCSSFirstChild() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMUseShadowRoot
Returns the CSS first child node of this node.
getCSSFirstChild(Node) - Static method in class io.sf.carte.echosvg.css.engine.CSSEngine
Returns the CSS first child node of the given node.
getCSSLastChild() - Method in class io.sf.carte.echosvg.anim.dom.AbstractElement
Returns the CSS last child of this node.
getCSSLastChild() - Method in class io.sf.carte.echosvg.anim.dom.BindableElement
Returns the shadow tree.
getCSSLastChild() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
Returns the CSS last child of this stylable element.
getCSSLastChild() - Method in interface io.sf.carte.echosvg.css.engine.CSSNavigableNode
Returns the CSS last child of this node.
getCSSLastChild() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMUseShadowRoot
Returns the CSS last child of this node.
getCSSNextSibling() - Method in class io.sf.carte.echosvg.anim.dom.AbstractElement
Returns the CSS next sibling node of this node.
getCSSNextSibling() - Method in interface io.sf.carte.echosvg.css.engine.CSSNavigableNode
Returns the CSS next sibling node of this node.
getCSSNextSibling() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMUseShadowRoot
Returns the CSS next sibling node of this node.
getCSSNextSibling(Node) - Static method in class io.sf.carte.echosvg.css.engine.CSSEngine
Returns the CSS next sibling node of the given node.
getCSSParentNode() - Method in class io.sf.carte.echosvg.anim.dom.AbstractElement
Returns the CSS parent node of this node.
getCSSParentNode() - Method in class io.sf.carte.echosvg.anim.dom.XBLOMShadowTreeElement
Returns the parent of the imported element, from the CSS point of view.
getCSSParentNode() - Method in interface io.sf.carte.echosvg.css.engine.CSSNavigableNode
Returns the CSS parent node of this node.
getCSSParentNode() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMUseShadowRoot
Returns the CSS parent node of this node.
getCSSParentNode(Node) - Static method in class io.sf.carte.echosvg.css.engine.CSSEngine
Returns the CSS parent node of the given node.
getCSSPreviousSibling() - Method in class io.sf.carte.echosvg.anim.dom.AbstractElement
Returns the CSS previous sibling node of this node.
getCSSPreviousSibling() - Method in interface io.sf.carte.echosvg.css.engine.CSSNavigableNode
Returns the CSS previous sibling node of this node.
getCSSPreviousSibling() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMUseShadowRoot
Returns the CSS previous sibling node of this node.
getCSSPreviousSibling(Node) - Static method in class io.sf.carte.echosvg.css.engine.CSSEngine
Returns the CSS previous sibling node of the given node.
getCSSStyleSheet() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMStyleElement
Returns the associated style-sheet.
getCSSStyleSheet() - Method in class io.sf.carte.echosvg.anim.dom.SVGStyleSheetProcessingInstruction
Returns the associated style-sheet.
getCSSStyleSheet() - Method in interface io.sf.carte.echosvg.css.engine.CSSStyleSheetNode
Returns the StyleSheet object this node represents.
getCssText() - Method in class io.sf.carte.echosvg.anim.values.AnimatableAngleOrIdentValue
Returns the CSS text representation of the value.
getCssText() - Method in class io.sf.carte.echosvg.anim.values.AnimatableAngleValue
Returns the CSS text representation of the value.
getCssText() - Method in class io.sf.carte.echosvg.anim.values.AnimatableBooleanValue
Returns the CSS text representation of the value.
getCssText() - Method in class io.sf.carte.echosvg.anim.values.AnimatableColorValue
Returns the CSS text representation of the value.
getCssText() - Method in class io.sf.carte.echosvg.anim.values.AnimatableIntegerValue
Returns the CSS text representation of the value.
getCssText() - Method in class io.sf.carte.echosvg.anim.values.AnimatableLengthListValue
Returns the CSS text representation of the value.
getCssText() - Method in class io.sf.carte.echosvg.anim.values.AnimatableLengthOrIdentValue
Returns the CSS text representation of the value.
getCssText() - Method in class io.sf.carte.echosvg.anim.values.AnimatableLengthValue
Returns the CSS text representation of the value.
getCssText() - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberListValue
Returns the CSS text representation of the value.
getCssText() - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberOptionalNumberValue
Returns the CSS text representation of the value.
getCssText() - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberOrIdentValue
Returns the CSS text representation of the value.
getCssText() - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberOrPercentageValue
Returns the CSS text representation of the value.
getCssText() - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberValue
Returns the CSS text representation of the value.
getCssText() - Method in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
Returns the CSS text representation of the value.
getCssText() - Method in class io.sf.carte.echosvg.anim.values.AnimatablePercentageValue
Returns the CSS text representation of the value.
getCssText() - Method in class io.sf.carte.echosvg.anim.values.AnimatableStringValue
Returns the CSS text representation of the value.
getCssText() - Method in class io.sf.carte.echosvg.anim.values.AnimatableValue
Returns the CSS text representation of the value.
getCssText() - Method in class io.sf.carte.echosvg.css.dom.CSSOMComputedStyle
getCssText() - Method in class io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration
getCssText() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractComponent
DOM: Implements CSSValue.getCssText().
getCssText() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
DOM: Implements CSSValue.getCssText().
getCssText() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractComponent
DOM: Implements CSSValue.getCssText().
getCssText() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
DOM: Implements CSSValue.getCssText().
getCssText() - Method in class io.sf.carte.echosvg.css.engine.value.ComputedValue
Implements Value.getCssText().
getCssText() - Method in class io.sf.carte.echosvg.css.engine.value.FloatValue
A string representation of the current value.
getCssText() - Method in class io.sf.carte.echosvg.css.engine.value.InheritValue
A string representation of the current value.
getCssText() - Method in class io.sf.carte.echosvg.css.engine.value.ListValue
A string representation of the current value.
getCssText() - Method in class io.sf.carte.echosvg.css.engine.value.RectValue
A string representation of the current value.
getCssText() - Method in class io.sf.carte.echosvg.css.engine.value.RGBColorValue
A string representation of the current value.
getCssText() - Method in class io.sf.carte.echosvg.css.engine.value.StringValue
A string representation of the current value.
getCssText() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ICCColor
A string representation of the current value.
getCssText() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.AbstractCIEColor
A string representation of the current value.
getCssText() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.DeviceColor
A string representation of the current value.
getCssText() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.ICCNamedColor
A string representation of the current value.
getCssText() - Method in class io.sf.carte.echosvg.css.engine.value.URIValue
A string representation of the current value.
getCssText() - Method in interface io.sf.carte.echosvg.css.engine.value.Value
A string representation of the current value.
getCssText(short, float) - Static method in class io.sf.carte.echosvg.css.engine.value.FloatValue
Returns the CSS text associated with the given type/value pair.
getCssText(short, String) - Static method in class io.sf.carte.echosvg.css.engine.value.StringValue
Returns the CSS text associated with the given type/value pair.
getCSSValue(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration
Gets the CSS value associated with the given property.
getCssValueType() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractComponent
getCssValueType() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
getCssValueType() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractComponent
getCssValueType() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
getCssValueType() - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValue
getCssValueType() - Method in class io.sf.carte.echosvg.css.engine.value.ComputedValue
getCssValueType() - Method in class io.sf.carte.echosvg.css.engine.value.InheritValue
A code defining the type of the value.
getCssValueType() - Method in class io.sf.carte.echosvg.css.engine.value.ListValue
getCssValueType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ICCColor
getCssValueType() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.AbstractCIEColor
getCssValueType() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.DeviceColor
getCssValueType() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.ICCNamedColor
getCssValueType() - Method in interface io.sf.carte.echosvg.css.engine.value.Value
A code defining the type of the value.
getCTM() - Method in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
DOM: Implements SVGLocatable.getCTM().
getCTM() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
DOM: Implements SVGLocatable.getCTM().
getCTM() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
DOM: Implements SVGLocatable.getCTM().
getCTM() - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the nearestViewportElement.
getCTM() - Method in class io.sf.carte.echosvg.bridge.AnimatableGenericSVGBridge
Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the nearestViewportElement.
getCTM() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
 
getCTM() - Method in class io.sf.carte.echosvg.bridge.SVGDescriptiveElementBridge
 
getCTM() - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
 
getCTM() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the nearestViewportElement.
getCTM() - Method in interface io.sf.carte.echosvg.dom.svg.SVGContext
Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the nearestViewportElement.
getCTM() - Method in class io.sf.carte.echosvg.extension.GraphicsExtensionElement
DOM: Implements SVGLocatable.getCTM().
getCTM() - Method in interface org.w3c.dom.svg.SVGLocatable
 
getCTM(Element) - Static method in class io.sf.carte.echosvg.anim.dom.SVGLocatableSupport
To implement SVGLocatable.getCTM().
getCtrlKey() - Method in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
DOM: Get whether the Control key was pressed at the time of the event.
getCtrlKey() - Method in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
Returns whether the 'ctrl' key was depressed during the firing of the event.
getCtrlKey() - Method in class io.sf.carte.echosvg.dom.events.DOMMouseEvent
DOM: ctrlKey indicates whether the 'ctrl' key was depressed during the firing of the event.
getCtrlKey() - Method in interface io.sf.carte.echosvg.w3c.dom.events.KeyboardEvent
true if the control (Ctrl) key modifier is activated.
getCurrent() - Method in class io.sf.carte.echosvg.parser.AbstractParser
Returns the current character value.
getCurrentAOITransform() - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
 
getCurrentBeginTime() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns the begin time of the current interval, in parent simple time, or Float.NaN if the element is not active.
getCurrentDocument() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Returns the current document.
getCurrentDocument() - Method in class io.sf.carte.echosvg.dom.AbstractNode
Returns the current document.
getCurrentEventTarget() - Method in class io.sf.carte.echosvg.bridge.FocusManager
Returns the current element that has the focus or null if any.
getCurrentGraphicsNode() - Method in class io.sf.carte.echosvg.gvt.GVTTreeWalker
Returns the current GraphicsNode.
getCurrentGVTree() - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
 
getCurrentLocale() - Method in class io.sf.carte.echosvg.i18n.LocalizableSupport
 
getCurrentLockState() - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Returns a bitmask representing the state of the key locks.
getCurrentNode() - Method in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
getCurrentPoint() - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
get the current position or null.
getCurrentScale() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getCurrentScale() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getCurrentTarget() - Method in class io.sf.carte.echosvg.dom.events.AbstractEvent
DOM: The target property indicates the EventTarget whose EventListeners are currently being processed.
getCurrentTime() - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Returns the current document time.
getCurrentTime() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimationElement
getCurrentTime() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getCurrentTime() - Method in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
Returns the last sampled document time.
getCurrentTime() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
getCurrentTime() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
Returns the current document time.
getCurrentTime() - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
Returns the current document time.
getCurrentTime() - Method in interface io.sf.carte.echosvg.dom.svg.SVGAnimationContext
getCurrentTime() - Method in interface io.sf.carte.echosvg.dom.svg.SVGSVGContext
Returns the current document time.
getCurrentTime() - Method in interface org.w3c.dom.svg.SVGAnimationElement
 
getCurrentTime() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getCurrentTranslate() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getCurrentTranslate() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getCurrentValue() - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Returns the current lexical unit value.
getCurrentView() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getCurrentView() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getCurrentY() - Method in class io.sf.carte.echosvg.gvt.flow.FlowRegions
 
getCurrentY() - Method in class io.sf.carte.echosvg.gvt.flow.LineInfo
 
getCursor() - Method in class io.sf.carte.echosvg.bridge.SVGAElementBridge.CursorHolder
 
getCursorManager() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the cursor manager
getCustomBufferedImageOpConverter() - Method in class io.sf.carte.echosvg.svggen.SVGBufferedImageOp
 
getCustomCompositeConverter() - Method in class io.sf.carte.echosvg.svggen.SVGComposite
 
getCustomPaintConverter() - Method in class io.sf.carte.echosvg.svggen.SVGPaint
 
getCx() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMCircleElement
DOM: Implements SVGCircleElement.getCx().
getCx() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMEllipseElement
DOM: Implements SVGEllipseElement.getCx().
getCx() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMRadialGradientElement
getCx() - Method in interface org.w3c.dom.svg.SVGCircleElement
 
getCx() - Method in interface org.w3c.dom.svg.SVGEllipseElement
 
getCx() - Method in interface org.w3c.dom.svg.SVGRadialGradientElement
 
getCy() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMCircleElement
DOM: Implements SVGCircleElement.getCy().
getCy() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMEllipseElement
DOM: Implements SVGEllipseElement.getCy().
getCy() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMRadialGradientElement
getCy() - Method in interface org.w3c.dom.svg.SVGCircleElement
 
getCy() - Method in interface org.w3c.dom.svg.SVGEllipseElement
 
getCy() - Method in interface org.w3c.dom.svg.SVGRadialGradientElement
 
getCycleMethod() - Method in class io.sf.carte.echosvg.ext.awt.MultipleGradientPaint
Returns the enumerated type which specifies cycling behavior.
getD() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getD().
getD() - Method in interface org.w3c.dom.svg.SVGMatrix
 
getD50WhitePoint() - Static method in class io.sf.graphics.java2d.color.CIELabColorSpace
Returns the D50 white point.
getD65WhitePoint() - Static method in class io.sf.graphics.java2d.color.CIELabColorSpace
Returns the D65 white point.
getData() - Method in class io.sf.carte.echosvg.dom.AbstractCharacterData
DOM: Implements CharacterData.getData().
getData() - Method in class io.sf.carte.echosvg.dom.AbstractProcessingInstruction
getData() - Method in class io.sf.carte.echosvg.dom.events.DOMTextEvent
Returns the text data.
getData() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getData() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.BufferedImageCachableRed
 
getData() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getData() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TranslateRed
 
getData() - Method in interface io.sf.carte.echosvg.w3c.dom.events.TextEvent
data holds the value of the characters generated by the character device.
getData(Rectangle) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getData(Rectangle) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
 
getData(Rectangle) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.BufferedImageCachableRed
 
getData(Rectangle) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getData(Rectangle) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TranslateRed
 
getDecorationOutline(int) - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns the outline of the specified decorations on the glyphs,
getDecorationOutline(int) - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Returns the outline of the specified decorations on the glyphs, transformed by an AffineTransform.
getDecorationOutline(List<StrokingTextPainter.TextRun>, int) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
Returns the outline of the specified decoration type.
getDecorationStrokeOutline(List<StrokingTextPainter.TextRun>, int) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
Returns the stroked outline of the specified decoration type.
getDef() - Method in class io.sf.carte.echosvg.svggen.SVGCompositeDescriptor
 
getDef() - Method in class io.sf.carte.echosvg.svggen.SVGFilterDescriptor
 
getDef() - Method in class io.sf.carte.echosvg.svggen.SVGFontDescriptor
 
getDef() - Method in class io.sf.carte.echosvg.svggen.SVGPaintDescriptor
 
getDefault() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength
The evaluation of the value has failed, get the default.
getDefault() - Method in class io.sf.carte.echosvg.bridge.DefaultFontFamilyResolver
getDefault() - Method in interface io.sf.carte.echosvg.bridge.FontFamilyResolver
 
getDefaultActions() - Method in class io.sf.carte.echosvg.dom.events.AbstractEvent
Returns the current list of default action runnables
getDefaultBegin(TimedElement) - Method in class io.sf.carte.echosvg.anim.timing.TimeContainer
Returns the default begin time for the given child timed element.
getDefaultBegin(TimedElement) - Method in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
Returns the default begin time for the given child timed element.
getDefaultBufferedImageType() - Method in class io.sf.carte.echosvg.svggen.CachedImageHandlerBase64Encoder
 
getDefaultBufferedImageType() - Method in class io.sf.carte.echosvg.svggen.CachedImageHandlerJPEGEncoder
 
getDefaultBufferedImageType() - Method in class io.sf.carte.echosvg.svggen.CachedImageHandlerPNGEncoder
 
getDefaultBufferedImageType() - Method in class io.sf.carte.echosvg.svggen.DefaultCachedImageHandler
This template method should be overridden by derived classes to declare the default image type that they want for saving to file.
getDefaultCache() - Static method in class io.sf.carte.echosvg.ext.awt.color.NamedProfileCache
 
getDefaultCache() - Static method in class io.sf.carte.echosvg.ext.awt.image.URLImageCache
 
getDefaultCalcMode() - Method in class io.sf.carte.echosvg.bridge.SVGAnimateElementBridge
Returns the calcMode that the animation defaults to if none is specified.
getDefaultCalcMode() - Method in class io.sf.carte.echosvg.bridge.SVGAnimateMotionElementBridge
Returns the calcMode that the animation defaults to if none is specified.
getDefaultFontFamily() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
getDefaultFontFamily() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the value corresponding to the default font.
getDefaultFontFamily() - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Returns the default font family.
getDefaultFontFamily() - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Returns the default font family.
getDefaultFontFamily() - Method in interface io.sf.carte.echosvg.css.engine.CSSContext
Returns the value corresponding to the default font-family.
getDefaultFontFamily() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Returns the default font family.
getDefaultFontFamily() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the default font family.
getDefaultFontFamily() - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Returns the default font family.
getDefaultFontFamily() - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
Returns the default font family.
getDefaultFontFamily() - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns the default font family.
getDefaultLangSys() - Method in class io.sf.carte.echosvg.svggen.font.table.Script
 
getDefaultLocale() - Method in interface io.sf.carte.echosvg.i18n.ExtendedLocalizable
Gets the current default locale in the LocaleGroup.
getDefaultLocale() - Method in class io.sf.carte.echosvg.i18n.LocalizableSupport
getDefaultPrevented() - Method in class io.sf.carte.echosvg.dom.events.AbstractEvent
DOM: Returns whether preventDefault has been called on this object.
getDefaultTileSize() - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
 
getDefaultValue() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength
 
getDefaultValue() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLength
Returns the default value to use when the associated attribute was not specified.
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.css2.ClipManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.css2.CursorManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.css2.DirectionManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.css2.DisplayManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontFamilyManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontSizeAdjustManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontSizeManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontStretchManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontStyleManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontVariantManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontWeightManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.css2.OverflowManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.css2.SrcManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.css2.TextDecorationManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.css2.UnicodeBidiManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.css2.VisibilityManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.AlignmentBaselineManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.BaselineShiftManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ClipPathManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ClipRuleManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorInterpolationFiltersManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorInterpolationManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorProfileManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorRenderingManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.DominantBaselineManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.EnableBackgroundManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.FillRuleManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.FilterManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.GlyphOrientationHorizontalManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.GlyphOrientationVerticalManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ImageRenderingManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.KerningManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.MarkerManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.MaskManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.OpacityManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.PointerEventsManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ShapeRenderingManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.SpacingManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeDasharrayManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeDashoffsetManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeLinecapManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeLinejoinManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeMiterlimitManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeWidthManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.SVGColorManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.TextAnchorManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.TextRenderingManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg.WritingModeManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.LineHeightManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.MarginLengthManager
getDefaultValue() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.TextAlignManager
getDefaultValue() - Method in interface io.sf.carte.echosvg.css.engine.value.ValueManager
Returns the default value for the handled property.
getDefaultView() - Method in class io.sf.carte.echosvg.dom.AbstractStylableDocument
getDefaultXValue() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
Returns the default value of the 'x' attribute.
getDefaultXValue() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextPositioningElement
Returns the default value of the 'x' attribute.
getDefaultYValue() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
Returns the default value of the 'y' attribute.
getDefaultYValue() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextPositioningElement
Returns the default value of the 'y' attribute.
getDefinitionSet() - Method in class io.sf.carte.echosvg.svggen.AbstractSVGConverter
 
getDefinitionSet() - Method in class io.sf.carte.echosvg.svggen.AbstractSVGFilterConverter
 
getDefinitionSet() - Method in class io.sf.carte.echosvg.svggen.DOMTreeManager
Invoking this method will return a set of definition element that contain all the definitions referenced by the attributes generated by the various converters.
getDefinitionSet() - Method in class io.sf.carte.echosvg.svggen.SVGBufferedImageOp
 
getDefinitionSet() - Method in class io.sf.carte.echosvg.svggen.SVGComposite
 
getDefinitionSet() - Method in interface io.sf.carte.echosvg.svggen.SVGConverter
 
getDefinitionSet() - Method in interface io.sf.carte.echosvg.svggen.SVGFilterConverter
 
getDefinitionSet() - Method in class io.sf.carte.echosvg.svggen.SVGGraphicContextConverter
 
getDefinitionSet() - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Invoking this method will return a set of definition element that contain all the definitions referenced by the attributes generated by the various converters.
getDefinitionSet() - Method in class io.sf.carte.echosvg.svggen.SVGPaint
 
getDefinitionSet(List<Element>) - Method in class io.sf.carte.echosvg.svggen.SVGClipDescriptor
 
getDefinitionSet(List<Element>) - Method in class io.sf.carte.echosvg.svggen.SVGCompositeDescriptor
 
getDefinitionSet(List<Element>) - Method in interface io.sf.carte.echosvg.svggen.SVGDescriptor
 
getDefinitionSet(List<Element>) - Method in class io.sf.carte.echosvg.svggen.SVGFontDescriptor
 
getDefinitionSet(List<Element>) - Method in class io.sf.carte.echosvg.svggen.SVGHintsDescriptor
 
getDefinitionSet(List<Element>) - Method in class io.sf.carte.echosvg.svggen.SVGPaintDescriptor
 
getDefinitionSet(List<Element>) - Method in class io.sf.carte.echosvg.svggen.SVGStrokeDescriptor
 
getDefinitionSet(List<Element>) - Method in class io.sf.carte.echosvg.svggen.SVGTransformDescriptor
 
getDeltaX() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TranslateRed
The delata translation in x (absolute loc is available from getMinX())
getDeltaY() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TranslateRed
The delata translation in y (absolute loc is available from getMinY())
getDependencyRegion(int, Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
 
getDependencyRegion(int, Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AffineRable8Bit
 
getDependencyRegion(int, Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DeferRable
Forward the call (blocking until source is set if need be).
getDependencyRegion(int, Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable8Bit
Returns the region of input data is is required to generate outputRgn.
getDependencyRegion(int, Rectangle2D) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.Filter
Returns the region of input data is is required to generate outputRgn.
getDependencyRegion(int, Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.GaussianBlurRable8Bit
Returns the region of input data is is required to generate outputRgn.
getDependencyRegion(int, Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.MorphologyRable8Bit
Returns the region of input data is is required to generate outputRgn.
getDependencyRegion(int, Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.PadRable8Bit
 
getDependencyRegion(int, Rectangle) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getDependencyRegion(int, Rectangle) - Method in interface io.sf.carte.echosvg.ext.awt.image.rendered.CachableRed
Returns the region of input data is is required to generate outputRgn.
getDependencyRegion(int, Rectangle) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getDepth() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the current depth in the XML tree.
getDescender() - Method in class io.sf.carte.echosvg.svggen.font.table.HheaTable
 
getDescent() - Method in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
getDescent() - Method in class io.sf.carte.echosvg.gvt.flow.WordInfo
 
getDescent() - Method in class io.sf.carte.echosvg.gvt.font.GVTFontFace
Returns the maximum unaccented depth of the font within the font coordinate system.
getDescent() - Method in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
Returns the descent of the text.
getDescent() - Method in class io.sf.carte.echosvg.svggen.font.Font
 
getDescription() - Method in class io.sf.carte.echosvg.apps.svgpp.Main.DoctypeHandler
 
getDescription() - Method in class io.sf.carte.echosvg.apps.svgpp.Main.DocWidthHandler
 
getDescription() - Method in class io.sf.carte.echosvg.apps.svgpp.Main.NewlineHandler
 
getDescription() - Method in class io.sf.carte.echosvg.apps.svgpp.Main.NoFormatHandler
 
getDescription() - Method in interface io.sf.carte.echosvg.apps.svgpp.Main.OptionHandler
Returns the option description.
getDescription() - Method in class io.sf.carte.echosvg.apps.svgpp.Main.PublicIdHandler
 
getDescription() - Method in class io.sf.carte.echosvg.apps.svgpp.Main.SystemIdHandler
 
getDescription() - Method in class io.sf.carte.echosvg.apps.svgpp.Main.TabWidthHandler
 
getDescription() - Method in class io.sf.carte.echosvg.apps.svgpp.Main.XMLDeclHandler
 
getDescription() - Method in interface io.sf.carte.echosvg.bridge.BridgeExtension
Human readable description of the extension.
getDescription() - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeExtension
Human readable description of the extension.
getDescription() - Method in class io.sf.carte.echosvg.bridge.SVGBridgeExtension
Human readable description of the extension.
getDescription() - Method in interface io.sf.carte.echosvg.dom.DomExtension
Human readable description of the extension.
getDescription() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGBridgeExtension
Human readable description of the extension.
getDescription() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension
Human readable description of the extension.
getDescription() - Method in class io.sf.carte.echosvg.swing.svg.SVGFileFilter
Returns the file description
getDescription(int) - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfTable
 
getDescription(SVGElement) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Returns the content of the 'desc' child of the given element.
getDescriptorClasses(String) - Static method in class io.sf.carte.echosvg.util.ClassFileUtilities
Returns the classes contained in a field or method desciptor.
getDestination(Graphics2D) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
 
getDestinationBounds(Graphics2D) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
 
getDestinationColorModel(Graphics2D) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
 
getDestinationColorSpace(Graphics2D) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
 
getDestinationFile(String) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Get the name of the result image file.
getDestinationType() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
getDetail() - Method in class io.sf.carte.echosvg.dom.events.DOMCustomEvent
Returns the custom detail of this event.
getDetail() - Method in class io.sf.carte.echosvg.dom.events.DOMTimeEvent
Returns the repeat iteration if this is a repeat event.
getDetail() - Method in class io.sf.carte.echosvg.dom.events.DOMUIEvent
DOM: Specifies some detail information about the Event, depending on the type of event.
getDetail() - Method in interface io.sf.carte.echosvg.w3c.dom.events.CustomEvent
Specifies some detail information about the Event.
getDetail() - Method in interface org.w3c.dom.smil.TimeEvent
Get some detail information about the Event, depending on the type of event.
getDetails() - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenuEvent
Gets the event details.
getDeviceCMYKColorSpace() - Static method in class io.sf.graphics.java2d.color.ColorSpaces
Returns an instance of the device-specific CMYK color space.
getDeviceConfiguration() - Method in class io.sf.carte.echosvg.ext.awt.g2d.DefaultGraphics2D
Returns the device configuration associated with this Graphics2D.
getDeviceConfiguration() - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Returns the device configuration associated with this Graphics2D.
getDiffuseConstant() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDiffuseLightingElement
getDiffuseConstant() - Method in interface org.w3c.dom.svg.SVGFEDiffuseLightingElement
 
getDimension(String) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Returns a Dimension preference.
getDirtyAreas() - Method in class io.sf.carte.echosvg.bridge.UpdateManagerEvent
Returns the dirty areas (list of rectangles)
getDirtyAreas() - Method in class io.sf.carte.echosvg.gvt.UpdateTracker
Returns the list of dirty areas on GVT.
getDirtyRegion(int, Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
 
getDirtyRegion(int, Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AffineRable8Bit
 
getDirtyRegion(int, Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DeferRable
Forward the call (blocking until source is set if need be).
getDirtyRegion(int, Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable8Bit
This calculates the region of output that is affected by a change in a region of input.
getDirtyRegion(int, Rectangle2D) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.Filter
This calculates the region of output that is affected by a change in a region of input.
getDirtyRegion(int, Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.GaussianBlurRable8Bit
This calculates the region of output that is affected by a change in a region of input.
getDirtyRegion(int, Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.MorphologyRable8Bit
This calculates the region of output that is affected by a change in a region of input.
getDirtyRegion(int, Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.PadRable8Bit
 
getDirtyRegion(int, Rectangle) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getDirtyRegion(int, Rectangle) - Method in interface io.sf.carte.echosvg.ext.awt.image.rendered.CachableRed
This calculates the region of output that is affected by a change in a region of input.
getDirtyRegion(int, Rectangle) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getDisableInteractions() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Returns true if all 'interactor' objects (pan, zoom, etc) are disabled.
getDiscreteTransfer(float[]) - Static method in class io.sf.carte.echosvg.ext.awt.image.ConcreteComponentTransferFunction
Returns a discrete transfer function
getDisplay(Element) - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Returns true if the graphics node has to be displayed, false otherwise.
getDisplay(Element) - Method in interface io.sf.carte.echosvg.bridge.GraphicsNodeBridge
Returns true if the graphics node has to be displayed, false otherwise.
getDisplay(Element) - Method in class io.sf.carte.echosvg.bridge.svg12.XBLContentElementBridge
Returns true if the graphics node has to be displayed, false otherwise.
getDisplay(Element) - Method in class io.sf.carte.echosvg.bridge.svg12.XBLShadowTreeElementBridge
Returns true if the graphics node has to be displayed, false otherwise.
getDivisor() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
getDivisor() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
getDoctype() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
DOM: Implements Document.getDoctype().
getDocument() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getDocument() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the document this bridge context is dedicated to.
getDocument() - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Returns the current Document.
getDocument() - Method in class io.sf.carte.echosvg.css.dom.CSSOMViewCSS
getDocument() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Returns the document associated with this engine.
getDocument() - Method in class io.sf.carte.echosvg.transcoder.TranscoderInput
Returns the input of this transcoder as a document or null if none was supplied.
getDocument() - Method in class io.sf.carte.echosvg.transcoder.TranscoderOutput
Returns the output of this transcoder as a document or null if none was supplied.
getDocumentBeginTime() - Method in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
Returns the wallclock time that the document began.
getDocumentBridge() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the bridge for the document node.
getDocumentDescriptor() - Method in interface io.sf.carte.echosvg.dom.util.DocumentFactory
Returns the document descriptor associated with the latest created document.
getDocumentDescriptor() - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
Returns the document descriptor associated with the latest created document.
getDocumentElement() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
getDocumentLoader() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the document loader used to load external documents.
getDocumentSize() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the actual size of the document or null if the document has not been built yet.
getDocumentURI() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
DOM: Implements Document.getDocumentURI().
getDocumentWidth() - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Returns whether the document width.
getDoDilation() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.MorphologyRable
Returns whether the operation is "dilation" or not("erosion")
getDoDilation() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.MorphologyRable8Bit
Returns whether the operation is "dilation" or not("erosion")
getDomain() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
DOM: Implements SVGDocument.getDomain().
getDomain() - Method in interface org.w3c.dom.svg.SVGDocument
 
getDomConfig() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
DOM: Implements Document.getDomConfig().
getDomExtensions() - Static method in class io.sf.carte.echosvg.dom.ExtensibleDOMImplementation
 
getDOMFactory() - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Returns the DOM Factory that has been set.
getDOMFactory() - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
getDOMGroupManager() - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
getDOMImplementation() - Static method in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation
Returns the default instance of this class.
getDOMImplementation() - Static method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation
Returns the default instance of this class.
getDOMImplementation() - Static method in class io.sf.carte.echosvg.dom.GenericDOMImplementation
Returns the default instance of this class.
getDOMImplementation(String) - Method in class io.sf.carte.echosvg.anim.dom.SAXSVGDocumentFactory
 
getDOMImplementation(String) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
 
getDOMTreeManager() - Method in class io.sf.carte.echosvg.svggen.ImageCacher
 
getDOMTreeManager() - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
getDoubleBufferedRendering() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Tells whether this component use double buffering to render SVG documents.
getDst() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
getDx() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEOffsetElement
getDx() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGlyphRefElement
getDx() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextPositioningElement
getDx() - Method in interface org.w3c.dom.svg.SVGFEOffsetElement
 
getDx() - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
 
getDx() - Method in interface org.w3c.dom.svg.SVGTextPositioningElement
 
getDy() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEOffsetElement
getDy() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGlyphRefElement
getDy() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextPositioningElement
getDy() - Method in interface org.w3c.dom.svg.SVGFEOffsetElement
 
getDy() - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
 
getDy() - Method in interface org.w3c.dom.svg.SVGTextPositioningElement
 
getDynamicSecurityDomain(Object) - Method in class io.sf.carte.echosvg.script.rhino.EchoSVGSecurityController
Get dynamic security domain that allows an action only if it is allowed by the current Java stack and securityDomain.
getE() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getE().
getE() - Method in interface org.w3c.dom.svg.SVGMatrix
 
getEdgeMode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
getEdgeMode() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable
Returns the current edge handling mode.
getEdgeMode() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable8Bit
Returns the current edge handling mode.
getEdgeMode() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
getElement() - Method in exception class io.sf.carte.echosvg.anim.AnimationException
Returns the timed element that caused this animation exception.
getElement() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength.DefaultContext
Returns the element.
getElement() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList
Returns the element owning this SVGLengthList.
getElement() - Method in interface io.sf.carte.echosvg.anim.dom.AnimationTarget
Returns the element.
getElement() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Returns the element owning this SVGLengthList.
getElement() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Returns the element owning the attribute with which this length list is associated.
getElement() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Returns the element owning this SVGNumberList.
getElement() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Returns the element owning the attribute with which this length list is associated.
getElement() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Returns the element.
getElement() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement.UnitContext
Returns the element.
getElement() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns the DOM element that corresponds to this timed element, if such a DOM element exists.
getElement() - Method in exception class io.sf.carte.echosvg.bridge.BridgeException
Returns the element on which the error occurred.
getElement() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge.SVGTimedElement
Returns the DOM element this timed element is for.
getElement() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationRoot
Returns the DOM element that corresponds to this timed element, if such a DOM element exists.
getElement() - Method in class io.sf.carte.echosvg.bridge.UnitProcessor.DefaultContext
Returns the element.
getElement() - Method in class io.sf.carte.echosvg.css.engine.CSSEngineEvent
Returns the target element.
getElement() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList
Returns the element associated with this SVGNumberList.
getElement() - Method in exception class io.sf.carte.echosvg.dom.svg.LiveAttributeException
Returns the element on which the error occurred.
getElement() - Method in interface io.sf.carte.echosvg.parser.UnitProcessor.Context
Returns the element.
getElement(GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the Node associated to the specified GraphicsNode or null if any.
getElement(String, Element) - Method in class io.sf.carte.echosvg.bridge.URIResolver
Imports the Element referenced by the given URI on Element ref.
getElementById(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getElementById(String) - Method in class io.sf.carte.echosvg.anim.dom.XBLOMShadowTreeElement
Returns the Element that has an ID attribute with the given value.
getElementById(String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
getElementById(String) - Method in interface io.sf.carte.echosvg.dom.svg.IdContainer
Returns the element with the given ID that exists in this subtree.
getElementById(String) - Method in class io.sf.carte.echosvg.dom.svg.SVGOMUseShadowRoot
 
getElementById(String) - Method in interface io.sf.carte.echosvg.dom.xbl.XBLShadowTreeElement
Returns the Element that has an ID attribute with the given value.
getElementById(String) - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getElementById(String, Node) - Method in class io.sf.carte.echosvg.anim.dom.XBLOMShadowTreeElement
 
getElementById(String, Node) - Static method in class io.sf.carte.echosvg.bridge.AnimationSupport
Returns the element with the given ID, using the given node as the context for the lookup.
getElementContent(Element) - Static method in class io.sf.carte.echosvg.bridge.TextUtilities
Returns the content of the given element.
getElementData(Node) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Retrieves a data object associated with the given node.
getElementLocalName() - Method in class io.sf.carte.echosvg.anim.dom.XBLOMDefinitionElement
Returns the local name of elements this definition will bind.
getElementMaxPixel(Element, Rectangle2D) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGMultiImageElementBridge
 
getElementMinPixel(Element, Rectangle2D) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGMultiImageElementBridge
 
getElementNamespaceURI() - Method in class io.sf.carte.echosvg.anim.dom.XBLOMDefinitionElement
Returns the namspace URI of elements this definition will bind.
getElementPixelSize(Element, String, Rectangle2D) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGMultiImageElementBridge
 
getElementsByTagName(String) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
getElementsByTagName(Node, String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Returns an ElementsByTagName object from the cache, if any.
getElementsByTagNameNS(String, String) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
getElementsByTagNameNS(Node, String, String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Returns an ElementsByTagNameNS object from the cache, if any.
getElevation() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDistantLightElement
getElevation() - Method in class io.sf.carte.echosvg.ext.awt.image.DistantLight
 
getElevation() - Method in interface org.w3c.dom.svg.SVGFEDistantLightElement
 
getEnableBackgroundGraphicsNodeRable(boolean) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns the GraphicsNodeRable for this node.
getEnableBackgroundGraphicsNodeRable(boolean) - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the GraphicsNodeRable for this node.
getEnableImageZoomInteractor() - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Returns true if the image zoom interactor is enabled, false otherwise.
getEnablePanInteractor() - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Returns true if the pan interactor is enabled, false otherwise.
getEnableResetTransformInteractor() - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Returns true if the reset transform interactor is enabled, false otherwise.
getEnableRotateInteractor() - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Returns true if the rotate interactor is enabled, false otherwise.
getEnableZoomInteractor() - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Returns true if the zoom interactor is enabled, false otherwise.
getEnclosureList(SVGRect, Element) - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
 
getEnclosureList(SVGRect, Element) - Method in interface io.sf.carte.echosvg.dom.svg.SVGSVGContext
Returns a List of all the DOM elements that are encosed in svgRect that are below end in the rendering order.
getEnclosureList(SVGRect, SVGElement) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getEnclosureList(SVGRect, SVGElement) - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getEncoding() - Method in class io.sf.carte.echosvg.transcoder.TranscoderInput
Get the character encoding for a byte stream or URI.
getEncodingId() - Method in class io.sf.carte.echosvg.svggen.font.table.CmapIndexEntry
 
getEncodingId() - Method in class io.sf.carte.echosvg.svggen.font.table.NameRecord
 
getEnd() - Method in class io.sf.carte.echosvg.anim.timing.Interval
Returns the end time of this interval.
getEnd() - Method in class io.sf.carte.echosvg.gvt.flow.GlyphGroupInfo
get the end glyph index for this glyph group.
getEnd() - Method in class io.sf.carte.echosvg.parser.AbstractScanner
Returns the end offset of the last lexical unit.
getEnd() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the end offset of the last lexical unit.
getEndIdx() - Method in class io.sf.carte.echosvg.extension.svg.LineInfo
 
getEndIndex() - Method in class io.sf.carte.echosvg.gvt.text.AttributedCharacterSpanIterator
Get the end index of the text.
getEndIndex() - Method in class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
Returns the end index of the text.
getEndIndex() - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Get the end index of the text.
getEndIndex() - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Get the end index of the text.
getEndInstanceTime() - Method in class io.sf.carte.echosvg.anim.timing.Interval
Returns the InstanceTime that defined the end time of this interval.
getEndMarker() - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Returns the marker that shall be drawn at the last vertex of the given shape.
getEndOffset() - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLToken
 
getEndOffset() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the end offset of the current lexical unit.
getEndPoint() - Method in class io.sf.carte.echosvg.ext.awt.LinearGradientPaint
Returns a copy of the end point of the gradient axis
getEndPoint(SVGTextElementBridge.CharacterInformation) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
getEndPos(SVGOMElement, SVGTextContent, int) - Static method in class io.sf.carte.echosvg.anim.dom.SVGTextContentSupport
 
getEndPositionOfChar(int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
getEndPositionOfChar(int) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildTextContent
 
getEndPositionOfChar(int) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
getEndPositionOfChar(int) - Method in interface io.sf.carte.echosvg.dom.svg.SVGTextContent
Returns the current text position after rendering the character in the user coordinate system for rendering the glyph(s) that correspond to the specified character.
getEndPositionOfChar(int) - Method in interface org.w3c.dom.svg.SVGTextContentElement
 
getEndPositionOfChar(Element, int) - Static method in class io.sf.carte.echosvg.anim.dom.SVGTextContentSupport
getEndPositionOfChar(Element, int) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
getEndPtOfContours(int) - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeDescript
 
getEndPtOfContours(int) - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfSimpleDescript
 
getEndPtOfContours(int) - Method in interface io.sf.carte.echosvg.svggen.font.table.GlyphDescription
 
getEndTimingSpecifiers() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns an array of the end timing specifiers on this timed element.
getEntities() - Method in class io.sf.carte.echosvg.dom.GenericDocumentType
getEntry(int) - Method in class io.sf.carte.echosvg.svggen.font.table.TableDirectory
 
getEntryByTag(int) - Method in class io.sf.carte.echosvg.svggen.font.table.TableDirectory
 
getEntrySelector() - Method in class io.sf.carte.echosvg.svggen.font.table.TableDirectory
 
getEnumerationNumber(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedEnumeration
Returns the enumeration number of the specified string.
getErrorCode() - Method in exception class io.sf.carte.echosvg.apps.rasterizer.SVGConverterException
 
getErrorHandler() - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Returns the ErrorHandler that has been set.
getErrorHandler() - Method in interface io.sf.carte.echosvg.transcoder.Transcoder
Returns the error handler this transcoder uses to report warnings and errors, or null if any.
getErrorHandler() - Method in class io.sf.carte.echosvg.transcoder.TranscoderSupport
Returns the error handler this transcoder uses to report warnings and errors, or null if any.
getEventDispatcher() - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Returns the event dispatcher to use.
getEventDispatcher() - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Unsupported operation.
getEventDispatcher() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Returns the EventDispatcher used by the UserAgent to dispatch events on GVT.
getEventDispatcher() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the event dispatcher to use.
getEventListeners() - Method in class io.sf.carte.echosvg.dom.events.EventListenerList
Returns an array containing all event listener entries.
getEventListeners(String) - Method in class io.sf.carte.echosvg.dom.events.EventListenerList
Returns an array of EventListeners that match the given namespace URI.
getEventListeners(String, boolean) - Method in class io.sf.carte.echosvg.dom.events.EventSupport
Returns a list event listeners depending on the specified event type and phase.
getEventNamespaceURI(String) - Method in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
Returns the namespace URI of the event that corresponds to the given animation event name.
getEventNamespaceURI(String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationRoot
Returns the namespace URI of the event that corresponds to the given animation event name.
getEventObject() - Method in interface io.sf.carte.echosvg.script.ScriptEventWrapper
Returns the event object this object is wrapping.
getEventPhase() - Method in class io.sf.carte.echosvg.dom.events.AbstractEvent
DOM: The eventPhase property indicates which phase of event flow is currently being evaluated.
getEventsEnabled() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Tests whether the event dispatching must be done.
getEventSupport() - Method in class io.sf.carte.echosvg.dom.AbstractNode
Returns the event support instance for this node, or null if any.
getEventSupport() - Method in interface io.sf.carte.echosvg.dom.events.NodeEventTarget
Returns the event support instance for this node, or null if any.
getEventTarget(GraphicsNode, Point2D) - Method in class io.sf.carte.echosvg.bridge.BridgeEventSupport.Listener
Returns the element that is the target of the specified event or null if any.
getEventTargetById(String) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns the event target with the given ID.
getEventTargetById(String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge.SVGTimedElement
Returns the event target with the given ID.
getEventTargetById(String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationRoot
Returns the event target with the given ID.
getEventTargetById(String, Node) - Static method in class io.sf.carte.echosvg.bridge.AnimationSupport
Returns the event target with the given ID, using the given node as the context for the lookup.
getEventType() - Method in class io.sf.carte.echosvg.bridge.BridgeContext.EventListenerMememto
 
getEventType(String) - Method in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
Returns the type of the event that corresponds to the given animation event name.
getEventType(String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationRoot
Returns the type of the event that corresponds to the given animation event name.
getException() - Method in exception class io.sf.carte.echosvg.parser.ParseException
Return the embedded exception, if any.
getException() - Method in exception class io.sf.carte.echosvg.script.InterpreterException
Returns the embedded exception.
getException() - Method in exception class io.sf.carte.echosvg.svggen.SVGGraphics2DIOException
Returns the original enclosed exception or null if any.
getException() - Method in exception class io.sf.carte.echosvg.svggen.SVGGraphics2DRuntimeException
Returns the original enclosed exception or null if any.
getException() - Method in class io.sf.carte.echosvg.swing.svg.GVTTreeBuilder
Returns the exception, if any occured.
getException() - Method in class io.sf.carte.echosvg.swing.svg.SVGDocumentLoader
Returns the exception, if any occured.
getException() - Method in class io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcher
Returns the exception, if any occured.
getException() - Method in exception class io.sf.carte.echosvg.transcoder.TranscoderException
Returns the original enclosed exception or null if any.
getException() - Method in exception class io.sf.carte.echosvg.xml.XMLException
Return the embedded exception, if any.
getExecuteOnload() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Returns true if the scripts attached to the DOM using 'onload' event attribute is going to be executed before rasterizing, false otherwise.
getExpandEntityReferences() - Method in class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
getExpandEntityReferences() - Method in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
getExponent() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMComponentTransferFunctionElement
getExponent() - Method in interface io.sf.carte.echosvg.ext.awt.image.ComponentTransferFunction
Returns the exponent value for this transfer function
getExponent() - Method in class io.sf.carte.echosvg.ext.awt.image.ConcreteComponentTransferFunction
Returns the exponent value for this transfer function
getExponent() - Method in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
 
getExtendedPathIterator() - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
getExtendedPathIterator() - Method in interface io.sf.carte.echosvg.ext.awt.geom.ExtendedShape
Get an extended Path iterator that may return SEG_ARCTO commands
getExtendedPathIterator() - Method in class io.sf.carte.echosvg.ext.awt.geom.ShapeExtender
 
getExtension() - Method in class io.sf.carte.echosvg.apps.rasterizer.DestinationType
 
getExtensionHandler() - Method in class io.sf.carte.echosvg.svggen.DOMTreeManager
 
getExtensionHandler() - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Returns the ExtensionHandler that has been set.
getExtensionHandler() - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
getExtent(SVGOMElement, SVGTextContent, int) - Static method in class io.sf.carte.echosvg.anim.dom.SVGTextContentSupport
 
getExtentOfChar(int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
getExtentOfChar(int) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildTextContent
 
getExtentOfChar(int) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
getExtentOfChar(int) - Method in interface io.sf.carte.echosvg.dom.svg.SVGTextContent
Returns a tightest rectangle which defines the minimum and maximum X and Y values in the user coordinate system for rendering the glyph(s) that correspond to the specified character.
getExtentOfChar(int) - Method in interface org.w3c.dom.svg.SVGTextContentElement
 
getExtentOfChar(Element, int) - Static method in class io.sf.carte.echosvg.anim.dom.SVGTextContentSupport
getExtentOfChar(Element, int) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
getExternalResourceSecurity(ParsedURL, ParsedURL) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Returns the security settings for the given resource url and document url
getExternalResourceSecurity(ParsedURL, ParsedURL) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Returns the security settings for the given resource url and document url
getExternalResourceSecurity(ParsedURL, ParsedURL) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Returns the security settings for the given resource url and document url
getExternalResourceSecurity(ParsedURL, ParsedURL) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the security settings for the given resource url and document url
getExternalResourceSecurity(ParsedURL, ParsedURL) - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Returns the security settings for the given resource url and document url
getExternalResourceSecurity(ParsedURL, ParsedURL) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
Returns the security settings for the given resource url and document url
getExternalResourceSecurity(ParsedURL, ParsedURL) - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
 
getExternalResourcesRequired() - Method in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
getExternalResourcesRequired() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimationElement
getExternalResourcesRequired() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMCursorElement
getExternalResourcesRequired() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEImageElement
getExternalResourcesRequired() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
getExternalResourcesRequired() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFontElement
getExternalResourcesRequired() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGradientElement
getExternalResourcesRequired() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
getExternalResourcesRequired() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMPathElement
getExternalResourcesRequired() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
getExternalResourcesRequired() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMScriptElement
getExternalResourcesRequired() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getExternalResourcesRequired() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSymbolElement
getExternalResourcesRequired() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
getExternalResourcesRequired() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMViewElement
getExternalResourcesRequired() - Method in class io.sf.carte.echosvg.extension.GraphicsExtensionElement
getExternalResourcesRequired() - Method in interface org.w3c.dom.svg.SVGExternalResourcesRequired
 
getExtShape() - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Gets the Shape this shape painter is associated with as an Extended Shape.
getF() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getF().
getF() - Method in interface org.w3c.dom.svg.SVGMatrix
 
getFamilyClass() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getFamilyName() - Method in class io.sf.carte.echosvg.bridge.SVGFontFamily
Returns the family name of this font.
getFamilyName() - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
 
getFamilyName() - Method in class io.sf.carte.echosvg.gvt.font.AWTFontFamily
Returns the font family name.
getFamilyName() - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
 
getFamilyName() - Method in interface io.sf.carte.echosvg.gvt.font.GVTFont
Returns the font family name of this font.
getFamilyName() - Method in class io.sf.carte.echosvg.gvt.font.GVTFontFace
Returns the family name of this font, it may contain more than one.
getFamilyName() - Method in interface io.sf.carte.echosvg.gvt.font.GVTFontFamily
Returns the font family name.
getFamilyName() - Method in class io.sf.carte.echosvg.gvt.font.UnresolvedFontFamily
Returns the font family name.
getFamilyThatCanDisplay(char) - Method in class io.sf.carte.echosvg.bridge.DefaultFontFamilyResolver
getFamilyThatCanDisplay(char) - Method in interface io.sf.carte.echosvg.bridge.FontFamilyResolver
 
getFamilyType() - Method in class io.sf.carte.echosvg.svggen.font.table.Panose
 
getFarthestViewportElement() - Method in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
getFarthestViewportElement() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getFarthestViewportElement() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
getFarthestViewportElement() - Method in class io.sf.carte.echosvg.extension.GraphicsExtensionElement
getFarthestViewportElement() - Method in interface org.w3c.dom.svg.SVGLocatable
 
getFarthestViewportElement(Element) - Static method in class io.sf.carte.echosvg.anim.dom.SVGLocatableSupport
getFeature(String, String) - Method in class io.sf.carte.echosvg.dom.AbstractDOMImplementation
getFeature(String, String) - Method in class io.sf.carte.echosvg.dom.AbstractNode
getFeatureList() - Method in class io.sf.carte.echosvg.svggen.font.table.GsubTable
 
getFile() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverterFileSource
 
getFile(String) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Returns a File preference.
getFileNRef(String) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
getFiles(String) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Returns an array of Files preference.
getFilter() - Method in class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
DOM: Implements NodeIterator.getFilter().
getFilter() - Method in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
DOM: Implements TreeWalker.getFilter().
getFilter() - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns the filter of this node or null if any.
getFilter() - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the filter of this node or null if any.
getFilterConverter() - Method in class io.sf.carte.echosvg.svggen.DOMTreeManager
 
getFilterRegion() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.FilterChainRable
Returns the filter output area, in user space
getFilterRegion() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterChainRable8Bit
Returns the filter output area, in user space
getFilterRegion() - Method in interface io.sf.carte.echosvg.gvt.filter.Mask
The region to which this mask applies
getFilterRegion() - Method in class io.sf.carte.echosvg.gvt.filter.MaskRable8Bit
The region to which this mask applies
getFilterResolutionX() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.FilterChainRable
Returns the resolution along the X axis.
getFilterResolutionX() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterChainRable8Bit
Returns the resolution along the X axis.
getFilterResolutionX() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.FilterResRable
Returns the resolution along the X axis.
getFilterResolutionX() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterResRable8Bit
Returns the resolution along the X axis.
getFilterResolutionY() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.FilterChainRable
Returns the resolution along the Y axis.
getFilterResolutionY() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterChainRable8Bit
Returns the resolution along the Y axis.
getFilterResolutionY() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.FilterResRable
Returns the resolution along the Y axis.
getFilterResolutionY() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterResRable8Bit
Returns the resolution along the Y axis.
getFilterResX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
getFilterResX() - Method in interface org.w3c.dom.svg.SVGFilterElement
 
getFilterResY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
getFilterResY() - Method in interface org.w3c.dom.svg.SVGFilterElement
 
getFilterUnits() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
getFilterUnits() - Method in interface org.w3c.dom.svg.SVGFilterElement
 
getFilterValue() - Method in class io.sf.carte.echosvg.svggen.SVGCompositeDescriptor
 
getFilterValue() - Method in class io.sf.carte.echosvg.svggen.SVGFilterDescriptor
 
getFirst() - Method in class io.sf.carte.echosvg.svggen.font.table.CmapFormat
 
getFirst() - Method in class io.sf.carte.echosvg.svggen.font.table.CmapFormat0
 
getFirst() - Method in class io.sf.carte.echosvg.svggen.font.table.CmapFormat2
 
getFirst() - Method in class io.sf.carte.echosvg.svggen.font.table.CmapFormat4
 
getFirst() - Method in class io.sf.carte.echosvg.svggen.font.table.CmapFormat6
 
getFirstAlternativeOfType(int) - Method in class io.sf.graphics.java2d.color.ColorWithAlternatives
Returns the first alternative color found with the given color space type.
getFirstCharIndex() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getFirstChild() - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.getFirstChild().
getFirstChild() - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
DOM: Implements Node.getFirstChild().
getFirstChild() - Method in interface org.w3c.dom.svg.SVGElementInstance
 
getFirstChild(GraphicsNode) - Static method in class io.sf.carte.echosvg.gvt.GVTTreeWalker
 
getFirstChild(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12TextElementBridge
Returns the first child node of the given node that should be processed by the text bridge.
getFirstChild(Node) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Returns the first child node of the given node that should be processed by the text bridge.
getFirstContour() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
getFirstElementChild() - Method in class io.sf.carte.echosvg.dom.AbstractElement
getFirstElementChild() - Method in interface io.sf.carte.echosvg.w3c.dom.ElementTraversal
 
getFirstIndex() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
getFirstNode() - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XblChildNodes
Returns the first node in the list.
getFlags() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
getFlags() - Method in class io.sf.carte.echosvg.svggen.font.table.HeadTable
 
getFlags(int) - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeDescript
 
getFlags(int) - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfSimpleDescript
 
getFlags(int) - Method in interface io.sf.carte.echosvg.svggen.font.table.GlyphDescription
 
getFloat(String) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Gets a float preference.
getFloatArray() - Method in class io.sf.carte.echosvg.parser.FloatArrayProducer
Returns the array of floats accumulated.
getFloatProp(StyleMap, CSSEngine, int) - Static method in class io.sf.carte.echosvg.bridge.CSSFontFace
 
getFloatValue() - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValue
getFloatValue() - Method in class io.sf.carte.echosvg.css.engine.value.ComputedValue
getFloatValue() - Method in class io.sf.carte.echosvg.css.engine.value.FloatValue
Returns the float value.
getFloatValue() - Method in interface io.sf.carte.echosvg.css.engine.value.Value
This method is used to get the float value.
getFloatValue(short) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractComponent
getFloatValue(short) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractComponent
getFloatValue(short) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
getFloodPaint() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.FloodRable
Get the flood paint.
getFloodPaint() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FloodRable8Bit
Get the flood fill paint.
getFloodRegion() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.FloodRable
Get the flood region
getFloodRegion() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FloodRable8Bit
Returns the flood region
getFlowDiv(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
getFlowDiv(BridgeContext, Element) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
getFlowDivElement(Element) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
getFlowLine() - Method in class io.sf.carte.echosvg.gvt.flow.WordInfo
 
getFocusManager() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the focus manager.
getFocusPoint() - Method in class io.sf.carte.echosvg.ext.awt.RadialGradientPaint
Returns a copy of the end point of the gradient axis.
getFont() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns the GVTFont to use when rendering the specified character iterator.
getFont() - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Gets the current font.
getFont() - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Gets the current font.
getFont() - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Returns the GVTFont associated with this GVTGlyphVector.
getFont() - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Returns the Font associated with this GlyphVector.
getFont() - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Returns the Font associated with this GlyphVector.
getFont() - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Returns the Font associated with this GlyphVector.
getFont() - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getFont(String) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Returns a font preference.
getFontAttrs() - Method in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
getFontConverter() - Method in class io.sf.carte.echosvg.svggen.SVGGraphicContextConverter
 
getFontDirectionHint() - Method in class io.sf.carte.echosvg.svggen.font.table.HeadTable
 
getFontFace() - Method in class io.sf.carte.echosvg.bridge.SVGFontFamily
Returns the font-face associated with this font family.
getFontFace() - Method in class io.sf.carte.echosvg.gvt.font.AWTFontFamily
Returns the font-face information for this font family.
getFontFace() - Method in interface io.sf.carte.echosvg.gvt.font.GVTFontFamily
Returns the FontFace for this fontFamily instance.
getFontFace() - Method in class io.sf.carte.echosvg.gvt.font.UnresolvedFontFamily
Returns the font-face information for this font family.
getFontFaceElement() - Method in class io.sf.carte.echosvg.bridge.SVGFontFace
 
getFontFaces() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Gets the StyleMaps generated by @font-face rules encountered by this CSSEngine thus far.
getFontFaces(Document, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFontUtilities
 
getFontFaceSrcs(Element) - Method in class io.sf.carte.echosvg.bridge.SVGFontFaceElementBridge
the returned list may contain Strings and ParsedURLs
getFontFamily(BridgeContext) - Method in class io.sf.carte.echosvg.bridge.CSSFontFace
Returns the font associated with this rule or element.
getFontFamily(BridgeContext) - Method in class io.sf.carte.echosvg.bridge.FontFace
Returns the font associated with this rule or element.
getFontFamily(BridgeContext) - Method in class io.sf.carte.echosvg.bridge.SVGFontFace
Returns the font associated with this rule or element.
getFontFamily(BridgeContext, ParsedURL) - Method in class io.sf.carte.echosvg.bridge.FontFace
Tries to build a GVTFontFamily from a URL reference
getFontFamily(Element, BridgeContext, String, String, String) - Static method in class io.sf.carte.echosvg.bridge.SVGFontUtilities
Given a font family name tries to find a matching SVG font object.
getFontFamilyMap() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the map of font families
getFontFamilyResolver() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
 
getFontFamilyResolver() - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
getFontFamilyResolver() - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Returns the Font Family Resolver
getFontFamilyResolver() - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Returns the Font Family Resolver
getFontFamilyResolver() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
 
getFontFamilyResolver() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
 
getFontList() - Method in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
getFontList(BridgeContext, Element, Map<AttributedCharacterIterator.Attribute, Object>) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
This method adds all the font related properties to result It also builds a List of the GVTFonts and returns it.
getFontMetrics(Font) - Method in class io.sf.carte.echosvg.ext.awt.g2d.DefaultGraphics2D
Gets the font metrics for the specified font.
getFontMetrics(Font) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Gets the font metrics for the specified font.
getFontRenderContext() - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Get the rendering context of the Font within this Graphics2D context.
getFontRenderContext() - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Get the rendering context of the Font within this Graphics2D context.
getFontRenderContext() - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Returns the FontRenderContext associated with this GlyphVector.
getFontRenderContext() - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Returns the FontRenderContext associated with this GlyphVector.
getFontRenderContext() - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Returns the FontRenderContext associated with this GlyphVector.
getFontRenderContext() - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Returns the FontRenderContext associated with this GlyphVector.
getFontRevision() - Method in class io.sf.carte.echosvg.svggen.font.table.HeadTable
 
getFontSize() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength.DefaultContext
Returns the font-size value.
getFontSize() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement.UnitContext
Returns the font-size value.
getFontSize() - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Returns the font-size on the associated element.
getFontSize() - Method in class io.sf.carte.echosvg.bridge.AnimatableGenericSVGBridge
Returns the font-size on the associated element.
getFontSize() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
 
getFontSize() - Method in class io.sf.carte.echosvg.bridge.SVGDescriptiveElementBridge
 
getFontSize() - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
 
getFontSize() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Returns the font-size on the associated element.
getFontSize() - Method in class io.sf.carte.echosvg.bridge.UnitProcessor.DefaultContext
Returns the font-size value.
getFontSize() - Method in interface io.sf.carte.echosvg.dom.svg.SVGContext
Returns the font-size on the associated element.
getFontSize() - Method in interface io.sf.carte.echosvg.parser.UnitProcessor.Context
Returns the font-size value.
getFontSizeIndex() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Returns the font-size property index.
getFontSizeRelative() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.LineHeightValue
The type of the value.
getFontStyle() - Method in class io.sf.carte.echosvg.gvt.font.GVTFontFace
Returns the font-style.
getFontWeight() - Method in class io.sf.carte.echosvg.gvt.font.GVTFontFace
Returns the font-weight.
getFontWeightNumberString(String) - Static method in class io.sf.carte.echosvg.bridge.SVGFontUtilities
Returns a string that contains all of the font weight numbers for the specified font weight attribute value.
getFooter() - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenu
Gets the footer item.
getFooterText() - Method in interface io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenuModel
Gets the footer text for the ScrollablePopupMenu's footer item.
getFormat() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAltGlyphElement
getFormat() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGlyphRefElement
getFormat() - Method in class io.sf.carte.echosvg.svggen.font.table.ClassDef
 
getFormat() - Method in class io.sf.carte.echosvg.svggen.font.table.ClassDefFormat1
 
getFormat() - Method in class io.sf.carte.echosvg.svggen.font.table.ClassDefFormat2
 
getFormat() - Method in class io.sf.carte.echosvg.svggen.font.table.CmapFormat
 
getFormat() - Method in class io.sf.carte.echosvg.svggen.font.table.Coverage
 
getFormat() - Method in class io.sf.carte.echosvg.svggen.font.table.CoverageFormat1
 
getFormat() - Method in class io.sf.carte.echosvg.svggen.font.table.CoverageFormat2
 
getFormat() - Method in class io.sf.carte.echosvg.svggen.font.table.LigatureSubstFormat1
 
getFormat() - Method in class io.sf.carte.echosvg.svggen.font.table.SingleSubst
 
getFormat() - Method in class io.sf.carte.echosvg.svggen.font.table.SingleSubstFormat1
 
getFormat() - Method in class io.sf.carte.echosvg.svggen.font.table.SingleSubstFormat2
 
getFormat() - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Returns whether the output must be formatted.
getFormat() - Method in interface org.w3c.dom.svg.SVGAltGlyphElement
 
getFormat() - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
 
getFormatName() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.AbstractRegistryEntry
 
getFormatName() - Method in interface io.sf.carte.echosvg.ext.awt.image.spi.RegistryEntry
Returns the name of the format.
getFractions() - Method in class io.sf.carte.echosvg.ext.awt.MultipleGradientPaint
Returns a copy of the array of floats used by this gradient to calculate color distribution.
getFragmentIdentifier() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Returns the current's document fragment identifier.
getFragmentIdentifierHandler() - Method in class io.sf.carte.echosvg.parser.FragmentIdentifierParser
Returns the points handler in use.
getFunctionName() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.AbstractCIEColor
 
getFunctionName() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.CIELabColor
getFunctionName() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.CIELCHColor
getFx() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMRadialGradientElement
getFx() - Method in interface org.w3c.dom.svg.SVGRadialGradientElement
 
getFy() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMRadialGradientElement
getFy() - Method in interface org.w3c.dom.svg.SVGRadialGradientElement
 
getGammaTransfer(float, float, float) - Static method in class io.sf.carte.echosvg.ext.awt.image.ConcreteComponentTransferFunction
Returns a gamma function
getGeneratorContext() - Method in class io.sf.carte.echosvg.svggen.AbstractSVGConverter
 
getGeneratorContext() - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
getGenericDefinitions() - Method in class io.sf.carte.echosvg.svggen.DOMTreeManager
 
getGenericImageHandler() - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
getGeometricBounds() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns the rectangular bounds of the completed glyph layout, inclusive of "decoration" (underline, overline, etc.)
getGeometricBounds() - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Returns the bounds of the geometry (this is always the bounds of the outline).
getGeometricBounds() - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Returns the visual bounds of this GlyphVector The visual bounds is the tightest rectangle enclosing all non-background pixels in the rendered representation of this GlyphVector.
getGeometricBounds() - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Returns the visual bounds of this GlyphVector The visual bounds is the tightest rectangle enclosing all non-background pixels in the rendered representation of this GlyphVector.
getGeometricBounds() - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Returns the geometric bounds of this GlyphVector.
getGeometricBounds() - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Returns the geometric bounds of this GlyphVector.
getGeometryBounds() - Method in class io.sf.carte.echosvg.bridge.MultiResGraphicsNode
 
getGeometryBounds() - Method in class io.sf.carte.echosvg.bridge.SVGPatternElementBridge.PatternGraphicsNode
 
getGeometryBounds() - Method in class io.sf.carte.echosvg.bridge.TextNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into account.
getGeometryBounds() - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns the bounds of the area covered by this node, without taking any of its rendering attributes into account.
getGeometryBounds() - Method in class io.sf.carte.echosvg.gvt.font.Glyph
 
getGeometryBounds() - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into account.
getGeometryBounds() - Method in class io.sf.carte.echosvg.gvt.ProxyGraphicsNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into account.
getGeometryBounds() - Method in class io.sf.carte.echosvg.gvt.RasterImageNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into account.
getGeometryBounds() - Method in class io.sf.carte.echosvg.gvt.ShapeNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into account.
getGeometryBounds(TextNode) - Method in class io.sf.carte.echosvg.bridge.BasicTextPainter
Get a Rectangle2D in userspace coords which encloses the textnode glyphs just including the geometry info.
getGeometryBounds(TextNode) - Method in interface io.sf.carte.echosvg.bridge.TextPainter
Get a Rectangle2D in userspace coords which encloses the textnode glyphs just including the geometry info.
getGlobalBridgeExtensions() - Static method in class io.sf.carte.echosvg.bridge.BridgeContext
 
getGlobalObject() - Method in class io.sf.carte.echosvg.bridge.RhinoInterpreter
This method returns the ECMAScript global object used by this interpreter.
getGlobalTransform() - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Returns the global transformation matrix from the current element to the root.
getGlobalTransform() - Method in class io.sf.carte.echosvg.bridge.AnimatableGenericSVGBridge
Returns the global transformation matrix from the current element to the root.
getGlobalTransform() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
 
getGlobalTransform() - Method in class io.sf.carte.echosvg.bridge.SVGDescriptiveElementBridge
 
getGlobalTransform() - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
 
getGlobalTransform() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Returns the global transformation matrix from the current element to the root.
getGlobalTransform() - Method in interface io.sf.carte.echosvg.dom.svg.SVGContext
Returns the global transformation matrix from the current element to the root.
getGlobalTransform() - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns the concatenated transform of this node.
getGlobalTransform() - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the concatenated transform of this node.
getGlobalUserAgent() - Static method in class io.sf.carte.echosvg.util.ParsedURL
 
getGlyph(int) - Method in class io.sf.carte.echosvg.svggen.font.Font
 
getGlyphAdvances() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
 
getGlyphAdvances() - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Returns the advance between each glyph in text progression direction.
getGlyphAsSVG(Font, Glyph, int, int, SingleSubst, SingleSubst, SingleSubst, String) - Static method in class io.sf.carte.echosvg.svggen.font.SVGFont
 
getGlyphAsSVG(Font, Glyph, int, int, String, String) - Static method in class io.sf.carte.echosvg.svggen.font.SVGFont
 
getGlyphCellBounds(int) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Returns the bounding box of the specified glyph, considering only the glyph's metrics (ascent, descent, advance) rather than the actual glyph shape.
getGlyphCellBounds(int) - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Returns the bounding box of the specified glyph, considering only the glyph's metrics (ascent, descent, advance) rather than the actual glyph shape.
getGlyphCellBounds(int) - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Returns the bounding box of the specified glyph, considering only the glyph's metrics (ascent, descent, advance) rather than the actual glyph shape.
getGlyphCellBounds(int) - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Returns the bounding box of the specified glyph, considering only the glyph's metrics (ascent, descent, advance) rather than the actual glyph shape.
getGlyphCode() - Method in class io.sf.carte.echosvg.gvt.font.Glyph
Returns the glyphs unique code with resect to its font.
getGlyphCode(int) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Returns the glyphcode of the specified glyph.
getGlyphCode(int) - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Returns the glyphcode of the specified glyph.
getGlyphCode(int) - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Returns the glyphcode of the specified glyph.
getGlyphCode(int) - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Returns the glyphcode of the specified glyph.
getGlyphCodes(int, int, int[]) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Returns an array of glyphcodes for the specified glyphs.
getGlyphCodes(int, int, int[]) - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Returns an array of glyphcodes for the specified glyphs.
getGlyphCodes(int, int, int[]) - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Returns an array of glyphcodes for the specified glyphs.
getGlyphCodes(int, int, int[]) - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Returns an array of glyphcodes for the specified glyphs.
getGlyphCodesForName(String) - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
Returns an array of glyph codes (unique ids) of the glyphs with the specified name (there may be more than one).
getGlyphCodesForUnicode(String) - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
Returns an array of glyph codes (unique ids) of the glyphs with the specified unicode value (there may be more than one).
getGlyphCount() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns the number of glyphs in this layout.
getGlyphCount() - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Returns the number of glyphs in this layout.
getGlyphCount() - Method in class io.sf.carte.echosvg.gvt.flow.GlyphGroupInfo
get the number of glyphs that count when it's not the last in the line (basically end-start+1-sum(hide) ).
getGlyphCount() - Method in class io.sf.carte.echosvg.svggen.font.table.Ligature
 
getGlyphDataFormat() - Method in class io.sf.carte.echosvg.svggen.font.table.HeadTable
 
getGlyphGeometry(AWTGVTFont, char, GlyphVector, int, Point2D) - Static method in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
Returns the geometry of the specified character.
getGlyphGroup(int) - Method in class io.sf.carte.echosvg.gvt.flow.WordInfo
 
getGlyphId(int) - Method in class io.sf.carte.echosvg.svggen.font.table.Ligature
 
getGlyphIndex() - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
getGlyphIndex() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
getGlyphIndex(int) - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns the index of the first glyph that has the specified char index.
getGlyphIndex(int) - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Returns the glyph index of the glyph that has the specified char index.
getGlyphJustificationInfo(int) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Returns the justification information for the glyph at the specified index into this GlyphVector.
getGlyphJustificationInfo(int) - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Returns the justification information for the glyph at the specified index into this GlyphVector.
getGlyphJustificationInfo(int) - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Returns the justification information for the glyph at the specified index into this GlyphVector.
getGlyphJustificationInfo(int) - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Returns the justification information for the glyph at the specified index into this GlyphVector.
getGlyphLogicalBounds(int) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Returns the logical bounds of the specified glyph within this GlyphVector.
getGlyphLogicalBounds(int) - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Returns the logical bounds of the specified glyph within this GlyphVector.
getGlyphLogicalBounds(int) - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Returns the logical bounds of the specified glyph within this GlyphVector.
getGlyphLogicalBounds(int) - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Returns the logical bounds of the specified glyph within this GlyphVector.
getGlyphMetrics() - Method in class io.sf.carte.echosvg.gvt.font.Glyph
Returns the metrics of this Glyph if it is used in a horizontal layout.
getGlyphMetrics(float, float) - Method in class io.sf.carte.echosvg.gvt.font.Glyph
Returns the metrics of this Glyph with the specified kerning value applied.
getGlyphMetrics(int) - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
 
getGlyphMetrics(int) - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Returns the Metrics for a particular glyph.
getGlyphMetrics(int) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Returns the metrics of the glyph at the specified index into this GVTGlyphVector.
getGlyphMetrics(int) - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Returns the metrics of the glyph at the specified index into this GlyphVector.
getGlyphMetrics(int) - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Returns the metrics of the glyph at the specified index into this GlyphVector.
getGlyphMetrics(int) - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Returns the metrics of the glyph at the specified index into this GlyphVector.
getGlyphName(int) - Method in class io.sf.carte.echosvg.svggen.font.table.PostTable
 
getGlyphOrientationAngle() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns the value of the vertical glyph orientation angle.
getGlyphOutline(int) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of the specified glyph within this GlyphVector.
getGlyphOutline(int) - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of the specified glyph within this GlyphVector.
getGlyphOutline(int) - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Returns a Shape whose interior corresponds to the visual representation of the specified glyph within this GlyphVector.
getGlyphOutline(int) - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of the specified glyph within this GlyphVector.
getGlyphPosition(int) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Returns the position of the specified glyph within this GlyphVector.
getGlyphPosition(int) - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Returns the position of the specified glyph within this GlyphVector.
getGlyphPosition(int) - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Returns the position of the specified glyph within this GlyphVector.
getGlyphPosition(int) - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Returns the position of the specified glyph within this GlyphVector.
getGlyphPositions(int, int, float[]) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Returns an array of glyph positions for the specified glyphs
getGlyphPositions(int, int, float[]) - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Returns an array of glyph positions for the specified glyphs
getGlyphPositions(int, int, float[]) - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Returns an array of glyph positions for the specified glyphs
getGlyphPositions(int, int, float[]) - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Returns an array of glyph positions for the specified glyphs
getGlyphRef() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAltGlyphElement
getGlyphRef() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGlyphRefElement
getGlyphRef() - Method in interface org.w3c.dom.svg.SVGAltGlyphElement
 
getGlyphRef() - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
 
getGlyphTransform(int) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Gets the transform of the specified glyph within this GlyphVector.
getGlyphTransform(int) - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Gets the transform of the specified glyph within this GlyphVector.
getGlyphTransform(int) - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Gets the transform of the specified glyph within this GlyphVector.
getGlyphTransform(int) - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Gets the transform of the specified glyph within this GlyphVector.
getGlyphVector() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
 
getGlyphVector() - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Return the glyph vector asociated to this layout.
getGlyphVector() - Method in class io.sf.carte.echosvg.extension.svg.LineInfo
 
getGlyphVector() - Method in class io.sf.carte.echosvg.gvt.flow.GlyphGroupInfo
Get the GlyphVector for this GlyphGroup.
getGlyphVisualBounds(int) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Returns the visual bounds of the specified glyph within the GlyphVector.
getGlyphVisualBounds(int) - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Returns the visual bounds of the specified glyph within the GlyphVector.
getGlyphVisualBounds(int) - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Returns the visual bounds of the specified glyph within the GlyphVector.
getGlyphVisualBounds(int) - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Returns the visual bounds of the specified glyph within the GlyphVector.
getGradientPaintConverter() - Method in class io.sf.carte.echosvg.svggen.SVGPaint
 
getGradientTransform() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGradientElement
getGradientTransform() - Method in interface org.w3c.dom.svg.SVGGradientElement
 
getGradientUnits() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGradientElement
getGradientUnits() - Method in interface org.w3c.dom.svg.SVGGradientElement
 
getGraphicContext() - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
 
getGraphicContextConverter() - Method in class io.sf.carte.echosvg.svggen.DOMTreeManager
 
getGraphicContextDefaults() - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Returns the set of defaults which should be used for the GraphicContext.
getGraphicElementContext() - Method in class io.sf.carte.echosvg.svggen.SVGGraphicContext
 
getGraphics2D() - Method in class io.sf.carte.echosvg.transcoder.ToSVGAbstractTranscoder
Get the SVGGraphics2D associated with this transcoder.
getGraphicsNode() - Method in exception class io.sf.carte.echosvg.bridge.BridgeException
Returns the graphics node that represents the current GVT tree built.
getGraphicsNode() - Method in class io.sf.carte.echosvg.bridge.StyleReference
Returns the graphics node.
getGraphicsNode() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeEvent
Returns the graphics node where the event is originated.
getGraphicsNode() - Method in class io.sf.carte.echosvg.gvt.filter.BackgroundRable8Bit
Returns the GraphicsNode rendered by this image
getGraphicsNode() - Method in interface io.sf.carte.echosvg.gvt.filter.GraphicsNodeRable
Returns the GraphicsNode for which a rendering can be obtained
getGraphicsNode() - Method in class io.sf.carte.echosvg.gvt.filter.GraphicsNodeRable8Bit
Returns the GraphicsNode rendered by this image
getGraphicsNode() - Method in class io.sf.carte.echosvg.gvt.PatternPaint
Returns the graphics node that define the pattern.
getGraphicsNode() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Returns the root of the GVT tree displayed by this component, if any.
getGraphicsNode(int) - Method in class io.sf.carte.echosvg.bridge.MultiResGraphicsNode
 
getGraphicsNode(Node) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the GraphicsNode associated to the specified Node or null if any.
getGraphicsNodeRable() - Method in class io.sf.carte.echosvg.gvt.RasterImageNode
Returns the RenderableImage for this node.
getGraphicsNodeRable(boolean) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns the GraphicsNodeRable for this node.
getGraphicsNodeRable(boolean) - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the GraphicsNodeRable for this node.
getGreen() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
DOM: Implements RGBColor.getGreen().
getGreen() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
DOM: Implements RGBColor.getGreen().
getGreen() - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValue
Implements Value.getGreen().
getGreen() - Method in class io.sf.carte.echosvg.css.engine.value.ComputedValue
Implements Value.getGreen().
getGreen() - Method in class io.sf.carte.echosvg.css.engine.value.RGBColorValue
Implements Value.getGreen().
getGreen() - Method in interface io.sf.carte.echosvg.css.engine.value.Value
The green value of the RGB color.
getGreenFunction() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable
Returns the transfer function for the green channel
getGreenFunction() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable8Bit
Returns the transfer function for the green channel
getGroup() - Method in class io.sf.carte.echosvg.dom.events.EventListenerList.Entry
Returns the event group.
getGroupContext() - Method in class io.sf.carte.echosvg.svggen.SVGGraphicContext
 
getGVTBuilder() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the GVT builder that is currently used to build the GVT tree.
getGVTRoot() - Method in class io.sf.carte.echosvg.gvt.GVTTreeWalker
Returns the GVT root graphics node.
getGVTRoot() - Method in class io.sf.carte.echosvg.swing.svg.GVTTreeBuilderEvent
Returns the GVT tree root, or null if the gvt construction was not completed or just started.
getGVTRoot() - Method in class io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcherEvent
Returns the GVT tree root, or null if the gvt construction was not completed or just started.
getHandler(String) - Static method in class io.sf.carte.echosvg.util.ParsedURL
Returns the handler for a particular protocol.
getHead() - Method in class io.sf.carte.echosvg.util.DoublyLinkedList
Get the current head element
getHeadTable() - Method in class io.sf.carte.echosvg.svggen.font.Font
 
getHeight() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.AnimSVGRect
DOM: Implements SVGRect.getHeight().
getHeight() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.BaseSVGRect
DOM: Implements SVGRect.getHeight().
getHeight() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
getHeight() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterPrimitiveStandardAttributes
getHeight() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMForeignObjectElement
getHeight() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMImageElement
getHeight() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMaskElement
getHeight() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
getHeight() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMRectElement
getHeight() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getHeight().
getHeight() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
DOM: Implements SVGUseElement.getHeight().
getHeight() - Method in class io.sf.carte.echosvg.anim.values.AnimatableRectValue
Returns the height.
getHeight() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
getHeight() - Method in class io.sf.carte.echosvg.bridge.svg12.SVGMultiImageElementBridge.MultiImageElementViewport
Returns the height of this viewport.
getHeight() - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge.SVGSVGElementViewport
Returns the height of this viewport.
getHeight() - Method in class io.sf.carte.echosvg.bridge.UserAgentViewport
Returns the height of this viewport.
getHeight() - Method in interface io.sf.carte.echosvg.bridge.Viewport
Returns the height of this viewport.
getHeight() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMRect
DOM: Implements SVGRect.getHeight().
getHeight() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
 
getHeight() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DeferRable
 
getHeight() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getHeight() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getHeight() - Method in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
Returns the height of the text.
getHeight() - Method in interface org.w3c.dom.svg.SVGFilterElement
 
getHeight() - Method in interface org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes
 
getHeight() - Method in interface org.w3c.dom.svg.SVGForeignObjectElement
 
getHeight() - Method in interface org.w3c.dom.svg.SVGImageElement
 
getHeight() - Method in interface org.w3c.dom.svg.SVGMaskElement
 
getHeight() - Method in interface org.w3c.dom.svg.SVGPatternElement
 
getHeight() - Method in interface org.w3c.dom.svg.SVGRect
 
getHeight() - Method in interface org.w3c.dom.svg.SVGRectElement
 
getHeight() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getHeight() - Method in interface org.w3c.dom.svg.SVGUseElement
 
getHeightBoundsPixels() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
 
getHeightBoundsUnits() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
 
getHeightPixels() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
get the height of the WMF Metafile, in pixels.
getHeightUnits() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
get the height units in the WMF Metafile.
getHheaTable() - Method in class io.sf.carte.echosvg.svggen.font.Font
 
getHide() - Method in class io.sf.carte.echosvg.gvt.flow.GlyphGroupInfo
 
getHideLast() - Method in class io.sf.carte.echosvg.gvt.flow.GlyphGroupInfo
return true if 'end' glyph should be hidden in cases where this is not the last glyph group in a span
getHighlightBounds() - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
The highlight bounds.
getHighlightShape() - Method in class io.sf.carte.echosvg.bridge.TextNode
Returns the shape used to outline this text node.
getHighlightShape() - Method in class io.sf.carte.echosvg.gvt.event.SelectionEvent
Returns a shape in user space that encloses the current selection.
getHighlightShape() - Method in interface io.sf.carte.echosvg.gvt.Selectable
Return a shape in user coords which encloses the current selection.
getHighlightShape(int, int) - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns a Shape which encloses the currently selected glyphs as specified by the character indices.
getHighlightShape(int, int) - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Returns a Shape which encloses the currently selected glyphs as specified by glyph indices begin and end.
getHighlightShape(Mark, Mark) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
Return a Shape, in the coordinate system of the text layout, which encloses the text selection delineated by two Mark instances.
getHighlightShape(Mark, Mark) - Method in interface io.sf.carte.echosvg.bridge.TextPainter
Get a Shape in userspace coords which encloses the textnode glyphs bounded by two Marks.
getHintsConverter() - Method in class io.sf.carte.echosvg.svggen.SVGGraphicContextConverter
 
getHistogram() - Method in class io.sf.carte.echosvg.extension.svg.HistogramRed
 
getHit() - Method in class io.sf.carte.echosvg.bridge.BasicTextPainter.BasicMark
 
getHitCheckChildren() - Method in class io.sf.carte.echosvg.gvt.ImageNode
 
getHKern(int, int) - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
Returns the horizontal kerning value for the specified glyph pair.
getHKern(int, int) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
Returns the horizontal kerning value for this glyph pair.
getHKern(int, int) - Method in interface io.sf.carte.echosvg.gvt.font.GVTFont
Returns the vertical kerning value of this glyph pair.
getHmtxTable() - Method in class io.sf.carte.echosvg.svggen.font.Font
 
getHorizAdvX() - Method in class io.sf.carte.echosvg.gvt.font.Glyph
Returns the horizontal advance value.
getHorizontalAdvance() - Method in class io.sf.carte.echosvg.gvt.font.GVTGlyphMetrics
Returns the horizontal advance of the glyph.
getHorizontalAlignment(int) - Static method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFUtilities
Get the Horizontal Alignement for the Alignment property.
getHorizOrigin() - Method in class io.sf.carte.echosvg.gvt.font.Glyph
Returns the horizontal origin of this glyph.
getHost() - Method in class io.sf.carte.echosvg.util.ParsedURL
Returns the host for this URL, if any, null if there isn't one or it doesn't make sense for the protocol.
getHref() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEImageElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGradientElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextPathElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMURIReferenceElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class io.sf.carte.echosvg.anim.dom.SVGURIReferenceGraphicsElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class io.sf.carte.echosvg.anim.dom.SVGURIReferenceTextPositioningElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in interface org.w3c.dom.svg.SVGURIReference
 
getHyperlinkBeginTime() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimationElement
Returns the time that the document would seek to if this animation element were hyperlinked to, or NaN if there is no such begin time.
getHyperlinkBeginTime() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns the time that the document would seek to if this animation element were hyperlinked to, or NaN if there is no such begin time.
getHyperlinkBeginTime() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Returns the time that the document would seek to if this animation element were hyperlinked to, or NaN if there is no such begin time.
getHyperlinkBeginTime() - Method in interface io.sf.carte.echosvg.dom.svg.SVGAnimationContext
Returns the time that the document would seek to if this animation element were hyperlinked to, or NaN if there is no such begin time.
getICC_Profile(byte[]) - Static method in class io.sf.graphics.java2d.color.profile.ColorProfileUtil
Proxy method for ICC_Profile.getInstance(byte[]) that properly synchronizes the call to avoid a potential race condition.
getICC_Profile(int) - Static method in class io.sf.graphics.java2d.color.profile.ColorProfileUtil
Proxy method for ICC_Profile.getInstance(int) that properly synchronizes the call to avoid a potential race condition.
getICC_Profile(InputStream) - Static method in class io.sf.graphics.java2d.color.profile.ColorProfileUtil
Proxy method for ICC_Profile.getInstance(java.io.InputStream) that properly synchronizes the call to avoid a potential race condition.
getICC_Profile(String) - Static method in class io.sf.graphics.java2d.color.profile.ColorProfileUtil
Proxy method for ICC_Profile.getInstance(java.lang.String) that properly synchronizes the call to avoid a potential race condition.
getIccColor() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
Returns the SVGICCColor value of this SVGColor.
getICCColor() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
DOM: Implements SVGColor.getICCColor().
getICCColor() - Method in interface org.w3c.dom.svg.SVGColor
 
getICCProfileDescription(ICC_Profile) - Static method in class io.sf.graphics.java2d.color.profile.ColorProfileUtil
Returns the profile description of an ICC profile
getIcon(int) - Method in class io.sf.carte.echosvg.swing.JSVGCanvasBeanInfo
Returns an icon for the specified type.
getId() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
DOM: Implements SVGElement.getId().
getId() - Method in class io.sf.carte.echosvg.dom.AbstractElement
Get the ID of this element.
getId() - Method in interface org.w3c.dom.svg.SVGElement
Gets the id content attribute.
getID() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeEvent
Returns the ID of this event.
getID() - Method in class io.sf.carte.echosvg.gvt.event.SelectionEvent
Returns the event's selection event type.
getID() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.GdiObject
Return the identification of this GdiObject.
getIdAttribute() - Method in class io.sf.carte.echosvg.dom.AbstractElement
Get an ID attribute.
getIdent() - Method in class io.sf.carte.echosvg.anim.values.AnimatableAngleOrIdentValue
Returns the identifiers.
getIdent() - Method in class io.sf.carte.echosvg.anim.values.AnimatableLengthOrIdentValue
Returns the identifier.
getIdentifier() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
DOM: Implements Counter.getIdentifier().
getIdentifier() - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValue
getIdentifier() - Method in class io.sf.carte.echosvg.css.engine.value.ComputedValue
getIdentifier() - Method in interface io.sf.carte.echosvg.css.engine.value.Value
The identifier value of the counter.
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.AbstractColorManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.css2.DirectionManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.css2.DisplayManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontSizeManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontStretchManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontStyleManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontVariantManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontWeightManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.css2.OverflowManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.css2.SrcManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.css2.UnicodeBidiManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.css2.VisibilityManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.IdentifierManager
Returns the map that contains the name/value mappings for each possible identifiers.
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.svg.AlignmentBaselineManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ClipRuleManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorInterpolationManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorRenderingManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.svg.DominantBaselineManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.svg.FillRuleManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ImageRenderingManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.svg.PointerEventsManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ShapeRenderingManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeLinecapManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeLinejoinManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.svg.TextAnchorManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.svg.TextRenderingManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.svg.WritingModeManager
getIdentifiers() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.TextAlignManager
getIdentityTransfer() - Static method in class io.sf.carte.echosvg.ext.awt.image.ConcreteComponentTransferFunction
Returns an instance initialized as an identity transfer function
getIDGenerator() - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Returns the SVGIDGenerator that has been set.
getImage() - Method in class io.sf.carte.echosvg.bridge.UpdateManagerEvent
Returns the image to display, or null if the rendering failed.
getImage() - Method in class io.sf.carte.echosvg.gvt.ImageNode
Returns the graphics node that represents the image.
getImage() - Method in class io.sf.carte.echosvg.gvt.RasterImageNode
Returns the raster image of this raster image node.
getImage() - Method in class io.sf.carte.echosvg.swing.gvt.GVTTreeRendererEvent
Returns the image to display, or null if the rendering failed.
getImage(byte[]) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
Return the image associated with a bitmap in a Metafile. 24 bits and 8 bits bitmaps are handled.
getImage(byte[], int, int) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
Return the image associated with a bitmap in a Metafile. 24 bits and 8 bits bitmaps are handled.
getImageBounds() - Method in class io.sf.carte.echosvg.gvt.RasterImageNode
Returns the bounds of this raster image node.
getImageBounds(BridgeContext, Element) - Static method in class io.sf.carte.echosvg.bridge.svg12.SVGMultiImageElementBridge
Returns the bounds of the specified image element.
getImageBounds(BridgeContext, Element) - Static method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
Returns the bounds of the specified image element.
getImageCacher() - Method in interface io.sf.carte.echosvg.svggen.CachedImageHandler
Returns the image cache instance in use by this handler
getImageCacher() - Method in class io.sf.carte.echosvg.svggen.DefaultCachedImageHandler
The image cache can be used by subclasses for efficient image storage
getImageDimension(byte[]) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
 
getImageHandler() - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Returns the ImageHandler that has been set.
getImageHandler() - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
getImplementation() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
getImplementationEventListeners(String, boolean) - Method in class io.sf.carte.echosvg.anim.dom.XBLEventSupport
Returns the implementation listneers.
getImplementedExtensions() - Method in interface io.sf.carte.echosvg.bridge.BridgeExtension
This should return the list of extensions implemented by this BridgeExtension, these are added to the list of requiredExtensions that the User Agent supports for purposes of the 'switch' element in SVG.
getImplementedExtensions() - Method in class io.sf.carte.echosvg.bridge.SVGBridgeExtension
This should return the list of extensions implemented by this BridgeExtension.
getImplementedExtensions() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGBridgeExtension
This should return the list of extensions implemented by this BridgeExtension.
getImplicitDur() - Method in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
Returns the implicit duration of the element.
getImplicitDur() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns the implicit duration of the element.
getImports() - Static method in class io.sf.carte.echosvg.script.ImportInfo
Returns the default ImportInfo instance.
getIn(Element, Element, GraphicsNode, Filter, Map<String, Filter>, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.AbstractSVGFilterPrimitiveElementBridge
Returns the input source of the specified filter primitive element defined by its 'in' attribute.
getIn1() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEBlendElement
getIn1() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEColorMatrixElement
getIn1() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEComponentTransferElement
getIn1() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
getIn1() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement#getIn1().
getIn1() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDiffuseLightingElement
getIn1() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDisplacementMapElement
getIn1() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEFloodElement
getIn1() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEGaussianBlurElement
getIn1() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEMergeNodeElement
getIn1() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEMorphologyElement
getIn1() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEOffsetElement
getIn1() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFESpecularLightingElement
getIn1() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFETileElement
DOM: Implements SVGFETileElement.getIn1().
getIn1() - Method in interface org.w3c.dom.svg.SVGFEBlendElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFEColorMatrixElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFEComponentTransferElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFECompositeElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFEDiffuseLightingElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFEFloodElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFEGaussianBlurElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFEMergeNodeElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFEMorphologyElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFEOffsetElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFESpecularLightingElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFETileElement
 
getIn2() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEBlendElement
getIn2() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
getIn2() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDisplacementMapElement
getIn2() - Method in interface org.w3c.dom.svg.SVGFEBlendElement
 
getIn2() - Method in interface org.w3c.dom.svg.SVGFECompositeElement
 
getIn2() - Method in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
 
getIn2(Element, Element, GraphicsNode, Filter, Map<String, Filter>, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.AbstractSVGFilterPrimitiveElementBridge
Returns the input source of the specified filter primitive element defined by its 'in2' attribute.
getIndent() - Method in class io.sf.carte.echosvg.extension.svg.MarginInfo
 
getIndent() - Method in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
getIndent() - Method in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
getIndex() - Method in class io.sf.carte.echosvg.bridge.UpdateManager.SuspensionInfo
 
getIndex() - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength.PathSegment
Returns the segment index.
getIndex() - Method in class io.sf.carte.echosvg.gvt.flow.WordInfo
 
getIndex() - Method in class io.sf.carte.echosvg.gvt.text.AttributedCharacterSpanIterator
Get the current index.
getIndex() - Method in class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
Returns the current index.
getIndex() - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Get the current index.
getIndex() - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Get the current index.
getIndex(int) - Method in class io.sf.carte.echosvg.css.engine.StyleDeclaration
Returns the property index of a value.
getIndexed() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
getIndexedImage(BufferedImage, int) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.IndexImage
Converts the input image (must be TYPE_INT_RGB or TYPE_INT_ARGB) to an indexed image.
getIndexToLocFormat() - Method in class io.sf.carte.echosvg.svggen.font.table.HeadTable
 
getInitialTransform() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Returns the initial transform.
getInputEncoding() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
getInputEncoding() - Method in class io.sf.carte.echosvg.dom.AbstractEntity
DOM: Implements Entity.getInputEncoding().
getInputStream() - Method in class io.sf.carte.echosvg.transcoder.TranscoderInput
Returns the input of this transcoder as a byte stream or null if none was supplied.
getInputStream() - Method in class io.sf.carte.echosvg.util.ClassFileUtilities.ClassFile
 
getInsets(int, int) - Method in interface io.sf.carte.echosvg.ext.swing.JGridBagPanel.InsetsManager
Returns the insets for cell (gridx, gridy);
getInstance() - Method in class io.sf.carte.echosvg.bridge.AbstractSVGBridge
Returns a new instance of this bridge.
getInstance() - Method in interface io.sf.carte.echosvg.bridge.Bridge
Returns a new instance of this bridge.
getInstance() - Static method in class io.sf.carte.echosvg.bridge.DefaultFontFamilyResolver
Get the singleton instance of DefaultFontFamilyResolver.
getInstance() - Static method in class io.sf.carte.echosvg.bridge.FlowTextPainter
Returns a unique instance of this class.
getInstance() - Method in interface io.sf.carte.echosvg.bridge.GraphicsNodeBridge
Returns the Bridge instance to be used for a single DOM element.
getInstance() - Static method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
Returns a unique instance of this class.
getInstance() - Method in class io.sf.carte.echosvg.bridge.svg12.BindableElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12TextElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.svg12.SVGMultiImageElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.svg12.XBLContentElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.svg12.XBLShadowTreeElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGAElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGAnimateColorElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGAnimateElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGAnimateMotionElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGAnimateTransformElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGCircleElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGDescElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGEllipseElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGGElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGLineElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGPathElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGPolygonElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGPolylineElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGRectElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGSetElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGSwitchElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGTitleElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.bridge.SVGUseElementBridge
Returns a new instance of this bridge.
getInstance() - Static method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageWriterRegistry
 
getInstance() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGRegularPolygonElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGStarElementBridge
Returns a new instance of this bridge.
getInstance() - Static method in class io.sf.carte.echosvg.extension.svg.FlowExtTextPainter
Returns a unique instance of this class.
getInstance() - Static method in class io.sf.carte.echosvg.script.rhino.EchoSVGSecurityController
 
getInstance() - Static method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.TextureFactory
Get the unique instance of the class.
getInstance() - Static method in class io.sf.graphics.java2d.color.DefaultColorConverter
static factory
getInstance() - Static method in class io.sf.graphics.java2d.color.DeviceCMYKColorSpace
Deprecated.
getInstance() - Static method in class io.sf.graphics.java2d.color.GrayScaleColorConverter
Returns a singleton instance.
getInstance(float) - Static method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.TextureFactory
Get the unique instance of the class, setting the scale of the pattern.
getInstanceRoot() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
getInstanceRoot() - Method in interface org.w3c.dom.svg.SVGUseElement
 
getInstructions() - Method in class io.sf.carte.echosvg.svggen.font.table.Program
 
getInteger(String) - Static method in class io.sf.carte.echosvg.ext.awt.image.spi.Messages
 
getInteger(String) - Static method in class io.sf.carte.echosvg.ext.swing.Resources
 
getInteger(String) - Method in class io.sf.carte.echosvg.i18n.LocalizableSupport
Returns the integer mapped with the given string
getInteger(String) - Static method in class io.sf.carte.echosvg.script.rhino.Messages
 
getInteger(String) - Static method in class io.sf.carte.echosvg.util.Messages
 
getInteger(String) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Gets an int preference.
getInteger(String) - Method in class io.sf.carte.echosvg.util.resources.ResourceManager
Returns the integer mapped with the given string
getIntegerValue() - Method in enum class io.sf.graphics.java2d.color.RenderingIntent
Returns an integer value identifying the rendering intent.
getInteractors() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Returns the interactor list.
getIntercept() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMComponentTransferFunctionElement
getIntercept() - Method in interface io.sf.carte.echosvg.ext.awt.image.ComponentTransferFunction
Returns the intercept value for this transfer function
getIntercept() - Method in class io.sf.carte.echosvg.ext.awt.image.ConcreteComponentTransferFunction
Returns the intercept value for this transfer function
getIntercept() - Method in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
 
getInternalSubset() - Method in class io.sf.carte.echosvg.dom.GenericDocumentType
getInternationalText() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.PNGImageWriterParams
Returns the internationalized text strings to be stored in compressed form with this image as an array of Strings.
getInterpreter() - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
Returns the default Interpreter for this document.
getInterpreter() - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
Returns the associated interpreter.
getInterpreter() - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
Returns the associated interpreter.
getInterpreter() - Method in interface io.sf.carte.echosvg.bridge.Window
Returns the associated interpreter.
getInterpreter(String) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
 
getInterpreter(String) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns a Interpreter for the specified language.
getInterpreter(String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Returns the Interpreter being used for script of the given MIME type.
getInterpreterPool() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the interpreter pool used to handle scripts.
getIntersectionList(SVGRect, Element) - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
 
getIntersectionList(SVGRect, Element) - Method in interface io.sf.carte.echosvg.dom.svg.SVGSVGContext
Returns a List of all the DOM elements that intersect svgRect that are below end in the rendering order.
getIntersectionList(SVGRect, SVGElement) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getIntersectionList(SVGRect, SVGElement) - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getInvalidIteratorState() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.Result
Returns whether the iterator has been invalidated by document modifications.
getInverseTransform() - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns the inverse transform for this node.
getInverseTransform() - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the inverse transform for this node.
getItem(int) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList
getItem(int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
getItem(int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
getItem(int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
getItem(int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
DOM: Implements SVGPointList.getItem(int).
getItem(int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
getItem(int) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
getItem(int) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList
getItem(int) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList
 
getItem(int) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPointList
DOM: Implements SVGPointList.getItem(int).
getItem(int) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList
getItem(int) - Method in interface org.w3c.dom.svg.SVGLengthList
 
getItem(int) - Method in interface org.w3c.dom.svg.SVGNumberList
 
getItem(int) - Method in interface org.w3c.dom.svg.SVGPathSegList
 
getItem(int) - Method in interface org.w3c.dom.svg.SVGPointList
 
getItem(int) - Method in interface org.w3c.dom.svg.SVGStringList
 
getItem(int) - Method in interface org.w3c.dom.svg.SVGTransformList
 
getItemImpl(int) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Returns the item from the list at the specified index.
getItemNumber() - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenuEvent
Gets the item number.
getItemSeparator() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList
Return the separator between values in the list.
getItemSeparator() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Returns the separator string to use when constructing a string representation of the entire list.
getItemSeparator() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList
Return the separator between values in the list.
getItemSeparator() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList
Return the separator between segments in the list.
getItemSeparator() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPointList
Return the separator between points in the list.
getItemSeparator() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList
Return the separator between transform in the list.
getIteratorLock() - Method in class io.sf.carte.echosvg.util.RunnableQueue
Returns iterator lock to use to work with the iterator returned by iterator().
getJPEGForceBaseline() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageWriterParams
 
getJPEGQuality() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageWriterParams
 
getJustification() - Method in class io.sf.carte.echosvg.extension.svg.MarginInfo
 
getK1() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
getK1() - Method in interface org.w3c.dom.svg.SVGFECompositeElement
 
getK2() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
getK2() - Method in interface org.w3c.dom.svg.SVGFECompositeElement
 
getK3() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
getK3() - Method in interface org.w3c.dom.svg.SVGFECompositeElement
 
getK4() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
getK4() - Method in interface org.w3c.dom.svg.SVGFECompositeElement
 
getKd() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable
 
getKd() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable8Bit
 
getKernel() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable
Returns the Convolution Kernel in use
getKernel() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable8Bit
Returns the Convolution Kernel in use
getKernelMatrix() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
getKernelMatrix() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
getKernelUnitLength() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable
Returns the [x,y] distance in user space between kernel values
getKernelUnitLength() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable8Bit
Returns the [x,y] distance in user space between kernel values
getKernelUnitLength() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable
Returns the min [dx,dy] distance in user space for evalutation of the sobel gradient.
getKernelUnitLength() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable8Bit
Returns the min [dx,dy] distance in user space for evalutation of the sobel gradient.
getKernelUnitLength() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable
Returns the min [dx,dy] distance in user space for evalutation of the sobel gradient.
getKernelUnitLength() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable8Bit
Returns the min [dx,dy] distance in user space for evalutation of the sobel gradient.
getKernelUnitLengthX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
getKernelUnitLengthX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDiffuseLightingElement
getKernelUnitLengthX() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
getKernelUnitLengthX() - Method in interface org.w3c.dom.svg.SVGFEDiffuseLightingElement
 
getKernelUnitLengthY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
getKernelUnitLengthY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDiffuseLightingElement
getKernelUnitLengthY() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
getKernelUnitLengthY() - Method in interface org.w3c.dom.svg.SVGFEDiffuseLightingElement
 
getKerningPair(int) - Method in class io.sf.carte.echosvg.svggen.font.table.KernSubtable
 
getKerningPair(int) - Method in class io.sf.carte.echosvg.svggen.font.table.KernSubtableFormat0
 
getKerningPair(int) - Method in class io.sf.carte.echosvg.svggen.font.table.KernSubtableFormat2
 
getKerningPairAsSVG(KerningPair, PostTable) - Static method in class io.sf.carte.echosvg.svggen.font.SVGFont
 
getKerningPairCount() - Method in class io.sf.carte.echosvg.svggen.font.table.KernSubtable
 
getKerningPairCount() - Method in class io.sf.carte.echosvg.svggen.font.table.KernSubtableFormat0
 
getKerningPairCount() - Method in class io.sf.carte.echosvg.svggen.font.table.KernSubtableFormat2
 
getKerningValue(int, int, String, String) - Method in class io.sf.carte.echosvg.gvt.font.KerningTable
Returns the amount of kerning that should be added between the given glyphs.
getKey() - Method in exception class io.sf.carte.echosvg.util.gui.resource.MissingListenerException
Gets parameter passed by constructor.
getKey() - Method in exception class io.sf.carte.echosvg.util.resources.ResourceFormatException
Gets parameter passed by constructor.
getKey1() - Method in class io.sf.carte.echosvg.util.DoublyIndexedTable.Entry
Returns this entry's first key.
getKey2() - Method in class io.sf.carte.echosvg.util.DoublyIndexedTable.Entry
Returns this entry's second key.
getKeyChar() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeKeyEvent
Return a character corresponding to physical key pressed.
getKeyCode() - Method in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
Returns the virtual key code value of the key which was depressed if the event is a key event.
getKeyCode() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeKeyEvent
Return the integer code for the physical key pressed.
getKeyIdentifier() - Method in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
DOM: Get the key identifier.
getKeyIdentifier() - Method in interface io.sf.carte.echosvg.w3c.dom.events.KeyboardEvent
keyIdentifier holds the identifier of the key.
getKeyLocation() - Method in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
DOM: Get the key location.
getKeyLocation() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeKeyEvent
Returns the key location.
getKeyLocation() - Method in interface io.sf.carte.echosvg.w3c.dom.events.KeyboardEvent
The keyLocation attribute contains an indication of the location of they key on the device, as described in .
getKs() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable
 
getKs() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable8Bit
 
getLang() - Method in class io.sf.carte.echosvg.gvt.font.Glyph
Returns a comma separated list of languages this glyph can be used in.
getLanguage() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
getLanguageId() - Method in class io.sf.carte.echosvg.svggen.font.table.NameRecord
 
getLanguages() - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Returns the language settings.
getLanguages() - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Returns the user language "en" (english).
getLanguages() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Returns the language settings.
getLanguages() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the language settings.
getLanguages() - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Returns the language settings.
getLanguages() - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
Returns the language settings.
getLanguages() - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns the user language specified in the TranscodingHints or "en" (english) if any.
getLanguages() - Method in class io.sf.carte.echosvg.util.gui.LanguageDialog
Returns the user languages.
getLanguages() - Method in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel
Returns the selected user languages.
getLargeArcFlag() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
getLargeArcFlag() - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
 
getLargeArcFlag() - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
 
getLast() - Method in class io.sf.carte.echosvg.svggen.font.table.CmapFormat
 
getLast() - Method in class io.sf.carte.echosvg.svggen.font.table.CmapFormat0
 
getLast() - Method in class io.sf.carte.echosvg.svggen.font.table.CmapFormat2
 
getLast() - Method in class io.sf.carte.echosvg.svggen.font.table.CmapFormat4
 
getLast() - Method in class io.sf.carte.echosvg.svggen.font.table.CmapFormat6
 
getLastAdvance() - Method in class io.sf.carte.echosvg.gvt.flow.GlyphGroupInfo
returns the advance to use when this glyphGroup is the last glyph group in a span.
getLastChar() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AttributedStringBuffer
Returns the value of the last char or -1.
getLastCharIndex() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getLastCharWidth() - Method in class io.sf.carte.echosvg.extension.svg.LineInfo
 
getLastChild() - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.getLastChild().
getLastChild() - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
DOM: Implements Node.getLastChild().
getLastChild() - Method in interface org.w3c.dom.svg.SVGElementInstance
 
getLastChild(GraphicsNode) - Static method in class io.sf.carte.echosvg.gvt.GVTTreeWalker
 
getLastElementChild() - Method in class io.sf.carte.echosvg.dom.AbstractElement
getLastElementChild() - Method in interface io.sf.carte.echosvg.w3c.dom.ElementTraversal
 
getLastGlyphCount() - Method in class io.sf.carte.echosvg.gvt.flow.GlyphGroupInfo
get the number of glyphs that 'cout' when it is the last in the line.
getLastGlyphIndex(int) - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns the index of the last glyph that has the specified char index.
getLastNode() - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XblChildNodes
Returns the last node in the list.
getLastSampleTime() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns the last sample time of this element, in local active time.
getLastX() - Method in class io.sf.carte.echosvg.swing.JSVGCanvas.LocationListener
 
getLastY() - Method in class io.sf.carte.echosvg.swing.JSVGCanvas.LocationListener
 
getLayout() - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter.TextRun
 
getLeading() - Method in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
Returns the leading of the text.
getLeft() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
DOM: Implements Rect.getLeft().
getLeft() - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValue
Implements Value.getLeft().
getLeft() - Method in class io.sf.carte.echosvg.css.engine.value.ComputedValue
Implements Value.getLeft().
getLeft() - Method in class io.sf.carte.echosvg.css.engine.value.RectValue
Implements Value.getLeft().
getLeft() - Method in interface io.sf.carte.echosvg.css.engine.value.Value
The left value of the rect.
getLeft() - Method in class io.sf.carte.echosvg.svggen.font.table.KerningPair
 
getLeftMargin() - Method in class io.sf.carte.echosvg.extension.svg.MarginInfo
 
getLeftMargin() - Method in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
getLeftMargin() - Method in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
getLeftSideBearing() - Method in class io.sf.carte.echosvg.svggen.font.Glyph
 
getLeftSideBearing(int) - Method in class io.sf.carte.echosvg.svggen.font.table.HmtxTable
 
getLeftUnits() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
get the left units in the WMF Metafile.
getLength() - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter.TextRun
 
getLength() - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XblChildNodes
DOM: Implements NodeList.getLength().
getLength() - Method in class io.sf.carte.echosvg.css.dom.CSSOMComputedStyle
getLength() - Method in class io.sf.carte.echosvg.css.dom.CSSOMStoredStyleDeclaration
Returns the length of the declaration.
getLength() - Method in class io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration
getLength() - Method in interface io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration.ValueProvider
Returns the length of the declaration.
getLength() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractComponent
DOM: Implements CSSValueList.getLength().
getLength() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractComponent
DOM: Implements CSSValueList.getLength().
getLength() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
DOM: Implements CSSValueList.getLength().
getLength() - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValue
Implements Value.getLength().
getLength() - Method in class io.sf.carte.echosvg.css.engine.value.ComputedValue
Implements Value.getLength().
getLength() - Method in class io.sf.carte.echosvg.css.engine.value.ListValue
Implements Value.getLength().
getLength() - Method in interface io.sf.carte.echosvg.css.engine.value.Value
The number of CSSValues in the list.
getLength() - Method in class io.sf.carte.echosvg.dom.AbstractCharacterData
DOM: Implements CharacterData.getLength().
getLength() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentConfiguration.ParameterNameList
Returns the number of parameter names in the list.
getLength() - Method in class io.sf.carte.echosvg.dom.AbstractElement.NamedNodeHashMap
DOM: Implements NamedNodeMap.getLength().
getLength() - Method in class io.sf.carte.echosvg.dom.AbstractParentNode.ChildNodes
DOM: Implements NodeList.getLength().
getLength() - Method in class io.sf.carte.echosvg.dom.AbstractParentNode.ElementsByTagName
DOM: Implements NodeList.getLength().
getLength() - Method in class io.sf.carte.echosvg.dom.AbstractParentNode.ElementsByTagNameNS
DOM: Implements NodeList.getLength().
getLength() - Method in class io.sf.carte.echosvg.dom.ArrayNodeList
 
getLength() - Method in class io.sf.carte.echosvg.dom.util.ListNodeList
DOM: Implements NodeList.getLength().
getLength() - Method in class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
getLength() - Method in class io.sf.carte.echosvg.ext.awt.geom.Linear
 
getLength() - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength.PathSegment
Returns the length of the path segment.
getLength() - Method in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
 
getLength() - Method in interface io.sf.carte.echosvg.ext.awt.geom.Segment
 
getLength() - Method in class io.sf.carte.echosvg.svggen.font.table.CmapFormat
 
getLength() - Method in class io.sf.carte.echosvg.svggen.font.table.DirectoryEntry
 
getLength() - Method in interface org.w3c.dom.svg.SVGElementInstanceList
 
getLength(double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
getLength(double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Linear
 
getLength(double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
 
getLength(double) - Method in interface io.sf.carte.echosvg.ext.awt.geom.Segment
 
getLengthAdjust() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
getLengthAdjust() - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter.TextRun
 
getLengthAdjust() - Method in interface org.w3c.dom.svg.SVGTextContentElement
 
getLengthAtSegment(int) - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength
Returns the length at the start of the segment given by the specified index.
getLengthHandler() - Method in class io.sf.carte.echosvg.parser.LengthParser
Returns the length handler in use.
getLengthListHandler() - Method in class io.sf.carte.echosvg.parser.LengthListParser
Returns the length list handler in use.
getLengthType() - Method in class io.sf.carte.echosvg.anim.values.AnimatableLengthValue
Returns the unit type of this length value.
getLengthTypeArray() - Method in class io.sf.carte.echosvg.parser.LengthArrayProducer
Returns the array of length units accumulated.
getLengthTypes() - Method in class io.sf.carte.echosvg.anim.values.AnimatableLengthListValue
Gets the length types.
getLengthValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableLengthValue
Returns the magnitude of this length value.
getLengthValueArray() - Method in class io.sf.carte.echosvg.parser.LengthArrayProducer
Returns the array of length values accumulated.
getLengthValues() - Method in class io.sf.carte.echosvg.anim.values.AnimatableLengthListValue
Gets the length values.
getLetterForm() - Method in class io.sf.carte.echosvg.svggen.font.table.Panose
 
getLicenseType() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getLight() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable
 
getLight() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable8Bit
 
getLight() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable
 
getLight() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable8Bit
 
getLight(double, double, double, double[]) - Method in class io.sf.carte.echosvg.ext.awt.image.DistantLight
Computes the light vector in (x, y)
getLight(double, double, double, double[]) - Method in interface io.sf.carte.echosvg.ext.awt.image.Light
Computes the light vector in (x, y)
getLight(double, double, double, double[]) - Method in class io.sf.carte.echosvg.ext.awt.image.PointLight
Computes the light vector in (x, y, z)
getLight(double, double, double, double[]) - Method in class io.sf.carte.echosvg.ext.awt.image.SpotLight
Computes the light vector in (x, y, z)
getLight4(double, double, double, double[]) - Method in class io.sf.carte.echosvg.ext.awt.image.SpotLight
computes light vector in (x, y, z).
getLightBase(double, double, double, double[]) - Method in class io.sf.carte.echosvg.ext.awt.image.SpotLight
Computes the light vector in (x, y, z)
getLighterFontWeight(float) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns a lighter font-weight.
getLighterFontWeight(float) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Returns a lighter font-weight.
getLighterFontWeight(float) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Returns a lighter font-weight.
getLighterFontWeight(float) - Method in interface io.sf.carte.echosvg.css.engine.CSSContext
Returns a lighter font-weight.
getLighterFontWeight(float) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Returns a lighter font-weight.
getLighterFontWeight(float) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
 
getLighterFontWeight(float) - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Returns a lighter font-weight.
getLighterFontWeight(float) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
Returns a lighter font-weight.
getLightMap(double, double, double, double, int, int, double[][][]) - Method in class io.sf.carte.echosvg.ext.awt.image.AbstractLight
Returns a light map, starting in (x, y) with dx, dy increments, a given width and height, and z elevations stored in the fourth component on the N array.
getLightMap(double, double, double, double, int, int, double[][][]) - Method in interface io.sf.carte.echosvg.ext.awt.image.Light
Returns a light map, starting in (x, y) with dx, dy increments, a given width and height, and z elevations stored in the fourth component on the N array.
getLightRow(double, double, double, int, double[][], double[][]) - Method in class io.sf.carte.echosvg.ext.awt.image.AbstractLight
Returns a row of the light map, starting at (x, y) with dx increments, a given width, and z elevations stored in the fourth component on the N array.
getLightRow(double, double, double, int, double[][], double[][]) - Method in class io.sf.carte.echosvg.ext.awt.image.DistantLight
Returns a row of the light map, starting at (x, y) with dx increments, a given width, and z elevations stored in the fourth component on the N array.
getLightRow(double, double, double, int, double[][], double[][]) - Method in interface io.sf.carte.echosvg.ext.awt.image.Light
Returns a row of the light map, starting at (x, y) with dx increments, a given width, and z elevations stored in the fourth component on the N array.
getLightRow4(double, double, double, int, double[][], double[][]) - Method in class io.sf.carte.echosvg.ext.awt.image.SpotLight
 
getLightX() - Method in class io.sf.carte.echosvg.ext.awt.image.PointLight
 
getLightX() - Method in class io.sf.carte.echosvg.ext.awt.image.SpotLight
 
getLightY() - Method in class io.sf.carte.echosvg.ext.awt.image.PointLight
 
getLightY() - Method in class io.sf.carte.echosvg.ext.awt.image.SpotLight
 
getLightZ() - Method in class io.sf.carte.echosvg.ext.awt.image.PointLight
 
getLightZ() - Method in class io.sf.carte.echosvg.ext.awt.image.SpotLight
 
getLimitingConeAngle() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
getLimitingConeAngle() - Method in class io.sf.carte.echosvg.ext.awt.image.SpotLight
 
getLimitingConeAngle() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
 
getLine() - Method in class io.sf.carte.echosvg.parser.AbstractScanner
Returns the current line.
getLine() - Method in class io.sf.carte.echosvg.util.io.NormalizingReader
Returns the current line in the stream.
getLine() - Method in class io.sf.carte.echosvg.util.io.StreamNormalizingReader
Returns the current line in the stream.
getLine() - Method in class io.sf.carte.echosvg.util.io.StringNormalizingReader
Returns the current line in the stream.
getLine() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the current line.
getLineAdvAdj() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge.LineBreakInfo
 
getLinearTransfer(float, float) - Static method in class io.sf.carte.echosvg.ext.awt.image.ConcreteComponentTransferFunction
Returns a linear transfer function
getLineBreaks() - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
getLineGap() - Method in class io.sf.carte.echosvg.svggen.font.table.HheaTable
 
getLineHeight() - Method in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
getLineHeight() - Method in class io.sf.carte.echosvg.gvt.flow.FlowRegions
 
getLineHeight() - Method in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
getLineHeight() - Method in class io.sf.carte.echosvg.gvt.flow.WordInfo
 
getLineHeight(BridgeContext, Element, float) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
getLineHeightIndex() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Returns the line-height property index.
getLineMetrics() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
 
getLineMetrics() - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Returns the Line metrics for this text span.
getLineMetrics(char[], int, int, FontRenderContext) - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
Returns the line metrics for the specified text.
getLineMetrics(char[], int, int, FontRenderContext) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
Returns a LineMetrics object created with the specified arguments.
getLineMetrics(char[], int, int, FontRenderContext) - Method in interface io.sf.carte.echosvg.gvt.font.GVTFont
Returns a GVTLineMetrics object created with the specified arguments.
getLineMetrics(int, int) - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
 
getLineMetrics(String, int, int, FontRenderContext) - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
Returns the line metrics for the specified text.
getLineMetrics(String, int, int, FontRenderContext) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
Returns a GVTLineMetrics object created with the specified arguments.
getLineMetrics(String, int, int, FontRenderContext) - Method in interface io.sf.carte.echosvg.gvt.font.GVTFont
Returns a GVTLineMetrics object created with the specified arguments.
getLineMetrics(String, FontRenderContext) - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
Returns the line metrics for the specified text.
getLineMetrics(String, FontRenderContext) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
Returns a GVTLineMetrics object created with the specified String and FontRenderContext.
getLineMetrics(String, FontRenderContext) - Method in interface io.sf.carte.echosvg.gvt.font.GVTFont
Returns a GVTLineMetrics object created with the specified String and FontRenderContext.
getLineMetrics(CharacterIterator, int, int, FontRenderContext) - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
Returns the line metrics for the specified text.
getLineMetrics(CharacterIterator, int, int, FontRenderContext) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
Returns a GVTLineMetrics object created with the specified arguments.
getLineMetrics(CharacterIterator, int, int, FontRenderContext) - Method in interface io.sf.carte.echosvg.gvt.font.GVTFont
Returns a GVTLineMetrics object created with the specified arguments.
getLineNumber() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentError.ErrorLocation
Get the line number of the error node.
getLineNumber() - Method in exception class io.sf.carte.echosvg.parser.ParseException
Returns the line of the last parsed character.
getLineNumber() - Method in exception class io.sf.carte.echosvg.script.InterpreterException
Returns the line number where the error occurs.
getLineNumber(Element) - Method in class io.sf.carte.echosvg.bridge.DocumentLoader
Returns the line in the source code of the specified element or -1 if not found.
getLineWidth() - Method in class io.sf.carte.echosvg.extension.svg.LineInfo
 
getList() - Method in class io.sf.carte.echosvg.dom.svg.ListBuilder
Returns the newly created list.
getListCellRendererComponent(JList<?>, Object, int, boolean, boolean) - Method in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel.IconAndTextCellRenderer
 
getListener() - Method in class io.sf.carte.echosvg.bridge.BridgeContext.EventListenerMememto
 
getListener() - Method in class io.sf.carte.echosvg.dom.events.EventListenerList.Entry
Returns the event listener.
getListeners(Class<?>) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Returns an array of listeners that were added to this event dispatcher and of the specified type.
getListeners(Class<?>) - Method in interface io.sf.carte.echosvg.gvt.event.EventDispatcher
Returns an array of listeners that were added to this event dispatcher and of the specified type.
getListStyle() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
DOM: Implements Counter.getListStyle().
getListStyle() - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValue
getListStyle() - Method in class io.sf.carte.echosvg.css.engine.value.ComputedValue
getListStyle() - Method in interface io.sf.carte.echosvg.css.engine.value.Value
The listStyle value of the counter.
getLitRegion() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable
 
getLitRegion() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable8Bit
Returns this filter's litRegion
getLitRegion() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable
 
getLitRegion() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable8Bit
Returns this filter's litRegion
getLiveAttributeValue(String, String) - Method in class io.sf.carte.echosvg.anim.dom.AbstractElement
Returns the live attribute value associated with given attribute, if any.
getLocal() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMColorProfileElement
getLocal() - Method in interface org.w3c.dom.svg.SVGColorProfileElement
 
getLocale() - Static method in class io.sf.carte.echosvg.anim.timing.TimedElement
getLocale() - Static method in class io.sf.carte.echosvg.apps.rasterizer.Messages
getLocale() - Static method in class io.sf.carte.echosvg.bridge.Messages
getLocale() - Method in class io.sf.carte.echosvg.bridge.RhinoInterpreter
Returns the current locale or null if the locale currently used is the default one.
getLocale() - Static method in class io.sf.carte.echosvg.css.engine.Messages
getLocale() - Static method in class io.sf.carte.echosvg.css.engine.value.Messages
getLocale() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
getLocale() - Method in class io.sf.carte.echosvg.dom.AbstractDOMImplementation
getLocale() - Static method in class io.sf.carte.echosvg.ext.awt.image.spi.Messages
getLocale() - Static method in class io.sf.carte.echosvg.ext.swing.Messages
getLocale() - Static method in class io.sf.carte.echosvg.ext.swing.Resources
getLocale() - Method in class io.sf.carte.echosvg.i18n.LocaleGroup
Gets the current default locale in this group, or null.
getLocale() - Method in interface io.sf.carte.echosvg.i18n.Localizable
Returns the current locale or null if the locale currently used is the default one.
getLocale() - Method in class io.sf.carte.echosvg.i18n.LocalizableSupport
getLocale() - Method in class io.sf.carte.echosvg.parser.AbstractParser
getLocale() - Static method in class io.sf.carte.echosvg.script.rhino.Messages
getLocale() - Static method in class io.sf.carte.echosvg.svggen.font.Messages
getLocale() - Static method in class io.sf.carte.echosvg.swing.Messages
getLocale() - Static method in class io.sf.carte.echosvg.swing.svg.Messages
getLocale() - Static method in class io.sf.carte.echosvg.transcoder.image.resources.Messages
getLocale() - Static method in class io.sf.carte.echosvg.util.io.Messages
getLocale() - Static method in class io.sf.carte.echosvg.util.Messages
getLocale() - Static method in class io.sf.carte.echosvg.util.resources.Messages
getLocale() - Method in class io.sf.carte.echosvg.xml.XMLScanner
getLocaleGroup() - Method in interface io.sf.carte.echosvg.i18n.ExtendedLocalizable
Returns the group to which this object belongs.
getLocaleGroup() - Method in class io.sf.carte.echosvg.i18n.LocalizableSupport
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedValue
Returns the local name of the attribute.
getLocalName() - Method in interface io.sf.carte.echosvg.anim.dom.AnimatedLiveAttributeValue
Returns the local name of this animated live attribute.
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.BindableElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAltGlyphDefElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAltGlyphElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAltGlyphItemElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimateColorElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimateElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimateMotionElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimateTransformElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMCircleElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMClipPathElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMColorProfileElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMCursorElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDefinitionSrcElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDefsElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDescElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMEllipseElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEBlendElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEColorMatrixElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEComponentTransferElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDiffuseLightingElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDisplacementMapElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDistantLightElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEFloodElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEFuncAElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEFuncBElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEFuncGElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEFuncRElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEGaussianBlurElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEImageElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEMergeElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEMergeNodeElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEMorphologyElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEOffsetElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEPointLightElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFESpecularLightingElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFETileElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFETurbulenceElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFlowDivElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFlowLineElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFlowParaElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFlowRegionBreakElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFlowRegionElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFlowRegionExcludeElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFlowRootElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFlowSpanElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFontElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFontFaceElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFontFaceFormatElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFontFaceNameElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFontFaceSrcElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFontFaceUriElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMForeignObjectElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGlyphElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGlyphRefElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMHandlerElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMHKernElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMImageElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMLinearGradientElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMLineElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMaskElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMetadataElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMissingGlyphElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMPathElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMultiImageElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPolygonElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPolylineElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMRadialGradientElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMRectElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMScriptElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSetElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSolidColorElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMStopElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMStyleElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSubImageElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSubImageRefElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSwitchElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSymbolElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextPathElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTitleElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMToBeImplementedElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTRefElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTSpanElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMViewElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMVKernElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.XBLOMContentElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.XBLOMDefinitionElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.XBLOMHandlerGroupElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.XBLOMImportElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.XBLOMShadowTreeElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.XBLOMTemplateElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.anim.dom.XBLOMXBLElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.bridge.AbstractSVGGradientElementBridge.SVGStopElementBridge
Returns 'stop'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.AbstractSVGLightingElementBridge.SVGFeDistantLightElementBridge
Returns 'feDistantLight'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.AbstractSVGLightingElementBridge.SVGFePointLightElementBridge
Returns 'fePointLight'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.AbstractSVGLightingElementBridge.SVGFeSpotLightElementBridge
Returns 'feSpotLight'.
getLocalName() - Method in interface io.sf.carte.echosvg.bridge.Bridge
Returns the local name of the element this Bridge is dedicated to.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.svg12.BindableElementBridge
Returns "*" to indicate a default bridge.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
Returns 'flowRoot'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.svg12.SVGMultiImageElementBridge
Returns 'multiImage'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.svg12.SVGSolidColorElementBridge
Returns 'rect'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.svg12.XBLContentElementBridge
Returns 'content'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.svg12.XBLShadowTreeElementBridge
Returns 'shadowTree'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGAElementBridge
Returns 'a'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGAltGlyphElementBridge
Returns 'altGlyph'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGAnimateColorElementBridge
Returns 'animateColor'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGAnimateElementBridge
Returns 'animate'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGAnimateMotionElementBridge
Returns 'animateMotion'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGAnimateTransformElementBridge
Returns 'animateTransform'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGCircleElementBridge
Returns 'circle'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGClipPathElementBridge
Returns 'clipPath'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGColorProfileElementBridge
Returns 'colorProfile'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGDescElementBridge
Returns 'desc'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
Returns the local name of the element this Bridge is dedicated to.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGEllipseElementBridge
Returns 'ellipse'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFeBlendElementBridge
Returns 'feBlend'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFeColorMatrixElementBridge
Returns 'feColorMatrix'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFeComponentTransferElementBridge
Returns 'feComponentTransfer'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFeComponentTransferElementBridge.SVGFeFuncAElementBridge
Returns 'feFuncA'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFeComponentTransferElementBridge.SVGFeFuncBElementBridge
Returns 'feFuncB'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFeComponentTransferElementBridge.SVGFeFuncGElementBridge
Returns 'feFuncG'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFeComponentTransferElementBridge.SVGFeFuncRElementBridge
Returns 'feFuncR'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFeCompositeElementBridge
Returns 'feComposite'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFeConvolveMatrixElementBridge
Returns 'feConvolveMatrix'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFeDiffuseLightingElementBridge
Returns 'feDiffuseLighting'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFeDisplacementMapElementBridge
Returns 'feDisplacementMap'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFeFloodElementBridge
Returns 'feFlood'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFeGaussianBlurElementBridge
Returns 'feGaussianBlur'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFeImageElementBridge
Returns 'feImage'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFeMergeElementBridge
Returns 'feMerge'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge
Returns 'feMergeNode'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFeMorphologyElementBridge
Returns 'feMorphology'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFeOffsetElementBridge
Returns 'feOffset'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFeSpecularLightingElementBridge
Returns 'feSpecularLighting'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFeTileElementBridge
Returns 'feTile'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFeTurbulenceElementBridge
Returns 'feTurbulence'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFilterElementBridge
Returns 'filter'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFontElementBridge
Returns 'font'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGFontFaceElementBridge
Returns 'font-face'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGGElementBridge
Returns 'g'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGGlyphElementBridge
Returns 'glyph'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGHKernElementBridge
Returns 'hkern'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
Returns 'image'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGLinearGradientElementBridge
Returns 'linearGradient'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGLineElementBridge
Returns 'line'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGMarkerElementBridge
Returns 'marker'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGMaskElementBridge
Returns 'mask'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGMissingGlyphElementBridge
Returns 'missing-glyph'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGPathElementBridge
Returns 'path'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGPatternElementBridge
Returns 'pattern'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGPolygonElementBridge
Returns 'polygon'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGPolylineElementBridge
Returns 'polyline'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGRadialGradientElementBridge
Returns 'radialGradient'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGRectElementBridge
Returns 'rect'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGSetElementBridge
Returns 'set'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
Returns 'svg'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGSwitchElementBridge
Returns 'switch'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Returns the local name of the element this Bridge is dedicated to.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Returns 'text'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGTextPathElementBridge
Returns 'textPath'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGTitleElementBridge
Returns 'title'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGUseElementBridge
Returns 'use'.
getLocalName() - Method in class io.sf.carte.echosvg.bridge.SVGVKernElementBridge
Returns 'vkern'.
getLocalName() - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.extension.svg.ColorSwitchBridge
Returns 'colorSwitch'.
getLocalName() - Method in class io.sf.carte.echosvg.extension.svg.ColorSwitchElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
Returns 'flowText'.
getLocalName() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationElementBridge
Returns 'histogramNormalization'.
getLocalName() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGRegularPolygonElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGRegularPolygonElementBridge
Returns 'rect'.
getLocalName() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGStarElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGStarElementBridge
Returns 'rect'.
getLocalName() - Method in class io.sf.carte.echosvg.extension.svg.FlowDivElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.extension.svg.FlowLineElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.extension.svg.FlowParaElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.extension.svg.FlowRegionBreakElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.extension.svg.FlowRegionElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.extension.svg.FlowSpanElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class io.sf.carte.echosvg.extension.svg.FlowTextElement
DOM: Implements Node.getLocalName().
getLocalName(String) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Gets the local name from the given qualified name.
getLocaTable() - Method in class io.sf.carte.echosvg.svggen.font.Font
 
getLocation() - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
Returns the Location.
getLocation() - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
Returns a Location object representing this Window.
getLocation() - Method in class io.sf.carte.echosvg.bridge.TextNode
Returns the location of this text node.
getLocation() - Method in class io.sf.carte.echosvg.bridge.WindowWrapper
Return the Location for this Window.
getLocation() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentError
 
getLocation() - Method in class io.sf.carte.echosvg.extension.svg.LineInfo
 
getLocation() - Method in interface io.sf.carte.echosvg.w3c.dom.Window
 
getLocation(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
Returns the text node location In this case the text node may have serveral effective locations (one for each flow region).
getLocation(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Returns the text node location according to the 'x' and 'y' attributes of the specified text element.
getLocation(BridgeContext, Element) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
Returns the text node location In this case the text node may have serveral effective locations (one for each flow region).
getLocationColumn(Element) - Method in class io.sf.carte.echosvg.dom.util.DocumentDescriptor
Returns the location column in the source file of the end element.
getLocationLine(Element) - Method in class io.sf.carte.echosvg.dom.util.DocumentDescriptor
Returns the location line in the source file of the end element.
getLockState() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
Returns the lock state flags for this event.
getLogicalBounds() - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Returns the logical bounds of this GlyphVector.
getLogicalBounds() - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Returns the logical bounds of this GlyphVector.
getLogicalBounds() - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Returns the logical bounds of this GlyphVector.
getLogicalBounds() - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Returns the logical bounds of this GlyphVector.
getLookup(Feature, int) - Method in class io.sf.carte.echosvg.svggen.font.table.LookupList
 
getLookupCount() - Method in class io.sf.carte.echosvg.svggen.font.table.Feature
 
getLookupList() - Method in class io.sf.carte.echosvg.svggen.font.table.GsubTable
 
getLookupListIndex(int) - Method in class io.sf.carte.echosvg.svggen.font.table.Feature
 
getLookupOpConverter() - Method in class io.sf.carte.echosvg.svggen.SVGBufferedImageOp
 
getLookupTable() - Method in class io.sf.carte.echosvg.ext.awt.image.DiscreteTransfer
This method will return the lut data in order to construct a LookUpTable object
getLookupTable() - Method in class io.sf.carte.echosvg.ext.awt.image.GammaTransfer
This method will return the lut data in order to construct a LookUpTable object
getLookupTable() - Method in class io.sf.carte.echosvg.ext.awt.image.IdentityTransfer
This method will return the lut data in order to construct a LookUpTable object
getLookupTable() - Method in class io.sf.carte.echosvg.ext.awt.image.LinearTransfer
This method will return the lut data in order to construct a LookUpTable object
getLookupTable() - Method in class io.sf.carte.echosvg.ext.awt.image.TableTransfer
This method will return the lut data in order to construct a LookUpTable object
getLookupTable() - Method in interface io.sf.carte.echosvg.ext.awt.image.TransferFunction
Returns the lookup table.
getLowestRecPPEM() - Method in class io.sf.carte.echosvg.svggen.font.table.HeadTable
 
getLSB() - Method in class io.sf.carte.echosvg.gvt.font.GVTGlyphMetrics
Returns the left (top) side bearing of the glyph.
getMacStyle() - Method in class io.sf.carte.echosvg.svggen.font.table.HeadTable
 
getManagerData() - Method in class io.sf.carte.echosvg.dom.AbstractNode
Returns the XBL manager associated data for this node.
getManagerData() - Method in interface io.sf.carte.echosvg.dom.xbl.XBLManagerData
Returns the XBL manager associated data for this node.
getMark(TextNode, int, boolean) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
getMark(TextNode, int, boolean) - Method in interface io.sf.carte.echosvg.bridge.TextPainter
Returns a mark for the char at index in node's AttributedCharacterIterator.
getMarkerForChar(int, boolean) - Method in class io.sf.carte.echosvg.bridge.TextNode
Return the marker for the character at index in this nodes AttributedCharacterIterator.
getMarkerHeight() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
getMarkerHeight() - Method in interface org.w3c.dom.svg.SVGMarkerElement
 
getMarkerNode() - Method in class io.sf.carte.echosvg.gvt.Marker
Returns the GraphicsNode that draws this marker.
getMarkerUnits() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
getMarkerUnits() - Method in interface org.w3c.dom.svg.SVGMarkerElement
 
getMarkerWidth() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
getMarkerWidth() - Method in interface org.w3c.dom.svg.SVGMarkerElement
 
getMask() - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns the mask of this node or null if any.
getMask() - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the mask of this node or null if any.
getMask(int) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Returns the mask of the given property value.
getMaskContentUnits() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMaskElement
getMaskContentUnits() - Method in interface org.w3c.dom.svg.SVGMaskElement
 
getMaskNode() - Method in interface io.sf.carte.echosvg.gvt.filter.Mask
Returns the Graphics node that the mask operation will use to define the masking image.
getMaskNode() - Method in class io.sf.carte.echosvg.gvt.filter.MaskRable8Bit
Returns the Graphics node that the mask operation will use to define the masking image.
getMaskUnits() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMaskElement
getMaskUnits() - Method in interface org.w3c.dom.svg.SVGMaskElement
 
getMatrix() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransform
DOM: Implements SVGTransform.getMatrix().
getMatrix() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ColorMatrixRable
Returns the rows of the color matrix.
getMatrix() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ColorMatrixRable8Bit
Returns the rows of the color matrix.
getMatrix() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.ColorMatrixRed
 
getMatrix() - Method in interface org.w3c.dom.svg.SVGTransform
 
getMaxAscent() - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
getMaxComponentDepth() - Method in class io.sf.carte.echosvg.svggen.font.table.MaxpTable
 
getMaxComponentElements() - Method in class io.sf.carte.echosvg.svggen.font.table.MaxpTable
 
getMaxCompositeContours() - Method in class io.sf.carte.echosvg.svggen.font.table.MaxpTable
 
getMaxCompositePoints() - Method in class io.sf.carte.echosvg.svggen.font.table.MaxpTable
 
getMaxContours() - Method in class io.sf.carte.echosvg.svggen.font.table.MaxpTable
 
getMaxDescent() - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
getMaxFontSize() - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
getMaxFunctionDefs() - Method in class io.sf.carte.echosvg.svggen.font.table.MaxpTable
 
getMaxHeight() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
getMaxInstructionDefs() - Method in class io.sf.carte.echosvg.svggen.font.table.MaxpTable
 
getMaxPoints() - Method in class io.sf.carte.echosvg.svggen.font.table.MaxpTable
 
getMaxpTable() - Method in class io.sf.carte.echosvg.svggen.font.Font
 
getMaxSizeOfInstructions() - Method in class io.sf.carte.echosvg.svggen.font.table.MaxpTable
 
getMaxStackElements() - Method in class io.sf.carte.echosvg.svggen.font.table.MaxpTable
 
getMaxStorage() - Method in class io.sf.carte.echosvg.svggen.font.table.MaxpTable
 
getMaxTwilightPoints() - Method in class io.sf.carte.echosvg.svggen.font.table.MaxpTable
 
getMaxValue(int) - Method in class io.sf.graphics.java2d.color.CIELabColorSpace
getMaxValue(int) - Method in class io.sf.graphics.java2d.color.NamedColorSpace
getMaxWidth() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
getMaxZones() - Method in class io.sf.carte.echosvg.svggen.font.table.MaxpTable
 
getMedia() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMStyleElement
getMedia() - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Returns this user agent's CSS media.
getMedia() - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Returns this user agent's CSS media.
getMedia() - Method in class io.sf.carte.echosvg.css.engine.StyleSheet
Returns the media to use to compute the styles.
getMedia() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Returns this user agent's CSS media.
getMedia() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns this user agent's CSS media.
getMedia() - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Returns this user agent's CSS media.
getMedia() - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
Returns this user agent's CSS media.
getMedia() - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns this user agent's CSS media.
getMedia() - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel
Returns the list of media.
getMedia() - Method in interface org.w3c.dom.svg.SVGStyleElement
 
getMediaAsString() - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel
Returns the media list as a string separated by space.
getMediaList() - Method in class io.sf.carte.echosvg.css.engine.MediaRule
Returns the media list.
getMediaType() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
getMedium() - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.AddMediumDialog
Returns the medium that might be added or null if any.
getMediumFontSize() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the medium font size.
getMediumFontSize() - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Returns the medium font size.
getMediumFontSize() - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Returns the medium font size.
getMediumFontSize() - Method in interface io.sf.carte.echosvg.css.engine.CSSContext
Returns the medium font size.
getMediumFontSize() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Returns the medium font size.
getMediumFontSize() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
 
getMediumFontSize() - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Returns the medium font size.
getMediumFontSize() - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
Returns the medium font size.
getMeetOrSlice() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
getMeetOrSlice() - Method in class io.sf.carte.echosvg.anim.values.AnimatablePreserveAspectRatioValue
Returns the meet-or-slice value.
getMeetOrSlice() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio
 
getMeetOrSlice() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
 
getMeetOrSlice() - Method in interface org.w3c.dom.svg.SVGPreserveAspectRatio
 
getMessage() - Method in exception class io.sf.carte.echosvg.anim.AnimationException
Returns the error message according to the error code and parameters.
getMessage() - Method in exception class io.sf.carte.echosvg.apps.rasterizer.SVGConverterException
 
getMessage() - Method in exception class io.sf.carte.echosvg.bridge.BridgeException
Returns the error message according to the error code and parameters.
getMessage() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentError
 
getMessage() - Method in exception class io.sf.carte.echosvg.parser.ParseException
Return a detail message for this exception.
getMessage() - Method in exception class io.sf.carte.echosvg.script.InterpreterException
Returns the message of this exception.
getMessage() - Method in exception class io.sf.carte.echosvg.svggen.SVGGraphics2DIOException
Returns the message of this exception.
getMessage() - Method in exception class io.sf.carte.echosvg.svggen.SVGGraphics2DRuntimeException
Returns the message of this exception.
getMessage() - Method in exception class io.sf.carte.echosvg.transcoder.TranscoderException
Returns the message of this exception.
getMessage() - Method in exception class io.sf.carte.echosvg.xml.XMLException
Return a detail message for this exception.
getMessage(String) - Static method in class io.sf.carte.echosvg.bridge.Messages
 
getMetaFileUnitsPerInch() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
get the number of Metafile units per inch in the WMF Metafile.
getMetaKey() - Method in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
DOM: Get whether the Meta key was pressed at the time of the event.
getMetaKey() - Method in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
Returns whether the 'meta' key was depressed during the firing of the event.
getMetaKey() - Method in class io.sf.carte.echosvg.dom.events.DOMMouseEvent
DOM: metaKey indicates whether the 'meta' key was depressed during the firing of the event.
getMetaKey() - Method in interface io.sf.carte.echosvg.w3c.dom.events.KeyboardEvent
true if the meta (Meta) key modifier is activated.
getMethod() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextPathElement
getMethod() - Method in interface org.w3c.dom.svg.SVGTextPathElement
 
getMetricDataFormat() - Method in class io.sf.carte.echosvg.svggen.font.table.HheaTable
 
getMiddleMarker() - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Returns the marker that shall be drawn at every other vertex (not the first or the last one) of the given shape.
getMidline() - Method in class io.sf.carte.echosvg.svggen.font.table.Panose
 
getMIMEType() - Method in interface io.sf.carte.echosvg.ext.awt.image.spi.ImageWriter
 
getMimeTypes() - Method in class io.sf.carte.echosvg.bridge.RhinoInterpreter
Returns the content types of the scripting languages this interpreter handles.
getMimeTypes() - Method in class io.sf.carte.echosvg.bridge.RhinoInterpreterFactory
Returns the mime-types to register this interpereter with.
getMimeTypes() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.AbstractRegistryEntry
 
getMimeTypes() - Method in interface io.sf.carte.echosvg.ext.awt.image.spi.RegistryEntry
Return a List of mime types for this file format.
getMimeTypes() - Method in interface io.sf.carte.echosvg.script.Interpreter
Returns the content types of the scripting languages this interpreter handles.
getMimeTypes() - Method in interface io.sf.carte.echosvg.script.InterpreterFactory
Returns the mime-types to register this interpereter with.
getMinLeftSideBearing() - Method in class io.sf.carte.echosvg.svggen.font.table.HheaTable
 
getMinRepaintTime() - Method in class io.sf.carte.echosvg.bridge.UpdateManager
 
getMinRightSideBearing() - Method in class io.sf.carte.echosvg.svggen.font.table.HheaTable
 
getMinTileX() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getMinTileX() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getMinTileY() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getMinTileY() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getMinValue(int) - Method in class io.sf.graphics.java2d.color.CIELabColorSpace
getMinValue(int) - Method in class io.sf.graphics.java2d.color.NamedColorSpace
getMinX() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
 
getMinX() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DeferRable
 
getMinX() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getMinX() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getMinY() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
 
getMinY() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DeferRable
 
getMinY() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getMinY() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getMode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEBlendElement
getMode() - Method in class io.sf.carte.echosvg.ext.awt.image.PadMode
Returns the mode of this pad mode.
getMode() - Method in interface org.w3c.dom.svg.SVGFEBlendElement
 
getModel() - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenu
Gets the ScrollablePopupMenuModel
getModified() - Method in class io.sf.carte.echosvg.svggen.font.table.HeadTable
 
getModifiers() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
Returns the modifiers flag for this event.
getModifiersList(int, int) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Gets a DOM 3 modifiers string from the given lock and shift bitmasks.
getModifiersString() - Method in class io.sf.carte.echosvg.dom.events.DOMMouseEvent
Returns the modifiers string for this event.
getModifierState(String) - Method in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
DOM: Returns whether the given modifier key was pressed at the time of the event.
getModifierState(String) - Method in class io.sf.carte.echosvg.dom.events.DOMMouseEvent
DOM: Returns whether the given modifier key was pressed at the time of the event.
getModifierState(String) - Method in interface io.sf.carte.echosvg.w3c.dom.events.KeyboardEvent
This methods queries the state of a modifier using a key identifier.
getMotionTransform() - Method in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
Returns the AffineTransform representing the current motion animation for this element.
getMotionTransform() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
Returns the AffineTransform representing the current motion animation for this element.
getMotionTransform() - Method in interface io.sf.carte.echosvg.dom.svg.SVGMotionAnimatableElement
Returns the AffineTransform representing the current motion animation for this element.
getName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMColorProfileElement
getName() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverterFileSource
 
getName() - Method in interface io.sf.carte.echosvg.apps.rasterizer.SVGConverterSource
Returns the name of the source.
getName() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverterURLSource
 
getName() - Method in class io.sf.carte.echosvg.dom.AbstractAttr
DOM: Implements Attr.getName().
getName() - Method in class io.sf.carte.echosvg.dom.GenericDocumentType
DOM: Implements DocumentType.getName().
getName() - Method in interface org.w3c.dom.svg.SVGColorProfileElement
 
getName() - Method in interface org.w3c.dom.svg.SVGColorProfileRule
 
getName(int) - Method in class io.sf.graphics.java2d.color.CIELabColorSpace
getName(int) - Method in class io.sf.graphics.java2d.color.NamedColorSpace
getNamedColor(String) - Method in class io.sf.graphics.java2d.color.profile.NamedColorProfile
Returns a named color.
getNamedColors() - Method in class io.sf.graphics.java2d.color.profile.NamedColorProfile
Returns the array of named colors.
getNamedItem(String) - Method in class io.sf.carte.echosvg.dom.AbstractElement.NamedNodeHashMap
getNamedItemNS(String, String) - Method in class io.sf.carte.echosvg.dom.AbstractElement.NamedNodeHashMap
getNameId() - Method in class io.sf.carte.echosvg.svggen.font.table.NameRecord
 
getNames() - Method in class io.sf.carte.echosvg.gvt.font.Glyph
Returns the names of this glyph.
getNamespaced() - Method in class io.sf.carte.echosvg.bridge.BridgeContext.EventListenerMememto
 
getNamespaceURI() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedValue
Returns the namespace URI of the attribute.
getNamespaceURI() - Method in interface io.sf.carte.echosvg.anim.dom.AnimatedLiveAttributeValue
Returns the namespace URI of this animated live attribute.
getNamespaceURI() - Method in class io.sf.carte.echosvg.anim.dom.BindableElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class io.sf.carte.echosvg.anim.dom.XBLOMElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class io.sf.carte.echosvg.bridge.AbstractSVGBridge
Returns the SVG namespace URI.
getNamespaceURI() - Method in interface io.sf.carte.echosvg.bridge.Bridge
Returns the namespace URI of the element this Bridge is dedicated to.
getNamespaceURI() - Method in class io.sf.carte.echosvg.bridge.BridgeContext.EventListenerMememto
 
getNamespaceURI() - Method in class io.sf.carte.echosvg.bridge.svg12.BindableElementBridge
Returns "*" to indicate a default bridge.
getNamespaceURI() - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
Returns the SVG namespace URI.
getNamespaceURI() - Method in class io.sf.carte.echosvg.bridge.svg12.SVGMultiImageElementBridge
Returns the EchoSVG Extension namespace URI.
getNamespaceURI() - Method in class io.sf.carte.echosvg.bridge.svg12.SVGSolidColorElementBridge
Returns the SVG namespace URI.
getNamespaceURI() - Method in class io.sf.carte.echosvg.bridge.svg12.XBLContentElementBridge
Returns the XBL namespace.
getNamespaceURI() - Method in class io.sf.carte.echosvg.bridge.svg12.XBLShadowTreeElementBridge
Returns the XBL namespace.
getNamespaceURI() - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
Returns the namespace URI of the element this Bridge is dedicated to.
getNamespaceURI() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Returns the namespace URI of the element this Bridge is dedicated to.
getNamespaceURI() - Method in class io.sf.carte.echosvg.dom.AbstractAttrNS
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class io.sf.carte.echosvg.dom.AbstractElementNS
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class io.sf.carte.echosvg.dom.events.AbstractEvent
Get the namespace URI of this event.
getNamespaceURI() - Method in class io.sf.carte.echosvg.dom.events.EventListenerList.Entry
Returns the event namespace URI.
getNamespaceURI() - Method in class io.sf.carte.echosvg.extension.svg.ColorSwitchBridge
Returns the SVG namespace URI.
getNamespaceURI() - Method in class io.sf.carte.echosvg.extension.svg.ColorSwitchElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
Returns the SVG namespace URI.
getNamespaceURI() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationElementBridge
Returns the SVG namespace URI.
getNamespaceURI() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGRegularPolygonElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGRegularPolygonElementBridge
Returns the SVG namespace URI.
getNamespaceURI() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGStarElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGStarElementBridge
Returns the SVG namespace URI.
getNamespaceURI() - Method in class io.sf.carte.echosvg.extension.svg.FlowDivElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class io.sf.carte.echosvg.extension.svg.FlowLineElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class io.sf.carte.echosvg.extension.svg.FlowParaElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class io.sf.carte.echosvg.extension.svg.FlowRegionBreakElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class io.sf.carte.echosvg.extension.svg.FlowRegionElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class io.sf.carte.echosvg.extension.svg.FlowSpanElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class io.sf.carte.echosvg.extension.svg.FlowTextElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI(String) - Method in class io.sf.carte.echosvg.bridge.svg12.XPathPatternContentSelector.NSPrefixResolver
Resolves the given namespace prefix.
getNamespaceURI(String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.NSPrefixResolver
Resolves the given namespace prefix.
getNameTable() - Method in class io.sf.carte.echosvg.svggen.font.Font
 
getNearestViewportElement() - Method in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
getNearestViewportElement() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getNearestViewportElement() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
getNearestViewportElement() - Method in class io.sf.carte.echosvg.extension.GraphicsExtensionElement
getNearestViewportElement() - Method in interface org.w3c.dom.svg.SVGLocatable
 
getNearestViewportElement(Element) - Static method in class io.sf.carte.echosvg.anim.dom.SVGLocatableSupport
getNewline() - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Returns the newline characters.
getNewScale() - Method in interface org.w3c.dom.svg.SVGZoomEvent
 
getNewTranslate() - Method in interface org.w3c.dom.svg.SVGZoomEvent
 
getNewValue() - Method in class io.sf.carte.echosvg.dom.events.DOMMutationEvent
DOM: newValue indicates the new value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharDataModified events.
getNext() - Method in class io.sf.carte.echosvg.util.DoublyLinkedList.Node
 
getNext(Element, Element, Element) - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
 
getNextElementSibling() - Method in class io.sf.carte.echosvg.dom.AbstractElement
getNextElementSibling() - Method in interface io.sf.carte.echosvg.w3c.dom.ElementTraversal
 
getNextGraphicsNode(GraphicsNode) - Method in class io.sf.carte.echosvg.gvt.GVTTreeWalker
 
getNextLogicallyAdjacentTextNode(Node) - Method in class io.sf.carte.echosvg.dom.AbstractText
getNextSibling() - Method in class io.sf.carte.echosvg.dom.AbstractChildNode
DOM: Implements Node.getNextSibling().
getNextSibling() - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.getNextSibling().
getNextSibling() - Method in class io.sf.carte.echosvg.dom.AbstractParentChildNode
DOM: Implements Node.getNextSibling().
getNextSibling() - Method in class io.sf.carte.echosvg.gvt.GVTTreeWalker
Returns the next sibling of the current GraphicsNode.
getNextSibling() - Method in interface org.w3c.dom.svg.SVGElementInstance
 
getNextSibling(GraphicsNode) - Static method in class io.sf.carte.echosvg.gvt.GVTTreeWalker
 
getNextSibling(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12TextElementBridge
Returns the next sibling node of the given node that should be processed by the text bridge.
getNextSibling(Node) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Returns the next sibling node of the given node that should be processed by the text bridge.
getNode(String, Element) - Method in class io.sf.carte.echosvg.bridge.URIResolver
Imports the Node referenced by the given URI on Element ref.
getNodeByFragment(String, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12URIResolver
Returns the node referenced by the given fragment identifier.
getNodeByFragment(String, Element) - Method in class io.sf.carte.echosvg.bridge.URIResolver
Returns the node referenced by the given fragment identifier.
getNodeDirtyRegion(GraphicsNode) - Method in class io.sf.carte.echosvg.gvt.UpdateTracker
 
getNodeDirtyRegion(GraphicsNode, AffineTransform) - Method in class io.sf.carte.echosvg.gvt.UpdateTracker
This returns the dirty region for gn in the coordinate system given by at.
getNodeName() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
DOM: Implements Node.getNodeName().
getNodeName() - Method in class io.sf.carte.echosvg.anim.dom.XBLOMElement
DOM: Implements Node.getNodeName().
getNodeName() - Method in class io.sf.carte.echosvg.dom.AbstractAttr
DOM: Implements Node.getNodeName().
getNodeName() - Method in class io.sf.carte.echosvg.dom.AbstractComment
DOM: Implements Node.getNodeName().
getNodeName() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
DOM: Implements Node.getNodeName().
getNodeName() - Method in class io.sf.carte.echosvg.dom.AbstractDocumentFragment
DOM: Implements Node.getNodeName().
getNodeName() - Method in class io.sf.carte.echosvg.dom.AbstractEntity
DOM: Implements Node.getNodeName().
getNodeName() - Method in class io.sf.carte.echosvg.dom.AbstractEntityReference
DOM: Implements Node.getNodeName().
getNodeName() - Method in class io.sf.carte.echosvg.dom.AbstractNotation
DOM: Implements Node.getNodeName().
getNodeName() - Method in class io.sf.carte.echosvg.dom.AbstractProcessingInstruction
DOM: Implements Node.getNodeName().
getNodeName() - Method in class io.sf.carte.echosvg.dom.GenericCDATASection
DOM: Implements Node.getNodeName().
getNodeName() - Method in class io.sf.carte.echosvg.dom.GenericDocumentType
DOM: Implements Node.getNodeName().
getNodeName() - Method in class io.sf.carte.echosvg.dom.GenericElement
DOM: Implements Node.getNodeName().
getNodeName() - Method in class io.sf.carte.echosvg.dom.GenericElementNS
DOM: Implements Node.getNodeName().
getNodeName() - Method in class io.sf.carte.echosvg.dom.GenericText
DOM: Implements Node.getNodeName().
getNodeName() - Method in class io.sf.carte.echosvg.extension.PrefixableStylableExtensionElement
DOM: Implements Node.getNodeName().
getNodeType() - Method in class io.sf.carte.echosvg.dom.AbstractAttr
DOM: Implements Node.getNodeType().
getNodeType() - Method in class io.sf.carte.echosvg.dom.AbstractComment
DOM: Implements Node.getNodeType().
getNodeType() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
DOM: Implements Node.getNodeType().
getNodeType() - Method in class io.sf.carte.echosvg.dom.AbstractDocumentFragment
DOM: Implements Node.getNodeType().
getNodeType() - Method in class io.sf.carte.echosvg.dom.AbstractElement
DOM: Implements Node.getNodeType().
getNodeType() - Method in class io.sf.carte.echosvg.dom.AbstractEntity
DOM: Implements Node.getNodeType().
getNodeType() - Method in class io.sf.carte.echosvg.dom.AbstractEntityReference
DOM: Implements Node.getNodeType().
getNodeType() - Method in class io.sf.carte.echosvg.dom.AbstractNotation
DOM: Implements Node.getNodeType().
getNodeType() - Method in class io.sf.carte.echosvg.dom.AbstractProcessingInstruction
DOM: Implements Node.getNodeType().
getNodeType() - Method in class io.sf.carte.echosvg.dom.GenericCDATASection
DOM: Implements Node.getNodeType().
getNodeType() - Method in class io.sf.carte.echosvg.dom.GenericDocumentType
 
getNodeType() - Method in class io.sf.carte.echosvg.dom.GenericText
DOM: Implements Node.getNodeType().
getNodeValue() - Method in class io.sf.carte.echosvg.dom.AbstractAttr
DOM: Implements Node.getNodeValue().
getNodeValue() - Method in class io.sf.carte.echosvg.dom.AbstractCharacterData
DOM: Implements Node.getNodeValue().
getNodeValue() - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.getNodeValue().
getNodeValue() - Method in class io.sf.carte.echosvg.dom.AbstractProcessingInstruction
DOM: Implements Node.getNodeValue().
getNormalArray(int, int, int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.BumpMap
 
getNormalizedPathSegList() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData
getNormalizedPathSegList() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
getNormalizedPathSegList() - Method in interface org.w3c.dom.svg.SVGAnimatedPathData
 
getNotationName() - Method in class io.sf.carte.echosvg.dom.AbstractEntity
DOM: Implements Entity.getNotationName().
getNotations() - Method in class io.sf.carte.echosvg.dom.GenericDocumentType
getNumber() - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberOptionalNumberValue
Returns the first number.
getNumberListHandler() - Method in class io.sf.carte.echosvg.parser.NumberListParser
Returns the number list handler in use.
getNumberOfChars() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
getNumberOfChars() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildTextContent
 
getNumberOfChars() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
getNumberOfChars() - Method in interface io.sf.carte.echosvg.dom.svg.SVGTextContent
Returns the total number of characters to be rendered within the current element.
getNumberOfChars() - Method in interface org.w3c.dom.svg.SVGTextContentElement
 
getNumberOfChars(Element) - Static method in class io.sf.carte.echosvg.anim.dom.SVGTextContentSupport
getNumberOfChars(Element) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
getNumberOfColors() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ICCColor
Returns the number of colors.
getNumberOfColors() - Method in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValue
Returns the number of colors, if this object represents a SVGColor.
getNumberOfColors() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.DeviceColor
Returns the number of colors.
getNumberOfContours() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfDescript
 
getNumberOfElements() - Method in class io.sf.carte.echosvg.dom.util.DocumentDescriptor
Returns the number of elements in the document.
getNumberOfHMetrics() - Method in class io.sf.carte.echosvg.svggen.font.table.HheaTable
 
getNumberOfItems() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
getNumberOfItems() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
getNumberOfItems() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
getNumberOfItems() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
getNumberOfItems() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
getNumberOfItems() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
getNumberOfItems() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Returns the number of items in the list.
getNumberOfItems() - Method in interface org.w3c.dom.svg.SVGLengthList
 
getNumberOfItems() - Method in interface org.w3c.dom.svg.SVGNumberList
 
getNumberOfItems() - Method in interface org.w3c.dom.svg.SVGPathSegList
 
getNumberOfItems() - Method in interface org.w3c.dom.svg.SVGPointList
 
getNumberOfItems() - Method in interface org.w3c.dom.svg.SVGStringList
 
getNumberOfItems() - Method in interface org.w3c.dom.svg.SVGTransformList
 
getNumberOfProperties() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Returns the number of properties.
getNumberOfSegments() - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength
Returns the number of segments in the path.
getNumbers() - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberListValue
Gets the numbers.
getNumberValue() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.Result
Gets the number value.
getNumChars() - Method in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
Returns the number of characters in the text whose metrics are encapsulated by this LineMetrics object.
getNumChars(char) - Static method in class io.sf.carte.echosvg.gvt.text.ArabicTextHandler
Returns the number of characters the glyph for the specified character represents.
getNumGlyphGroups() - Method in class io.sf.carte.echosvg.gvt.flow.WordInfo
 
getNumGlyphs() - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Returns the number of glyphs in this GlyphVector.
getNumGlyphs() - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Returns the number of glyphs in this GlyphVector.
getNumGlyphs() - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Returns the number of glyphs in this GlyphVector.
getNumGlyphs() - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Returns the number of glyphs in this GlyphVector.
getNumGlyphs() - Method in class io.sf.carte.echosvg.svggen.font.Font
 
getNumGlyphs() - Method in class io.sf.carte.echosvg.svggen.font.table.MaxpTable
 
getNumObjects() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
Returns the number of GdiObjects in the handle table
getNumObjects() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns the number of GdiObjects in the handle table
getNumOctaves() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFETurbulenceElement
getNumOctaves() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable
Gets the current number of octaves for the noise function .
getNumOctaves() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable8Bit
Get the current number of octaves for the noise function .
getNumOctaves() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TurbulencePatternRed
 
getNumOctaves() - Method in interface org.w3c.dom.svg.SVGFETurbulenceElement
 
getNumRangeOnLine() - Method in class io.sf.carte.echosvg.gvt.flow.FlowRegions
 
getNumRecords() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns a number of records in the image
getNumRecords() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFRecordStore
Returns a number of records in the image
getNumTables() - Method in class io.sf.carte.echosvg.svggen.font.table.TableDirectory
 
getNumXTiles() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getNumXTiles() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getNumYTiles() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getNumYTiles() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getObj() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.LRUCache.LRUNode
 
getObject() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.GdiObject
Return the Object associated with this GdiObject.
getObject(int) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
Returns a GdiObject from the handle table
getObject(int) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns a GdiObject from the handle table
getOffScreen() - Method in class io.sf.carte.echosvg.bridge.RepaintManager
Returns the renderer's offscreen, i.e., the current state as rendered by the associated renderer.
getOffScreen() - Method in interface io.sf.carte.echosvg.gvt.renderer.ImageRenderer
Get the Current offscreen buffer used for rendering
getOffScreen() - Method in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
Returns the current offscreen image.
getOffScreen() - Method in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
Returns the current offscreen image.
getOffScreen() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Returns the off-screen image, if any.
getOffset() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMComponentTransferFunctionElement
getOffset() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMStopElement
getOffset() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns the current text position at the beginning of glyph layout, before the application of explicit glyph positioning attributes.
getOffset() - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Returns the current text position at the completion beginning of glyph layout, before the application of explicit glyph positioning attributes.
getOffset() - Method in interface io.sf.carte.echosvg.ext.awt.image.ComponentTransferFunction
Returns the offset value for this transfer function
getOffset() - Method in class io.sf.carte.echosvg.ext.awt.image.ConcreteComponentTransferFunction
Returns the offset value for this transfer function
getOffset() - Method in class io.sf.carte.echosvg.svggen.font.table.CmapIndexEntry
 
getOffset() - Method in class io.sf.carte.echosvg.svggen.font.table.DirectoryEntry
 
getOffset() - Method in class io.sf.carte.echosvg.svggen.font.table.FeatureRecord
 
getOffset() - Method in class io.sf.carte.echosvg.svggen.font.table.LangSysRecord
 
getOffset() - Method in class io.sf.carte.echosvg.svggen.font.table.ScriptRecord
 
getOffset() - Method in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
 
getOffset() - Method in interface org.w3c.dom.svg.SVGStopElement
 
getOffset(int) - Method in class io.sf.carte.echosvg.svggen.font.table.LocaTable
 
getOpacityValue() - Method in class io.sf.carte.echosvg.svggen.SVGCompositeDescriptor
 
getOpacityValue() - Method in class io.sf.carte.echosvg.svggen.SVGPaintDescriptor
 
getOperationColorSpace() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractColorInterpolationRable
 
getOperationColorSpace() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.FilterColorInterpolation
Returns the ColorSpace that the object will perform it's work in.
getOperator() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
getOperator() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEMorphologyElement
getOperator() - Method in interface org.w3c.dom.svg.SVGFECompositeElement
 
getOperator() - Method in interface org.w3c.dom.svg.SVGFEMorphologyElement
 
getOptionalNumber() - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberOptionalNumberValue
Returns the optional number.
getOptionDescription() - Method in interface io.sf.carte.echosvg.apps.rasterizer.Main.OptionHandler
Returns the description for this option
getOptionValuesLength() - Method in class io.sf.carte.echosvg.apps.rasterizer.Main.NoValueOptionHandler
 
getOptionValuesLength() - Method in interface io.sf.carte.echosvg.apps.rasterizer.Main.OptionHandler
Returns the number of values which the option handler requires.
getOptionValuesLength() - Method in class io.sf.carte.echosvg.apps.rasterizer.Main.SingleValueOptionHandler
 
getOrderX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
getOrderX() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
getOrderY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
getOrderY() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
getOrient() - Method in class io.sf.carte.echosvg.gvt.Marker
Returns the orientation of this marker.
getOrientAngle() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
getOrientAngle() - Method in interface org.w3c.dom.svg.SVGMarkerElement
 
getOrientation() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontSizeManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class io.sf.carte.echosvg.css.engine.value.LengthManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class io.sf.carte.echosvg.css.engine.value.RectManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class io.sf.carte.echosvg.css.engine.value.svg.BaselineShiftManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class io.sf.carte.echosvg.css.engine.value.svg.EnableBackgroundManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class io.sf.carte.echosvg.css.engine.value.svg.KerningManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class io.sf.carte.echosvg.css.engine.value.svg.SpacingManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeDasharrayManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeDashoffsetManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeWidthManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.LineHeightManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.MarginLengthManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class io.sf.carte.echosvg.gvt.font.Glyph
Returns the orientation of this glyph.
getOrientType() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
getOrientType() - Method in interface org.w3c.dom.svg.SVGMarkerElement
 
getOrigin() - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
getOrigin(int) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Returns the origin value.
getOriginalEvent() - Method in class io.sf.carte.echosvg.dom.events.AbstractEvent
Gets the event from which this event was cloned.
getOriginalEvent() - Method in interface io.sf.carte.echosvg.dom.xbl.OriginalEvent
Gets the event from which this event was cloned.
getOS2Table() - Method in class io.sf.carte.echosvg.svggen.font.Font
 
getOutline() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns the outline of the completed glyph layout.
getOutline() - Method in class io.sf.carte.echosvg.bridge.MultiResGraphicsNode
Returns the outline of this node.
getOutline() - Method in class io.sf.carte.echosvg.bridge.SVGPatternElementBridge.PatternGraphicsNode
 
getOutline() - Method in class io.sf.carte.echosvg.bridge.TextNode
Returns the outline of this node.
getOutline() - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Returns the outline of the completed glyph layout, transformed by an AffineTransform.
getOutline() - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns the outline of this node.
getOutline() - Method in class io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache.Value
Returns the outline of the glyph.
getOutline() - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector.
getOutline() - Method in class io.sf.carte.echosvg.gvt.font.Glyph
Returns the outline of this glyph.
getOutline() - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector.
getOutline() - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector.
getOutline() - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector.
getOutline() - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the outline of this node.
getOutline() - Method in class io.sf.carte.echosvg.gvt.ProxyGraphicsNode
Returns the outline of this node.
getOutline() - Method in class io.sf.carte.echosvg.gvt.RasterImageNode
Returns the outline of this node.
getOutline() - Method in class io.sf.carte.echosvg.gvt.ShapeNode
Returns the outline of this node.
getOutline(float, float) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector, offset to x, y.
getOutline(float, float) - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector, offset to x, y.
getOutline(float, float) - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector, offset to x, y.
getOutline(float, float) - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector, offset to x, y.
getOutline(TextNode) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
Get a Shape in userspace coords which defines the textnode glyph outlines.
getOutline(TextNode) - Method in interface io.sf.carte.echosvg.bridge.TextPainter
Get a Shape in userspace coords which defines the textnode glyph outlines.
getOutlineBounds2D() - Method in class io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache.Value
Returns the bounds of the outline.
getOutputStream() - Method in class io.sf.carte.echosvg.transcoder.TranscoderOutput
Returns the output of this transcoder as a byte stream or null if none was supplied.
getOverflow() - Method in class io.sf.carte.echosvg.gvt.PatternPaint
 
getOverlays() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Returns the overlay list.
getOverlineOffset() - Method in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
Returns the position of the overline relative to the baseline.
getOverlinePosition() - Method in class io.sf.carte.echosvg.gvt.font.GVTFontFace
Returns the position of the overline decoration.
getOverlineShape() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns a shape describing the overline decoration for a given ACI.
getOverlineThickness() - Method in class io.sf.carte.echosvg.gvt.font.GVTFontFace
Returns the stroke thickness to use when drawing a overline.
getOverlineThickness() - Method in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
Returns the thickness of the overline.
getOverrideStyle() - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
Returns the override style declaration for this element.
getOverrideStyle(Element, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
getOverrideStyle(Element, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getOverrideStyle(Element, String) - Method in class io.sf.carte.echosvg.dom.AbstractStylableDocument
getOverrideStyleDeclarationProvider() - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
Returns the object that gives access to the underlying StyleDeclaration for the override style of this element.
getOverrideStyleDeclarationProvider() - Method in interface io.sf.carte.echosvg.css.engine.CSSStylableElement
Returns the object that gives access to the underlying StyleDeclaration for the override style of this element.
getOverrideStyleDeclarationProvider() - Method in class io.sf.carte.echosvg.extension.StylableExtensionElement
Returns the object that gives access to the underlying StyleDeclaration for the override style of this element.
getOwner() - Method in class io.sf.carte.echosvg.anim.timing.TimingSpecifier
Returns the element that owns this timing specifier.
getOwner() - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenu
Gets the owner component.
getOwnerDocument() - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.getOwnerDocument().
getOwnerElement() - Method in class io.sf.carte.echosvg.dom.AbstractAttr
DOM: Implements Attr.getOwnerElement().
getOwnerSVGElement() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
getOwnerSVGElement() - Method in interface org.w3c.dom.svg.SVGElement
Gets the nearest ancestor svg element.
getPackages() - Method in class io.sf.carte.echosvg.script.ImportInfo
Return an unmodifiable iterator over the list of packages
getPadMode() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.PadRable
Get the current extension mode for pad
getPadMode() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.PadRable8Bit
Get the current extension mode for pad
getPadRect() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.PadRable
Get the current rectangle for padding
getPadRect() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.PadRable8Bit
Get the current rectangle for padding
getPaint() - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Returns the current Paint of the Graphics2D context.
getPaint() - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Returns the current Paint of the Graphics2D context.
getPaint() - Method in class io.sf.carte.echosvg.gvt.FillShapePainter
Gets the paint used to draw the outline of the shape.
getPaint() - Method in class io.sf.carte.echosvg.gvt.StrokeShapePainter
Gets the paint used to draw the outline of the shape.
getPaint() - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getPaintConverter() - Method in class io.sf.carte.echosvg.svggen.SVGGraphicContextConverter
 
getPaintedArea() - Method in class io.sf.carte.echosvg.gvt.CompositeShapePainter
Returns the area painted by this shape painter.
getPaintedArea() - Method in class io.sf.carte.echosvg.gvt.FillShapePainter
Returns the area painted by this shape painter.
getPaintedArea() - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Returns the area painted by this shape painter.
getPaintedArea() - Method in interface io.sf.carte.echosvg.gvt.ShapePainter
Returns the area painted by this shape painter.
getPaintedArea() - Method in class io.sf.carte.echosvg.gvt.StrokeShapePainter
Returns the area painted by this shape painter.
getPaintedBounds2D() - Method in class io.sf.carte.echosvg.gvt.CompositeShapePainter
Returns the bounds of the area painted by this shape painter
getPaintedBounds2D() - Method in class io.sf.carte.echosvg.gvt.FillShapePainter
Returns the bounds of the area painted by this shape painter
getPaintedBounds2D() - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Returns the bounds of the area painted by this shape painter
getPaintedBounds2D() - Method in interface io.sf.carte.echosvg.gvt.ShapePainter
Returns the bounds of the area painted by this shape painter
getPaintedBounds2D() - Method in class io.sf.carte.echosvg.gvt.StrokeShapePainter
Returns the bounds of the area painted by this shape painter
getPaintingTransform() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Returns the current painting transform.
getPaintType() - Method in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
Returns the type of paint this value represents.
getPaintType() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint
DOM: Implements SVGPaint.getPaintType().
getPaintType() - Method in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValue
Returns the paint type, if this object represents a SVGPaint.
getPaintType() - Method in interface org.w3c.dom.svg.SVGPaint
 
getPaintValue() - Method in class io.sf.carte.echosvg.svggen.SVGPaintDescriptor
 
getPanose() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getParameter(String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentConfiguration
Gets the value of the given parameter.
getParameterNames() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentConfiguration
Returns a DOMStringList of parameter names.
getParameters() - Method in class io.sf.carte.echosvg.anim.values.AnimatablePathDataValue
Returns the array of path data parameters.
getParams() - Method in exception class io.sf.carte.echosvg.anim.AnimationException
Returns the error message parameters.
getParent() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.SVGLengthItem
Returns the parent list of this item.
getParent() - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
Returns the parent Window object.
getParent() - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
Returns a Window object representing the parent of this Window.
getParent() - Method in class io.sf.carte.echosvg.css.engine.StyleSheet
Returns the parent sheet.
getParent() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGItem
Returns the parent list of this item.
getParent() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
Returns the parent list of this item.
getParent() - Method in interface io.sf.carte.echosvg.dom.svg.SVGItem
Return the list the item belongs to.
getParent() - Method in class io.sf.carte.echosvg.dom.svg.SVGNumberItem
Returns the list the item belongs to.
getParent() - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns the parent of this node or null if any.
getParent() - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the parent of this node or null if any.
getParent() - Method in interface io.sf.carte.echosvg.w3c.dom.Window
 
getParentCSSStylableElement(Element) - Static method in class io.sf.carte.echosvg.css.engine.CSSEngine
Returns the next stylable parent of the given element.
getParentElement(Element) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Returns the logical parent element of the given element.
getParentNode() - Method in class io.sf.carte.echosvg.dom.AbstractChildNode
DOM: Implements Node.getParentNode().
getParentNode() - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.getParentNode().
getParentNode() - Method in class io.sf.carte.echosvg.dom.AbstractParentChildNode
DOM: Implements Node.getParentNode().
getParentNode() - Method in interface org.w3c.dom.svg.SVGElementInstance
 
getParentNode(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12TextElementBridge
Returns the parent node of the given node that should be processed by the text bridge.
getParentNode(Node) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Returns the parent node of the given node that should be processed by the text bridge.
getParentNodeEventTarget() - Method in class io.sf.carte.echosvg.dom.AbstractNode
getParentNodeEventTarget() - Method in interface io.sf.carte.echosvg.dom.events.NodeEventTarget
Returns the parent node event target.
getParentNodeEventTarget() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMUseShadowRoot
getParentRule() - Method in class io.sf.carte.echosvg.css.dom.CSSOMComputedStyle
getParentRule() - Method in class io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration
getParentTextPaintInfo(Element) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Retrieve in the AttributeString the closest parent of the node 'child' and extract the text decorations of the parent.
getParsedURL() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Returns the URI of the document.
getPath() - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength
Returns the path to use for calculations.
getPath() - Method in class io.sf.carte.echosvg.svggen.font.Font
 
getPath() - Method in class io.sf.carte.echosvg.util.gui.UserStyleDialog
Returns the chosen path or null.
getPath() - Method in class io.sf.carte.echosvg.util.gui.UserStyleDialog.Panel
Returns the chosen path or null.
getPath() - Method in class io.sf.carte.echosvg.util.ParsedURL
Returns the path for this URL, if any (where appropriate for the protocol this also includes the file, not just directory).
getPathCommands() - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
Returns the array of path commands accumulated.
getPathHandler() - Method in class io.sf.carte.echosvg.parser.PathParser
Returns the path handler in use.
getPathIterator(AffineTransform) - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
getPathIterator(AffineTransform) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
Returns an iterator object that iterates along the boundary of this Polygon and provides access to the geometry of the outline of this Polygon.
getPathIterator(AffineTransform) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
Returns an iterator object that iterates along the boundary of this Polygon and provides access to the geometry of the outline of this Polygon.
getPathIterator(AffineTransform) - Method in class io.sf.carte.echosvg.ext.awt.geom.ShapeExtender
 
getPathIterator(AffineTransform, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
getPathIterator(AffineTransform, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
Returns an iterator object that iterates along the boundary of the Polygon2D and provides access to the geometry of the outline of the Shape.
getPathIterator(AffineTransform, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
Returns an iterator object that iterates along the boundary of the Shape and provides access to the geometry of the outline of the Shape.
getPathIterator(AffineTransform, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.ShapeExtender
 
getPathLength() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
getPathLength() - Method in interface org.w3c.dom.svg.SVGPathElement
 
getPathLengthObj() - Method in class io.sf.carte.echosvg.bridge.SVGPathElementBridge
Returns the PathLength object that tracks the length of the path.
getPathParameters() - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
Returns the array of path parameters accumulated.
getPathSegAtLength(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
getPathSegAtLength(float) - Method in class io.sf.carte.echosvg.bridge.SVGPathElementBridge
Returns the index of the path segment at the given distance along the path.
getPathSegAtLength(float) - Method in interface io.sf.carte.echosvg.dom.svg.SVGPathContext
Returns the index of the path segment at the given distance along the path.
getPathSegAtLength(float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
getPathSegAtLength(SVGOMPathElement, float) - Static method in class io.sf.carte.echosvg.anim.dom.SVGPathSupport
getPathSegList() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData
getPathSegList() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
getPathSegList() - Method in interface org.w3c.dom.svg.SVGAnimatedPathData
 
getPathSegType() - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
getPathSegType() - Method in interface org.w3c.dom.svg.SVGPathSeg
 
getPathSegTypeAsLetter() - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
getPathSegTypeAsLetter() - Method in interface org.w3c.dom.svg.SVGPathSeg
 
getPatternContentUnits() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
getPatternContentUnits() - Method in interface org.w3c.dom.svg.SVGPatternElement
 
getPatternRect() - Method in class io.sf.carte.echosvg.gvt.PatternPaint
Returns the pattern region.
getPatternTransform() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
getPatternTransform() - Method in class io.sf.carte.echosvg.gvt.PatternPaint
Returns the additional transform of the pattern paint.
getPatternTransform() - Method in interface org.w3c.dom.svg.SVGPatternElement
 
getPatternUnits() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
getPatternUnits() - Method in interface org.w3c.dom.svg.SVGPatternElement
 
getPeerWithTag(Element, String, String) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas.CanvasUserAgent
Checks if there is a peer element of a given type.
getPercentageInterpretation() - Method in class io.sf.carte.echosvg.anim.dom.TraitInformation
Returns how percentage values in this trait are resolved.
getPercentageInterpretation(String, String, boolean) - Method in interface io.sf.carte.echosvg.anim.dom.AnimationTarget
Gets how percentage values are interpreted by the given attribute or property.
getPercentageInterpretation(String, String, boolean) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Gets how percentage values are interpreted by the given attribute or property.
getPermissions(CodeSource) - Method in class io.sf.carte.echosvg.bridge.DocumentJarClassLoader
Returns the permissions for the given codesource object.
getPermissions(CodeSource) - Method in class io.sf.carte.echosvg.script.rhino.RhinoClassLoader
Returns the permissions for the given CodeSource object.
getPixelsPerUnit() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
Return the number of pixels per unit.
getPixelToMillimeter() - Method in interface io.sf.carte.echosvg.css.engine.CSSContext
Deprecated, for removal: This API element is subject to removal in a future version.
getPixelToMM() - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Deprecated, for removal: This API element is subject to removal in a future version.
getPixelToMM() - Method in interface io.sf.carte.echosvg.dom.svg.SVGContext
Deprecated, for removal: This API element is subject to removal in a future version.
getPixelToMM() - Method in interface io.sf.carte.echosvg.parser.UnitProcessor.Context
Deprecated, for removal: This API element is subject to removal in a future version.
getPixelToMM() - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Deprecated, for removal: This API element is subject to removal in a future version.
getPixelUnitToMillimeter() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength.DefaultContext
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement.UnitContext
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
getPixelUnitToMillimeter() - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class io.sf.carte.echosvg.bridge.AnimatableGenericSVGBridge
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class io.sf.carte.echosvg.bridge.SVGDescriptiveElementBridge
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class io.sf.carte.echosvg.bridge.UnitProcessor.DefaultContext
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in interface io.sf.carte.echosvg.css.engine.CSSContext
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in interface io.sf.carte.echosvg.dom.svg.SVGContext
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in interface io.sf.carte.echosvg.parser.UnitProcessor.Context
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns the pixel to millimeter conversion factor specified in the TranscodingHints or 0.26458333 if not specified.
getPixelUnitToMillimeterX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getPixelUnitToMillimeterX() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getPixelUnitToMillimeterY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getPixelUnitToMillimeterY() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getPlatformId() - Method in class io.sf.carte.echosvg.svggen.font.table.CmapIndexEntry
 
getPlatformId() - Method in class io.sf.carte.echosvg.svggen.font.table.NameRecord
 
getPoint(int) - Method in class io.sf.carte.echosvg.svggen.font.Glyph
 
getPoint(String) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Returns a point preference.
getPoint2D() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseEvent
Returns the (x, y) position of the event relative to the source node.
getPoint2D(Point2D, Point2D) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.MorphologyOp
 
getPointAtLength(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
getPointAtLength(float) - Method in class io.sf.carte.echosvg.bridge.SVGPathElementBridge
Returns the point at the given distance along the path.
getPointAtLength(float) - Method in interface io.sf.carte.echosvg.dom.svg.SVGPathContext
Returns the point at the given distance along the path.
getPointAtLength(float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
getPointAtLength(SVGOMPathElement, float) - Static method in class io.sf.carte.echosvg.anim.dom.SVGPathSupport
getPointAtX() - Method in class io.sf.carte.echosvg.ext.awt.image.SpotLight
 
getPointAtY() - Method in class io.sf.carte.echosvg.ext.awt.image.SpotLight
 
getPointAtZ() - Method in class io.sf.carte.echosvg.ext.awt.image.SpotLight
 
getPointCount() - Method in class io.sf.carte.echosvg.svggen.font.Glyph
 
getPointCount() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeDescript
 
getPointCount() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfSimpleDescript
 
getPointCount() - Method in interface io.sf.carte.echosvg.svggen.font.table.GlyphDescription
 
getPointerEventType() - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns the type that describes how this graphics node reacts to events.
getPointerEventType() - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the type that describes how this graphics node reacts to events.
getPoints() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints
getPoints() - Method in class io.sf.carte.echosvg.anim.dom.SVGPointShapeElement
getPoints() - Method in interface org.w3c.dom.svg.SVGAnimatedPoints
 
getPointsAtX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
getPointsAtX() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
 
getPointsAtY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
getPointsAtY() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
 
getPointsAtZ() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
getPointsAtZ() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
 
getPointsHandler() - Method in class io.sf.carte.echosvg.parser.PointsParser
Returns the points handler in use.
getPolicyURL() - Method in class io.sf.carte.echosvg.util.ApplicationSecurityEnforcer
Deprecated.
Returns the url for the default policy.
getPolygon() - Method in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
 
getPolygon2D() - Method in class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
 
getPolyline2D() - Method in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
 
getPopupMenu() - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent
Gets the dropdown popup menu.
getPort() - Method in class io.sf.carte.echosvg.util.ParsedURL
Returns the port on the host to connect to, if it was specified in the url that was parsed, otherwise returns -1.
getPortStr() - Method in class io.sf.carte.echosvg.util.ParsedURL
Returns the URL up to and include the port number on the host.
getPortStr() - Method in class io.sf.carte.echosvg.util.ParsedURLData
Returns the URL up to and include the port number on the host.
getPosition() - Method in class io.sf.carte.echosvg.gvt.font.Glyph
Returns the position of this glyph.
getPositionTransform() - Method in class io.sf.carte.echosvg.gvt.CanvasGraphicsNode
 
getPostConnectionURL() - Method in class io.sf.carte.echosvg.util.ParsedURL
Returns the URL that was ultimately used to fetch the resource represented by this ParsedURL.
getPostConnectionURL() - Method in class io.sf.carte.echosvg.util.ParsedURLData
Returns the URL that was ultimately used to fetch the resource represented by the ParsedURL.
getPostTable() - Method in class io.sf.carte.echosvg.svggen.font.Font
 
getPrecision() - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Returns the current precision used by this context
getPredefinedCursor(String) - Static method in class io.sf.carte.echosvg.bridge.CursorManager
Returns a Cursor object for a given cursor value.
getPreferenceDirectory() - Static method in class io.sf.carte.echosvg.util.PreferenceManager
Returns a String representing the directory where PreferenceManager instances should look for preferences.
getPreferredSize() - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenu
 
getPrefix() - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.getPrefix().
getPrefix() - Method in class io.sf.carte.echosvg.svggen.AbstractImageHandlerEncoder
 
getPrefix() - Method in class io.sf.carte.echosvg.svggen.ImageHandlerJPEGEncoder
 
getPrefix() - Method in class io.sf.carte.echosvg.svggen.ImageHandlerPNGEncoder
 
getPrefix(String) - Method in class io.sf.carte.echosvg.bridge.svg12.XPathPatternContentSelector.NSPrefixResolver
 
getPrefix(String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.NSPrefixResolver
 
getPrefix(String) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Gets the prefix from the given qualified name.
getPrefixes(String) - Method in class io.sf.carte.echosvg.bridge.svg12.XPathPatternContentSelector.NSPrefixResolver
 
getPrefixes(String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.NSPrefixResolver
 
getPresentationAttribute(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
getPresentationAttribute(String) - Method in class io.sf.carte.echosvg.extension.StylableExtensionElement
getPresentationAttribute(String) - Method in interface org.w3c.dom.svg.SVGStylable
 
getPreserveAlpha() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
getPreserveAlpha() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable
Returns false if the convolution should affect the Alpha channel
getPreserveAlpha() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable8Bit
Returns false if the convolution should affect the Alpha channel
getPreserveAlpha() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
getPreserveAspectRatio() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEImageElement
getPreserveAspectRatio() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMImageElement
getPreserveAspectRatio() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
getPreserveAspectRatio() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
getPreserveAspectRatio() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getPreserveAspectRatio() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSymbolElement
getPreserveAspectRatio() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMViewElement
getPreserveAspectRatio() - Method in interface org.w3c.dom.svg.SVGFEImageElement
 
getPreserveAspectRatio() - Method in interface org.w3c.dom.svg.SVGFitToViewBox
 
getPreserveAspectRatio() - Method in interface org.w3c.dom.svg.SVGImageElement
 
getPreserveAspectRatioHandler() - Method in class io.sf.carte.echosvg.parser.PreserveAspectRatioParser
Returns the length handler in use.
getPreserveAspectRatioString() - Method in interface org.w3c.dom.svg.SVGViewSpec
 
getPreserveAspectRatioTransform(float[], short, boolean, float, float) - Static method in class io.sf.carte.echosvg.bridge.ViewBox
Returns the preserveAspectRatio transform according to the specified parameters.
getPreserveAspectRatioTransform(Element, float[], float, float, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.ViewBox
Returns the transformation matrix to apply to initalize a viewport or null if the specified viewBox disables the rendering of the element.
getPreserveAspectRatioTransform(Element, float[], float, float, SVGAnimatedPreserveAspectRatio, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.ViewBox
Returns the transformation matrix to apply to initalize a viewport or null if the specified viewBox disables the rendering of the element.
getPreserveAspectRatioTransform(Element, float, float) - Static method in class io.sf.carte.echosvg.bridge.ViewBox
Deprecated.
Replaced by ViewBox.getPreserveAspectRatioTransform(Element,float,float,BridgeContext), which has more accurate error reporting.
getPreserveAspectRatioTransform(Element, float, float, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.ViewBox
Returns the transformation matrix to apply to initalize a viewport or null if the specified viewBox disables the rendering of the element.
getPreserveAspectRatioTransform(Element, String, String, float, float, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.ViewBox
Returns the transformation matrix to apply to initalize a viewport or null if the specified viewBox disables the rendering of the element.
getPreserveAspectRatioTransform(Element, SVGAnimatedRect, SVGAnimatedPreserveAspectRatio, float, float, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.ViewBox
Returns the transformation matrix to apply to initialize a viewport or null if the specified viewBox disables the rendering of the element.
getPrev() - Method in class io.sf.carte.echosvg.util.DoublyLinkedList.Node
 
getPreviousElementSibling() - Method in class io.sf.carte.echosvg.dom.AbstractElement
getPreviousElementSibling() - Method in interface io.sf.carte.echosvg.w3c.dom.ElementTraversal
 
getPreviousGraphicsNode(GraphicsNode) - Method in class io.sf.carte.echosvg.gvt.GVTTreeWalker
 
getPreviousLogicallyAdjacentTextNode(Node) - Method in class io.sf.carte.echosvg.dom.AbstractText
getPreviousScale() - Method in interface org.w3c.dom.svg.SVGZoomEvent
 
getPreviousSibling() - Method in class io.sf.carte.echosvg.dom.AbstractChildNode
DOM: Implements Node.getPreviousSibling().
getPreviousSibling() - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.getPreviousSibling().
getPreviousSibling() - Method in class io.sf.carte.echosvg.dom.AbstractParentChildNode
DOM: Implements Node.getPreviousSibling().
getPreviousSibling() - Method in class io.sf.carte.echosvg.gvt.GVTTreeWalker
Returns the next previous of the current GraphicsNode.
getPreviousSibling() - Method in interface org.w3c.dom.svg.SVGElementInstance
 
getPreviousSibling(GraphicsNode) - Static method in class io.sf.carte.echosvg.gvt.GVTTreeWalker
 
getPreviousTranslate() - Method in interface org.w3c.dom.svg.SVGZoomEvent
 
getPrevNamespaceURI() - Method in class io.sf.carte.echosvg.dom.events.DOMMutationNameEvent
Gets the node's previous namespace URI.
getPrevNamespaceURI() - Method in interface io.sf.carte.echosvg.w3c.dom.events.MutationNameEvent
The previous value of the relatedNode's namespaceURI.
getPrevNodeName() - Method in class io.sf.carte.echosvg.dom.events.DOMMutationNameEvent
Gets the node's previous node name.
getPrevNodeName() - Method in interface io.sf.carte.echosvg.w3c.dom.events.MutationNameEvent
The previous value of the relatedNode's nodeName.
getPrevValue() - Method in class io.sf.carte.echosvg.dom.events.DOMMutationEvent
DOM: prevValue indicates the previous value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharDataModified events.
getPrimaryBridgeContext() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the primary bridge context.
getPrimitiveBounds() - Method in class io.sf.carte.echosvg.bridge.MultiResGraphicsNode
Returns the bounds of the area covered by this node's primitive paint.
getPrimitiveBounds() - Method in class io.sf.carte.echosvg.bridge.SVGPatternElementBridge.PatternGraphicsNode
 
getPrimitiveBounds() - Method in class io.sf.carte.echosvg.bridge.TextNode
Returns the bounds of the area covered by this node's primitive paint.
getPrimitiveBounds() - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns the bounds of the area covered by this node's primitive paint.
getPrimitiveBounds() - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the bounds of the area covered by this node's primitive paint.
getPrimitiveBounds() - Method in class io.sf.carte.echosvg.gvt.ImageNode
 
getPrimitiveBounds() - Method in class io.sf.carte.echosvg.gvt.ProxyGraphicsNode
Returns the bounds of the area covered by this node's primitive paint.
getPrimitiveBounds() - Method in class io.sf.carte.echosvg.gvt.RasterImageNode
Returns the bounds of the area covered by this node's primitive paint.
getPrimitiveBounds() - Method in class io.sf.carte.echosvg.gvt.ShapeNode
Returns the bounds of the area covered by this node's primitive paint.
getPrimitiveType() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractComponent
getPrimitiveType() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractComponent
getPrimitiveType() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
getPrimitiveType() - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValue
getPrimitiveType() - Method in class io.sf.carte.echosvg.css.engine.value.ComputedValue
getPrimitiveType() - Method in class io.sf.carte.echosvg.css.engine.value.FloatValue
The type of the value.
getPrimitiveType() - Method in class io.sf.carte.echosvg.css.engine.value.RectValue
The type of the value.
getPrimitiveType() - Method in class io.sf.carte.echosvg.css.engine.value.RGBColorValue
The type of the value.
getPrimitiveType() - Method in class io.sf.carte.echosvg.css.engine.value.StringValue
The type of the value.
getPrimitiveType() - Method in interface io.sf.carte.echosvg.css.engine.value.Value
The type of the value.
getPrimitiveUnits() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
getPrimitiveUnits() - Method in interface org.w3c.dom.svg.SVGFilterElement
 
getPriority() - Method in interface io.sf.carte.echosvg.bridge.BridgeExtension
Return the priority of this Extension.
getPriority() - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeExtension
Return the priority of this Extension.
getPriority() - Method in class io.sf.carte.echosvg.bridge.SVGBridgeExtension
Return the priority of this Extension.
getPriority() - Method in interface io.sf.carte.echosvg.dom.DomExtension
Return the priority of this Extension.
getPriority() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.AbstractRegistryEntry
 
getPriority() - Method in interface io.sf.carte.echosvg.ext.awt.image.spi.RegistryEntry
Returns a search priority for this entry.
getPriority() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGBridgeExtension
Return the priority of this Extension.
getPriority() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension
Return the priority of this Extension.
getPriority(int) - Method in class io.sf.carte.echosvg.css.engine.StyleDeclaration
Tells whether a value is important.
getProfileName() - Method in interface io.sf.graphics.java2d.color.ColorSpaceOrigin
Returns the name of the profile used to identify the color space in a particular context.
getProfileName() - Method in class io.sf.graphics.java2d.color.DeviceCMYKColorSpace
Returns the name of the profile used to identify the color space in a particular context.
getProfileName() - Method in class io.sf.graphics.java2d.color.ICCColorSpaceWithIntent
Returns the name of the profile used to identify the color space in a particular context.
getProfileName() - Method in class io.sf.graphics.java2d.color.NamedColorSpace
Returns the name of the profile used to identify the color space in a particular context.
getProfileName() - Method in class io.sf.graphics.java2d.color.profile.NamedColorProfile
Returns the profile name.
getProfileURI() - Method in interface io.sf.graphics.java2d.color.ColorSpaceOrigin
Returns the URI identifying the associate color profile.
getProfileURI() - Method in class io.sf.graphics.java2d.color.DeviceCMYKColorSpace
Returns the URI identifying the associate color profile.
getProfileURI() - Method in class io.sf.graphics.java2d.color.ICCColorSpaceWithIntent
Returns the URI identifying the associate color profile.
getProfileURI() - Method in class io.sf.graphics.java2d.color.NamedColorSpace
Returns the URI identifying the associate color profile.
getProgressivePaint() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Tells whether the progressive paint is enabled.
getProperties() - Method in class io.sf.carte.echosvg.css.engine.CSSEngineEvent
Returns the changed properties.
getProperty(String) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
 
getProperty(String) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DeferRable
Forward the call (blocking until source is set if need be).
getProperty(String) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.RedRable
 
getProperty(String) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getProperty(String) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.BufferedImageCachableRed
 
getProperty(String) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.FormatRed
 
getProperty(String) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getProperty(String) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TranslateRed
 
getPropertyCSSValue(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMComputedStyle
getPropertyCSSValue(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration
getPropertyIndex(String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Returns the property index, or -1.
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValueFactory
Returns the name of the property handled.
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.css2.ClipManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.css2.CursorManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.css2.DirectionManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.css2.DisplayManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontFamilyManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontShorthandManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontSizeAdjustManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontSizeManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontStretchManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontStyleManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontVariantManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontWeightManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.css2.OverflowManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.css2.SrcManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.css2.TextDecorationManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.css2.UnicodeBidiManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.css2.VisibilityManager
getPropertyName() - Method in interface io.sf.carte.echosvg.css.engine.value.ShorthandManager
Returns the name of the property handled.
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.AlignmentBaselineManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.BaselineShiftManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ClipPathManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ClipRuleManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorInterpolationFiltersManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorInterpolationManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorProfileManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorRenderingManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.DominantBaselineManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.EnableBackgroundManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.FillRuleManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.FilterManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.GlyphOrientationHorizontalManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.GlyphOrientationVerticalManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ImageRenderingManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.KerningManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.MarkerManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.MarkerShorthandManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.MaskManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.OpacityManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.PointerEventsManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ShapeRenderingManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.SpacingManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeDasharrayManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeDashoffsetManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeLinecapManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeLinejoinManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeMiterlimitManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeWidthManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.SVGColorManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.TextAnchorManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.TextRenderingManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg.WritingModeManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.LineHeightManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.MarginLengthManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.MarginShorthandManager
getPropertyName() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.TextAlignManager
getPropertyName() - Method in interface io.sf.carte.echosvg.css.engine.value.ValueManager
Returns the name of the property handled.
getPropertyName(int) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Returns the name of the property at the given index.
getPropertyNames() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
 
getPropertyNames() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DeferRable
Forward the call (blocking until source is set if need be).
getPropertyNames() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.RedRable
 
getPropertyNames() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getPropertyNames() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.BufferedImageCachableRed
 
getPropertyNames() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.FormatRed
 
getPropertyNames() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getPropertyNames() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TranslateRed
 
getPropertyPriority(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMComputedStyle
getPropertyPriority(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.css2.ClipManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.css2.CursorManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.css2.DirectionManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.css2.DisplayManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontFamilyManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontSizeAdjustManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontSizeManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontStretchManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontStyleManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontVariantManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontWeightManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.css2.OverflowManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.css2.SrcManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.css2.TextDecorationManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.css2.UnicodeBidiManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.css2.VisibilityManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.AlignmentBaselineManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.BaselineShiftManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ClipPathManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ClipRuleManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorInterpolationManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorProfileManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorRenderingManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.DominantBaselineManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.EnableBackgroundManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.FillRuleManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.FilterManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.GlyphOrientationManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ImageRenderingManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.KerningManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.MarkerManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.MaskManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.OpacityManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.PointerEventsManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ShapeRenderingManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.SpacingManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeDasharrayManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeDashoffsetManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeLinecapManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeLinejoinManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeMiterlimitManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeWidthManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.SVGColorManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.SVGPaintManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.TextAnchorManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.TextRenderingManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg.WritingModeManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.LineHeightManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.MarginLengthManager
getPropertyType() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.TextAlignManager
getPropertyType() - Method in interface io.sf.carte.echosvg.css.engine.value.ValueManager
Returns the type of value this manager handles.
getPropertyType(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Returns the type of the given property.
getPropertyType(String) - Method in interface io.sf.carte.echosvg.dom.svg.ExtendedTraitAccess
Returns the SVG type of the given CSS property.
getPropertyValue(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMComputedStyle
getPropertyValue(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration
getProportion() - Method in class io.sf.carte.echosvg.svggen.font.table.Panose
 
getProtocol() - Method in class io.sf.carte.echosvg.util.ParsedURL
Returns the protocol for this URL.
getProtocol(String) - Static method in class io.sf.carte.echosvg.util.ParsedURL
Parse out the protocol from a url string.
getProtocolHandled() - Method in class io.sf.carte.echosvg.util.AbstractParsedURLProtocolHandler
Returns the protocol to be handled by this class.
getProtocolHandled() - Method in interface io.sf.carte.echosvg.util.ParsedURLProtocolHandler
Returns the protocol to be handled by this class.
getPseudoAttributes() - Method in class io.sf.carte.echosvg.dom.StyleSheetProcessingInstruction
Returns the pseudo attributes in a table.
getPublicId() - Method in class io.sf.carte.echosvg.dom.AbstractEntity
DOM: Implements Entity.getPublicId().
getPublicId() - Method in class io.sf.carte.echosvg.dom.AbstractNotation
DOM: Implements Notation.getPublicId().
getPublicId() - Method in class io.sf.carte.echosvg.dom.GenericDocumentType
getQuality() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
getQueueState() - Method in class io.sf.carte.echosvg.util.RunnableQueue
 
getR() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMCircleElement
DOM: Implements SVGCircleElement.getR().
getR() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMRadialGradientElement
getR() - Method in interface org.w3c.dom.svg.SVGCircleElement
 
getR() - Method in interface org.w3c.dom.svg.SVGRadialGradientElement
 
getR1() - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
getR1() - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
 
getR1() - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
 
getR2() - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
getR2() - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
 
getR2() - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
 
getRadius() - Method in class io.sf.carte.echosvg.ext.awt.RadialGradientPaint
Returns the radius of the circle defining the radial gradient.
getRadiusX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEMorphologyElement
getRadiusX() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.MorphologyRable
Returns the radius along the x-axis, in user space.
getRadiusX() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.MorphologyRable8Bit
Returns the radius along the x-axis, in user space.
getRadiusX() - Method in interface org.w3c.dom.svg.SVGFEMorphologyElement
 
getRadiusY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEMorphologyElement
getRadiusY() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.MorphologyRable
Returns the radius along the y-axis, in user space.
getRadiusY() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.MorphologyRable8Bit
Returns the radius along the y-axis, in user space.
getRadiusY() - Method in interface org.w3c.dom.svg.SVGFEMorphologyElement
 
getRange() - Method in class io.sf.carte.echosvg.gvt.flow.GlyphGroupInfo
 
getRangeShift() - Method in class io.sf.carte.echosvg.svggen.font.table.TableDirectory
 
getRaster(int, int, int, int) - Method in class io.sf.carte.echosvg.gvt.PatternPaintContext
 
getReader() - Method in class io.sf.carte.echosvg.transcoder.TranscoderInput
Returns the input of this transcoder as a character stream or null if none was supplied.
getReadlimit() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.MagicNumberRegistryEntry
Returns the maximum read ahead needed for all magic numbers.
getReadlimit() - Method in interface io.sf.carte.echosvg.ext.awt.image.spi.StreamRegistryEntry
returns the number of bytes that need to be supported by mark on the InputStream for this to check the stream for compatibility.
getReadTimeout() - Static method in class io.sf.carte.echosvg.util.ParsedURLData
Gets the read timeout.
getRecenterOnResize() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Indicates if the canvas should recenter the content after the canvas is resized.
getRecord(int) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns a meta record.
getRecord(int) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFRecordStore
Returns a meta record.
getRecord(short) - Method in class io.sf.carte.echosvg.svggen.font.table.NameTable
 
getRecord(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Returns the XBL record for the given node.
getRecordStore() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
Returns the WMFRecordStore this WMFPainter renders
getRecordStore() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFPainter
Returns the WMFRecordStore this WMFPainter renders
getRecordString() - Method in class io.sf.carte.echosvg.svggen.font.table.NameRecord
 
getRectangle(String) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Returns a Rectangle preference.
getRectangleInch() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
get the Rectangle defining the viewport of the WMF Metafile, in inchs.
getRectanglePixel() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
get the Rectangle defining the viewport of the WMF Metafile, in pixels.
getRectangleUnits() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
get the Rectangle defining the viewport of the WMF Metafile, in Metafile units.
getRectValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractComponent
getRectValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractComponent
getRectValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
getRed() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
DOM: Implements RGBColor.getRed().
getRed() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
DOM: Implements RGBColor.getRed().
getRed() - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValue
Implements Value.getRed().
getRed() - Method in class io.sf.carte.echosvg.css.engine.value.ComputedValue
Implements Value.getRed().
getRed() - Method in class io.sf.carte.echosvg.css.engine.value.RGBColorValue
Implements Value.getRed().
getRed() - Method in interface io.sf.carte.echosvg.css.engine.value.Value
The red value of the RGB color.
getRedFunction() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable
Returns the transfer function for the red channel
getRedFunction() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable8Bit
Returns the transfer function for the red channel
getRef() - Method in class io.sf.carte.echosvg.gvt.Marker
Returns the reference point of this marker.
getRef() - Method in class io.sf.carte.echosvg.util.ParsedURL
Returns the 'fragment' reference in the URL.
getReferencedElement(Element, String) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the element referenced by the specified element by the specified uri.
getReferencedNode(Element, String) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the node referenced by the specified element by the specified uri.
getReferencedURI() - Method in class io.sf.carte.echosvg.swing.svg.LinkActivationEvent
Returns the referenced URI.
getReferenceQueue() - Static method in class io.sf.carte.echosvg.util.CleanerThread
Get a reference queue that is being cleaned by a CleanerThread.
getRefererBaseURI(Element) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12URIResolver
Returns the base URI of the referer element.
getRefererBaseURI(Element) - Method in class io.sf.carte.echosvg.bridge.URIResolver
Returns the base URI of the referer element.
getReferrer() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
DOM: Implements SVGDocument.getReferrer().
getReferrer() - Method in interface org.w3c.dom.svg.SVGDocument
 
getRefPrefix() - Method in class io.sf.carte.echosvg.svggen.CachedImageHandlerBase64Encoder
 
getRefPrefix() - Method in class io.sf.carte.echosvg.svggen.CachedImageHandlerJPEGEncoder
 
getRefPrefix() - Method in class io.sf.carte.echosvg.svggen.CachedImageHandlerPNGEncoder
 
getRefPrefix() - Method in class io.sf.carte.echosvg.svggen.DefaultCachedImageHandler
Should return the prefix with wich the image reference should be pre-concatenated.
getRefX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
getRefX() - Method in interface org.w3c.dom.svg.SVGMarkerElement
 
getRefY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
getRefY() - Method in interface org.w3c.dom.svg.SVGMarkerElement
 
getRegions(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
Returns a list of Shapes that define the flow regions.
getRegions(BridgeContext, Element) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
getRegisteredExtensions() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageTagRegistry
Returns a List that contains String of all the extensions that can be handleded by the various registered image format handlers.
getRegisteredMimeTypes() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageTagRegistry
Returns a List that contains String of all the mime types that can be handleded by the various registered image format handlers.
getRegistry() - Static method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageTagRegistry
 
getRelatedData() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentError
 
getRelatedElement(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.bridge.BridgeEventSupport.Listener
Returns the related element according to the specified event.
getRelatedException() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentError
 
getRelatedNode() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentError.ErrorLocation
Get the node.
getRelatedNode() - Method in class io.sf.carte.echosvg.dom.events.DOMMutationEvent
DOM: relatedNode is used to identify a secondary node related to a mutation event.
getRelatedNode() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseEvent
Returns the related node for this GraphicsNodeMouseEvent.
getRelatedTarget() - Method in class io.sf.carte.echosvg.dom.events.DOMMouseEvent
DOM: Used to identify a secondary EventTarget related to a UI event.
getRenderingHint(RenderingHints.Key) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Returns the value of a single preference for the rendering algorithms.
getRenderingHint(RenderingHints.Key) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Returns the value of a single preference for the rendering algorithms.
getRenderingHints() - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Gets the preferences for the rendering algorithms.
getRenderingHints() - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Gets the preferences for the rendering algorithms.
getRenderingHints() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.MorphologyOp
 
getRenderingHints() - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns the rendering hints of this node or null if any.
getRenderingHints() - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the rendering hints of this node or null if any.
getRenderingHints() - Method in interface io.sf.carte.echosvg.gvt.renderer.ImageRenderer
Returns the rendering hints this ImageRenderer is using for its rendering.
getRenderingHints() - Method in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
 
getRenderingHints() - Method in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
 
getRenderingHints() - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getRenderingIntent() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMColorProfileElement
getRenderingIntent() - Method in class io.sf.graphics.java2d.color.profile.NamedColorProfile
Returns the color profile's rendering intent.
getRenderingIntent() - Method in interface org.w3c.dom.svg.SVGColorProfileElement
 
getRenderingIntent() - Method in interface org.w3c.dom.svg.SVGColorProfileRule
 
getRenderingTransform() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Returns the current rendering transform.
getRenderRect() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
 
getRepaintManager() - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Returns the repaint manager.
getRepaintThread() - Method in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Panel
Returns the repaint thread.
getRepeatEventName() - Method in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
Returns the name of the repeat event.
getRepeatEventName() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationRoot
Returns the name of the repeat event.
getRequiredExtensions() - Method in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
getRequiredExtensions() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimationElement
getRequiredExtensions() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMCursorElement
getRequiredExtensions() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
getRequiredExtensions() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getRequiredExtensions() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
getRequiredExtensions() - Method in class io.sf.carte.echosvg.extension.GraphicsExtensionElement
getRequiredExtensions() - Method in interface org.w3c.dom.svg.SVGTests
 
getRequiredExtensions(Element) - Static method in class io.sf.carte.echosvg.dom.svg.SVGTestsSupport
getRequiredFeatures() - Method in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
getRequiredFeatures() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimationElement
getRequiredFeatures() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMCursorElement
getRequiredFeatures() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
getRequiredFeatures() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getRequiredFeatures() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
getRequiredFeatures() - Method in class io.sf.carte.echosvg.extension.GraphicsExtensionElement
getRequiredFeatures() - Method in interface org.w3c.dom.svg.SVGTests
 
getRequiredFeatures(Element) - Static method in class io.sf.carte.echosvg.dom.svg.SVGTestsSupport
getRescaleOpConverter() - Method in class io.sf.carte.echosvg.svggen.SVGBufferedImageOp
 
getResolution() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageWriterParams
 
getResource(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation
 
getResourceBundle() - Method in interface io.sf.carte.echosvg.i18n.ExtendedLocalizable
Returns the current resource bundle.
getResourceBundle() - Method in class io.sf.carte.echosvg.i18n.LocalizableSupport
Here for backwards compatability
getResourceBundle(int) - Method in class io.sf.carte.echosvg.i18n.LocalizableSupport
 
getResult() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterPrimitiveStandardAttributes
getResult() - Method in interface org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes
 
getResultType() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.Result
Gets the result type.
getResumeMilli() - Method in class io.sf.carte.echosvg.bridge.UpdateManager.SuspensionInfo
 
getRetargettedEvents(NodeEventTarget, NodeEventTarget[], AbstractEvent) - Method in class io.sf.carte.echosvg.anim.dom.XBLEventSupport
Returns an array of Event objects to be used for each event target in the event flow.
getReturnCode() - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.AddMediumDialog
Returns the code that describes how the dialog has been closed (OK or CANCEL).
getReturnCode() - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.Dialog
Returns the code that describes how the dialog has been closed (OK or CANCEL).
getRgbColor() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
Returns the RGBColor value for this SVGColor.
getRGBColor() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
DOM: Implements SVGColor.getRGBColor().
getRGBColor() - Method in class io.sf.graphics.java2d.color.NamedColorSpace
Returns an sRGB-based color representing the full-tint color defined by this named color space.
getRGBColor() - Method in interface org.w3c.dom.svg.SVGColor
 
getRGBColorValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractComponent
getRGBColorValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractComponent
getRGBColorValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
getRight() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
DOM: Implements Rect.getRight().
getRight() - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValue
Implements Value.getRight().
getRight() - Method in class io.sf.carte.echosvg.css.engine.value.ComputedValue
Implements Value.getRight().
getRight() - Method in class io.sf.carte.echosvg.css.engine.value.RectValue
Implements Value.getRight().
getRight() - Method in interface io.sf.carte.echosvg.css.engine.value.Value
The right value of the rect.
getRight() - Method in class io.sf.carte.echosvg.svggen.font.table.KerningPair
 
getRightMargin() - Method in class io.sf.carte.echosvg.extension.svg.MarginInfo
 
getRightMargin() - Method in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
getRightMargin() - Method in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
getRightUnits() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
get the right units in the WMF Metafile.
getRoot() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns the root time container of this timed element.
getRoot() - Method in class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
DOM: Implements NodeIterator.getRoot().
getRoot() - Method in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
DOM: Implements TreeWalker.getRoot().
getRoot() - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns the root of the GVT tree or null if the node is not part of a GVT tree.
getRoot() - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the root of the GVT tree or null if the node is not part of a GVT tree.
getRoot() - Method in class io.sf.carte.echosvg.gvt.GVTTreeWalker
Returns the root graphics node.
getRoot() - Method in class io.sf.carte.echosvg.gvt.RootGraphicsNode
Returns the root of the GVT tree or null if the node is not part of a GVT tree.
getRoot() - Method in class io.sf.carte.echosvg.svggen.DOMTreeManager
Returns the root element with the generic definitions and the topLevelGroup.
getRoot() - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
getRoot(Element) - Method in class io.sf.carte.echosvg.svggen.DOMTreeManager
Returns the root element with the generic definitions and the topLevelGroup.
getRoot(Element) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
This version of the getRoot method will append the input svgRoot and set its attributes.
getRoot(Node) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
 
getRootElement() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
getRootElement() - Method in interface org.w3c.dom.svg.SVGDocument
 
getRootEventTarget() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns the event target that should be listened to for access key events.
getRootEventTarget() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge.SVGTimedElement
Returns the event target that should be listened to for access key events.
getRootEventTarget() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationRoot
Returns the event target that should be listened to for access key events.
getRootNode() - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Returns the root node for MouseEvent dispatch containment searches and field selections.
getRootNode() - Method in interface io.sf.carte.echosvg.gvt.event.EventDispatcher
Returns the root node for MouseEvent dispatch containment searches and field selections.
getRotate() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextPositioningElement
getRotate() - Method in interface org.w3c.dom.svg.SVGTextPositioningElement
 
getRotationOfChar(int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
getRotationOfChar(int) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildTextContent
 
getRotationOfChar(int) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
getRotationOfChar(int) - Method in interface io.sf.carte.echosvg.dom.svg.SVGTextContent
Returns the rotation value relative to the current user coordinate system used to render the glyph(s) corresponding to the specified character.
getRotationOfChar(int) - Method in interface org.w3c.dom.svg.SVGTextContentElement
 
getRotationOfChar(Element, int) - Static method in class io.sf.carte.echosvg.anim.dom.SVGTextContentSupport
getRotationOfChar(Element, int) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
getRSB() - Method in class io.sf.carte.echosvg.gvt.font.GVTGlyphMetrics
Returns the right (bottom) side bearing of the glyph.
getRule() - Method in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
Returns the type of this composite rule
getRule() - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite
 
getRule(int) - Method in class io.sf.carte.echosvg.css.engine.StyleSheet
Returns the rule at the given index.
getRunHandler() - Method in class io.sf.carte.echosvg.util.RunnableQueue
Returns the RunHandler or null.
getRunLimit() - Method in class io.sf.carte.echosvg.gvt.text.AttributedCharacterSpanIterator
Get the index of the first character following the run with respect to all attributes containing the current character.
getRunLimit() - Method in class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
Get the index of the first character following the run with respect to all attributes containing the current character.
getRunLimit() - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Get the index of the first character following the run with respect to all attributes containing the current character.
getRunLimit() - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Get the index of the first character following the run with respect to all attributes containing the current character.
getRunLimit(AttributedCharacterIterator.Attribute) - Method in class io.sf.carte.echosvg.gvt.text.AttributedCharacterSpanIterator
Get the index of the first character following the run with respect to the given attribute containing the current character.
getRunLimit(AttributedCharacterIterator.Attribute) - Method in class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
Get the index of the first character following the run with respect to the given attribute containing the current character.
getRunLimit(AttributedCharacterIterator.Attribute) - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Get the index of the first character following the run with respect to the given attribute containing the current character.
getRunLimit(AttributedCharacterIterator.Attribute) - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Get the index of the first character following the run with respect to the given attribute containing the current character.
getRunLimit(Set<? extends AttributedCharacterIterator.Attribute>) - Method in class io.sf.carte.echosvg.gvt.text.AttributedCharacterSpanIterator
Get the index of the first character following the run with respect to the given attributes containing the current character.
getRunLimit(Set<? extends AttributedCharacterIterator.Attribute>) - Method in class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
Get the index of the first character following the run with respect to the given attributes containing the current character.
getRunLimit(Set<? extends AttributedCharacterIterator.Attribute>) - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Get the index of the first character following the run with respect to the given attributes containing the current character.
getRunLimit(Set<? extends AttributedCharacterIterator.Attribute>) - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Get the index of the first character following the run with respect to the given attributes containing the current character.
getRunStart() - Method in class io.sf.carte.echosvg.gvt.text.AttributedCharacterSpanIterator
Get the index of the first character of the run with respect to all attributes containing the current character.
getRunStart() - Method in class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
Get the index of the first character of the run with respect to all attributes containing the current character.
getRunStart() - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Get the index of the first character of the run with respect to all attributes containing the current character.
getRunStart() - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Get the index of the first character of the run with respect to all attributes containing the current character.
getRunStart(AttributedCharacterIterator.Attribute) - Method in class io.sf.carte.echosvg.gvt.text.AttributedCharacterSpanIterator
Get the index of the first character of the run with respect to the given attribute containing the current character.
getRunStart(AttributedCharacterIterator.Attribute) - Method in class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
Get the index of the first character of the run with respect to the given attribute containing the current character.
getRunStart(AttributedCharacterIterator.Attribute) - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Get the index of the first character of the run with respect to the given attribute containing the current character.
getRunStart(AttributedCharacterIterator.Attribute) - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Get the index of the first character of the run with respect to the given attribute containing the current character.
getRunStart(Set<? extends AttributedCharacterIterator.Attribute>) - Method in class io.sf.carte.echosvg.gvt.text.AttributedCharacterSpanIterator
Get the index of the first character of the run with respect to the given attributes containing the current character.
getRunStart(Set<? extends AttributedCharacterIterator.Attribute>) - Method in class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
Get the index of the first character of the run with respect to the given attributes containing the current character.
getRunStart(Set<? extends AttributedCharacterIterator.Attribute>) - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Get the index of the first character of the run with respect to the given attributes containing the current character.
getRunStart(Set<? extends AttributedCharacterIterator.Attribute>) - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Get the index of the first character of the run with respect to the given attributes containing the current character.
getRx() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMEllipseElement
DOM: Implements SVGEllipseElement.getRx().
getRx() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMRectElement
DOM: Implements SVGRectElement.getRx().
getRx() - Method in interface org.w3c.dom.svg.SVGEllipseElement
 
getRx() - Method in interface org.w3c.dom.svg.SVGRectElement
 
getRy() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMEllipseElement
DOM: Implements SVGEllipseElement.getRy().
getRy() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMRectElement
DOM: Implements SVGRectElement.getRy().
getRy() - Method in interface org.w3c.dom.svg.SVGEllipseElement
 
getRy() - Method in interface org.w3c.dom.svg.SVGRectElement
 
getSampleModel() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getSampleModel() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getSandwich(AnimationTarget, short, String, String) - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Returns the Sandwich for the given animation type/attribute.
getSAXException() - Method in exception class io.sf.carte.echosvg.dom.util.SAXIOException
 
getScale() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDisplacementMapElement
getScale() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable
Returns the displacement scale factor
getScale() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable8Bit
Returns the displacement scale factor
getScale() - Method in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
 
getScale01() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
getScale10() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
getScannerStart(int) - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLDocument
Return XMLToken
getScanValue() - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
getSchemaTypeInfo() - Method in class io.sf.carte.echosvg.dom.AbstractAttr
DOM: Implements Attr.getSchemaTypeInfo().
getSchemaTypeInfo() - Method in class io.sf.carte.echosvg.dom.AbstractElement
getScreenCTM() - Method in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
getScreenCTM() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getScreenCTM() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
getScreenCTM() - Method in class io.sf.carte.echosvg.extension.GraphicsExtensionElement
getScreenCTM() - Method in interface org.w3c.dom.svg.SVGLocatable
 
getScreenCTM(Element) - Static method in class io.sf.carte.echosvg.anim.dom.SVGLocatableSupport
getScreenPixelToMillimeterX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getScreenPixelToMillimeterX() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getScreenPixelToMillimeterY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getScreenPixelToMillimeterY() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getScreenPoint() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseEvent
Returns the (x, y) position of the event relative to the screen.
getScreenResolution() - Static method in class io.sf.carte.echosvg.util.Platform
Returns the active screen resolution.
getScreenTransform() - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Returns the display transform.
getScreenTransform() - Method in class io.sf.carte.echosvg.bridge.AnimatableGenericSVGBridge
Returns the transform from the global transform space to pixels.
getScreenTransform() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
 
getScreenTransform() - Method in class io.sf.carte.echosvg.bridge.SVGDescriptiveElementBridge
 
getScreenTransform() - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
 
getScreenTransform() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Returns the transformation matrix from the userspace of the root element to the screen.
getScreenTransform() - Method in interface io.sf.carte.echosvg.dom.svg.SVGContext
Returns the transform from the global transform space to pixels.
getScreenX() - Method in class io.sf.carte.echosvg.dom.events.DOMMouseEvent
DOM: screenX indicates the horizontal coordinate at which the event occurred relative to the origin of the screen coordinate system.
getScreenX() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseEvent
Returns the horizontal x position of the event relative to the screen.
getScreenY() - Method in class io.sf.carte.echosvg.dom.events.DOMMouseEvent
DOM: screenY indicates the vertical coordinate at which the event occurred relative to the origin of the screen coordinate system.
getScreenY() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseEvent
Returns the vertical y position of the event relative to the screen.
getScriptCount() - Method in class io.sf.carte.echosvg.svggen.font.table.ScriptList
 
getScriptingEnvironment() - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Returns the scripting environment.
getScriptList() - Method in class io.sf.carte.echosvg.svggen.font.table.GsubTable
 
getScriptRecord(int) - Method in class io.sf.carte.echosvg.svggen.font.table.ScriptList
 
getScriptSecurity(String, ParsedURL, ParsedURL) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Returns the security settings for the given script type, script url and document url
getScriptSecurity(String, ParsedURL, ParsedURL) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Returns the security settings for the given script type, script url and document url
getScriptSecurity(String, ParsedURL, ParsedURL) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Returns the security settings for the given script type, script url and document url
getScriptSecurity(String, ParsedURL, ParsedURL) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the security settings for the given script type, script url and document url
getScriptSecurity(String, ParsedURL, ParsedURL) - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Returns the security settings for the given script type, script url and document url
getScriptSecurity(String, ParsedURL, ParsedURL) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
Returns the security settings for the given script type, script url and document url
getScriptSecurity(String, ParsedURL, ParsedURL) - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns the security settings for the given script type, script url and document url
getScrollbarsAlwaysVisible() - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane
 
getSearchRange() - Method in class io.sf.carte.echosvg.svggen.font.table.TableDirectory
 
getSecurityOff() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Returns whether or not scripts will be run securely
getSecurityPolicy() - Method in class io.sf.carte.echosvg.util.ApplicationSecurityEnforcer
Deprecated.
 
getSeed() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFETurbulenceElement
getSeed() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable
Gets the current seed value for the pseudo random number generator.
getSeed() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable8Bit
Get the current seed value for the pseudo random number generator.
getSeed() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TurbulencePatternRed
 
getSeed() - Method in interface org.w3c.dom.svg.SVGFETurbulenceElement
 
getSegment(double, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
getSegment(double, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Linear
 
getSegment(double, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
 
getSegment(double, double) - Method in interface io.sf.carte.echosvg.ext.awt.geom.Segment
 
getSegmentTerminatingPoint(double[], int) - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Extracts the terminating point, depending on the segment type.
getSegType() - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength.PathSegment
Returns the segment type.
getSelected(Mark, Mark) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
Returns an array of ints representing begin/end index pairs into an AttributedCharacterIterator which represents the text selection delineated by two Mark instances.
getSelected(Mark, Mark) - Method in interface io.sf.carte.echosvg.bridge.TextPainter
Get an array of index pairs corresponding to the indices within an AttributedCharacterIterator regions bounded by two Marks.
getSelectedContent() - Method in class io.sf.carte.echosvg.bridge.svg12.AbstractContentSelector
Returns a list of nodes that were matched by this selector.
getSelectedContent() - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultContentSelector
Returns a list of nodes that were matched by the given selector string.
getSelectedContent() - Method in class io.sf.carte.echosvg.bridge.svg12.XPathPatternContentSelector
Returns a list of nodes that were matched by the given selector string.
getSelectedContent() - Method in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector
Returns a list of nodes that were matched by the given selector string.
getSelectedContent(XBLOMContentElement) - Method in class io.sf.carte.echosvg.bridge.svg12.ContentManager
Returns a NodeList of the content that was selected by the given content element.
getSelectedItemsCount() - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenu
Gets the number of the selected items.
getSelection() - Method in class io.sf.carte.echosvg.bridge.ConcreteTextSelector
 
getSelection() - Method in class io.sf.carte.echosvg.bridge.TextNode
Gets the current text selection.
getSelection() - Method in class io.sf.carte.echosvg.gvt.event.SelectionEvent
Returns the selection associated with this event.
getSelection() - Method in interface io.sf.carte.echosvg.gvt.Selectable
Get the current text selection.
getSelection() - Method in interface io.sf.carte.echosvg.gvt.Selector
Get the contents of the current selection buffer.
getSelection() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getSelection() - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
Returns the current text selection or null if there is none.
getSelectionOverlay() - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
Returns the selection overlay.
getSelectionOverlayColor() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Returns the color of the selection overlay.
getSelectionOverlayColor() - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
Returns the color of the selection overlay.
getSelectionOverlayStrokeColor() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Returns the color of the outline of the selection overlay.
getSelectionOverlayStrokeColor() - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
Returns the color of the outline of the selection overlay.
getSelectorList() - Method in class io.sf.carte.echosvg.css.engine.StyleRule
Returns the selector list.
getSensitiveArea() - Method in class io.sf.carte.echosvg.gvt.CompositeShapePainter
Returns the area covered by this shape painter (even if nothing is painted there).
getSensitiveArea() - Method in class io.sf.carte.echosvg.gvt.FillShapePainter
Returns the area covered by this shape painter (even if not painted).
getSensitiveArea() - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Returns the area covered by this shape painter (even if not painted).
getSensitiveArea() - Method in class io.sf.carte.echosvg.gvt.ShapeNode
Returns the shape that represents the sensitive area of this graphics node.
getSensitiveArea() - Method in interface io.sf.carte.echosvg.gvt.ShapePainter
Returns the area covered by this shape painter (even if nothing is painted there).
getSensitiveArea() - Method in class io.sf.carte.echosvg.gvt.StrokeShapePainter
Returns the area covered by this shape painter (even if not painted).
getSensitiveBounds() - Method in class io.sf.carte.echosvg.bridge.MultiResGraphicsNode
 
getSensitiveBounds() - Method in class io.sf.carte.echosvg.bridge.SVGPatternElementBridge.PatternGraphicsNode
 
getSensitiveBounds() - Method in class io.sf.carte.echosvg.bridge.TextNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getSensitiveBounds() - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getSensitiveBounds() - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getSensitiveBounds() - Method in class io.sf.carte.echosvg.gvt.ProxyGraphicsNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getSensitiveBounds() - Method in class io.sf.carte.echosvg.gvt.RasterImageNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getSensitiveBounds() - Method in class io.sf.carte.echosvg.gvt.ShapeNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getSensitiveBounds2D() - Method in class io.sf.carte.echosvg.gvt.CompositeShapePainter
Returns the bounds of the area painted by this shape painter
getSensitiveBounds2D() - Method in class io.sf.carte.echosvg.gvt.FillShapePainter
Returns the bounds of the area covered by this shape painte (even if not painted).
getSensitiveBounds2D() - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Returns the bounds of the area covered by this shape painte (even if not painted).
getSensitiveBounds2D() - Method in interface io.sf.carte.echosvg.gvt.ShapePainter
Returns the bounds of the area covered by this shape painter (even if nothing is painted there).
getSensitiveBounds2D() - Method in class io.sf.carte.echosvg.gvt.StrokeShapePainter
Returns the bounds of the area covered by this shape painter (even if not painted).
getSeparator() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
DOM: Implements Counter.getSeparator().
getSeparator() - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValue
getSeparator() - Method in class io.sf.carte.echosvg.css.engine.value.ComputedValue
getSeparator() - Method in interface io.sf.carte.echosvg.css.engine.value.Value
The separator value of the counter.
getSeparatorChar() - Method in class io.sf.carte.echosvg.css.engine.value.ListValue
Returns the separator used for this list.
getSerifStyle() - Method in class io.sf.carte.echosvg.svggen.font.table.Panose
 
getSeverity() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentError
 
getShadowTree() - Method in class io.sf.carte.echosvg.anim.dom.BindableElement
Returns the shadow tree for this bindable element.
getShape() - Method in class io.sf.carte.echosvg.gvt.CompositeShapePainter
Gets the Shape this shape painter is associated with.
getShape() - Method in class io.sf.carte.echosvg.gvt.FillShapePainter
Gets the Shape this shape painter is associated with.
getShape() - Method in class io.sf.carte.echosvg.gvt.flow.RegionInfo
Returns the flow region shape.
getShape() - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Gets the Shape this shape painter is associated with.
getShape() - Method in class io.sf.carte.echosvg.gvt.ShapeNode
Returns the shape of this ShapeNode.
getShape() - Method in interface io.sf.carte.echosvg.gvt.ShapePainter
Gets the shape this shape painter is associated with.
getShape() - Method in class io.sf.carte.echosvg.gvt.StrokeShapePainter
Gets the Shape this shape painter is associated with.
getShape() - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
Returns the Shape object initialized during the last parsing.
getShape() - Method in class io.sf.carte.echosvg.parser.AWTPolylineProducer
Returns the Shape object initialized during the last parsing.
getShape() - Method in interface io.sf.carte.echosvg.parser.ShapeProducer
Returns the Shape object initialized during the last parsing.
getShapeConverter() - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
getShapePainter() - Method in class io.sf.carte.echosvg.gvt.ShapeNode
Returns the ShapePainter used by this shape node to render its shape.
getShapePainter(int) - Method in class io.sf.carte.echosvg.gvt.CompositeShapePainter
Returns the shape painter at the specified index.
getShapePainterCount() - Method in class io.sf.carte.echosvg.gvt.CompositeShapePainter
Returns the number of shape painter of this composite shape painter.
getSheet() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMStyleElement
DOM: Implements LinkStyle.getSheet().
getSheet() - Method in class io.sf.carte.echosvg.dom.StyleSheetProcessingInstruction
The style sheet.
getShiftKey() - Method in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
DOM: Get whether the Shift key was pressed at the time of the event.
getShiftKey() - Method in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
Returns whether the 'shift' key was depressed during the firing of the event.
getShiftKey() - Method in class io.sf.carte.echosvg.dom.events.DOMMouseEvent
DOM: shiftKey indicates whether the 'shift' key was depressed during the firing of the event.
getShiftKey() - Method in interface io.sf.carte.echosvg.w3c.dom.events.KeyboardEvent
true if the shift (Shift) key modifier is activated.
getShorthandIndex(String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Returns the shorthand property index, or -1.
getShorthandManagers() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Returns the ShorthandManagers.
getSimpleDur() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns the simple duration time of this element.
getSimpleDuration() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimationElement
getSimpleDuration() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
getSimpleDuration() - Method in interface io.sf.carte.echosvg.dom.svg.SVGAnimationContext
getSimpleDuration() - Method in interface org.w3c.dom.svg.SVGAnimationElement
 
getSimpleTime() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns the current simple time of this element.
getSingleNodeValue() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.Result
Gets the single node value.
getSize() - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
Returns the size of this font.
getSize() - Method in class io.sf.carte.echosvg.css.engine.StyleSheet
Returns the number of rules.
getSize() - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
Returns the size of this font.
getSize() - Method in interface io.sf.carte.echosvg.gvt.font.GVTFont
Returns the size of this font.
getSize() - Method in class io.sf.carte.echosvg.util.DoublyLinkedList
Returns the number of elements currently in the list.
getSlope() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMComponentTransferFunctionElement
getSlope() - Method in interface io.sf.carte.echosvg.ext.awt.image.ComponentTransferFunction
Returns the slope value for this transfer function
getSlope() - Method in class io.sf.carte.echosvg.ext.awt.image.ConcreteComponentTransferFunction
Returns the slope value for this transfer function
getSlope() - Method in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
 
getSnapshotLength() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.Result
Returns the length of the snapshot.
getSnapshotTime() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Returns the document to to seek to before rasterizing.
getSource() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.AffineRable
Returns the source to be offset.
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AffineRable8Bit
Returns the source to be affine.
getSource() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ClipRable
This returns the current image being clipped by the clip node.
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ClipRable8Bit
This returns the current image being masked by the mask node.
getSource() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ColorMatrixRable
Returns the source to be offset.
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ColorMatrixRable8Bit
Returns the source of the blur operation
getSource() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable
Returns the source to be offset.
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable8Bit
Returns the source of the blur operation
getSource() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable
Returns the source to be Convolved
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable8Bit
 
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DeferRable
Key method that blocks if the src has not yet been provided.
getSource() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable
Returns the source to be filtered
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable8Bit
Returns the source to be filtered
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterAlphaRable
 
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterAsAlphaRable
 
getSource() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.FilterChainRable
Returns this filter's source.
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterChainRable8Bit
Returns the source of the chain.
getSource() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.FilterResRable
Returns the source to be cropped.
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterResRable8Bit
Returns the source to be cropped.
getSource() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.GaussianBlurRable
Returns the source to be Blurred
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.GaussianBlurRable8Bit
Returns the source of the blur operation
getSource() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.MorphologyRable
Returns the source to be offset.
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.MorphologyRable8Bit
Returns the source to be offset.
getSource() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.OffsetRable
Returns the source to be offset.
getSource() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.PadRable
Returns the source to be padded
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.PadRable8Bit
Returns the source to be affine.
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ProfileRable
Returns the source of the blur operation
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.RedRable
 
getSource() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable
Returns the source to be filtered
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable8Bit
Returns the source to be filtered
getSource() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TileRable
Return's the tile source (the tile content used to fill the tile region.
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TileRable8Bit
Return's the tile source
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AffineRed
 
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.FormatRed
fetch the source image for this node.
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.ProfileRed
 
getSource() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TranslateRed
fetch the source image for this node.
getSource() - Method in interface io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationFilter
Returns the source to be offset.
getSource() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationFilter8Bit
Returns the source of the operation
getSource() - Method in interface io.sf.carte.echosvg.gvt.filter.Mask
This returns the current image being masked by the mask node.
getSource() - Method in class io.sf.carte.echosvg.gvt.filter.MaskRable8Bit
This returns the current image being masked by the mask node.
getSource() - Method in class io.sf.carte.echosvg.gvt.ProxyGraphicsNode
Returns the proxied graphics node.
getSources() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
getSources() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
 
getSources() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DeferRable
 
getSources() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getSources() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getSpacing() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextPathElement
getSpacing() - Method in interface org.w3c.dom.svg.SVGTextPathElement
 
getSpecializedBoolean(String, String) - Method in class io.sf.carte.echosvg.util.gui.resource.MenuFactory
Gets a possibly specialized resource boolean.
getSpecializedString(String, String) - Method in class io.sf.carte.echosvg.util.gui.resource.MenuFactory
Gets a possibly specialized resource string.
getSpecializedStringList(String, String) - Method in class io.sf.carte.echosvg.util.gui.resource.MenuFactory
Gets a possibly specialized resource string list.
getSpecified() - Method in class io.sf.carte.echosvg.dom.AbstractAttr
DOM: Implements Attr.getSpecified().
getSpecularConstant() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFESpecularLightingElement
getSpecularConstant() - Method in interface org.w3c.dom.svg.SVGFESpecularLightingElement
 
getSpecularExponent() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFESpecularLightingElement
getSpecularExponent() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
getSpecularExponent() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable
 
getSpecularExponent() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable8Bit
 
getSpecularExponent() - Method in class io.sf.carte.echosvg.ext.awt.image.SpotLight
 
getSpecularExponent() - Method in interface org.w3c.dom.svg.SVGFESpecularLightingElement
 
getSpecularExponent() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
 
getSpreadMethod() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGradientElement
getSpreadMethod() - Method in interface org.w3c.dom.svg.SVGGradientElement
 
getSrc() - Method in interface org.w3c.dom.svg.SVGColorProfileRule
 
getSrcValue(Value, ParsedURL) - Static method in class io.sf.carte.echosvg.bridge.CSSFontFace
 
getStandardBolderFontWeight(float) - Static method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Returns a bolder font-weight.
getStandardExtensions() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.AbstractRegistryEntry
 
getStandardExtensions() - Method in interface io.sf.carte.echosvg.ext.awt.image.spi.RegistryEntry
Return a List of the common extensions for this file format.
getStandardLighterFontWeight(float) - Static method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Returns a lighter font-weight.
getStart() - Method in class io.sf.carte.echosvg.gvt.flow.GlyphGroupInfo
get the start glyph index for this glyph group.
getStart() - Method in class io.sf.carte.echosvg.parser.AbstractScanner
Returns the start offset of the last lexical unit.
getStart() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the start offset of the last lexical unit.
getStartIdx() - Method in class io.sf.carte.echosvg.extension.svg.LineInfo
 
getStartMarker() - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Returns the marker that shall be drawn at the first vertex of the given shape.
getStartOffset() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextPathElement
getStartOffset() - Method in class io.sf.carte.echosvg.gvt.text.TextPath
Returns the start offset of this text path.
getStartOffset() - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
getStartOffset() - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLToken
 
getStartOffset() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the start offset of the current lexical unit.
getStartOffset() - Method in interface org.w3c.dom.svg.SVGTextPathElement
 
getStartPoint() - Method in class io.sf.carte.echosvg.ext.awt.LinearGradientPaint
Returns a copy of the start point of the gradient axis
getStartPoint(SVGTextElementBridge.CharacterInformation) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
getStartPos(SVGOMElement, SVGTextContent, int) - Static method in class io.sf.carte.echosvg.anim.dom.SVGTextContentSupport
 
getStartPositionOfChar(int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
getStartPositionOfChar(int) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildTextContent
 
getStartPositionOfChar(int) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
getStartPositionOfChar(int) - Method in interface io.sf.carte.echosvg.dom.svg.SVGTextContent
Returns the current text position before rendering the character in the user coordinate system for rendering the glyph(s) that correspond to the specified character.
getStartPositionOfChar(int) - Method in interface org.w3c.dom.svg.SVGTextContentElement
 
getStartPositionOfChar(Element, int) - Static method in class io.sf.carte.echosvg.anim.dom.SVGTextContentSupport
getStartPositionOfChar(Element, int) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
getStartTime() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimationElement
getStartTime() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
getStartTime() - Method in interface io.sf.carte.echosvg.dom.svg.SVGAnimationContext
getStartTime() - Method in interface org.w3c.dom.svg.SVGAnimationElement
 
getStdDeviationX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEGaussianBlurElement
getStdDeviationX() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.GaussianBlurRable
Returns the deviation along the x-axis, in user space.
getStdDeviationX() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.GaussianBlurRable8Bit
Returns the deviation along the x-axis, in user space.
getStdDeviationX() - Method in interface org.w3c.dom.svg.SVGFEGaussianBlurElement
 
getStdDeviationY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEGaussianBlurElement
getStdDeviationY() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.GaussianBlurRable
Returns the deviation along the y-axis, in user space.
getStdDeviationY() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.GaussianBlurRable8Bit
Returns the deviation along the y-axis, in user space.
getStdDeviationY() - Method in interface org.w3c.dom.svg.SVGFEGaussianBlurElement
 
getStitchTiles() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFETurbulenceElement
getStitchTiles() - Method in interface org.w3c.dom.svg.SVGFETurbulenceElement
 
getStream() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
Get the associated stream.
getStrictErrorChecking() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
getStrikeoutPosition() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getStrikeoutSize() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getStrikethroughOffset() - Method in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
Returns the position of the strike-through line relative to the baseline.
getStrikethroughPosition() - Method in class io.sf.carte.echosvg.gvt.font.GVTFontFace
Returns the position of the strikethrough decoration.
getStrikethroughShape() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns a shape describing the strikethrough line for a given ACI.
getStrikethroughThickness() - Method in class io.sf.carte.echosvg.gvt.font.GVTFontFace
Returns the stroke thickness to use when drawing a strikethrough.
getStrikethroughThickness() - Method in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
Returns the thickness of the strike-through line.
getString() - Method in class io.sf.carte.echosvg.anim.values.AnimatableStringValue
Returns the string.
getString(String) - Static method in class io.sf.carte.echosvg.ext.awt.image.spi.Messages
 
getString(String) - Static method in class io.sf.carte.echosvg.ext.swing.Messages
 
getString(String) - Static method in class io.sf.carte.echosvg.ext.swing.Resources
 
getString(String) - Method in class io.sf.carte.echosvg.i18n.LocalizableSupport
 
getString(String) - Static method in class io.sf.carte.echosvg.script.rhino.Messages
 
getString(String) - Static method in class io.sf.carte.echosvg.util.Messages
 
getString(String) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Returns a String preference.
getString(String) - Method in class io.sf.carte.echosvg.util.resources.ResourceManager
Returns the string that is mapped with the given key
getStringDelimiter() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the last encountered string delimiter.
getStringList(String) - Method in class io.sf.carte.echosvg.util.resources.ResourceManager
Returns the tokens that compose the string mapped with the given key.
getStringList(String, String) - Method in class io.sf.carte.echosvg.util.resources.ResourceManager
Returns the tokens that compose the string mapped with the given key.
getStringList(String, String, boolean) - Method in class io.sf.carte.echosvg.util.resources.ResourceManager
Returns the tokens that compose the string mapped with the given key
getStringProp(StyleMap, CSSEngine, int) - Static method in class io.sf.carte.echosvg.bridge.CSSFontFace
 
getStrings(String) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Returns an array of String preference.
getStringValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractComponent
getStringValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractComponent
getStringValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
getStringValue() - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValue
getStringValue() - Method in class io.sf.carte.echosvg.css.engine.value.ComputedValue
getStringValue() - Method in class io.sf.carte.echosvg.css.engine.value.StringValue
This method is used to get the string value.
getStringValue() - Method in interface io.sf.carte.echosvg.css.engine.value.Value
This method is used to get the string value.
getStringValue() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.Result
Gets the string value.
getStringValue() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGItem
Return the string representation of the item.
getStringValue() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
getStringValue() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
 
getStringValue() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem
 
getStringValue() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem
 
getStringValue() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem
 
getStringValue() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem
 
getStringValue() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem
 
getStringValue() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem
 
getStringValue() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
Returns the string representation of this transform.
getStringValue() - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
getStringValue() - Method in class io.sf.carte.echosvg.dom.svg.SVGPointItem
Return a String representation of this SVGPoint.
getStringValue() - Method in class io.sf.carte.echosvg.parser.AbstractScanner
Returns the string representation of the current lexical unit.
getStroke() - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Returns the current Stroke in the Graphics2D context.
getStroke() - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Returns the current Stroke in the Graphics2D context.
getStroke() - Method in class io.sf.carte.echosvg.gvt.StrokeShapePainter
Gets the stroke used to draw the outline of the shape.
getStroke() - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getStrokeConverter() - Method in class io.sf.carte.echosvg.svggen.SVGGraphicContextConverter
 
getStrokeVariation() - Method in class io.sf.carte.echosvg.svggen.font.table.Panose
 
getStyle() - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
DOM: Implements SVGStylable.getStyle().
getStyle() - Method in class io.sf.carte.echosvg.extension.StylableExtensionElement
DOM: Implements SVGStylable.getStyle().
getStyle() - Method in interface org.w3c.dom.svg.SVGStylable
 
getStyleAttribute() - Method in class io.sf.carte.echosvg.bridge.StyleReference
Returns the style attribute
getStyleDeclaration() - Method in class io.sf.carte.echosvg.css.dom.CSSOMStoredStyleDeclaration
Returns the object storing the properties of this style declaration.
getStyleDeclaration() - Method in interface io.sf.carte.echosvg.css.engine.StyleDeclarationProvider
Returns the object storing the properties of this style declaration.
getStyleDeclaration() - Method in class io.sf.carte.echosvg.css.engine.StyleRule
Returns the style declaration.
getStyleHandler() - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Returns the StyleHandler that has been set.
getStyleMap() - Method in class io.sf.carte.echosvg.css.engine.FontFaceRule
Returns the StyleMap from the @font-face rule.
getStylePreferences() - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLEditorKit
 
getStyleSheetNodes() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Returns the document CSSStyleSheetNodes in a list.
getStyleSheets() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getStyleSheets() - Method in class io.sf.carte.echosvg.dom.AbstractStylableDocument
getStyleSheetURI() - Method in class io.sf.carte.echosvg.anim.dom.SVGStyleSheetProcessingInstruction
Returns the URI of the referenced stylesheet.
getSubscriptXOffset() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getSubscriptXSize() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getSubscriptYOffset() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getSubscriptYSize() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getSubstituteChar(char, char, int) - Static method in class io.sf.carte.echosvg.gvt.text.ArabicTextHandler
Will try and find a substitute character of the specified form.
getSubstituteChar(char, int) - Static method in class io.sf.carte.echosvg.gvt.text.ArabicTextHandler
 
getSubStringLength(int, int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
getSubStringLength(int, int) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildTextContent
 
getSubStringLength(int, int) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
getSubStringLength(int, int) - Method in interface io.sf.carte.echosvg.dom.svg.SVGTextContent
 
getSubStringLength(int, int) - Method in interface org.w3c.dom.svg.SVGTextContentElement
 
getSubStringLength(Element, int, int) - Static method in class io.sf.carte.echosvg.anim.dom.SVGTextContentSupport
getSubStringLength(Element, int, int) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
getSubtable(int) - Method in class io.sf.carte.echosvg.svggen.font.table.KernTable
 
getSubtable(int) - Method in class io.sf.carte.echosvg.svggen.font.table.Lookup
 
getSubtableCount() - Method in class io.sf.carte.echosvg.svggen.font.table.KernTable
 
getSubtableCount() - Method in class io.sf.carte.echosvg.svggen.font.table.Lookup
 
getSuffix() - Method in class io.sf.carte.echosvg.svggen.AbstractImageHandlerEncoder
 
getSuffix() - Method in class io.sf.carte.echosvg.svggen.ImageHandlerJPEGEncoder
 
getSuffix() - Method in class io.sf.carte.echosvg.svggen.ImageHandlerPNGEncoder
 
getSuperscriptXOffset() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getSuperscriptXSize() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getSuperscriptYOffset() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getSuperscriptYSize() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getSurfaceScale() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDiffuseLightingElement
getSurfaceScale() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFESpecularLightingElement
getSurfaceScale() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable
 
getSurfaceScale() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable8Bit
 
getSurfaceScale() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable
 
getSurfaceScale() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable8Bit
 
getSurfaceScale() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.BumpMap
 
getSurfaceScale() - Method in interface org.w3c.dom.svg.SVGFEDiffuseLightingElement
 
getSurfaceScale() - Method in interface org.w3c.dom.svg.SVGFESpecularLightingElement
 
getSVGCanvasSize() - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
getSVGContext() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Returns the SVG context used to get SVG specific informations.
getSVGContext() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Returns the SVG context used to get SVG specific informations.
getSVGContext(Node) - Static method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the SVGContext associated to the specified Node or null if there is none.
getSVGDocument() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Returns the current SVG document.
getSVGDocument() - Method in class io.sf.carte.echosvg.swing.svg.SVGDocumentLoaderEvent
Returns the associated SVG document, or null if the loading was just started or an error occured.
getSVGDocument() - Method in interface org.w3c.dom.svg.GetSVGDocument
 
GetSVGDocument - Interface in org.w3c.dom.svg
 
getSVGDocumentSize() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Returns the size of the SVG document.
getSVGFontFaceElement(Font) - Static method in class io.sf.carte.echosvg.svggen.font.SVGFont
 
getSVGOMAnimatedPoints() - Method in class io.sf.carte.echosvg.anim.dom.SVGPointShapeElement
Gets the SVGOMAnimatedPoints object that manages the point list for this element.
getSweepFlag() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
getSweepFlag() - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
 
getSweepFlag() - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
 
getSyntaxFont(int) - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLContext
 
getSyntaxFont(String) - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLContext
 
getSyntaxForeground(int) - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLContext
 
getSyntaxForeground(String) - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLContext
 
getSyntaxName(int) - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLContext
 
getSystemColor(String) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the Value corresponding to the given system color.
getSystemColor(String) - Method in interface io.sf.carte.echosvg.css.engine.CSSContext
Returns the Value corresponding to the given system color.
getSystemColor(String) - Static method in class io.sf.carte.echosvg.css.engine.SystemColorSupport
Returns the Value corresponding to the given system color.
getSystemId() - Method in class io.sf.carte.echosvg.dom.AbstractEntity
DOM: Implements Entity.getSystemId().
getSystemId() - Method in class io.sf.carte.echosvg.dom.AbstractNotation
DOM: Implements Notation.getSystemId().
getSystemId() - Method in class io.sf.carte.echosvg.dom.GenericDocumentType
getSystemLanguage() - Method in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
getSystemLanguage() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimationElement
getSystemLanguage() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMCursorElement
getSystemLanguage() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
getSystemLanguage() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getSystemLanguage() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
getSystemLanguage() - Method in class io.sf.carte.echosvg.extension.GraphicsExtensionElement
getSystemLanguage() - Method in interface org.w3c.dom.svg.SVGTests
 
getSystemLanguage(Element) - Static method in class io.sf.carte.echosvg.dom.svg.SVGTestsSupport
getSystemProperty(String) - Static method in class io.sf.carte.echosvg.util.PreferenceManager
Gets a System property if accessible.
getTable(int) - Method in class io.sf.carte.echosvg.svggen.font.Font
 
getTableDirectory() - Method in class io.sf.carte.echosvg.svggen.font.Font
 
getTableTransfer(float[]) - Static method in class io.sf.carte.echosvg.ext.awt.image.ConcreteComponentTransferFunction
Returns a table transfer function
getTableValues() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMComponentTransferFunctionElement
getTableValues() - Method in interface io.sf.carte.echosvg.ext.awt.image.ComponentTransferFunction
Returns the table values for this transfer function
getTableValues() - Method in class io.sf.carte.echosvg.ext.awt.image.ConcreteComponentTransferFunction
Returns the table values for this transfer function
getTableValues() - Method in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
 
getTabSize() - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLView
getTabulationWidth() - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Returns whether the tabulation width.
getTag() - Method in class io.sf.carte.echosvg.svggen.font.table.DirectoryEntry
 
getTag() - Method in class io.sf.carte.echosvg.svggen.font.table.FeatureRecord
 
getTag() - Method in class io.sf.carte.echosvg.svggen.font.table.LangSysRecord
 
getTag() - Method in class io.sf.carte.echosvg.svggen.font.table.ScriptRecord
 
getTagName() - Method in class io.sf.carte.echosvg.dom.AbstractElement
DOM: Implements Element.getTagName().
getTail() - Method in class io.sf.carte.echosvg.util.DoublyLinkedList
Get the current tail element
getTarget() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAElement
DOM: Implements SVGAElement.getTarget().
getTarget() - Method in class io.sf.carte.echosvg.bridge.BridgeContext.EventListenerMememto
 
getTarget() - Method in class io.sf.carte.echosvg.dom.events.AbstractEvent
DOM: The target property indicates the EventTarget to which the event was originally dispatched.
getTarget() - Method in class io.sf.carte.echosvg.dom.GenericProcessingInstruction
getTarget() - Method in class io.sf.carte.echosvg.dom.StyleSheetProcessingInstruction
getTarget() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable
Returns the target point of the kernel (what pixel under the kernel should be set to the result of convolution).
getTarget() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable8Bit
 
getTarget() - Method in interface org.w3c.dom.svg.SVGAElement
 
getTargetElement() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimationElement
getTargetElement() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
getTargetElement() - Method in interface io.sf.carte.echosvg.dom.svg.SVGAnimationContext
getTargetElement() - Method in interface org.w3c.dom.svg.SVGAnimationElement
 
getTargetInfo(AnimationTarget) - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Returns the TargetInfo for the given AnimationTarget.
getTargetX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
getTargetX() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
getTargetY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
getTargetY() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
getText() - Method in class io.sf.carte.echosvg.bridge.TextNode
Returns the text of this TextNode as a string.
getText() - Method in class io.sf.carte.echosvg.css.dom.CSSOMStoredStyleDeclaration
Returns the text of the declaration.
getText() - Method in interface io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration.ValueProvider
Returns the text of the declaration.
getText() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.PNGImageWriterParams
Returns the text strings to be stored in uncompressed form with this image as an array of Strings.
getText() - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.DefaultScrollablePopupMenuItem
 
getText() - Method in interface io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenuItem
Returns the item name.
getText() - Method in class io.sf.carte.echosvg.util.gui.LocationBar
returns the current item text.
getText() - Method in class io.sf.carte.echosvg.util.gui.URIChooser
Returns the text entered by the user.
getTextAlignment() - Method in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
getTextAlignment() - Method in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
getTextBounds(BridgeContext, Element, boolean) - Static method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
getTextBridge() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
 
getTextChunk(TextNode, AttributedCharacterIterator, int[], List<StrokingTextPainter.TextRun>, StrokingTextPainter.TextChunk) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
getTextChunkACIs(AttributedCharacterIterator) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
Returns an array of ACIs, one for each text chunk within the given text node.
getTextContent() - Method in class io.sf.carte.echosvg.dom.AbstractComment
DOM: Implements Node.getTextContent().
getTextContent() - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.getTextContent().
getTextContent() - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
DOM: Implements Node.getTextContent().
getTextContent() - Method in class io.sf.carte.echosvg.dom.AbstractProcessingInstruction
DOM: Implements Node.getTextContent().
getTextContent() - Method in class io.sf.carte.echosvg.dom.AbstractText
DOM: Implements Node.getTextContent().
getTextEnclosureSet(AffineTransform, Rectangle2D) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
getTextIntersection(BridgeContext, Element, AffineTransform, Rectangle2D, boolean) - Static method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
getTextIntersectionSet(AffineTransform, Rectangle2D) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
getTextLayoutFactory() - Method in class io.sf.carte.echosvg.bridge.BasicTextPainter
 
getTextLength() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
getTextLength() - Method in interface org.w3c.dom.svg.SVGTextContentElement
 
getTextNode() - Method in class io.sf.carte.echosvg.bridge.BasicTextPainter.BasicMark
 
getTextNode() - Method in interface io.sf.carte.echosvg.bridge.Mark
 
getTextNode() - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
getTextNode() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
getTextPainter() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the text painter that will be used be text nodes.
getTextPainter() - Method in class io.sf.carte.echosvg.bridge.TextNode
Returns the text painter of this text node.
getTextPaintInfo(Element, GraphicsNode, TextPaintInfo, BridgeContext) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Constructs a TextDecoration object for the specified element.
getTextPathAdvance() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns the position to used when drawing a text run after this one.
getTextPathAdvance() - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
 
getTextRunBoundaryAttributes() - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
getTextRuns() - Method in class io.sf.carte.echosvg.bridge.TextNode
Returns a list of text runs.
getTextRuns(TextNode) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Retrieve the list of layout for the text node.
getTextRuns(TextNode, AttributedCharacterIterator) - Method in class io.sf.carte.echosvg.bridge.FlowTextPainter
 
getTextRuns(TextNode, AttributedCharacterIterator) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
getTextRuns(TextNode, AttributedCharacterIterator) - Method in class io.sf.carte.echosvg.extension.svg.FlowExtTextPainter
 
getTextSelectionManager() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Returns the current Text selection manager for the Component.
getTexture(int) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.TextureFactory
Get a texture from a WMF hatch definition (in black Color).
getTexture(int, Color) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.TextureFactory
Get a texture from a WMF hatch definition, with a foreground color.
getTexture(int, Color, Color) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.TextureFactory
Get a texture from a WMF hatch definition, with a foreground and a background color.
getTexturePaintConverter() - Method in class io.sf.carte.echosvg.svggen.SVGPaint
 
getThread() - Method in class io.sf.carte.echosvg.util.RunnableQueue
Returns the thread in which the RunnableQueue is currently running.
getTile() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TurbulencePatternRed
 
getTile(int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getTile(int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
 
getTile(int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AffineRed
 
getTile(int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.BufferedImageCachableRed
 
getTile(int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.CompositeRed
 
getTile(int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.DisplacementMapRed
 
getTile(int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.FloodRed
 
getTile(int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getTile(int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileGrid
 
getTile(int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileMap
 
getTile(int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileRed
 
getTile(int, int) - Method in interface io.sf.carte.echosvg.ext.awt.image.rendered.TileStore
 
getTile(int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TranslateRed
 
getTile(int, int) - Method in class io.sf.carte.echosvg.extension.svg.HistogramRed
 
getTiledRegion() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TileRable
Returns the tiled region
getTiledRegion() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TileRable8Bit
Returns the tiled region
getTileGrid(int, int, int, int, TileGenerator) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileCache
 
getTileGrid(RenderedImage, TileGenerator) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileCache
 
getTileGridXOffset() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getTileGridXOffset() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getTileGridYOffset() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getTileGridYOffset() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getTileHeight() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getTileHeight() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getTileMap(TileGenerator) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileCache
 
getTileNoCompute(int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileGrid
 
getTileNoCompute(int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileMap
 
getTileNoCompute(int, int) - Method in interface io.sf.carte.echosvg.ext.awt.image.rendered.TileStore
 
getTileRegion() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TileRable
Returns the tile region
getTileRegion() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TileRable8Bit
Returns the tile region
getTileStore() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
 
getTileWidth() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getTileWidth() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getTime() - Method in class io.sf.carte.echosvg.anim.timing.InstanceTime
Returns the time of this instance time.
getTimedElement() - Method in class io.sf.carte.echosvg.anim.AbstractAnimation
Returns the TimedElement for this animation.
getTimedElement() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Returns the TimedElement for the animation.
getTimedElementById(String) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns the timed element with the given ID.
getTimedElementById(String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge.SVGTimedElement
Returns the timed element with the given ID.
getTimedElementById(String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationRoot
Returns the timed element with the given ID.
getTimedElementById(String, Node) - Static method in class io.sf.carte.echosvg.bridge.AnimationSupport
Returns the timed element with the given ID, using the given node as the context for the lookup.
getTimeStamp() - Method in class io.sf.carte.echosvg.dom.events.AbstractEvent
DOM: Used to specify the time (in milliseconds relative to the epoch) at which the event was created.
getTimeStamp() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
Returns the current modification timestamp on this Renderable node.
getTimeStamp() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DeferRable
 
getTimeStamp() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.Filter
Returns the current modification timestamp on this Renderable node.
getTimingSpecifierHandler() - Method in class io.sf.carte.echosvg.parser.TimingSpecifierParser
Returns the parse event handler in use.
getTimingSpecifierListHandler() - Method in class io.sf.carte.echosvg.parser.TimingSpecifierListParser
Returns the parse event handler in use.
getTimingSpecifiers() - Method in class io.sf.carte.echosvg.anim.timing.TimingSpecifierListProducer
Returns an array of the parsed TimingSpecifiers.
getTitle() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
DOM: Implements SVGDocument.getTitle().
getTitle() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMStyleElement
getTitle() - Method in class io.sf.carte.echosvg.css.engine.StyleSheet
Returns the title of this style-sheet.
getTitle() - Method in interface org.w3c.dom.svg.SVGDocument
 
getTitle() - Method in interface org.w3c.dom.svg.SVGStyleElement
 
getTop() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
DOM: Implements Rect.getTop().
getTop() - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValue
Implements Value.getTop().
getTop() - Method in class io.sf.carte.echosvg.css.engine.value.ComputedValue
Implements Value.getTop().
getTop() - Method in class io.sf.carte.echosvg.css.engine.value.RectValue
Implements Value.getTop().
getTop() - Method in interface io.sf.carte.echosvg.css.engine.value.Value
The top value of the rect.
getTopLevelGroup() - Method in class io.sf.carte.echosvg.svggen.DOMTreeManager
Invoking this method will return a reference to the topLevelGroup Element managed by this object.
getTopLevelGroup() - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Invoking this method will return a reference to the topLevelGroup Element managed by this object.
getTopLevelGroup(boolean) - Method in class io.sf.carte.echosvg.svggen.DOMTreeManager
Invoking this method will return a reference to the topLevelGroup Element managed by this object.
getTopLevelGroup(boolean) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Invoking this method will return a reference to the topLevelGroup Element managed by this object.
getTopMargin() - Method in class io.sf.carte.echosvg.extension.svg.MarginInfo
 
getTopMargin() - Method in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
getTopMargin() - Method in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
getTopUnits() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
get the top units in the WMF Metafile.
getTotalLength() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
getTotalLength() - Method in class io.sf.carte.echosvg.bridge.SVGPathElementBridge
Returns the total length of the path.
getTotalLength() - Method in interface io.sf.carte.echosvg.dom.svg.SVGPathContext
Returns the total length of the path.
getTotalLength() - Method in interface org.w3c.dom.svg.SVGPathElement
 
getTotalLength(SVGOMPathElement) - Static method in class io.sf.carte.echosvg.anim.dom.SVGPathSupport
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimationElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMCircleElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMClipPathElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMComponentTransferFunctionElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMCursorElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMEllipseElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEBlendElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEColorMatrixElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEComponentTransferElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDiffuseLightingElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDisplacementMapElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDistantLightElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEFloodElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEGaussianBlurElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEImageElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEMergeNodeElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEMorphologyElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEOffsetElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEPointLightElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFESpecularLightingElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFETileElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFETurbulenceElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterPrimitiveStandardAttributes
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFontElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMForeignObjectElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGradientElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMImageElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMLinearGradientElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMLineElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMaskElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMPathElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMRadialGradientElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMRectElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMScriptElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMStopElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSymbolElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextPathElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextPositioningElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMURIReferenceElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMViewElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGPointShapeElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGURIReferenceGraphicsElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class io.sf.carte.echosvg.anim.dom.SVGURIReferenceTextPositioningElement
Returns the table of TraitInformation objects for this element.
getTranscoder() - Method in class io.sf.carte.echosvg.apps.rasterizer.DestinationType
Returns a transcoder object of the result image type.
getTranscoder() - Method in class io.sf.carte.echosvg.transcoder.util.CSSTranscodingHelper
Get the transcoder.
getTranscodingHints() - Method in interface io.sf.carte.echosvg.transcoder.Transcoder
Returns the transcoding hints of this transcoder.
getTranscodingHints() - Method in class io.sf.carte.echosvg.transcoder.TranscoderSupport
Returns a copy of the transcoding hints of this transcoder.
getTransform() - Method in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
getTransform() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
getTransform() - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Returns the AffineTransform currently applied to the drawing by the UserAgent.
getTransform() - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Unsupported operation.
getTransform() - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Returns a copy of the current Transform in the Graphics2D context.
getTransform() - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Returns a copy of the current Transform in the Graphics2D context.
getTransform() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AffineRed
 
getTransform() - Method in class io.sf.carte.echosvg.ext.awt.MultipleGradientPaint
Returns a copy of the transform applied to the gradient.
getTransform() - Method in class io.sf.carte.echosvg.extension.GraphicsExtensionElement
getTransform() - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns the transform of this node or null if any.
getTransform() - Method in class io.sf.carte.echosvg.gvt.font.Glyph
Returns the glpyh's transform.
getTransform() - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the transform of this node or null if any.
getTransform() - Method in interface io.sf.carte.echosvg.gvt.renderer.ImageRenderer
Returns the transform from the current user space (as defined by the top node of the GVT tree) to the device space.
getTransform() - Method in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
Returns the transform from the current user space (as defined by the top node of the GVT tree) to the device space.
getTransform() - Method in interface io.sf.carte.echosvg.gvt.renderer.Renderer
Returns a copy of the transform from the current user space (as defined by the top node of the GVT tree) to the device space (1 unit = 1/72nd of an inch / 1 pixel, roughly speaking
getTransform() - Method in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
Returns the transform from the current user space (as defined by the top node of the GVT tree) to the device space.
getTransform() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Returns the AffineTransform currently applied to the drawing by the UserAgent.
getTransform() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the AffineTransform currently applied to the drawing by the UserAgent.
getTransform() - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Return the rendering transform.
getTransform() - Method in interface org.w3c.dom.svg.SVGTransformable
 
getTransform() - Method in interface org.w3c.dom.svg.SVGViewSpec
 
getTransformConverter() - Method in class io.sf.carte.echosvg.svggen.SVGGraphicContextConverter
 
getTransformedBBox(Rectangle2D, AffineTransform) - Static method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Transforms a Rectangle 2D by an affine transform.
getTransformedBounds(AffineTransform) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns the bounds of this node after applying the input transform (if any), concatenated with this node's transform (if any).
getTransformedBounds(AffineTransform) - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the bounds of this node after applying the input transform (if any), concatenated with this node's transform (if any).
getTransformedGeometryBounds(AffineTransform) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into accoun.
getTransformedGeometryBounds(AffineTransform) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into accoun.
getTransformedGeometryBounds(AffineTransform) - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into accoun.
getTransformedGeometryBounds(AffineTransform) - Method in class io.sf.carte.echosvg.gvt.ProxyGraphicsNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getTransformedPrimitiveBounds(AffineTransform) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns the bounds of this node's primitivePaint after applying the input transform (if any), concatenated with this node's transform (if any).
getTransformedPrimitiveBounds(AffineTransform) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns the bounds of this node's primitivePaint after applying the input transform (if any), concatenated with this node's transform (if any).
getTransformedPrimitiveBounds(AffineTransform) - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the bounds of this node's primitivePaint after applying the input transform (if any), concatenated with this node's transform (if any).
getTransformedPrimitiveBounds(AffineTransform) - Method in class io.sf.carte.echosvg.gvt.ProxyGraphicsNode
Returns the bounds of this node's primitivePaint after applying the input transform (if any), concatenated with this node's transform (if any).
getTransformedSensitiveBounds(AffineTransform) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getTransformedSensitiveBounds(AffineTransform) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getTransformedSensitiveBounds(AffineTransform) - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getTransformListHandler() - Method in class io.sf.carte.echosvg.parser.TransformListParser
Returns the transform list handler in use.
getTransformParameters() - Method in class io.sf.carte.echosvg.ext.awt.g2d.TransformStackElement
 
getTransforms() - Method in class io.sf.carte.echosvg.anim.values.AnimatableTransformListValue
Gets the transforms.
getTransformStack() - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
 
getTransformStack() - Method in class io.sf.carte.echosvg.svggen.SVGGraphicContext
 
getTransformString() - Method in interface org.w3c.dom.svg.SVGViewSpec
 
getTransformToElement(Element, SVGElement) - Static method in class io.sf.carte.echosvg.anim.dom.SVGLocatableSupport
getTransformToElement(SVGElement) - Method in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
getTransformToElement(SVGElement) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getTransformToElement(SVGElement) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
getTransformToElement(SVGElement) - Method in class io.sf.carte.echosvg.extension.GraphicsExtensionElement
getTransformToElement(SVGElement) - Method in interface org.w3c.dom.svg.SVGLocatable
 
getTransparency() - Method in class io.sf.carte.echosvg.ext.awt.MultipleGradientPaint
Returns the transparency mode for this LinearGradientPaint.
getTransparency() - Method in class io.sf.carte.echosvg.gvt.PatternPaint
Returns the transparency mode for this pattern paint.
getTree() - Method in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
Returns the GVT tree associated with this renderer
getTree() - Method in interface io.sf.carte.echosvg.gvt.renderer.Renderer
Returns the GVT tree associated with this renderer
getTree() - Method in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
 
getTreeGraphicsNodeChangeListeners() - Method in class io.sf.carte.echosvg.gvt.RootGraphicsNode
 
getTrim() - Method in interface io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationFilter
Returns the trim percent for this normalization.
getTrim() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationFilter8Bit
Returns the trim percent for this normalization.
getTurbulenceRegion() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable
Gets the turbulence region
getTurbulenceRegion() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable8Bit
Get the turbulence region
getType() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMComponentTransferFunctionElement
getType() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEColorMatrixElement
getType() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFETurbulenceElement
getType() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMScriptElement
getType() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMStyleElement
DOM: Implements SVGStyleElement.getType().
getType() - Method in class io.sf.carte.echosvg.anim.dom.TraitInformation
Returns the SVG type of this trait.
getType() - Method in class io.sf.carte.echosvg.bridge.TextNode.Anchor
Returns the type of this anchor.
getType() - Method in class io.sf.carte.echosvg.css.engine.FontFaceRule
Returns a constant identifying the rule type.
getType() - Method in class io.sf.carte.echosvg.css.engine.ImportRule
Returns a constant identifying the rule type.
getType() - Method in class io.sf.carte.echosvg.css.engine.MediaRule
Returns a constant identifying the rule type.
getType() - Method in interface io.sf.carte.echosvg.css.engine.Rule
Returns a constant identifying the rule type.
getType() - Method in class io.sf.carte.echosvg.css.engine.StyleRule
Returns a constant identifying the rule type.
getType() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentError
 
getType() - Method in class io.sf.carte.echosvg.dom.events.AbstractEvent
DOM: The type property represents the event name as a string property.
getType() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransform
DOM: Implements SVGTransform.getType().
getType() - Method in class io.sf.carte.echosvg.ext.awt.g2d.TransformStackElement
 
getType() - Method in interface io.sf.carte.echosvg.ext.awt.image.ComponentTransferFunction
Returns the type of this transfer function
getType() - Method in class io.sf.carte.echosvg.ext.awt.image.ConcreteComponentTransferFunction
Returns the type of this transfer function
getType() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ColorMatrixRable
Returns the type of this color matrix.
getType() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ColorMatrixRable8Bit
Returns the type of this color matrix.
getType() - Method in class io.sf.carte.echosvg.gvt.font.GVTGlyphMetrics
Returns the raw glyph type code.
getType() - Method in class io.sf.carte.echosvg.parser.AbstractScanner
The current lexical unit type like defined in LexicalUnits.
getType() - Method in class io.sf.carte.echosvg.svggen.font.table.CmapTable
 
getType() - Method in class io.sf.carte.echosvg.svggen.font.table.CvtTable
 
getType() - Method in class io.sf.carte.echosvg.svggen.font.table.FpgmTable
 
getType() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfTable
 
getType() - Method in class io.sf.carte.echosvg.svggen.font.table.GposTable
Get the table type, as a table directory value.
getType() - Method in class io.sf.carte.echosvg.svggen.font.table.GsubTable
Get the table type, as a table directory value.
getType() - Method in class io.sf.carte.echosvg.svggen.font.table.HeadTable
 
getType() - Method in class io.sf.carte.echosvg.svggen.font.table.HheaTable
 
getType() - Method in class io.sf.carte.echosvg.svggen.font.table.HmtxTable
 
getType() - Method in class io.sf.carte.echosvg.svggen.font.table.KernTable
Get the table type, as a table directory value.
getType() - Method in class io.sf.carte.echosvg.svggen.font.table.LocaTable
 
getType() - Method in class io.sf.carte.echosvg.svggen.font.table.Lookup
 
getType() - Method in class io.sf.carte.echosvg.svggen.font.table.MaxpTable
 
getType() - Method in class io.sf.carte.echosvg.svggen.font.table.NameTable
 
getType() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getType() - Method in class io.sf.carte.echosvg.svggen.font.table.PostTable
Get the table type, as a table directory value.
getType() - Method in class io.sf.carte.echosvg.svggen.font.table.PrepTable
 
getType() - Method in interface io.sf.carte.echosvg.svggen.font.table.Table
Get the table type, as a table directory value.
getType() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.GdiObject
Return the type of this GdiObject.
getType() - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenuEvent
Gets the event type.
getType() - Method in class io.sf.carte.echosvg.xml.XMLScanner
The current lexical unit type like defined in LexicalUnits.
getType() - Method in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
 
getType() - Method in interface org.w3c.dom.svg.SVGFEColorMatrixElement
 
getType() - Method in interface org.w3c.dom.svg.SVGFETurbulenceElement
 
getType() - Method in interface org.w3c.dom.svg.SVGScriptElement
 
getType() - Method in interface org.w3c.dom.svg.SVGStyleElement
 
getType() - Method in interface org.w3c.dom.svg.SVGTransform
 
getTypeName() - Method in class io.sf.carte.echosvg.dom.AbstractAttr.AttrTypeInfo
Type name.
getTypeName() - Method in class io.sf.carte.echosvg.dom.AbstractElement.ElementTypeInfo
Type name.
getTypeNamespace() - Method in class io.sf.carte.echosvg.dom.AbstractAttr.AttrTypeInfo
Type namespace.
getTypeNamespace() - Method in class io.sf.carte.echosvg.dom.AbstractElement.ElementTypeInfo
Type namespace.
getTypoAscender() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getTypoDescender() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getTypoLineGap() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getUltimateOriginalEvent(Event) - Static method in class io.sf.carte.echosvg.dom.events.EventSupport
Returns the ultimate original event for the given event.
getUnderlineOffset() - Method in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
Returns the position of the underline relative to the baseline.
getUnderlinePosition() - Method in class io.sf.carte.echosvg.gvt.font.GVTFontFace
Returns the position of the underline decoration.
getUnderlineShape() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns a shape describing the undeline decoration for a given ACI.
getUnderlineThickness() - Method in class io.sf.carte.echosvg.gvt.font.GVTFontFace
Returns the stroke thickness to use when drawing a underline.
getUnderlineThickness() - Method in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
Returns the thickness of the underline.
getUnderlyingCSSValue(Element, AnimationTarget, String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
Returns an AnimatableValue for the underlying value of a CSS property.
getUnderlyingValue() - Method in interface io.sf.carte.echosvg.anim.dom.AnimatableElement
Returns the underlying value of the animated attribute.
getUnderlyingValue() - Method in class io.sf.carte.echosvg.bridge.SVGAnimateMotionElementBridge
Returns the underlying value of the animated attribute.
getUnderlyingValue() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Returns the underlying value of the animated attribute.
getUnderlyingValue(AnimationTarget) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in interface io.sf.carte.echosvg.anim.dom.AnimatedLiveAttributeValue
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedBoolean
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedEnumeration
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedInteger
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumber
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedString
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(String, String) - Method in interface io.sf.carte.echosvg.anim.dom.AnimationTarget
Returns the underlying value of an animatable XML attribute.
getUnderlyingValue(String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Returns the underlying value of an animatable XML attribute.
getUnicode() - Method in class io.sf.carte.echosvg.gvt.font.Glyph
Returns the unicode char or chars this glyph represents.
getUnicodeRange1() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getUnicodeRange2() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getUnicodeRange3() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getUnicodeRange4() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getUnit() - Method in class io.sf.carte.echosvg.anim.values.AnimatableAngleValue
Returns the angle unit.
getUnitsPerEm() - Method in class io.sf.carte.echosvg.gvt.font.GVTFontFace
The number of coordinate units on the em square for this font.
getUnitsPerEm() - Method in class io.sf.carte.echosvg.svggen.font.table.HeadTable
 
getUnitsToPixels() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
get the factor to transform Metafile dimensions in pixels
getUnitType() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
DOM: Implements SVGLength.getUnitType().
getUnitType() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
DOM: Implements SVGLength.getUnitType().
getUnitType() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
DOM: Implements SVGAngle.getUnitType().
getUnitType() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMAngle
DOM: Implements SVGAngle.getUnitType().
getUnitType() - Method in interface org.w3c.dom.svg.SVGAngle
 
getUnitType() - Method in interface org.w3c.dom.svg.SVGLength
 
getUpdateManager() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the update manager, if the bridge supports dynamic features.
getUpdateManager() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Returns the current update manager.
getUpdateManager() - Method in class io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcher
Returns the update manager.
getUpdateRunnableQueue() - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Returns the update RunnableQueue.
getUpdateTracker() - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Returns the GVT update tracker.
getUri() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint
DOM: Implements SVGPaint.getUri().
getUri() - Method in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValue
Returns the URI of the paint, if this object represents a SVGPaint.
getUri() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentError.ErrorLocation
Get the document URI.
getUri() - Method in interface org.w3c.dom.svg.SVGPaint
 
getURI() - Method in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
Returns the paint server URI.
getURI() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverterFileSource
 
getURI() - Method in interface io.sf.carte.echosvg.apps.rasterizer.SVGConverterSource
Returns a URI string corresponding to this source
getURI() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverterURLSource
 
getURI() - Method in class io.sf.carte.echosvg.css.engine.ImportRule
Returns the URI of the imported stylesheet.
getURI() - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Returns the URI of the current document.
getURI() - Method in class io.sf.carte.echosvg.transcoder.TranscoderInput
Returns the input of this transcoder as a URI or null if none was supplied.
getURI() - Method in class io.sf.carte.echosvg.transcoder.TranscoderOutput
Returns the output of this transcoder as a URI or null if none was supplied.
getUrl() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns the current URL
getUrl() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFRecordStore
Returns the current URL
getURL() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
DOM: Implements SVGDocument.getURL()
getURL() - Method in interface io.sf.carte.echosvg.bridge.BridgeExtension
This should return a URL where information can be obtained on this extension.
getURL() - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeExtension
This should return a URL where information can be obtained on this extension.
getURL() - Method in class io.sf.carte.echosvg.bridge.SVGBridgeExtension
This should return a URL where information can be obtained on this extension.
getURL() - Method in class io.sf.carte.echosvg.css.engine.FontFaceRule
Returns the URI of the @font-face rule.
getURL() - Method in interface io.sf.carte.echosvg.dom.DomExtension
This should return a URL where information can be obtained on this extension.
getURL() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGBridgeExtension
This should return a URL where information can be obtained on this extension.
getURL() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension
This should return a URL where information can be obtained on this extension.
getURL() - Method in interface org.w3c.dom.svg.SVGDocument
 
getURL(String) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Returns an URL preference.
getURL(String, Window.URLResponseHandler) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
Gets data from the given URI.
getURL(String, Window.URLResponseHandler) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
getURL(String, Window.URLResponseHandler) - Method in interface io.sf.carte.echosvg.bridge.Window
Gets data from the given URI.
getURL(String, Window.URLResponseHandler, String) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
Gets data from the given URI.
getURL(String, Window.URLResponseHandler, String) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
getURL(String, Window.URLResponseHandler, String) - Method in interface io.sf.carte.echosvg.bridge.Window
Gets data from the given URI.
getURL(Context, Scriptable, Object[], Function) - Static method in class io.sf.carte.echosvg.bridge.WindowWrapper
Wraps the 'getURL' method of the Window interface.
getURLDone(boolean, String, String) - Method in interface io.sf.carte.echosvg.bridge.Window.URLResponseHandler
Called when the response is recieved.
getURLDone(boolean, String, String) - Method in class io.sf.carte.echosvg.bridge.WindowWrapper.GetURLFunctionWrapper
Called before 'getURL()' returns.
GetURLFunctionWrapper(RhinoInterpreter, Function, WindowWrapper) - Constructor for class io.sf.carte.echosvg.bridge.WindowWrapper.GetURLFunctionWrapper
Creates a wrapper.
getURLObject() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Returns the URI of the document.
getURLs(String) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Returns an array of URLs preference.
getUseAntialiasedClip() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ClipRable
Resturns true if the default behaviour should be to use anti-aliased clipping.
getUseAntialiasedClip() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ClipRable8Bit
Resturns true if the default behaviour should be to use anti-aliased clipping.
getUseCapture() - Method in class io.sf.carte.echosvg.bridge.BridgeContext.EventListenerMememto
 
getUseCurrentView() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getUseCurrentView() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getUsed() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.LRUCache
 
getUsePrimitivePaint() - Method in interface io.sf.carte.echosvg.gvt.filter.GraphicsNodeRable
Returns true if this Rable get's it's contents by calling primitivePaint on the associated GraphicsNode or false if it uses paint.
getUsePrimitivePaint() - Method in class io.sf.carte.echosvg.gvt.filter.GraphicsNodeRable8Bit
Returns true if this Rable get's it's contents by calling primitivePaint on the associated GraphicsNode or false if it uses paint.
getUserAgent() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the user agent of this bridge context.
getUserAgent() - Method in class io.sf.carte.echosvg.bridge.DocumentLoader
Returns the userAgent used by this DocumentLoader
getUserAgent() - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
 
getUserAgent() - Method in class io.sf.carte.echosvg.util.ParsedURL
Return the user agent current associated with this url (or null if none).
getUserAgentStyleSheet() - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation
Returns the user-agent stylesheet.
getUserData(String) - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.getUserData(String).
getUserStylesheet() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
getUserStyleSheetURI() - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Returns the user stylesheet uri.
getUserStyleSheetURI() - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Returns the user stylesheet
getUserStyleSheetURI() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Returns the user stylesheet uri.
getUserStyleSheetURI() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the user stylesheet uri.
getUserStyleSheetURI() - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Returns the user stylesheet uri.
getUserStyleSheetURI() - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
Returns the user stylesheet uri.
getUserStyleSheetURI() - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns the user stylesheet specified in the TranscodingHints or null if any.
getUseUnixTextSelection(boolean) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Returns true if the canvas will copy selections to the clipboard when they are completed.
getUsr2Dev() - Method in class io.sf.carte.echosvg.gvt.PatternPaintContext
 
getUtf16Offset() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentError.ErrorLocation
Get the UTF-16 offset of the error node.
getValidate() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
getValue() - Method in class io.sf.carte.echosvg.anim.AbstractAnimation
Returns the value of this animation, or null if it isn't active.
getValue() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
DOM: Implements SVGLength.getValue().
getValue() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
DOM: Implements SVGLength.getValue().
getValue() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
DOM: Implements SVGAngle.getValue().
getValue() - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributeColorValue
Returns the current value associated with this object.
getValue() - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributePaintValue
Returns the current value associated with this object.
getValue() - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributeValue
Returns the current value associated with this object.
getValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableBooleanValue
Returns the boolean value.
getValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableIntegerValue
Returns the integer value.
getValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberValue
Returns the number value.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMComputedStyle.ComputedCSSValue
Returns the Value associated with this object.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration.StyleDeclarationValue
Returns the current value associated with this object.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractComponent
The returns the actual value of this component.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractModificationHandler
Returns the associated value.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.BlueComponent
The returns the actual value of this component.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ColorNumber
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.GreenComponent
The returns the actual value of this component.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.RedComponent
The returns the actual value of this component.
getValue() - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ValueProvider
Returns the current value associated with this object.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGComputedStyle.ComputedCSSColorValue
Returns the Value associated with this object.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGComputedStyle.ComputedCSSPaintValue
Returns the Value associated with this object.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Returns the associated value.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGStyleDeclaration.StyleDeclarationColorValue
Returns the current value associated with this object.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue
Returns the current value associated with this object.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractComponent
The returns the actual value of this component.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
Returns the associated value.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AlphaComponent
The returns the actual value of this component.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.BlueComponent
The returns the actual value of this component.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.BottomComponent
The returns the actual value of this component.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.GreenComponent
The returns the actual value of this component.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.LeftComponent
The returns the actual value of this component.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.ListComponent
The returns the actual value of this component.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.RedComponent
The returns the actual value of this component.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.RightComponent
The returns the actual value of this component.
getValue() - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.TopComponent
The returns the actual value of this component.
getValue() - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ValueProvider
Returns the current value associated with this object.
getValue() - Method in class io.sf.carte.echosvg.dom.AbstractAttr
DOM: Implements Attr.getValue().
getValue() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumber
DOM: Implements SVGNumber.getValue().
getValue() - Method in exception class io.sf.carte.echosvg.dom.svg.LiveAttributeException
Returns the problematic attribute value.
getValue() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMAngle
DOM: Implements SVGAngle.getValue().
getValue() - Method in class io.sf.carte.echosvg.ext.swing.DoubleDocument
 
getValue() - Method in class io.sf.carte.echosvg.svggen.font.table.KerningPair
 
getValue() - Method in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder.DoctypeValue
 
getValue() - Method in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder.NewlineValue
 
getValue() - Method in class io.sf.carte.echosvg.util.DoublyIndexedTable.Entry
Returns this entry's value.
getValue() - Method in class io.sf.carte.echosvg.util.RunnableQueue.RunnableQueueState
 
getValue() - Method in interface org.w3c.dom.svg.SVGAngle
 
getValue() - Method in interface org.w3c.dom.svg.SVGLength
 
getValue() - Method in interface org.w3c.dom.svg.SVGNumber
 
getValue(int) - Method in class io.sf.carte.echosvg.css.engine.StyleDeclaration
Returns the value at the given index.
getValue(int) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Returns the value at the given index, null if unspecified.
getValue(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMStoredStyleDeclaration
Returns the current value associated with this object.
getValue(String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration.ValueProvider
Returns the current value associated with this object.
getValueAsString() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
getValueAsString() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
getValueAsString() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Returns the value of the DOM attribute containing the point list.
getValueAsString() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Returns the value of the DOM attribute containing the length list.
getValueAsString() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
getValueAsString() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Returns the value of the DOM attribute containing the point list.
getValueAsString() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Returns the value of the DOM attribute containing the number list.
getValueAsString() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
Returns the value of the DOM attribute containing the point list.
getValueAsString() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
Returns the value of the DOM attribute containing the path data.
getValueAsString() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
Returns the value of the DOM attribute containing the path data.
getValueAsString() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
Returns the value of the DOM attribute containing the point list.
getValueAsString() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
Returns the value of the DOM attribute containing the point list.
getValueAsString() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
Returns the value of the DOM attribute containing the transform list.
getValueAsString() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
Returns the value of the DOM attribute containing the transform list.
getValueAsString() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGItem
Returns the cached representation of the item if valid, otherwise recomputes the String representation of the item.
getValueAsString() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Returns the value of the DOM attribute containing the list.
getValueAsString() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio
Returns the string representation of the preserve aspect ratio value.
getValueAsString() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
Returns the cached representation of the item if valid, otherwise recomputes the String representation of the item.
getValueAsString() - Method in interface io.sf.carte.echosvg.dom.svg.SVGItem
Return the String representation of the item.
getValueAsString() - Method in class io.sf.carte.echosvg.dom.svg.SVGNumberItem
Returns a String representation of the number.
getValueAsString() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMAngle
getValueAsString() - Method in interface org.w3c.dom.svg.SVGAngle
 
getValueAsString() - Method in interface org.w3c.dom.svg.SVGLength
 
getValueAsString(short, short) - Static method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio
Returns a string representation of a preserve aspect ratio value specified numerically.
getValueInSpecifiedUnits() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
getValueInSpecifiedUnits() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
getValueInSpecifiedUnits() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
getValueInSpecifiedUnits() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMAngle
getValueInSpecifiedUnits() - Method in interface org.w3c.dom.svg.SVGAngle
 
getValueInSpecifiedUnits() - Method in interface org.w3c.dom.svg.SVGLength
 
getValueManagers() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Returns the ValueManagers.
getValues() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEColorMatrixElement
getValues() - Method in class io.sf.carte.echosvg.apps.rasterizer.DestinationType
Defines valid image types.
getValues() - Method in class io.sf.carte.echosvg.svggen.font.table.CvtTable
 
getValues() - Method in interface org.w3c.dom.svg.SVGFEColorMatrixElement
 
getValuesArray() - Method in class io.sf.carte.echosvg.util.DoublyIndexedTable
Returns an array of all of the values in the table.
getVendorID() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getVersion() - Method in class io.sf.carte.echosvg.svggen.font.table.CmapFormat
 
getVersion() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getVersion() - Method in class io.sf.carte.echosvg.svggen.font.table.TableDirectory
 
getVersionNumber() - Method in class io.sf.carte.echosvg.svggen.font.table.HeadTable
 
getVertAdvY() - Method in class io.sf.carte.echosvg.gvt.font.Glyph
Returns the vertical advance value.
getVerticalAdvance() - Method in class io.sf.carte.echosvg.gvt.font.GVTGlyphMetrics
Returns the vertical advance of the glyph.
getVerticalAlignment() - Method in class io.sf.carte.echosvg.extension.svg.RegionInfo
Gets the vertical alignment for this flow region.
getVerticalAlignment() - Method in class io.sf.carte.echosvg.gvt.flow.RegionInfo
Gets the vertical alignment for this flow region.
getVerticalAlignment(int) - Static method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFUtilities
Get the Vertical Alignement for the Alignment property.
getVerticalAlignOffset() - Method in class io.sf.carte.echosvg.extension.svg.LineInfo
 
getVertOrigin() - Method in class io.sf.carte.echosvg.gvt.font.Glyph
Returns the vertical origin of this glyph.
getView() - Method in class io.sf.carte.echosvg.dom.events.DOMTimeEvent
Returns the view from which the event was generated.
getView() - Method in class io.sf.carte.echosvg.dom.events.DOMUIEvent
DOM: The view attribute identifies the AbstractView from which the event was generated.
getView() - Method in interface org.w3c.dom.smil.TimeEvent
Get the AbstractView from which this event was initialized.
getViewBox() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
getViewBox() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
getViewBox() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getViewBox() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSymbolElement
getViewBox() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMViewElement
getViewBox() - Method in interface org.w3c.dom.svg.SVGFitToViewBox
 
getViewBoxRect() - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane
 
getViewBoxString() - Method in interface org.w3c.dom.svg.SVGViewSpec
 
getViewBoxTransform() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Returns the transform from viewBox coords to screen coords
getViewFactory() - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLEditorKit
getViewingTransform() - Method in class io.sf.carte.echosvg.gvt.CanvasGraphicsNode
 
getViewingTransform() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
 
getViewport() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getViewport() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getViewport(Element) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the viewport of the specified element.
getViewportElement() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
getViewportElement() - Method in interface org.w3c.dom.svg.SVGElement
Get the element that provides the SVG viewport for this element.
getViewportHeight() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength.DefaultContext
Returns the viewport height used to compute units.
getViewportHeight() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement.UnitContext
Returns the viewport height used to compute units.
getViewportHeight() - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Returns the height of the viewport which directly contains the given element.
getViewportHeight() - Method in class io.sf.carte.echosvg.bridge.AnimatableGenericSVGBridge
Returns the height of the viewport which directly contains the associated element.
getViewportHeight() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
 
getViewportHeight() - Method in class io.sf.carte.echosvg.bridge.SVGDescriptiveElementBridge
 
getViewportHeight() - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
 
getViewportHeight() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Returns the height of the viewport which directly contains the given element.
getViewportHeight() - Method in class io.sf.carte.echosvg.bridge.UnitProcessor.DefaultContext
Returns the viewport height used to compute units.
getViewportHeight() - Method in interface io.sf.carte.echosvg.dom.svg.SVGContext
Returns the height of the viewport which directly contains the associated element.
getViewportHeight() - Method in interface io.sf.carte.echosvg.parser.UnitProcessor.Context
Returns the viewport height used to compute units.
getViewportHeightInch() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
Returns the viewport height, in inches.
getViewportHeightUnits() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
Returns the viewport height, in Metafile Units
getViewportSize() - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Returns the default size of the viewport.
getViewportSize() - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Returns the default size of this user agent (400x400).
getViewportSize() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Returns the default size of the viewport of this user agent (0, 0).
getViewportSize() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the default size of the viewport.
getViewportSize() - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns the default size of this user agent (400x400).
getViewportWidth() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength.DefaultContext
Returns the viewport width used to compute units.
getViewportWidth() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement.UnitContext
Returns the viewport width used to compute units.
getViewportWidth() - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Returns the width of the viewport which directly contains the given element.
getViewportWidth() - Method in class io.sf.carte.echosvg.bridge.AnimatableGenericSVGBridge
Returns the width of the viewport which directly contains the associated element.
getViewportWidth() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
 
getViewportWidth() - Method in class io.sf.carte.echosvg.bridge.SVGDescriptiveElementBridge
 
getViewportWidth() - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
 
getViewportWidth() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Returns the width of the viewport which directly contains the given element.
getViewportWidth() - Method in class io.sf.carte.echosvg.bridge.UnitProcessor.DefaultContext
Returns the viewport width used to compute units.
getViewportWidth() - Method in interface io.sf.carte.echosvg.dom.svg.SVGContext
Returns the width of the viewport which directly contains the associated element.
getViewportWidth() - Method in interface io.sf.carte.echosvg.parser.UnitProcessor.Context
Returns the viewport width used to compute units.
getViewportWidthInch() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
Returns the viewport width, in inches.
getViewportWidthUnits() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
Returns the viewport width, in Metafile Units
getViewTarget() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMViewElement
getViewTarget() - Method in interface org.w3c.dom.svg.SVGViewElement
 
getViewTarget() - Method in interface org.w3c.dom.svg.SVGViewSpec
 
getViewTargetString() - Method in interface org.w3c.dom.svg.SVGViewSpec
 
getViewTransform(String, Element, float, float, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.ViewBox
Parses the specified reference (from a URI) and returns the appropriate transform.
getVisualAdvance() - Method in class io.sf.carte.echosvg.extension.svg.LineInfo
 
getVKern(int, int) - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
Returns the vertical kerning value for the specified glyph pair.
getVKern(int, int) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
Returns the vertical kerning value for this glyph pair.
getVKern(int, int) - Method in interface io.sf.carte.echosvg.gvt.font.GVTFont
Returns the horizontal kerning value of this glyph pair.
getVpH() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
Returns the viewport height, in pixels.
getVpH() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns the viewport height
getVpHFactor() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
get the factor to transform logical units height in pixels
getVpW() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
Returns the viewport width, in pixels.
getVpW() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns the viewport width
getVpWFactor() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
get the factor to transform logical units width in pixels
getVpX() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns the viewport x origin
getVpX() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFRecordStore
Returns the viewport x origin
getVpY() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns the viewport y origin
getVpY() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFRecordStore
Returns the viewport y origin
getWaitTime() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationTickRunnable
Returns the system time that can be safely waited until before this Runnable is run again.
getWaitTime() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.DebugAnimationTickRunnable
 
getWaitTime() - Method in interface io.sf.carte.echosvg.util.RunnableQueue.IdleRunnable
Returns the system time that can be safely waited until before this Runnable is run again.
getWeakReference() - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns a canonical WeakReference to this GraphicsNode.
getWeakReference() - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns a canonical WeakReference to this GraphicsNode.
getWeight() - Method in class io.sf.carte.echosvg.svggen.font.table.Panose
 
getWeightClass() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getWhatToShow() - Method in class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
getWhatToShow() - Method in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
getWheelDelta() - Method in class io.sf.carte.echosvg.dom.svg12.SVGOMWheelEvent
Returns the number of mouse wheel clicks.
getWheelDelta() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseWheelEvent
Returns the number of clicks the wheel has been moved.
getWhen() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
Returns the timestamp of when this event occurred.
getWhitePoint() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.AbstractCIEColor
Returns the white point in CIE XYZ coordinates.
getWhitePoint() - Method in class io.sf.graphics.java2d.color.CIELabColorSpace
Returns the configured white point.
getWholeText() - Method in class io.sf.carte.echosvg.dom.AbstractText
DOM: Implements Text.getWholeText().
getWidth() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.AnimSVGRect
DOM: Implements SVGRect.getWidth().
getWidth() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.BaseSVGRect
DOM: Implements SVGRect.getWidth().
getWidth() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
getWidth() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterPrimitiveStandardAttributes
getWidth() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMForeignObjectElement
getWidth() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMImageElement
getWidth() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMaskElement
DOM: Implements SVGMaskElement.getWidth().
getWidth() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
getWidth() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMRectElement
DOM: Implements SVGRectElement.getWidth().
getWidth() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getWidth().
getWidth() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
DOM: Implements SVGUseElement.getWidth().
getWidth() - Method in class io.sf.carte.echosvg.anim.values.AnimatableRectValue
Returns the width.
getWidth() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
getWidth() - Method in class io.sf.carte.echosvg.bridge.svg12.SVGMultiImageElementBridge.MultiImageElementViewport
Returns the width of this viewport.
getWidth() - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge.SVGSVGElementViewport
Returns the width of this viewport.
getWidth() - Method in class io.sf.carte.echosvg.bridge.UserAgentViewport
Returns the width of this viewport.
getWidth() - Method in interface io.sf.carte.echosvg.bridge.Viewport
Returns the width of this viewport.
getWidth() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMRect
DOM: Implements SVGRect.getWidth().
getWidth() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
 
getWidth() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DeferRable
 
getWidth() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
getWidth() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
getWidth() - Method in interface org.w3c.dom.svg.SVGFilterElement
 
getWidth() - Method in interface org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes
 
getWidth() - Method in interface org.w3c.dom.svg.SVGForeignObjectElement
 
getWidth() - Method in interface org.w3c.dom.svg.SVGImageElement
 
getWidth() - Method in interface org.w3c.dom.svg.SVGMaskElement
 
getWidth() - Method in interface org.w3c.dom.svg.SVGPatternElement
 
getWidth() - Method in interface org.w3c.dom.svg.SVGRect
 
getWidth() - Method in interface org.w3c.dom.svg.SVGRectElement
 
getWidth() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getWidth() - Method in interface org.w3c.dom.svg.SVGUseElement
 
getWidthBoundsPixels() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
 
getWidthBoundsUnits() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
 
getWidthClass() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getWidthPixels() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
get the width of the WMF Metafile, in pixels.
getWidthUnits() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
get the width units in the WMF Metafile.
getWinAscent() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getWinDescent() - Method in class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
getWindingRule() - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
getWindingRule() - Method in interface io.sf.carte.echosvg.ext.awt.geom.ExtendedPathIterator
 
getWindingRule() - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength.SingleSegmentPathIterator
 
getWindingRule() - Method in class io.sf.carte.echosvg.ext.awt.geom.ShapeExtender.EPIWrap
 
getWindingRule() - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
Returns the current winding rule.
getWindingRule() - Method in class io.sf.carte.echosvg.parser.AWTPolylineProducer
Returns the current winding rule.
getWindingRule() - Method in interface io.sf.carte.echosvg.parser.ShapeProducer
Returns the current winding rule.
getWindow() - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
Returns the Window object for scripting languages that have no Interpreter object.
getWindow() - Method in class io.sf.carte.echosvg.bridge.RhinoInterpreter
Returns the window object for this interpreter.
getWindow(Interpreter, String) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
Returns the Window object for the specified Interpreter.
getWriter() - Method in class io.sf.carte.echosvg.transcoder.TranscoderOutput
Returns the output of this transcoder as a character stream or null if none was supplied.
getWriterFor(String) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageWriterRegistry
get the ImageWriter registered for mime, or null.
getX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.AnimSVGRect
DOM: Implements SVGRect.getX().
getX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.BaseSVGRect
DOM: Implements SVGRect.getX().
getX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMCursorElement
DOM: Implements SVGCursorElement.getX().
getX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEPointLightElement
getX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
getX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
DOM: Implements SVGFilterElement.getX().
getX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterPrimitiveStandardAttributes
getX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMForeignObjectElement
getX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.getX().
getX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMImageElement
DOM: Implements SVGImageElement.getX().
getX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMaskElement
DOM: Implements SVGMaskElement.getX().
getX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
DOM: Implements SVGPatternElement.getX().
getX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMRectElement
DOM: Implements SVGRectElement.getX().
getX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getX().
getX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextPositioningElement
getX() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
DOM: Implements SVGUseElement.getX().
getX() - Method in class io.sf.carte.echosvg.anim.values.AnimatableMotionPointValue
Returns the x coordinate.
getX() - Method in class io.sf.carte.echosvg.anim.values.AnimatableRectValue
Returns the x coordinate.
getX() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransform
Returns the x coordinate of the center of the rotation, if this transformation is a rotation.
getX() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMPoint
DOM: Implements SVGPoint.getX().
getX() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMRect
DOM: Implements SVGRect.getX().
getX() - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
getX() - Method in class io.sf.carte.echosvg.dom.svg.SVGPointItem
DOM: Implements SVGPoint.getX().
getX() - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength.PathSegment
Returns the x coordinate of the path segment.
getX() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseEvent
Returns the horizontal x position of the event relative to the source graphics node.
getX() - Method in interface org.w3c.dom.svg.SVGCursorElement
 
getX() - Method in interface org.w3c.dom.svg.SVGFEPointLightElement
 
getX() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
 
getX() - Method in interface org.w3c.dom.svg.SVGFilterElement
 
getX() - Method in interface org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes
 
getX() - Method in interface org.w3c.dom.svg.SVGForeignObjectElement
 
getX() - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
 
getX() - Method in interface org.w3c.dom.svg.SVGImageElement
 
getX() - Method in interface org.w3c.dom.svg.SVGMaskElement
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothAbs
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothRel
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoAbs
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoHorizontalAbs
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoHorizontalRel
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoRel
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegMovetoAbs
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegMovetoRel
 
getX() - Method in interface org.w3c.dom.svg.SVGPatternElement
 
getX() - Method in interface org.w3c.dom.svg.SVGPoint
 
getX() - Method in interface org.w3c.dom.svg.SVGRect
 
getX() - Method in interface org.w3c.dom.svg.SVGRectElement
 
getX() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getX() - Method in interface org.w3c.dom.svg.SVGTextPositioningElement
 
getX() - Method in interface org.w3c.dom.svg.SVGUseElement
 
getX1() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMLinearGradientElement
getX1() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMLineElement
DOM: Implements SVGLineElement.getX1().
getX1() - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
getX1() - Method in interface org.w3c.dom.svg.SVGLinearGradientElement
 
getX1() - Method in interface org.w3c.dom.svg.SVGLineElement
 
getX1() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
 
getX1() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
 
getX1() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
 
getX1() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
 
getX2() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMLinearGradientElement
getX2() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMLineElement
DOM: Implements SVGLineElement.getX2().
getX2() - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
getX2() - Method in interface org.w3c.dom.svg.SVGLinearGradientElement
 
getX2() - Method in interface org.w3c.dom.svg.SVGLineElement
 
getX2() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
 
getX2() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
 
getX2() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
 
getX2() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
 
getXblBoundElement() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Get the bound element whose shadow tree this current node resides in.
getXblBoundElement() - Method in class io.sf.carte.echosvg.dom.AbstractNode
Get the bound element whose shadow tree this current node resides in.
getXblBoundElement() - Method in interface io.sf.carte.echosvg.dom.xbl.NodeXBL
Get the bound element whose shadow tree this current node resides in.
getXblBoundElement(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Get the bound element whose shadow tree a node resides in.
getXblBoundElement(Node) - Method in class io.sf.carte.echosvg.dom.xbl.GenericXBLManager
Get the bound element whose shadow tree a node resides in.
getXblBoundElement(Node) - Method in interface io.sf.carte.echosvg.dom.xbl.XBLManager
Get the bound element whose shadow tree a node resides in.
getXblChildNodes() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Get the list of child nodes of this node in the fully flattened tree.
getXblChildNodes() - Method in class io.sf.carte.echosvg.dom.AbstractNode
Get the list of child nodes of this node in the fully flattened tree.
getXblChildNodes() - Method in interface io.sf.carte.echosvg.dom.xbl.NodeXBL
Get the list of child nodes of this node in the fully flattened tree.
getXblChildNodes(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Get the list of child nodes of a node in the fully flattened tree.
getXblChildNodes(Node) - Method in class io.sf.carte.echosvg.dom.xbl.GenericXBLManager
Get the list of child nodes of a node in the fully flattened tree.
getXblChildNodes(Node) - Method in interface io.sf.carte.echosvg.dom.xbl.XBLManager
Get the list of child nodes of a node in the fully flattened tree.
getXblContentElement(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Returns the content element that caused the given node to be present in the flattened tree.
getXblDefinitions() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Get the xbl:definition elements currently binding this element.
getXblDefinitions() - Method in class io.sf.carte.echosvg.dom.AbstractNode
Get the xbl:definition elements currently binding this element.
getXblDefinitions() - Method in interface io.sf.carte.echosvg.dom.xbl.NodeXBL
Get the xbl:definition elements currently binding this element.
getXblDefinitions(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Get the xbl:definition elements currently binding an element.
getXblDefinitions(Node) - Method in class io.sf.carte.echosvg.dom.xbl.GenericXBLManager
Get the xbl:definition elements currently binding an element.
getXblDefinitions(Node) - Method in interface io.sf.carte.echosvg.dom.xbl.XBLManager
Get the xbl:definition elements currently binding an element.
getXblFirstChild() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Get the first child node of this node in the fully flattened tree.
getXblFirstChild() - Method in class io.sf.carte.echosvg.dom.AbstractNode
Get the first child node of this node in the fully flattened tree.
getXblFirstChild() - Method in interface io.sf.carte.echosvg.dom.xbl.NodeXBL
Get the first child node of this node in the fully flattened tree.
getXblFirstChild(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Get the first child node of a node in the fully flattened tree.
getXblFirstChild(Node) - Method in class io.sf.carte.echosvg.dom.xbl.GenericXBLManager
Get the first child node of a node in the fully flattened tree.
getXblFirstChild(Node) - Method in interface io.sf.carte.echosvg.dom.xbl.XBLManager
Get the first child node of a node in the fully flattened tree.
getXblFirstElementChild() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Get the first element child of this node in the fully flattened tree.
getXblFirstElementChild() - Method in class io.sf.carte.echosvg.dom.AbstractNode
Get the first element child of this node in the fully flattened tree.
getXblFirstElementChild() - Method in interface io.sf.carte.echosvg.dom.xbl.NodeXBL
Get the first element child of this node in the fully flattened tree.
getXblFirstElementChild(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Get the first element child of a node in the fully flattened tree.
getXblFirstElementChild(Node) - Method in class io.sf.carte.echosvg.dom.xbl.GenericXBLManager
Get the first element child of a node in the fully flattened tree.
getXblFirstElementChild(Node) - Method in interface io.sf.carte.echosvg.dom.xbl.XBLManager
Get the first element child of a node in the fully flattened tree.
getXblLastChild() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Get the last child node of this node in the fully flattened tree.
getXblLastChild() - Method in class io.sf.carte.echosvg.dom.AbstractNode
Get the last child node of this node in the fully flattened tree.
getXblLastChild() - Method in interface io.sf.carte.echosvg.dom.xbl.NodeXBL
Get the last child node of this node in the fully flattened tree.
getXblLastChild(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Get the last child node of a node in the fully flattened tree.
getXblLastChild(Node) - Method in class io.sf.carte.echosvg.dom.xbl.GenericXBLManager
Get the last child node of a node in the fully flattened tree.
getXblLastChild(Node) - Method in interface io.sf.carte.echosvg.dom.xbl.XBLManager
Get the last child node of a node in the fully flattened tree.
getXblLastElementChild() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Get the last element child of this node in the fully flattened tree.
getXblLastElementChild() - Method in class io.sf.carte.echosvg.dom.AbstractNode
Get the last element child of this node in the fully flattened tree.
getXblLastElementChild() - Method in interface io.sf.carte.echosvg.dom.xbl.NodeXBL
Get the last element child of this node in the fully flattened tree.
getXblLastElementChild(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Get the last element child of a node in the fully flattened tree.
getXblLastElementChild(Node) - Method in class io.sf.carte.echosvg.dom.xbl.GenericXBLManager
Get the last element child of a node in the fully flattened tree.
getXblLastElementChild(Node) - Method in interface io.sf.carte.echosvg.dom.xbl.XBLManager
Get the last element child of a node in the fully flattened tree.
getXBLManager() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Returns the XBLManager used for this document.
getXblNextElementSibling() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Get the first element that follows the current node in the xblParentNode's xblChildNodes list.
getXblNextElementSibling() - Method in class io.sf.carte.echosvg.dom.AbstractNode
Get the first element that follows the current node in the xblParentNode's xblChildNodes list.
getXblNextElementSibling() - Method in interface io.sf.carte.echosvg.dom.xbl.NodeXBL
Get the first element that follows the current node in the xblParentNode's xblChildNodes list.
getXblNextElementSibling(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Get the first element that follows a node in the xblParentNode's xblChildNodes list.
getXblNextElementSibling(Node) - Method in class io.sf.carte.echosvg.dom.xbl.GenericXBLManager
Get the first element that follows a node in the xblParentNode's xblChildNodes list.
getXblNextElementSibling(Node) - Method in interface io.sf.carte.echosvg.dom.xbl.XBLManager
Get the first element that follows a node in the xblParentNode's xblChildNodes list.
getXblNextSibling() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Get the node which directly follows the current node in the xblParentNode's xblChildNodes list.
getXblNextSibling() - Method in class io.sf.carte.echosvg.dom.AbstractNode
Get the node which directly follows the current node in the xblParentNode's xblChildNodes list.
getXblNextSibling() - Method in interface io.sf.carte.echosvg.dom.xbl.NodeXBL
Get the node which directly follows the current node in the xblParentNode's xblChildNodes list.
getXblNextSibling(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Get the node which directly follows a node in the xblParentNode's xblChildNodes list.
getXblNextSibling(Node) - Method in class io.sf.carte.echosvg.dom.xbl.GenericXBLManager
Get the node which directly follows a node in thexblParentNode's xblChildNodes list.
getXblNextSibling(Node) - Method in interface io.sf.carte.echosvg.dom.xbl.XBLManager
Get the node which directly follows a node in thexblParentNode's xblChildNodes list.
getXblParentNode() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Get the parent of this node in the fully flattened tree.
getXblParentNode() - Method in class io.sf.carte.echosvg.dom.AbstractNode
Get the parent of this node in the fully flattened tree.
getXblParentNode() - Method in interface io.sf.carte.echosvg.dom.xbl.NodeXBL
Get the parent of this node in the fully flattened tree.
getXblParentNode(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Get the parent of a node in the fully flattened tree.
getXblParentNode(Node) - Method in class io.sf.carte.echosvg.dom.xbl.GenericXBLManager
Get the parent of a node in the fully flattened tree.
getXblParentNode(Node) - Method in interface io.sf.carte.echosvg.dom.xbl.XBLManager
Get the parent of a node in the fully flattened tree.
getXblPreviousElementSibling() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Get the first element that precedes the current node in the xblParentNode's xblChildNodes list.
getXblPreviousElementSibling() - Method in class io.sf.carte.echosvg.dom.AbstractNode
Get the first element that precedes the current node in the xblParentNode's xblChildNodes list.
getXblPreviousElementSibling() - Method in interface io.sf.carte.echosvg.dom.xbl.NodeXBL
Get the first element that precedes the current node in the xblParentNode's xblChildNodes list.
getXblPreviousElementSibling(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Get the first element that precedes the a node in the xblParentNode's xblChildNodes list.
getXblPreviousElementSibling(Node) - Method in class io.sf.carte.echosvg.dom.xbl.GenericXBLManager
Get the first element that precedes the a node in the xblParentNode's xblChildNodes list.
getXblPreviousElementSibling(Node) - Method in interface io.sf.carte.echosvg.dom.xbl.XBLManager
Get the first element that precedes the a node in the xblParentNode's xblChildNodes list.
getXblPreviousSibling() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Get the node which directly precedes the current node in the xblParentNode's xblChildNodes list.
getXblPreviousSibling() - Method in class io.sf.carte.echosvg.dom.AbstractNode
Get the node which directly precedes the current node in the xblParentNode's xblChildNodes list.
getXblPreviousSibling() - Method in interface io.sf.carte.echosvg.dom.xbl.NodeXBL
Get the node which directly precedes the current node in the xblParentNode's xblChildNodes list.
getXblPreviousSibling(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Get the node which directly precedes a node in the xblParentNode's xblChildNodes list.
getXblPreviousSibling(Node) - Method in class io.sf.carte.echosvg.dom.xbl.GenericXBLManager
Get the node which directly precedes a node in the xblParentNode's xblChildNodes list.
getXblPreviousSibling(Node) - Method in interface io.sf.carte.echosvg.dom.xbl.XBLManager
Get the node which directly precedes a node in the xblParentNode's xblChildNodes list.
getXblScopedChildNodes() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Get the list of child nodes of this node in the fully flattened tree that are within the same shadow scope.
getXblScopedChildNodes() - Method in class io.sf.carte.echosvg.dom.AbstractNode
Get the list of child nodes of this node in the fully flattened tree that are within the same shadow scope.
getXblScopedChildNodes() - Method in interface io.sf.carte.echosvg.dom.xbl.NodeXBL
Get the list of child nodes of this node in the fully flattened tree that are within the same shadow scope.
getXblScopedChildNodes(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Get the list of child nodes of a node in the fully flattened tree that are within the same shadow scope.
getXblScopedChildNodes(Node) - Method in class io.sf.carte.echosvg.dom.xbl.GenericXBLManager
Get the list of child nodes of a node in the fully flattened tree that are within the same shadow scope.
getXblScopedChildNodes(Node) - Method in interface io.sf.carte.echosvg.dom.xbl.XBLManager
Get the list of child nodes of a node in the fully flattened tree that are within the same shadow scope.
getXblShadowTree() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Get the shadow tree of this node.
getXblShadowTree() - Method in class io.sf.carte.echosvg.dom.AbstractNode
Get the shadow tree of this node.
getXblShadowTree() - Method in class io.sf.carte.echosvg.dom.svg12.XBLOMShadowTreeEvent
Returns the shadow tree that is the object of this event.
getXblShadowTree() - Method in interface io.sf.carte.echosvg.dom.xbl.NodeXBL
Get the shadow tree of this node.
getXblShadowTree() - Method in interface io.sf.carte.echosvg.dom.xbl.ShadowTreeEvent
 
getXblShadowTree(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Get the shadow tree of a node.
getXblShadowTree(Node) - Method in class io.sf.carte.echosvg.dom.xbl.GenericXBLManager
Get the shadow tree of a node.
getXblShadowTree(Node) - Method in interface io.sf.carte.echosvg.dom.xbl.XBLManager
Get the shadow tree of a node.
getXChannelSelector() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDisplacementMapElement
getXChannelSelector() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable
Returns the xChannelSelector
getXChannelSelector() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable8Bit
Returns the xChannelSelector
getXChannelSelector() - Method in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
 
getXCoordinate(int) - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeDescript
 
getXCoordinate(int) - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfSimpleDescript
 
getXCoordinate(int) - Method in interface io.sf.carte.echosvg.svggen.font.table.GlyphDescription
 
getXHeight() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength.DefaultContext
Returns the x-height value.
getXHeight() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement.UnitContext
Returns the x-height value.
getXHeight() - Method in class io.sf.carte.echosvg.bridge.UnitProcessor.DefaultContext
Returns the x-height value.
getXHeight() - Method in interface io.sf.carte.echosvg.parser.UnitProcessor.Context
Returns the x-height value.
getXHeight() - Method in class io.sf.carte.echosvg.svggen.font.table.Panose
 
getXLinkActuate(Element) - Static method in class io.sf.carte.echosvg.dom.util.XLinkSupport
Returns the value of the 'xlink:actuate' attribute of the given element.
getXLinkArcRole(Element) - Static method in class io.sf.carte.echosvg.dom.util.XLinkSupport
Returns the value of the 'xlink:arcrole' attribute of the given element.
getXLinkHref(Element) - Static method in class io.sf.carte.echosvg.dom.util.XLinkSupport
Returns the value of the href attribute of the given element.
getXLinkRole(Element) - Static method in class io.sf.carte.echosvg.dom.util.XLinkSupport
Returns the value of the 'xlink:role' attribute of the given element.
getXLinkShow(Element) - Static method in class io.sf.carte.echosvg.dom.util.XLinkSupport
Returns the value of the 'xlink:show' attribute of the given element.
getXLinkTitle(Element) - Static method in class io.sf.carte.echosvg.dom.util.XLinkSupport
Returns the value of the 'xlink:title' attribute of the given element.
getXLinkType(Element) - Static method in class io.sf.carte.echosvg.dom.util.XLinkSupport
Returns the value of the 'xlink:type' attribute of the given element.
getXMax() - Method in class io.sf.carte.echosvg.svggen.font.table.HeadTable
 
getXMaxExtent() - Method in class io.sf.carte.echosvg.svggen.font.table.HheaTable
 
getXMaximum() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfDescript
 
getXMaximum() - Method in interface io.sf.carte.echosvg.svggen.font.table.GlyphDescription
 
getXMin() - Method in class io.sf.carte.echosvg.svggen.font.table.HeadTable
 
getXMinimum() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfDescript
 
getXMinimum() - Method in interface io.sf.carte.echosvg.svggen.font.table.GlyphDescription
 
getXML(Node) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Serializes the given DOM node using DOMUtilities.writeNode(Node,Writer) and returns the XML as a String.
getXMLbase() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
DOM: Implements SVGElement.getXMLbase().
getXMLbase() - Method in interface org.w3c.dom.svg.SVGElement
 
getXMLDeclarationEncoding(Reader, String) - Static method in class io.sf.carte.echosvg.xml.XMLUtilities
Reads an XML declaration to get the encoding declaration value.
getXmlEncoding() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
DOM: Implements Document.getXmlEncoding().
getXmlEncoding() - Method in class io.sf.carte.echosvg.dom.AbstractEntity
DOM: Implements Entity.getXmlEncoding().
getXMLFilter() - Method in class io.sf.carte.echosvg.transcoder.TranscoderOutput
Returns the output of this transcoder as a XML filter or null if none was supplied.
getXMLId() - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
Returns the ID of this element.
getXMLId() - Method in interface io.sf.carte.echosvg.css.engine.CSSStylableElement
Returns the ID of this element.
getXMLId() - Method in class io.sf.carte.echosvg.extension.StylableExtensionElement
Returns the ID of this element.
getXMLlang() - Method in class io.sf.carte.echosvg.anim.dom.SVGDescriptiveElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEImageElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSymbolElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class io.sf.carte.echosvg.extension.GraphicsExtensionElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in interface org.w3c.dom.svg.SVGLangSpace
 
getXMLLang(Element) - Static method in class io.sf.carte.echosvg.dom.util.XMLSupport
Returns the xml:lang attribute value of the given element.
getXMLReader() - Method in class io.sf.carte.echosvg.transcoder.TranscoderInput
Returns the XML reader of this transcoder or null if none was supplied.
getXMLspace() - Method in class io.sf.carte.echosvg.anim.dom.SVGDescriptiveElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEImageElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMStyleElement
getXMLspace() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSymbolElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class io.sf.carte.echosvg.extension.GraphicsExtensionElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in interface org.w3c.dom.svg.SVGLangSpace
 
getXMLspace() - Method in interface org.w3c.dom.svg.SVGStyleElement
 
getXMLSpace(Element) - Static method in class io.sf.carte.echosvg.dom.util.XMLSupport
Returns the xml:space attribute value of the given element.
getXmlStandalone() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
getXmlVersion() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
DOM: Implements Document.getXmlVersion().
getXmlVersion() - Method in class io.sf.carte.echosvg.dom.AbstractEntity
DOM: Implements Entity.getXmlVersion().
getXmlVersion() - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
 
getXoffset() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.OffsetRable
Get the x offset.
getXOffset() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
 
getXOffsets(int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.DisplacementMapRed
 
getXScale() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
getXSign() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
Return the sign of X coordinates.
getXTile(int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
Returns the x index of tile under xloc.
getXTranslate() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
getXYZ() - Method in class io.sf.graphics.java2d.color.NamedColorSpace
Returns the XYZ coordinates of the named color.
getY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.AnimSVGRect
DOM: Implements SVGRect.getY().
getY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.BaseSVGRect
DOM: Implements SVGRect.getY().
getY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMCursorElement
DOM: Implements SVGCursorElement.getY().
getY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEPointLightElement
getY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
getY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
DOM: Implements SVGFilterElement.getY().
getY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterPrimitiveStandardAttributes
getY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMForeignObjectElement
getY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.getY().
getY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMImageElement
DOM: Implements SVGImageElement.getY().
getY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMaskElement
DOM: Implements SVGMaskElement.getY().
getY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
DOM: Implements SVGPatternElement.getY().
getY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMRectElement
DOM: Implements SVGRectElement.getY().
getY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getY().
getY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextPositioningElement
getY() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
DOM: Implements SVGUseElement.getY().
getY() - Method in class io.sf.carte.echosvg.anim.values.AnimatableMotionPointValue
Returns the y coordinate.
getY() - Method in class io.sf.carte.echosvg.anim.values.AnimatableRectValue
Returns the y coordinate.
getY() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransform
Returns the y coordinate of the center of the rotation, if this transformation is a rotation.
getY() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMPoint
DOM: Implements SVGPoint.getY().
getY() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMRect
DOM: Implements SVGRect.getY().
getY() - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
getY() - Method in class io.sf.carte.echosvg.dom.svg.SVGPointItem
DOM: Implements SVGPoint.getY().
getY() - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength.PathSegment
Returns the y coordinate of the path segment.
getY() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseEvent
Returns the vertical y position of the event relative to the source node.
getY() - Method in interface org.w3c.dom.svg.SVGCursorElement
 
getY() - Method in interface org.w3c.dom.svg.SVGFEPointLightElement
 
getY() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
 
getY() - Method in interface org.w3c.dom.svg.SVGFilterElement
 
getY() - Method in interface org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes
 
getY() - Method in interface org.w3c.dom.svg.SVGForeignObjectElement
 
getY() - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
 
getY() - Method in interface org.w3c.dom.svg.SVGImageElement
 
getY() - Method in interface org.w3c.dom.svg.SVGMaskElement
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothAbs
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothRel
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoAbs
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoRel
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoVerticalAbs
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoVerticalRel
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegMovetoAbs
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegMovetoRel
 
getY() - Method in interface org.w3c.dom.svg.SVGPatternElement
 
getY() - Method in interface org.w3c.dom.svg.SVGPoint
 
getY() - Method in interface org.w3c.dom.svg.SVGRect
 
getY() - Method in interface org.w3c.dom.svg.SVGRectElement
 
getY() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getY() - Method in interface org.w3c.dom.svg.SVGTextPositioningElement
 
getY() - Method in interface org.w3c.dom.svg.SVGUseElement
 
getY1() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMLinearGradientElement
getY1() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMLineElement
DOM: Implements SVGLineElement.getY1().
getY1() - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
getY1() - Method in interface org.w3c.dom.svg.SVGLinearGradientElement
 
getY1() - Method in interface org.w3c.dom.svg.SVGLineElement
 
getY1() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
 
getY1() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
 
getY1() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
 
getY1() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
 
getY2() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMLinearGradientElement
getY2() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMLineElement
DOM: Implements SVGLineElement.getY2().
getY2() - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
getY2() - Method in interface org.w3c.dom.svg.SVGLinearGradientElement
 
getY2() - Method in interface org.w3c.dom.svg.SVGLineElement
 
getY2() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
 
getY2() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
 
getY2() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
 
getY2() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
 
getYChannelSelector() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDisplacementMapElement
getYChannelSelector() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable
Returns the yChannelSelector
getYChannelSelector() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable8Bit
Returns the yChannelSelector
getYChannelSelector() - Method in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
 
getYCoordinate(int) - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeDescript
 
getYCoordinate(int) - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfSimpleDescript
 
getYCoordinate(int) - Method in interface io.sf.carte.echosvg.svggen.font.table.GlyphDescription
 
getYMax() - Method in class io.sf.carte.echosvg.svggen.font.table.HeadTable
 
getYMaximum() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfDescript
 
getYMaximum() - Method in interface io.sf.carte.echosvg.svggen.font.table.GlyphDescription
 
getYMin() - Method in class io.sf.carte.echosvg.svggen.font.table.HeadTable
 
getYMinimum() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfDescript
 
getYMinimum() - Method in interface io.sf.carte.echosvg.svggen.font.table.GlyphDescription
 
getYoffset() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.OffsetRable
Get the y offset.
getYOffset() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
 
getYOffsets(int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.DisplacementMapRed
 
getYScale() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
getYSign() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
Return the sign of Y coordinates.
getYTile(int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
Returns the y index of tile under yloc.
getYTranslate() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
getZ() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEPointLightElement
getZ() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
getZ() - Method in interface org.w3c.dom.svg.SVGFEPointLightElement
 
getZ() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
 
getZeroRecter(WritableRaster) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.PadRed.ZeroRecter
 
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableAngleOrIdentValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableAngleValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableBooleanValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableColorValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableIntegerValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableLengthListValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableLengthOrIdentValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableLengthValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableMotionPointValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberListValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberOptionalNumberValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberOrIdentValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberOrPercentageValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatablePathDataValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatablePercentageValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatablePointListValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatablePreserveAspectRatioValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableRectValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableStringValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableTransformListValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class io.sf.carte.echosvg.anim.values.AnimatableValue
Returns a zero value of this AnimatableValue's type.
getZoomAndPan() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
getZoomAndPan() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSymbolElement
getZoomAndPan() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMViewElement
getZoomAndPan() - Method in interface org.w3c.dom.svg.SVGZoomAndPan
 
getZoomAndPan(Element) - Static method in class io.sf.carte.echosvg.dom.svg.SVGZoomAndPanSupport
Returns the ZoomAndPan attribute value.
getZoomRectScreen() - Method in interface org.w3c.dom.svg.SVGZoomEvent
 
GHOSTWHITE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'ghostwhite' RGB color.
GHOSTWHITE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'ghostwhite' color name.
glisteners - Variable in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
The global listener list.
Global - Interface in io.sf.carte.echosvg.dom.svg12
Interface for a global scripting object.
Global(Interpreter, String) - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment.Global
Creates a new Global object.
globalExtensions - Static variable in class io.sf.carte.echosvg.bridge.BridgeContext
Returns the extensions supported by this bridge context.
globalObject - Variable in class io.sf.carte.echosvg.bridge.RhinoInterpreter
The global object.
GlobalWrapper - Class in io.sf.carte.echosvg.bridge
Wrapper class for the SVGGlobal object.
GlobalWrapper(Context) - Constructor for class io.sf.carte.echosvg.bridge.GlobalWrapper
Creates a new GlobalWrapper.
glyf - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
GlyfCompositeComp - Class in io.sf.carte.echosvg.svggen.font.table
 
GlyfCompositeComp(ByteArrayInputStream) - Constructor for class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
GlyfCompositeDescript - Class in io.sf.carte.echosvg.svggen.font.table
Glyph description for composite glyphs.
GlyfCompositeDescript(GlyfTable, ByteArrayInputStream) - Constructor for class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeDescript
 
GlyfDescript - Class in io.sf.carte.echosvg.svggen.font.table
 
GlyfDescript(GlyfTable, short, ByteArrayInputStream) - Constructor for class io.sf.carte.echosvg.svggen.font.table.GlyfDescript
 
GlyfSimpleDescript - Class in io.sf.carte.echosvg.svggen.font.table
 
GlyfSimpleDescript(GlyfTable, short, ByteArrayInputStream) - Constructor for class io.sf.carte.echosvg.svggen.font.table.GlyfSimpleDescript
 
GlyfTable - Class in io.sf.carte.echosvg.svggen.font.table
 
GlyfTable(DirectoryEntry, RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.GlyfTable
 
Glyph - Class in io.sf.carte.echosvg.gvt.font
A Glyph describes a graphics node with some specific glyph rendering attributes.
Glyph - Class in io.sf.carte.echosvg.svggen.font
An individual glyph within a font.
Glyph(GlyphDescription, short, int) - Constructor for class io.sf.carte.echosvg.svggen.font.Glyph
 
Glyph(String, List<String>, String, String, String, Point2D, Point2D, float, float, int, TextPaintInfo, Shape, GraphicsNode) - Constructor for class io.sf.carte.echosvg.gvt.font.Glyph
Constructs a Glyph with the specified parameters.
GLYPH_ORIENTATION_HORIZONTAL_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
GLYPH_ORIENTATION_VERTICAL_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
GlyphDescription - Interface in io.sf.carte.echosvg.svggen.font.table
Specifies access to glyph description classes, simple and composite.
GlyphElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.GlyphElementFactory
 
GlyphGroupInfo - Class in io.sf.carte.echosvg.gvt.flow
One line Class Desc Complete Class Desc
GlyphGroupInfo(GVTGlyphVector, int, int, boolean[], boolean, float[], float[], float[], boolean[]) - Constructor for class io.sf.carte.echosvg.gvt.flow.GlyphGroupInfo
 
GlyphIterator - Class in io.sf.carte.echosvg.extension.svg
 
GlyphIterator(GlyphIterator) - Constructor for class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
GlyphIterator(AttributedCharacterIterator, GVTGlyphVector) - Constructor for class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
GlyphLayout - Class in io.sf.carte.echosvg.bridge
Implementation of TextSpanLayout which uses java.awt.font.GlyphVector.
GlyphLayout(AttributedCharacterIterator, int[], Point2D, FontRenderContext) - Constructor for class io.sf.carte.echosvg.bridge.GlyphLayout
Creates the specified text layout using the specified AttributedCharacterIterator and rendering context.
GlyphOrientationHorizontalManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'glyph-orientation-horizontal' property values.
GlyphOrientationHorizontalManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.GlyphOrientationHorizontalManager
 
GlyphOrientationManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'glyph-orientation' property values.
GlyphOrientationManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.GlyphOrientationManager
 
GlyphOrientationVerticalManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'glyph-orientation-vertical' property values.
GlyphOrientationVerticalManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.GlyphOrientationVerticalManager
 
GlyphRefElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.GlyphRefElementFactory
 
gmB - Variable in class io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache.Value
 
GOLD_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'gold' RGB color.
GOLD_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'gold' color name.
GOLDENROD_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'goldenrod' RGB color.
GOLDENROD_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'goldenrod' color name.
gotoLine(int) - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLTextEditor
Move the cursor to the specified line if exception occur cursor not change
gotoY(double) - Method in class io.sf.carte.echosvg.gvt.flow.FlowRegions
 
gotoY(double) - Method in class io.sf.carte.echosvg.gvt.flow.LineInfo
 
GPOS - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
GposTable - Class in io.sf.carte.echosvg.svggen.font.table
 
GposTable(DirectoryEntry, RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.GposTable
 
grad() - Method in interface io.sf.carte.echosvg.parser.AngleHandler
Invoked when 'grad' has been parsed.
grad() - Method in class io.sf.carte.echosvg.parser.DefaultAngleHandler
gradientTransform - Variable in class io.sf.carte.echosvg.ext.awt.MultipleGradientPaint
Transform to apply to gradient.
gradientUnits - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMGradientElement
The 'gradientUnits' attribute value.
GraphicContext - Class in io.sf.carte.echosvg.ext.awt.g2d
Handles the attributes in a graphic context:
+ Composite
+ Font
+ Paint
+ Stroke
+ Clip
+ RenderingHints
+ AffineTransform
GraphicContext() - Constructor for class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Default constructor
GraphicContext(AffineTransform) - Constructor for class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
 
GraphicContextDefaults() - Constructor for class io.sf.carte.echosvg.svggen.SVGGeneratorContext.GraphicContextDefaults
 
GraphicsExtensionElement - Class in io.sf.carte.echosvg.extension
An abstract base class for graphical extension elements.
GraphicsExtensionElement() - Constructor for class io.sf.carte.echosvg.extension.GraphicsExtensionElement
Creates a new GraphicsExtensionElement object.
GraphicsExtensionElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.extension.GraphicsExtensionElement
Creates a new GraphicsExtensionElement object.
graphicsNode - Variable in class io.sf.carte.echosvg.bridge.UpdateManager
The GraphicsNode whose updates are to be tracked.
GraphicsNode - Interface in io.sf.carte.echosvg.gvt
The base class for all graphics nodes.
GraphicsNodeBridge - Interface in io.sf.carte.echosvg.bridge
Bridge class for creating, building, and updating a GraphicsNode according to an Element.
GraphicsNodeChangeAdapter - Class in io.sf.carte.echosvg.gvt.event
An abstract adapter class for receiving graphics node change events.
GraphicsNodeChangeAdapter() - Constructor for class io.sf.carte.echosvg.gvt.event.GraphicsNodeChangeAdapter
 
GraphicsNodeChangeEvent - Class in io.sf.carte.echosvg.gvt.event
An event which indicates that a change action occurred on a graphics node.
GraphicsNodeChangeEvent(GraphicsNode, int) - Constructor for class io.sf.carte.echosvg.gvt.event.GraphicsNodeChangeEvent
Constructs a new graphics node event with the specified source and ID.
GraphicsNodeChangeListener - Interface in io.sf.carte.echosvg.gvt.event
The interface for listening to changes on graphics nodes.
GraphicsNodeEvent - Class in io.sf.carte.echosvg.gvt.event
A low-level event for GraphicsNode.
GraphicsNodeEvent(GraphicsNode, int) - Constructor for class io.sf.carte.echosvg.gvt.event.GraphicsNodeEvent
Constructs a new graphics node event with the specified source and ID.
GraphicsNodeFocusEvent - Class in io.sf.carte.echosvg.gvt.event
A low-level event which indicates that a graphics node has gained or lost the keyboard focus.
GraphicsNodeFocusEvent(GraphicsNode, int) - Constructor for class io.sf.carte.echosvg.gvt.event.GraphicsNodeFocusEvent
Constructs a new graphics node focus event.
GraphicsNodeFocusListener - Interface in io.sf.carte.echosvg.gvt.event
The listener interface for receiving keyboard focus events on a graphics node.
GraphicsNodeInputEvent - Class in io.sf.carte.echosvg.gvt.event
The root event class for all graphics node-level input events.
GraphicsNodeInputEvent(GraphicsNode, int, long, int, int) - Constructor for class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
Constructs a new graphics node input event.
GraphicsNodeInputEvent(GraphicsNode, InputEvent, int) - Constructor for class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
Constructs a new graphics node input event from an AWT InputEvent.
GraphicsNodeKeyAdapter - Class in io.sf.carte.echosvg.gvt.event
An abstract adapter class for receiving graphics node key events.
GraphicsNodeKeyAdapter() - Constructor for class io.sf.carte.echosvg.gvt.event.GraphicsNodeKeyAdapter
 
GraphicsNodeKeyEvent - Class in io.sf.carte.echosvg.gvt.event
An event which indicates that a keystroke occurred in a graphics node.
GraphicsNodeKeyEvent(GraphicsNode, int, long, int, int, int, char, int) - Constructor for class io.sf.carte.echosvg.gvt.event.GraphicsNodeKeyEvent
Constructs a new graphics node key event.
GraphicsNodeKeyListener - Interface in io.sf.carte.echosvg.gvt.event
The listener interface for receiving graphics node key events.
GraphicsNodeMouseAdapter - Class in io.sf.carte.echosvg.gvt.event
An abstract adapter class for receiving graphics node mouse events.
GraphicsNodeMouseAdapter() - Constructor for class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseAdapter
 
GraphicsNodeMouseEvent - Class in io.sf.carte.echosvg.gvt.event
An event which indicates that a mouse action occurred in a graphics node.
GraphicsNodeMouseEvent(GraphicsNode, int, long, int, int, int, float, float, int, int, int, int, int, GraphicsNode) - Constructor for class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseEvent
Constructs a new graphics node mouse event.
GraphicsNodeMouseEvent(GraphicsNode, MouseEvent, int, int) - Constructor for class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseEvent
Constructs a new graphics node mouse event from an AWT MouseEvent.
GraphicsNodeMouseListener - Interface in io.sf.carte.echosvg.gvt.event
The listener interface for receiving graphics node mouse events.
GraphicsNodeMouseWheelEvent - Class in io.sf.carte.echosvg.gvt.event
An event which indicates that a mouse whwel action occurred in a graphics node.
GraphicsNodeMouseWheelEvent(GraphicsNode, int, long, int, int, int) - Constructor for class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseWheelEvent
Constructs a new graphics node mouse wheel event.
GraphicsNodeMouseWheelListener - Interface in io.sf.carte.echosvg.gvt.event
The listener interface for receiving graphics node mouse wheel events.
graphicsNodeRable - Variable in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
The GraphicsNodeRable for this node.
GraphicsNodeRable - Interface in io.sf.carte.echosvg.gvt.filter
This interface allows GraphicsNode to be seen as RenderableImages, which can be used for operations such as filtering, masking or compositing.
GraphicsNodeRable8Bit - Class in io.sf.carte.echosvg.gvt.filter
This implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.
GraphicsNodeRable8Bit(GraphicsNode) - Constructor for class io.sf.carte.echosvg.gvt.filter.GraphicsNodeRable8Bit
 
GraphicsNodeRable8Bit(GraphicsNode, boolean) - Constructor for class io.sf.carte.echosvg.gvt.filter.GraphicsNodeRable8Bit
 
GraphicsNodeRable8Bit(GraphicsNode, Map<String, ?>) - Constructor for class io.sf.carte.echosvg.gvt.filter.GraphicsNodeRable8Bit
 
GraphicsNodeRableFactory - Interface in io.sf.carte.echosvg.gvt.filter
This interface lets GraphicsNode create instances of GraphicsNodeRable appropriate for the filter module implementation.
GraphicsNodeRed8Bit - Class in io.sf.carte.echosvg.gvt.filter
This implementation of RenderableImage will render its input GraphicsNode on demand for tiles.
GraphicsNodeRed8Bit(GraphicsNode, AffineTransform, boolean, RenderingHints) - Constructor for class io.sf.carte.echosvg.gvt.filter.GraphicsNodeRed8Bit
 
GraphicsUtil - Class in io.sf.carte.echosvg.ext.awt.image
Set of utility methods for Graphics.
GraphicsUtil() - Constructor for class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
 
gray - Static variable in class io.sf.carte.echosvg.svggen.SVGColor
 
GRAY_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'gray' RGB color.
GRAY_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'gray' color name.
GrayScaleColorConverter - Class in io.sf.graphics.java2d.color
Converts to grayscale using the standard RED=30%, GREEN=59% and BLUE=11% weights (see http://en.wikipedia.org/wiki/Grayscale)
GRAYTEXT_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'GRAYTEXT' color name.
green - Variable in class io.sf.carte.echosvg.anim.values.AnimatableColorValue
The green component.
green - Variable in class io.sf.carte.echosvg.css.engine.value.RGBColorValue
The green component.
green - Static variable in class io.sf.carte.echosvg.svggen.SVGColor
 
GREEN - Static variable in class io.sf.carte.echosvg.ext.awt.image.ARGBChannel
 
GREEN - Static variable in class io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable8Bit
 
GREEN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'green' RGB color.
GREEN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'green' color name.
greenComponent - Variable in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
The green component, if this value is a RGBColor.
greenComponent - Variable in class io.sf.carte.echosvg.css.dom.CSSOMValue
The green component, if this value is a RGBColor.
GreenComponent() - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.GreenComponent
 
GreenComponent() - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMValue.GreenComponent
 
greenFloatValueChanged(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractModificationHandler
Called when the green float value has changed.
greenFloatValueChanged(short, float) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ModificationHandler
Called when the green float value has changed.
greenFloatValueChanged(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the green float value has changed.
greenFloatValueChanged(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
Called when the green float value has changed.
greenFloatValueChanged(short, float) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the green float value has changed.
greenTextChanged(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractModificationHandler
Called when the green value text has changed.
greenTextChanged(String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ModificationHandler
Called when the green value text has changed.
greenTextChanged(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the green value text has changed.
greenTextChanged(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
Called when the green value text has changed.
greenTextChanged(String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the green value text has changed.
GREENYELLOW_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'greenyellow' RGB color.
GREENYELLOW_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'greenyellow' color name.
GREY_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'grey' RGB color.
GREY_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'grey' color name.
GRID_LINES_STROKE - Static variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.History
The grid lines stroke.
GridBagConstants - Interface in io.sf.carte.echosvg.ext.swing
GridBagConstraints constants.
gridLinesColor - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.History
The grid lines color.
group - Variable in class io.sf.carte.echosvg.dom.events.EventListenerList.Entry
The event group.
GSUB - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
GsubTable - Class in io.sf.carte.echosvg.svggen.font.table
 
GsubTable(DirectoryEntry, RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.GsubTable
 
gv - Variable in class io.sf.carte.echosvg.bridge.GlyphLayout
 
GVT_FONT - Static variable in class io.sf.carte.echosvg.bridge.FlowTextPainter
 
GVT_FONT - Static variable in class io.sf.carte.echosvg.bridge.GlyphLayout
 
GVT_FONT - Static variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
GVT_FONT - Static variable in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
GVT_FONT - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
GVT_FONT_FAMILIES - Static variable in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
GVT_FONT_FAMILIES - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
GVT_FONTS - Static variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
GVT_FONTS - Static variable in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
GVT_FONTS - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
GVTACIImpl - Class in io.sf.carte.echosvg.gvt.text
GVTACIImpl Used to implement SVG <tspan> and <text> attributes.
GVTACIImpl() - Constructor for class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Constructs a new GVTAttributedCharacterIterator with no attributes and a null string.
GVTACIImpl(AttributedCharacterIterator) - Constructor for class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Constructs a GVTACIImpl whose contents are equivalent to those of aci.
GVTACIImpl.TransformAttributeFilter - Class in io.sf.carte.echosvg.gvt.text
AttributeFilter which converts (extended) location attributes SVGAttributedCharacterIterator.TextAttribute.X, TextAttribute.Y, TextAttribute.ROTATE attributes to TextAttribute.TRANSFORM attributes.
GVTAttributedCharacterIterator - Interface in io.sf.carte.echosvg.gvt.text
GVTAttributedCharacterIterator Used to implement SVG <tspan> and <text> attributes.
GVTAttributedCharacterIterator.AttributeFilter - Interface in io.sf.carte.echosvg.gvt.text
Interface for helper class which mutates the attributes of an AttributedCharacterIterator.
GVTAttributedCharacterIterator.TextAttribute - Class in io.sf.carte.echosvg.gvt.text
Attribute keys that identify SVG text attributes.
gvtBuildCancelled(GVTTreeBuilderEvent) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane.ScrollListener
 
gvtBuildCancelled(GVTTreeBuilderEvent) - Method in class io.sf.carte.echosvg.swing.svg.GVTTreeBuilderAdapter
Called when a build was cancelled.
gvtBuildCancelled(GVTTreeBuilderEvent) - Method in interface io.sf.carte.echosvg.swing.svg.GVTTreeBuilderListener
Called when a build was cancelled.
gvtBuildCancelled(GVTTreeBuilderEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when a build was cancelled.
gvtBuildCompleted(GVTTreeBuilderEvent) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane.ScrollListener
 
gvtBuildCompleted(GVTTreeBuilderEvent) - Method in class io.sf.carte.echosvg.swing.svg.GVTTreeBuilderAdapter
Called when a build was completed.
gvtBuildCompleted(GVTTreeBuilderEvent) - Method in interface io.sf.carte.echosvg.swing.svg.GVTTreeBuilderListener
Called when a build was completed.
gvtBuildCompleted(GVTTreeBuilderEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when a build was completed.
gvtBuilder - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The GVT builder that might be used to create a GVT subtree.
GVTBuilder - Class in io.sf.carte.echosvg.bridge
This class is responsible for creating a GVT tree using an SVG DOM tree.
GVTBuilder() - Constructor for class io.sf.carte.echosvg.bridge.GVTBuilder
Constructs a new builder.
gvtBuildFailed(GVTTreeBuilderEvent) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane.ScrollListener
 
gvtBuildFailed(GVTTreeBuilderEvent) - Method in class io.sf.carte.echosvg.swing.svg.GVTTreeBuilderAdapter
Called when a build failed.
gvtBuildFailed(GVTTreeBuilderEvent) - Method in interface io.sf.carte.echosvg.swing.svg.GVTTreeBuilderListener
Called when a build failed.
gvtBuildFailed(GVTTreeBuilderEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when a build failed.
gvtBuildStarted(GVTTreeBuilderEvent) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane.ScrollListener
 
gvtBuildStarted(GVTTreeBuilderEvent) - Method in class io.sf.carte.echosvg.swing.svg.GVTTreeBuilderAdapter
Called when a build started.
gvtBuildStarted(GVTTreeBuilderEvent) - Method in interface io.sf.carte.echosvg.swing.svg.GVTTreeBuilderListener
Called when a build started.
gvtBuildStarted(GVTTreeBuilderEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when a build started.
GVTFont - Interface in io.sf.carte.echosvg.gvt.font
An interface for all GVT font classes.
GVTFontFace - Class in io.sf.carte.echosvg.gvt.font
One line Class Desc Complete Class Desc
GVTFontFace(String) - Constructor for class io.sf.carte.echosvg.gvt.font.GVTFontFace
Constructs an SVGFontFace with default values for all the font-face attributes other than familyName
GVTFontFace(String, float, String, String, String, String, float, String, float, float, float, float, float, float, float, float) - Constructor for class io.sf.carte.echosvg.gvt.font.GVTFontFace
Constructes an GVTFontFace with the specfied font-face attributes.
GVTFontFamily - Interface in io.sf.carte.echosvg.gvt.font
An interface for all font family classes.
GVTGlyphMetrics - Class in io.sf.carte.echosvg.gvt.font
GVTGlyphMetrics is essentially a wrapper class for java.awt.font.GlyphMetrics with the addition of horizontal and vertical advance values.
GVTGlyphMetrics(float, float, Rectangle2D, byte) - Constructor for class io.sf.carte.echosvg.gvt.font.GVTGlyphMetrics
Constructs a new GVTGlyphMetrics object using the specified parameters.
GVTGlyphMetrics(GlyphMetrics, float) - Constructor for class io.sf.carte.echosvg.gvt.font.GVTGlyphMetrics
Constructs a new GVTGlyphMetrics object based upon the specified GlyphMetrics object and an additional vertical advance value.
GVTGlyphVector - Interface in io.sf.carte.echosvg.gvt.font
An interface for all GVT GlyphVector classes.
GVTLineMetrics - Class in io.sf.carte.echosvg.gvt.font
GVTLineMetrics is a GVT version of java.awt.font.LineMetrics.
GVTLineMetrics(float, int, float[], float, float, float, int, float, float, float, float, float, float) - Constructor for class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
Constructs a GVTLineMetrics object with the specified attributes.
GVTLineMetrics(LineMetrics) - Constructor for class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
Constructs a GVTLineMetrics object based on the specified line metrics.
GVTLineMetrics(LineMetrics, float) - Constructor for class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
Constructs a GVTLineMetrics object based on the specified line metrics with a scale factor applied.
gvtRenderingCancelled(GVTTreeRendererEvent) - Method in class io.sf.carte.echosvg.swing.gvt.GVTTreeRendererAdapter
Called when a rendering was cancelled.
gvtRenderingCancelled(GVTTreeRendererEvent) - Method in interface io.sf.carte.echosvg.swing.gvt.GVTTreeRendererListener
Called when a rendering was cancelled.
gvtRenderingCancelled(GVTTreeRendererEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Called when a rendering was cancelled.
gvtRenderingCancelled(GVTTreeRendererEvent) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane.ScrollListener
 
gvtRenderingCancelled(GVTTreeRendererEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when a rendering was cancelled.
gvtRenderingCompleted(GVTTreeRendererEvent) - Method in class io.sf.carte.echosvg.swing.gvt.GVTTreeRendererAdapter
Called when a rendering was completed.
gvtRenderingCompleted(GVTTreeRendererEvent) - Method in interface io.sf.carte.echosvg.swing.gvt.GVTTreeRendererListener
Called when a rendering was completed.
gvtRenderingCompleted(GVTTreeRendererEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Called when a rendering was completed.
gvtRenderingCompleted(GVTTreeRendererEvent) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane.ScrollListener
 
gvtRenderingCompleted(GVTTreeRendererEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when a rendering was completed.
gvtRenderingFailed(GVTTreeRendererEvent) - Method in class io.sf.carte.echosvg.swing.gvt.GVTTreeRendererAdapter
Called when a rendering failed.
gvtRenderingFailed(GVTTreeRendererEvent) - Method in interface io.sf.carte.echosvg.swing.gvt.GVTTreeRendererListener
Called when a rendering failed.
gvtRenderingFailed(GVTTreeRendererEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Called when a rendering failed.
gvtRenderingFailed(GVTTreeRendererEvent) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane.ScrollListener
 
gvtRenderingFailed(GVTTreeRendererEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when a rendering failed.
gvtRenderingPrepare(GVTTreeRendererEvent) - Method in class io.sf.carte.echosvg.swing.gvt.GVTTreeRendererAdapter
Called when a rendering is in its preparing phase.
gvtRenderingPrepare(GVTTreeRendererEvent) - Method in interface io.sf.carte.echosvg.swing.gvt.GVTTreeRendererListener
Called when a rendering is in its preparing phase.
gvtRenderingPrepare(GVTTreeRendererEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Called when a rendering is in its preparing phase.
gvtRenderingPrepare(GVTTreeRendererEvent) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane.ScrollListener
 
gvtRenderingStarted(GVTTreeRendererEvent) - Method in class io.sf.carte.echosvg.swing.gvt.GVTTreeRendererAdapter
Called when a rendering started.
gvtRenderingStarted(GVTTreeRendererEvent) - Method in interface io.sf.carte.echosvg.swing.gvt.GVTTreeRendererListener
Called when a rendering started.
gvtRenderingStarted(GVTTreeRendererEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Called when a rendering started.
gvtRenderingStarted(GVTTreeRendererEvent) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane.ScrollListener
 
gvtRoot - Variable in class io.sf.carte.echosvg.gvt.GVTTreeWalker
The GVT root into which text is searched.
gvtRoot - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
The GVT tree root.
gvtRoot - Variable in class io.sf.carte.echosvg.swing.svg.GVTTreeBuilderEvent
The GVT root.
gvtRoot - Variable in class io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcherEvent
The GVT root.
gvtTreeBuilder - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The GVT tree builder.
GVTTreeBuilder - Class in io.sf.carte.echosvg.swing.svg
This class represents an object which builds asynchroneaously a GVT tree.
GVTTreeBuilder(SVGDocument, BridgeContext) - Constructor for class io.sf.carte.echosvg.swing.svg.GVTTreeBuilder
Creates a new GVTTreeBuilder.
GVTTreeBuilderAdapter - Class in io.sf.carte.echosvg.swing.svg
An adapter class that represents a listener to the GVTTreeBuilderEvent events.
GVTTreeBuilderAdapter() - Constructor for class io.sf.carte.echosvg.swing.svg.GVTTreeBuilderAdapter
 
GVTTreeBuilderEvent - Class in io.sf.carte.echosvg.swing.svg
This class represents an event which indicate an event originated from a GVTTreeBuilder instance.
GVTTreeBuilderEvent(Object, GraphicsNode) - Constructor for class io.sf.carte.echosvg.swing.svg.GVTTreeBuilderEvent
Creates a new GVTTreeBuilderEvent.
GVTTreeBuilderListener - Interface in io.sf.carte.echosvg.swing.svg
This interface represents a listener to the GVTTreeBuilderEvent events.
gvtTreeBuilderListeners - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The GVT tree builder listeners.
gvtTreeRenderer - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
The GVT tree renderer.
GVTTreeRenderer - Class in io.sf.carte.echosvg.swing.gvt
This class represents an object which renders asynchronously a GVT tree.
GVTTreeRenderer(ImageRenderer, AffineTransform, boolean, Shape, int, int) - Constructor for class io.sf.carte.echosvg.swing.gvt.GVTTreeRenderer
Creates a new GVTTreeRenderer.
GVTTreeRendererAdapter - Class in io.sf.carte.echosvg.swing.gvt
An adapter class that represents a listener to the GVTTreeRendererEvent events.
GVTTreeRendererAdapter() - Constructor for class io.sf.carte.echosvg.swing.gvt.GVTTreeRendererAdapter
 
GVTTreeRendererEvent - Class in io.sf.carte.echosvg.swing.gvt
This class represents an event which indicate an event originated from a GVTTreeRenderer instance.
GVTTreeRendererEvent(Object, BufferedImage) - Constructor for class io.sf.carte.echosvg.swing.gvt.GVTTreeRendererEvent
Creates a new GVTTreeRendererEvent.
GVTTreeRendererListener - Interface in io.sf.carte.echosvg.swing.gvt
This interface represents a listener to the GVTTreeRendererEvent events.
gvtTreeRendererListeners - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
The GVT tree renderer listeners.
GVTTreeWalker - Class in io.sf.carte.echosvg.gvt
GVTTreeWalker objects are used to navigate a GVT tree or subtree.
GVTTreeWalker(GraphicsNode) - Constructor for class io.sf.carte.echosvg.gvt.GVTTreeWalker
Constructs a new GVTTreeWalker.
GVTUnloadListener(EventDispatcher, BridgeEventSupport.Listener) - Constructor for class io.sf.carte.echosvg.bridge.BridgeEventSupport.GVTUnloadListener
 
GZIP_MAGIC - Static variable in class io.sf.carte.echosvg.util.ParsedURLData
GZIP header magic number bytes, like found in a gzipped files, which are encoded in Intel format (i.e. little indian).

H

h - Variable in class io.sf.carte.echosvg.dom.svg.SVGOMRect
The rect's height.
halt() - Method in class io.sf.carte.echosvg.util.HaltingThread
Set's beenHalted to true.
HaltingThread - Class in io.sf.carte.echosvg.util
This is a subclass of java.lang.Thread that includes a non-intrusive 'halt' method.
HaltingThread() - Constructor for class io.sf.carte.echosvg.util.HaltingThread
 
HaltingThread(Runnable) - Constructor for class io.sf.carte.echosvg.util.HaltingThread
 
HaltingThread(Runnable, String) - Constructor for class io.sf.carte.echosvg.util.HaltingThread
 
HaltingThread(String) - Constructor for class io.sf.carte.echosvg.util.HaltingThread
 
haltThread() - Static method in class io.sf.carte.echosvg.util.HaltingThread
Calls 'halt' on Thread.currentThread() if it is an instance of HaltingThread otherwise it does nothing.
haltThread(Thread) - Static method in class io.sf.carte.echosvg.util.HaltingThread
Calls 'halt' on t if it is an instance of HaltingThread otherwise it does nothing.
handleAnimatedAttributeChanged(AnimatedLiveAttributeValue) - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Invoked when the animated value of an animatable attribute has changed.
handleAnimatedAttributeChanged(AnimatedLiveAttributeValue) - Method in class io.sf.carte.echosvg.bridge.AnimatableGenericSVGBridge
 
handleAnimatedAttributeChanged(AnimatedLiveAttributeValue) - Method in interface io.sf.carte.echosvg.bridge.BridgeUpdateHandler
Invoked when the animated value of an animated attribute has changed.
handleAnimatedAttributeChanged(AnimatedLiveAttributeValue) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Invoked when the animated value of an animatable attribute has changed.
handleAnimatedAttributeChanged(AnimatedLiveAttributeValue) - Method in class io.sf.carte.echosvg.bridge.SVGCircleElementBridge
Invoked when the animated value of an animatable attribute has changed.
handleAnimatedAttributeChanged(AnimatedLiveAttributeValue) - Method in class io.sf.carte.echosvg.bridge.SVGDescriptiveElementBridge
 
handleAnimatedAttributeChanged(AnimatedLiveAttributeValue) - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
Invoked when the animated value of an animated attribute has changed.
handleAnimatedAttributeChanged(AnimatedLiveAttributeValue) - Method in class io.sf.carte.echosvg.bridge.SVGEllipseElementBridge
Invoked when the animated value of an animatable attribute has changed.
handleAnimatedAttributeChanged(AnimatedLiveAttributeValue) - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
Invoked when the animated value of an animatable attribute has changed.
handleAnimatedAttributeChanged(AnimatedLiveAttributeValue) - Method in class io.sf.carte.echosvg.bridge.SVGLineElementBridge
Invoked when the animated value of an animatable attribute has changed.
handleAnimatedAttributeChanged(AnimatedLiveAttributeValue) - Method in class io.sf.carte.echosvg.bridge.SVGPathElementBridge
Invoked when the animated value of an animatable attribute has changed.
handleAnimatedAttributeChanged(AnimatedLiveAttributeValue) - Method in class io.sf.carte.echosvg.bridge.SVGPolygonElementBridge
Invoked when the animated value of an animatable attribute has changed.
handleAnimatedAttributeChanged(AnimatedLiveAttributeValue) - Method in class io.sf.carte.echosvg.bridge.SVGPolylineElementBridge
Invoked when the animated value of an animatable attribute has changed.
handleAnimatedAttributeChanged(AnimatedLiveAttributeValue) - Method in class io.sf.carte.echosvg.bridge.SVGRectElementBridge
Invoked when the animated value of an animatable attribute has changed.
handleAnimatedAttributeChanged(AnimatedLiveAttributeValue) - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
Invoked when the animated value of an animatable attribute has changed.
handleAnimatedAttributeChanged(AnimatedLiveAttributeValue) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler
Invoked when the animated value of an animatable attribute has changed.
handleAnimatedAttributeChanged(AnimatedLiveAttributeValue) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Invoked when the animated value of an animatable attribute has changed.
handleAnimatedAttributeChanged(AnimatedLiveAttributeValue) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.TRefBridge
Invoked when the animated value of an animatable attribute has changed on a 'tref' element.
handleAnimatedAttributeChanged(AnimatedLiveAttributeValue) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.TspanBridge
Invoked when the animated value of an animatable attribute has changed on a 'tspan' element.
handleAnimatedAttributeChanged(AnimatedLiveAttributeValue) - Method in class io.sf.carte.echosvg.bridge.SVGUseElementBridge
Invoked when the animated value of an animatable attribute has changed.
handleAttrModified(Element, Attr, short, String, String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Handles an attribute change in the document.
handleBindingEvent(Element, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.BindableElementBridge
Invoked when a bindable element's binding has changed.
handleBindingEvent(Element, Element) - Method in interface io.sf.carte.echosvg.bridge.svg12.SVG12BridgeUpdateHandler
Invoked when a bindable element's binding has changed.
handleBindingEvent(Element, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12TextElementBridge
Invoked when a bindable element's binding has changed.
handleCalc(int, int) - Method in class io.sf.carte.echosvg.parser.NumberListParser
 
handleCalc(int, int) - Method in class io.sf.carte.echosvg.parser.NumberParser
Report that we found a calc() value.
handleCharacterDataModified(Node) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Handles a character data modification in the document.
handleChildElementRemoved(Element) - Method in class io.sf.carte.echosvg.bridge.SVGSwitchElementBridge
Responds to the removal of a child element by re-evaluating the test attributes.
handleColorInterpolationFilters(Filter, Element) - Static method in class io.sf.carte.echosvg.bridge.AbstractSVGFilterPrimitiveElementBridge
Handles the 'color-interpolation-filters' CSS property.
handleComposite(Composite, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.DefaultExtensionHandler
 
handleComposite(Composite, SVGGeneratorContext) - Method in interface io.sf.carte.echosvg.svggen.ExtensionHandler
 
handleContentSelectionChangedEvent(ContentSelectionChangedEvent) - Method in class io.sf.carte.echosvg.bridge.svg12.BindableElementBridge
Invoked when the xblChildNodes property has changed because a descendant xbl:content element has updated its selected nodes.
handleContentSelectionChangedEvent(ContentSelectionChangedEvent) - Method in interface io.sf.carte.echosvg.bridge.svg12.SVG12BridgeUpdateHandler
Invoked when the xblChildNodes property has changed because a descendant xbl:content element has updated its selected nodes.
handleContentSelectionChangedEvent(ContentSelectionChangedEvent) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12TextElementBridge
Invoked when the xblChildNodes property has changed because a descendant xbl:content element has updated its selected nodes.
handleCSSEngineEvent(CSSEngineEvent) - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Invoked when an CSSEngineEvent is fired.
handleCSSEngineEvent(CSSEngineEvent) - Method in class io.sf.carte.echosvg.bridge.AnimatableGenericSVGBridge
 
handleCSSEngineEvent(CSSEngineEvent) - Method in interface io.sf.carte.echosvg.bridge.BridgeUpdateHandler
Invoked when an CSSEngineEvent is fired.
handleCSSEngineEvent(CSSEngineEvent) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Invoked when an CSSEngineEvent is fired.
handleCSSEngineEvent(CSSEngineEvent) - Method in class io.sf.carte.echosvg.bridge.SVGDescriptiveElementBridge
 
handleCSSEngineEvent(CSSEngineEvent) - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
Invoked when an CSSEngineEvent is fired.
handleCSSEngineEvent(CSSEngineEvent) - Method in class io.sf.carte.echosvg.bridge.SVGShapeElementBridge
Invoked when CSS properties have changed on an element.
handleCSSEngineEvent(CSSEngineEvent) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler
Invoked when an CSSEngineEvent is fired.
handleCSSEngineEvent(CSSEngineEvent) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Invoked when CSS properties have changed on an element.
handleCSSPropertyChanged(int) - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Invoked for each CSS property that has changed.
handleCSSPropertyChanged(int) - Method in class io.sf.carte.echosvg.bridge.SVGDecoratedShapeElementBridge
 
handleCSSPropertyChanged(int) - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
Invoked for each CSS property that has changed.
handleCSSPropertyChanged(int) - Method in class io.sf.carte.echosvg.bridge.SVGPathElementBridge
 
handleCSSPropertyChanged(int) - Method in class io.sf.carte.echosvg.bridge.SVGPolygonElementBridge
 
handleCSSPropertyChanged(int) - Method in class io.sf.carte.echosvg.bridge.SVGPolylineElementBridge
 
handleCSSPropertyChanged(int) - Method in class io.sf.carte.echosvg.bridge.SVGShapeElementBridge
Invoked for each CSS property that has changed.
handleCSSPropertyChanged(int) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Invoked for each CSS property that has changed.
handledEvents - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
Map of Event objects to HashSets of TimingSpecifiers that caught them.
handleDOMAttrModifiedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Invoked when an MutationEvent of type 'DOMAttrModified' is fired.
handleDOMAttrModifiedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.AnimatableGenericSVGBridge
 
handleDOMAttrModifiedEvent(MutationEvent) - Method in interface io.sf.carte.echosvg.bridge.BridgeUpdateHandler
Invoked when an MutationEvent of type 'DOMAttrModified' is fired.
handleDOMAttrModifiedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Invoked when an MutationEvent of type 'DOMAttrModified' is fired.
handleDOMAttrModifiedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.SVGDescriptiveElementBridge
 
handleDOMAttrModifiedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
Invoked when an MutationEvent of type 'DOMAttrModified' is fired.
handleDOMAttrModifiedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler
Invoked when an MutationEvent of type 'DOMAttrModified' is fired.
handleDOMCharacterDataModified(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Invoked when an MutationEvent of type 'DOMCharacterDataModified' is fired.
handleDOMCharacterDataModified(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.AnimatableGenericSVGBridge
 
handleDOMCharacterDataModified(MutationEvent) - Method in interface io.sf.carte.echosvg.bridge.BridgeUpdateHandler
Invoked when an MutationEvent of type 'DOMCharacterDataModified' is fired.
handleDOMCharacterDataModified(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12TextElementBridge
Invoked when an MutationEvent of type 'DOMCharacterDataModified' is fired.
handleDOMCharacterDataModified(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Invoked when an MutationEvent of type 'DOMCharacterDataModified' is fired.
handleDOMCharacterDataModified(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.SVGDescriptiveElementBridge
 
handleDOMCharacterDataModified(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
Invoked when an MutationEvent of type 'DOMCharacterDataModified' is fired.
handleDOMCharacterDataModified(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler
Invoked when an MutationEvent of type 'DOMCharacterDataModified' is fired.
handleDOMCharacterDataModified(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Invoked when an MutationEvent of type 'DOMCharacterDataModified' is fired.
handleDOMChildNodeRemovedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Invoked when an MutationEvent of type 'DOMNodeRemoved' is fired.
handleDOMNodeInsertedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
handleDOMNodeInsertedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.AnimatableGenericSVGBridge
 
handleDOMNodeInsertedEvent(MutationEvent) - Method in interface io.sf.carte.echosvg.bridge.BridgeUpdateHandler
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
handleDOMNodeInsertedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.svg12.BindableElementBridge
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
handleDOMNodeInsertedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.svg12.XBLShadowTreeElementBridge
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
handleDOMNodeInsertedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
handleDOMNodeInsertedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.SVGDescriptiveElementBridge
 
handleDOMNodeInsertedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
handleDOMNodeInsertedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.SVGGElementBridge
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
handleDOMNodeInsertedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
handleDOMNodeInsertedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
handleDOMNodeRemovedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Invoked when an MutationEvent of type 'DOMNodeRemoved' is fired.
handleDOMNodeRemovedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.AnimatableGenericSVGBridge
 
handleDOMNodeRemovedEvent(MutationEvent) - Method in interface io.sf.carte.echosvg.bridge.BridgeUpdateHandler
Invoked when an MutationEvent of type 'DOMNodeRemoved' is fired.
handleDOMNodeRemovedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Invoked when an MutationEvent of type 'DOMNodeRemoved' is fired.
handleDOMNodeRemovedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.SVGDescriptiveElementBridge
 
handleDOMNodeRemovedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
Invoked when an MutationEvent of type 'DOMNodeRemoved' is fired.
handleDOMNodeRemovedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler
Invoked when an MutationEvent of type 'DOMNodeRemoved' is fired.
handleDOMSubtreeModifiedEvent(MutationEvent) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Invoked when an MutationEvent of type 'DOMSubtree' is fired.
handleElement(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.AnimatableGenericSVGBridge
Invoked to handle an Element for a given BridgeContext.
handleElement(BridgeContext, Element) - Method in interface io.sf.carte.echosvg.bridge.GenericBridge
Invoked to handle an Element for a given BridgeContext.
handleElement(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Handles this animation element.
handleElement(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.SVGDescriptiveElementBridge
Invoked to handle an Element for a given BridgeContext.
handleElement(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.SVGTextPathElementBridge
 
handleElement(Element, Object) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Notifies the UserAgent that the input element has been found in the document.
handleElement(Element, Object) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Notifies the UserAgent that the input element has been found in the document.
handleElement(Element, Object) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas.CanvasUserAgent
The handleElement method builds a tool tip from the content of a <title> element, a <desc> element or both.
handleElement(Element, Object) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Notifies the UserAgent that the input element has been found in the document.
handleElement(Element, Object) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Notifies the UserAgent that the input element has been found in the document.
handleElement(Element, Object) - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Notifies the UserAgent that the input element has been found in the document.
handleElement(Element, Object) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
 
handleElementAdded(CompositeGraphicsNode, Node, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.BindableElementBridge
Rebuild the graphics tree.
handleElementAdded(CompositeGraphicsNode, Node, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.XBLShadowTreeElementBridge
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
handleElementAdded(CompositeGraphicsNode, Node, Element) - Method in class io.sf.carte.echosvg.bridge.SVGGElementBridge
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
handleElementAdded(CompositeGraphicsNode, Node, Element) - Method in class io.sf.carte.echosvg.bridge.SVGSwitchElementBridge
Responds to the insertion of a child element by re-evaluating the test attributes.
handleEmptyImage(Element) - Method in class io.sf.carte.echosvg.svggen.DefaultCachedImageHandler
 
handleEmptyImage(Element) - Method in class io.sf.carte.echosvg.svggen.ImageHandlerBase64Encoder
 
handleEmptyImage(Element) - Method in class io.sf.carte.echosvg.svggen.SimpleImageHandler
 
handleError(SVGGraphics2DIOException) - Method in class io.sf.carte.echosvg.svggen.DefaultErrorHandler
This method handles the SVGGraphics2DIOException.
handleError(SVGGraphics2DIOException) - Method in interface io.sf.carte.echosvg.svggen.ErrorHandler
This method handles the SVGGraphics2DIOException.
handleError(SVGGraphics2DRuntimeException) - Method in class io.sf.carte.echosvg.svggen.DefaultErrorHandler
This method handles the SVGGraphics2DRuntimeException.
handleError(SVGGraphics2DRuntimeException) - Method in interface io.sf.carte.echosvg.svggen.ErrorHandler
This method handles the SVGGraphics2DRuntimeException.
handleEvent(Event) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument.DOMAttrModifiedListenerWrapper
Handles the event.
handleEvent(Event) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument.DOMCharacterDataModifiedListenerWrapper
Handles the event.
handleEvent(Event) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument.DOMNodeInsertedListenerWrapper
Handles the event.
handleEvent(Event) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument.DOMNodeRemovedListenerWrapper
Handles the event.
handleEvent(Event) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument.DOMSubtreeModifiedListenerWrapper
Handles the event.
handleEvent(Event) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMStyleElement.DOMCharacterDataModifiedListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.anim.timing.AccesskeyTimingSpecifier
Handles key events fired by the eventbase element.
handleEvent(Event) - Method in class io.sf.carte.echosvg.anim.timing.EventbaseTimingSpecifier
Handles an event fired on the eventbase element.
handleEvent(Event) - Method in class io.sf.carte.echosvg.anim.timing.RepeatTimingSpecifier
Handles an event fired on the eventbase element.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.BridgeContext.DOMAttrModifiedEventListener
Handles 'DOMAttrModified' event type.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.BridgeContext.DOMCharacterDataModifiedEventListener
Handles 'DOMCharacterDataModified' event type.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.BridgeContext.DOMMouseOutEventListener
Handles 'mouseout' MouseEvent event type.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.BridgeContext.DOMMouseOverEventListener
Handles 'mouseover' MouseEvent event type.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.BridgeContext.DOMNodeInsertedEventListener
Handles 'DOMNodeInserted' event type.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.BridgeContext.DOMNodeRemovedEventListener
Handles 'DOMNodeRemoved' event type.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.BridgeEventSupport.GVTUnloadListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.FocusManager.DOMFocusInTracker
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.FocusManager.DOMFocusOutTracker
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.FocusManager.MouseClickTracker
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.FocusManager.MouseOutTracker
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.FocusManager.MouseOverTracker
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.DOMAttrModifiedListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.DOMNodeInsertedListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.DOMNodeRemovedListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.ScriptingEventListener
Runs the script.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.ContentManager.ContentElementDOMAttrModifiedEventListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.ContentManager.DOMAttrModifiedEventListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.ContentManager.DOMNodeInsertedEventListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.ContentManager.DOMNodeRemovedEventListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.ContentManager.DOMSubtreeModifiedEventListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.ContentManager.ShadowTreeNodeInsertedListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.ContentManager.ShadowTreeNodeRemovedListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.ContentManager.ShadowTreeSubtreeModifiedListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DefAttrListener
Handles the event.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DefNodeInsertedListener
Handles the event.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DefNodeRemovedListener
Handles the event.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DocInsertedListener
Handles the event.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DocRemovedListener
Handles the event.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DocSubtreeListener
Handles the event.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportAttrListener
Handles the event.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportInsertedListener
Handles the event.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportRemovedListener
Handles the event.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportSubtreeListener
Handles the event.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.RefAttrListener
Handles the event.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.TemplateMutationListener
Handles the event.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext.EventListenerWrapper
Handles the event.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12FocusManager.DOMFocusInTracker
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12FocusManager.MouseClickTracker
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12FocusManager.MouseOutTracker
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12FocusManager.MouseOverTracker
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment.DOMAttrModifiedListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment.DOMNodeInsertedListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment.DOMNodeRemovedListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment.HandlerScriptingEventListener
Runs the script.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12TextElementBridge.DOMChildNodeRemovedEventListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12TextElementBridge.DOMSubtreeModifiedEventListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge.RegionChangeListener
Handles the svg:shapechange event.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.SVGAElementBridge.AnchorListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.SVGAElementBridge.CursorMouseOutListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.SVGAElementBridge.CursorMouseOverListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge.ForwardEventListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.DOMChildNodeRemovedEventListener
Handles 'DOMNodeRemoved' event type.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.DOMSubtreeModifiedEventListener
Handles 'DOMSubtreeModified' event type.
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.SVGUseElementBridge.CursorMouseOverListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.bridge.SVGUseElementBridge.ReferencedElementMutationListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DOMAttrModifiedListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DOMCharacterDataModifiedListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DOMNodeInsertedListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DOMNodeRemovedListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DOMSubtreeModifiedListener
 
handleEvent(Event) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas.ToolTipModifier
 
handleException(Exception) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Handles an exception.
handleException(Exception) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Handles an exception.
handleFilter(BufferedImageOp, Rectangle, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.DefaultExtensionHandler
 
handleFilter(BufferedImageOp, Rectangle, SVGGeneratorContext) - Method in interface io.sf.carte.echosvg.svggen.ExtensionHandler
 
handleGenericBridges(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.GVTBuilder
Handles any GenericBridge elements which are children of the specified element.
handleGeometryChanged() - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Invoked when the geometry of a graphical element has changed.
handleGeometryChanged() - Method in class io.sf.carte.echosvg.bridge.SVGShapeElementBridge
Invoked when the geometry of an graphical element has changed.
handleHREF(RenderableImage, Element, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.AbstractImageHandlerEncoder
This template method should set the xlink:href attribute on the input Element parameter
handleHREF(RenderableImage, Element, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.DefaultCachedImageHandler
This method will delegate to the handleHREF which uses a RenderedImage
handleHREF(RenderableImage, Element, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.DefaultImageHandler
This template method should set the xlink:href attribute on the input Element parameter
handleHREF(RenderableImage, Element, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.ImageHandlerBase64Encoder
The handler should set the xlink:href tag and the width and height attributes.
handleHREF(RenderedImage, Element, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.AbstractImageHandlerEncoder
This template method should set the xlink:href attribute on the input Element parameter
handleHREF(RenderedImage, Element, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.DefaultCachedImageHandler
This template method should set the xlink:href attribute on the input Element parameter
handleHREF(RenderedImage, Element, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.DefaultImageHandler
This template method should set the xlink:href attribute on the input Element parameter
handleHREF(RenderedImage, Element, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.ImageHandlerBase64Encoder
This version of handleHREF encodes the input image into a PNG image whose bytes are then encoded with Base64.
handleHREF(Image, Element, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.AbstractImageHandlerEncoder
This template method should set the xlink:href attribute on the input Element parameter
handleHREF(Image, Element, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.DefaultCachedImageHandler
The handler should set the xlink:href tag and the width and height attributes.
handleHREF(Image, Element, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.DefaultImageHandler
This template method should set the xlink:href attribute on the input Element parameter
handleHREF(Image, Element, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.ImageHandlerBase64Encoder
The handler should set the xlink:href tag and the width and height attributes.
handleImage(RenderableImage, Element, double, double, double, double, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.DefaultCachedImageHandler
The handler sets the xlink:href tag and returns a transform
handleImage(RenderableImage, Element, double, double, double, double, SVGGeneratorContext) - Method in interface io.sf.carte.echosvg.svggen.GenericImageHandler
The handler should set the xlink:href tag and return a transform
handleImage(RenderableImage, Element, double, double, double, double, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.SimpleImageHandler
The handler sets the xlink:href tag and returns a transform
handleImage(RenderableImage, Element, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.DefaultImageHandler
The handler should set the xlink:href tag and the width and height attributes.
handleImage(RenderableImage, Element, SVGGeneratorContext) - Method in interface io.sf.carte.echosvg.svggen.ImageHandler
The handler should set the xlink:href tag and the width and height attributes.
handleImage(RenderedImage, Element, int, int, int, int, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.DefaultCachedImageHandler
The handler sets the xlink:href tag and returns a transform
handleImage(RenderedImage, Element, int, int, int, int, SVGGeneratorContext) - Method in interface io.sf.carte.echosvg.svggen.GenericImageHandler
The handler should set the xlink:href tag and return a transform
handleImage(RenderedImage, Element, int, int, int, int, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.SimpleImageHandler
The handler sets the xlink:href tag and returns a transform
handleImage(RenderedImage, Element, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.DefaultImageHandler
The handler should set the xlink:href tag and the width and height attributes.
handleImage(RenderedImage, Element, SVGGeneratorContext) - Method in interface io.sf.carte.echosvg.svggen.ImageHandler
The handler should set the xlink:href tag and the width and height attributes.
handleImage(Image, Element, int, int, int, int, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.DefaultCachedImageHandler
The handler sets the xlink:href tag and returns a transform
handleImage(Image, Element, int, int, int, int, SVGGeneratorContext) - Method in interface io.sf.carte.echosvg.svggen.GenericImageHandler
The handler should set the xlink:href and return a transform
handleImage(Image, Element, int, int, int, int, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.SimpleImageHandler
The handler sets the xlink:href tag and returns a transform
handleImage(Image, Element, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.DefaultImageHandler
The handler should set the xlink:href tag and the width and height attributes.
handleImage(Image, Element, SVGGeneratorContext) - Method in interface io.sf.carte.echosvg.svggen.ImageHandler
The handler should set the xlink:href tag and the width and height attributes.
handleInterpreterException(InterpreterException) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
Handles the given exception.
handleMouseClicked(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
 
handleNodeInserted(Node) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Handles a node insertion in the document.
handleNodeRemoved(Node) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Handles a node removal from the document.
handleOption() - Method in class io.sf.carte.echosvg.apps.svgpp.Main.DoctypeHandler
 
handleOption() - Method in class io.sf.carte.echosvg.apps.svgpp.Main.DocWidthHandler
 
handleOption() - Method in class io.sf.carte.echosvg.apps.svgpp.Main.NewlineHandler
 
handleOption() - Method in class io.sf.carte.echosvg.apps.svgpp.Main.NoFormatHandler
 
handleOption() - Method in interface io.sf.carte.echosvg.apps.svgpp.Main.OptionHandler
Handles the current option.
handleOption() - Method in class io.sf.carte.echosvg.apps.svgpp.Main.PublicIdHandler
 
handleOption() - Method in class io.sf.carte.echosvg.apps.svgpp.Main.SystemIdHandler
 
handleOption() - Method in class io.sf.carte.echosvg.apps.svgpp.Main.TabWidthHandler
 
handleOption() - Method in class io.sf.carte.echosvg.apps.svgpp.Main.XMLDeclHandler
 
handleOption(float, SVGConverter) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main.FloatOptionHandler
 
handleOption(float, SVGConverter) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main.TimeOptionHandler
 
handleOption(SVGConverter) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main.NoValueOptionHandler
 
handleOption(Color, SVGConverter) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main.ColorOptionHandler
 
handleOption(Rectangle2D, SVGConverter) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main.RectangleOptionHandler
 
handleOption(String[], SVGConverter) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main.AbstractOptionHandler
 
handleOption(String[], SVGConverter) - Method in interface io.sf.carte.echosvg.apps.rasterizer.Main.OptionHandler
The OptionHandler should configure the SVGConverter according to the value of the option.
handleOption(String, SVGConverter) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main.ColorOptionHandler
 
handleOption(String, SVGConverter) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main.FloatOptionHandler
 
handleOption(String, SVGConverter) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main.RectangleOptionHandler
 
handleOption(String, SVGConverter) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main.SingleValueOptionHandler
 
handleOption(String, SVGConverter) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main.TimeOptionHandler
 
handleOtherAnimationChanged(String) - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Invoked when an 'other' animation value has changed.
handleOtherAnimationChanged(String) - Method in class io.sf.carte.echosvg.bridge.AnimatableGenericSVGBridge
 
handleOtherAnimationChanged(String) - Method in interface io.sf.carte.echosvg.bridge.BridgeUpdateHandler
Invoked when an 'other' animation value has changed.
handleOtherAnimationChanged(String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Invoked when an 'other' animation value has changed.
handleOtherAnimationChanged(String) - Method in class io.sf.carte.echosvg.bridge.SVGDescriptiveElementBridge
 
handleOtherAnimationChanged(String) - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
Invoked when an 'other' animation value has changed.
handleOtherAnimationChanged(String) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler
Invoked when an 'other' animation value has changed.
handlePaint(Paint, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.DefaultExtensionHandler
 
handlePaint(Paint, SVGGeneratorContext) - Method in interface io.sf.carte.echosvg.svggen.ExtensionHandler
 
handlePathSegList(SVGPathSegList, PathHandler) - Static method in class io.sf.carte.echosvg.dom.svg.SVGAnimatedPathDataSupport
Uses the given PathHandler to handle the path segments from the given SVGPathSegList.
handler - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableLengthValueFactory
Handler for the length parser.
handler - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory
Handler for the preserveAspectRatio parser.
handler - Variable in class io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration
The modifications handler.
handler - Variable in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
The modifications handler.
handler - Variable in class io.sf.carte.echosvg.css.dom.CSSOMValue
The modifications handler.
handler - Variable in class io.sf.carte.echosvg.transcoder.TranscoderSupport
The error handler used to report warnings and errors.
HANDLER_SCRIPT_DESCRIPTION - Static variable in class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment
Constant used to describe handler scripts. {0} - URL of document containing script. {1} - Event type {2} - Event namespace {3} - line number of element.
handlerElement - Variable in class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment.HandlerScriptingEventListener
The handler element.
HandlerElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.HandlerElementFactory
 
handleReplicate(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.PadRed
 
handlers - Variable in class io.sf.carte.echosvg.apps.svgpp.Main
The option handlers.
HandlerScriptingEventListener(String, String, AbstractElement) - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment.HandlerScriptingEventListener
Creates a new HandlerScriptingEventListener.
handlerScriptingListeners - Variable in class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment
The listeners for XML Events style handlers.
handleSecurityException(SecurityException) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
Handles the given exception.
handleStream(InputStream, ParsedURL, boolean) - Method in interface io.sf.carte.echosvg.ext.awt.image.spi.StreamRegistryEntry
Decode the Stream into a Filter.
handleSubtreeModified(Node) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Handles a subtree modification in the document. todo the incoming Node is actually ignored (not used) here, but it seems caller-sites assume that it is used - is this done right??
handleSystemFont(CSSEngine, ShorthandManager.PropertyHandler, String, boolean) - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontShorthandManager
 
handleTimingSpecifier(Object[]) - Method in class io.sf.carte.echosvg.parser.TimingSpecifierParser
Calls the appropriate parse event handler function for the given parsed timing specifier.
handleTransform(Element, double, double, double, double, double, double, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.CachedImageHandlerBase64Encoder
Determines the transformation needed to get the cached image to scale & position properly.
handleTransform(Element, double, double, double, double, double, double, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.DefaultCachedImageHandler
Determines the transformation needed to get the cached image to scale & position properly.
handleURL(ParsedURL, boolean) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.JDKRegistryEntry
Decode the URL into a RenderableImage
handleURL(ParsedURL, boolean) - Method in interface io.sf.carte.echosvg.ext.awt.image.spi.URLRegistryEntry
Decode the URL into a RenderableImage, here you should feel free to open the URL yourself.
handleValueError(String, String) - Static method in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
handleWrap(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.PadRed
 
handleZero(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.PadRed
 
HANGING_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'hanging' keyword.
hasAlternativeColors() - Method in class io.sf.graphics.java2d.color.ColorWithAlternatives
Indicates whether alternative colors are available.
hasAnimVal - Variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedValue
Whether there is a current animated value.
hasAttribute(String) - Method in class io.sf.carte.echosvg.dom.AbstractElement
hasAttributeNS(String, String) - Method in class io.sf.carte.echosvg.dom.AbstractElement
hasAttributes() - Method in class io.sf.carte.echosvg.dom.AbstractElement
DOM: Implements Node.hasAttributes().
hasAttributes() - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.hasAttributes().
hasBeenHalted() - Static method in class io.sf.carte.echosvg.util.HaltingThread
Returns the result of calling hasBeenHalted on Thread.currentThread(), if it is an instance of HaltingThread otherwise it returns false.
hasBeenHalted(Thread) - Static method in class io.sf.carte.echosvg.util.HaltingThread
Returns the result of calling hasBeenHalted on t, if it is an instance of HaltingThread otherwise it returns false.
hasBeenOpened - Variable in class io.sf.carte.echosvg.util.ParsedURLData
 
hasBrokenLinkProperty(Filter) - Static method in class io.sf.carte.echosvg.ext.awt.image.spi.BrokenLinkProvider
 
hasChanged - Variable in class io.sf.carte.echosvg.anim.values.AnimatableValue
Whether this value has changed since the last call to AnimatableValue.hasChanged().
hasChanged() - Method in class io.sf.carte.echosvg.anim.values.AnimatableValue
Returns whether the value in this AnimatableValue has been modified.
hasChanged() - Method in class io.sf.carte.echosvg.gvt.UpdateTracker
Tells whether the GVT tree has changed.
hasCharacterIndex(int) - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Return true is the character index is represented by glyphs in this layout.
hasCharacterIndex(int) - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Return true is the character index is represented by glyphs in this layout.
hasChildNodes() - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.hasChildNodes().
hasChildNodes() - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
DOM: Implements Node.hasChildNodes().
hasContentTypeParameter(String) - Method in class io.sf.carte.echosvg.util.ParsedURL
Returns whether the Content-Type header has the given parameter.
hasContentTypeParameter(String, String) - Method in class io.sf.carte.echosvg.util.ParsedURLData
Returns whether the Content-Type header has the given parameter.
hasEventListener(String) - Method in class io.sf.carte.echosvg.dom.events.EventListenerList
Returns whether there is an event listener for the given namespace URI.
hasEventListenerNS(String, String) - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements EventTarget.hasEventListenerNS(String,String) from an old draft of DOM Level 3 Events.
hasEventListenerNS(String, String) - Method in class io.sf.carte.echosvg.dom.events.EventSupport
Returns whether this node target has an event listener for the given event namespace URI and type.
hasExtension(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
hasExtension(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimationElement
hasExtension(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMCursorElement
hasExtension(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
hasExtension(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
hasExtension(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
hasExtension(String) - Method in class io.sf.carte.echosvg.extension.GraphicsExtensionElement
hasExtension(String) - Method in interface org.w3c.dom.svg.SVGTests
 
hasExtension(Element, String) - Static method in class io.sf.carte.echosvg.dom.svg.SVGTestsSupport
hasFamilyName(String) - Method in class io.sf.carte.echosvg.gvt.font.GVTFontFace
 
hasFeature(String) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Tells whether the given feature is supported by this user agent.
hasFeature(String) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Tells whether the given feature is supported by this user agent.
hasFeature(String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Tells whether the given feature is supported by this user agent.
hasFeature(String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Tells whether the given feature is supported by this user agent.
hasFeature(String, String) - Method in class io.sf.carte.echosvg.dom.AbstractDOMImplementation
hasFixedCascadedValues() - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Whether this map has fixed cascaded value.
hasGraphicsNodeBridge(Element) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns true if the specified element has a GraphicsNodeBridge associated to it, false otherwise.
hash - Variable in class io.sf.carte.echosvg.css.engine.StringIntMap.Entry
The hash code, must not change after init.
hash - Variable in class io.sf.carte.echosvg.css.engine.value.StringMap.Entry
The hash code
hash - Variable in class io.sf.carte.echosvg.dom.AbstractElement.Entry
The hash code, must not change after creation.
hash - Variable in class io.sf.carte.echosvg.dom.util.DocumentDescriptor.Entry
The hash code
hash - Variable in class io.sf.carte.echosvg.dom.util.IntTable.Entry
The hash code.
hash - Variable in class io.sf.carte.echosvg.dom.util.TriplyIndexedTable.Entry
The hash code
hash - Variable in class io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache.Entry
The hash code
hash - Variable in class io.sf.carte.echosvg.util.DoublyIndexedTable.Entry
The hash code.
hashCode() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverterFileSource
 
hashCode() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverterURLSource
 
hashCode() - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DefinitionRecord
 
hashCode() - Method in class io.sf.carte.echosvg.css.engine.value.StringValue
 
hashCode() - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite
 
hashCode() - Method in class io.sf.carte.echosvg.util.ParsedURL
Implement Object.hashCode.
hashCode() - Method in class io.sf.carte.echosvg.util.ParsedURLData
Implement Object.hashCode.
hashCode() - Method in class io.sf.graphics.java2d.color.ColorWithAlternatives
 
hashCode() - Method in class io.sf.graphics.java2d.color.NamedColorSpace
hashCode(char) - Method in class io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache
Computes a hash code corresponding to the given objects.
hashCode(Object, Object) - Method in class io.sf.carte.echosvg.util.DoublyIndexedTable
Computes a hash code corresponding to the given objects.
hashCode(Object, Object) - Method in class io.sf.carte.echosvg.util.SoftDoublyIndexedTable
Computes a hash code corresponding to the given objects.
hashCode(Object, Object, Object) - Method in class io.sf.carte.echosvg.dom.util.TriplyIndexedTable
Computes a hash code corresponding to the given objects.
hashCode(String, String) - Method in class io.sf.carte.echosvg.dom.AbstractElement.NamedNodeHashMap
Computes a hash code corresponding to the given strings.
HashTableStack - Class in io.sf.carte.echosvg.dom.util
This class represents a stack of HashTable objects.
HashTableStack() - Constructor for class io.sf.carte.echosvg.dom.util.HashTableStack
Creates a new HashTableStack object.
HashTableStack.Link - Class in io.sf.carte.echosvg.dom.util
To store the hashtables.
hasId - Variable in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
 
hasNewShapePainter - Variable in class io.sf.carte.echosvg.bridge.SVGShapeElementBridge
This flag bit indicates if a new shape painter has already been created.
hasNext() - Method in class io.sf.carte.echosvg.util.DoublyIndexedTable.TableIterator
 
hasNextResourceBundle(int) - Method in class io.sf.carte.echosvg.i18n.LocalizableSupport
 
hasOptionalNumber - Variable in class io.sf.carte.echosvg.anim.values.AnimatableNumberOptionalNumberValue
Whether the optional number is present.
hasOptionalNumber() - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberOptionalNumberValue
Returns whether the optional number is present.
hasParsed - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
Whether this timed element has parsed its timing attributes yet.
hasPeerWithTag(Element, String, String) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas.CanvasUserAgent
Returns a boolean defining whether or not there is a peer of elt with the given qualified tag.
hasPreserveAspectRatio - Variable in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
 
hasPropagated - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
Whether an instance time update message has already been propagated to this timed element.
hasProperty(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Returns whether the given CSS property is available on this element.
hasProperty(String) - Method in interface io.sf.carte.echosvg.dom.svg.ExtendedTraitAccess
Returns whether the given CSS property is available on this element.
hasSameAlternativeColors(ColorWithAlternatives) - Method in class io.sf.graphics.java2d.color.ColorWithAlternatives
Indicates whether another instance has the same alternative colors.
hasStarted() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
Returns whether animation processing has begun.
hasStyleSheetNode(Node) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Returns whether the DOM subtree rooted at the specified node contains a CSSStyleSheetNode.
hasSubstitute(char, char) - Static method in class io.sf.carte.echosvg.gvt.text.ArabicTextHandler
 
hasTrait(String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Returns whether the given trait is available on this element.
hasTrait(String, String) - Method in interface io.sf.carte.echosvg.dom.svg.ExtendedTraitAccess
Returns whether the given trait is available on this element.
hasTransform - Variable in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
 
hasViewBox - Variable in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
 
hasViewTargetParams - Variable in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
 
hasZoomAndPanParams - Variable in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
 
hdmx - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
head - Variable in class io.sf.carte.echosvg.dom.events.EventListenerList
Linked list of entries.
head - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
HeadTable - Class in io.sf.carte.echosvg.svggen.font.table
 
HeadTable(DirectoryEntry, RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.HeadTable
 
HEAVY - Static variable in class io.sf.carte.echosvg.svggen.SVGFont
 
height - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
The 'height' attribute value.
height - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFilterPrimitiveStandardAttributes
The 'height' attribute value.
height - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMForeignObjectElement
The 'height' attribute value.
height - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMImageElement
The 'height' attribute value.
height - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMMaskElement
The 'height' attribute value.
height - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
The 'height' attribute value.
height - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMRectElement
The 'height' attribute value.
height - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
The 'height' attribute value.
height - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
The 'height' attribute value.
height - Variable in class io.sf.carte.echosvg.anim.values.AnimatableRectValue
The height.
height - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Output image height.
height - Variable in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
 
height - Variable in class io.sf.carte.echosvg.swing.gvt.GVTTreeRenderer
The buffer height.
height - Variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
Image's width and height (init to 400x400).
height - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
HELP_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'help' keyword.
hhea - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
HheaTable - Class in io.sf.carte.echosvg.svggen.font.table
 
HheaTable(DirectoryEntry, RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.HheaTable
 
HIDDEN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'hidden' keyword.
higherAnimation - Variable in class io.sf.carte.echosvg.anim.AbstractAnimation
The animation that is higher in the sandwich.
HIGHLIGHT_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'HIGHLIGHT' color name.
highlightShape - Variable in class io.sf.carte.echosvg.gvt.event.SelectionEvent
The shape enclosing the selection
HIGHLIGHTTEXT_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'HIGHLIGHTTEXT' color name.
hints - Variable in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Current set of RenderingHints
hints - Variable in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
The rendering hints that control the quality to use when rendering this graphics node.
hints - Variable in class io.sf.carte.echosvg.transcoder.TranscoderSupport
The transcoding hints.
histo - Variable in class io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationFilter8Bit
 
HistogramRed - Class in io.sf.carte.echosvg.extension.svg
 
HistogramRed(CachableRed) - Constructor for class io.sf.carte.echosvg.extension.svg.HistogramRed
 
History() - Constructor for class io.sf.carte.echosvg.util.gui.MemoryMonitor.History
Creates a new History object.
hit(Rectangle, Shape, boolean) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Checks whether or not the specified Shape intersects the specified Rectangle, which is in device space.
hitCheckChildren - Variable in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
 
hitCheckChildren - Variable in class io.sf.carte.echosvg.gvt.ImageNode
 
hitTest(double, double, TextNode) - Method in class io.sf.carte.echosvg.bridge.BasicTextPainter
Returns the mark for the specified parameters.
hitTest(double, double, TextNode) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
hitTestChar(float, float) - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Perform hit testing for coordinate at x, y.
hitTestChar(float, float) - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Perform hit testing for coordinate at x, y.
HkernElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.HkernElementFactory
 
hmtx - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
HmtxTable - Class in io.sf.carte.echosvg.svggen.font.table
 
HmtxTable(DirectoryEntry, RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.HmtxTable
 
holdCursor(Cursor) - Method in class io.sf.carte.echosvg.bridge.SVGAElementBridge.CursorHolder
 
holder - Variable in class io.sf.carte.echosvg.bridge.SVGAElementBridge.AnchorDefaultActionable
 
holder - Variable in class io.sf.carte.echosvg.bridge.SVGAElementBridge.AnchorListener
 
holder - Variable in class io.sf.carte.echosvg.bridge.SVGAElementBridge.CursorMouseOutListener
 
holder - Variable in class io.sf.carte.echosvg.bridge.SVGAElementBridge.CursorMouseOverListener
 
holder - Variable in class io.sf.carte.echosvg.bridge.SVGAElementBridge.MouseOutDefaultActionable
 
holder - Variable in class io.sf.carte.echosvg.bridge.SVGAElementBridge.MouseOverDefaultActionable
 
HONEYDEW_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'honeydew' RGB color.
HONEYDEW_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'honeydew' color name.
horizontal - Variable in class io.sf.carte.echosvg.swing.JSVGScrollPane
 
HORIZONTAL - Static variable in interface io.sf.carte.echosvg.ext.swing.GridBagConstants
Resize the component horizontally but not vertically.
HORIZONTAL_LENGTH - Static variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength
This constant represents horizontal lengths.
HORIZONTAL_LENGTH - Static variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
This constant represents horizontal lengths.
HORIZONTAL_LENGTH - Static variable in class io.sf.carte.echosvg.parser.UnitProcessor
This constant represents horizontal lengths.
HORIZONTAL_ORIENTATION - Static variable in class io.sf.carte.echosvg.css.engine.value.LengthManager
 
HORIZONTAL_ORIENTATION_ANGLE - Static variable in class io.sf.carte.echosvg.bridge.GlyphLayout
 
HORIZONTAL_ORIENTATION_ANGLE - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
horizontalPanel - Variable in class io.sf.carte.echosvg.swing.JSVGScrollPane
 
host - Variable in class io.sf.carte.echosvg.util.ParsedURLData
 
HOTPINK_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'hotpink' RGB color.
HOTPINK_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'hotpink' color name.
hRaster - Variable in class io.sf.carte.echosvg.ext.awt.image.rendered.TileLRUMember
 
HS_BDIAGONAL - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
HS_CROSS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
HS_DIAGCROSS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
HS_FDIAGONAL - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
HS_HORIZONTAL - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
HS_VERTICAL - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
hsbListener - Variable in class io.sf.carte.echosvg.swing.JSVGScrollPane
 
HTTP_ACCEPT_ENCODING_HEADER - Static variable in class io.sf.carte.echosvg.util.ParsedURLData
 
HTTP_ACCEPT_HEADER - Static variable in class io.sf.carte.echosvg.util.ParsedURLData
 
HTTP_ACCEPT_LANGUAGE_HEADER - Static variable in class io.sf.carte.echosvg.util.ParsedURLData
 
HTTP_USER_AGENT_HEADER - Static variable in class io.sf.carte.echosvg.util.ParsedURLData
 

I

ICC_COLOR_FUNCTION - Static variable in class io.sf.carte.echosvg.css.engine.value.svg.ICCColor
 
ICC_NAMED_COLOR_FUNCTION - Static variable in class io.sf.carte.echosvg.css.engine.value.svg12.ICCNamedColor
 
ICCColor - Class in io.sf.carte.echosvg.css.engine.value.svg
This class represents an ICC color value.
ICCColor(String) - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.ICCColor
Creates a new ICCColor.
iccColors - Variable in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
To store the ICC color list.
ICCColorSpaceExt - Class in io.sf.carte.echosvg.ext.awt.color
Deprecated.
use the version from XML Graphics Commons instead
ICCColorSpaceExt(ICC_Profile, int) - Constructor for class io.sf.carte.echosvg.ext.awt.color.ICCColorSpaceExt
Deprecated.
 
ICCColorSpaceWithIntent - Class in io.sf.graphics.java2d.color
This class extends the ICCColorSpace class by providing convenience methods to convert to sRGB using various methods, forcing a given intent, such as perceptual or relative colorimetric.
ICCColorSpaceWithIntent(ICC_Profile, RenderingIntent, String, String) - Constructor for class io.sf.graphics.java2d.color.ICCColorSpaceWithIntent
Creates a new ICC-based color space.
ICCNamedColor - Class in io.sf.carte.echosvg.css.engine.value.svg12
This class represents an ICC named color value.
ICCNamedColor(String, String) - Constructor for class io.sf.carte.echosvg.css.engine.value.svg12.ICCNamedColor
Creates a new ICCNamedColor.
IconAndTextCellRenderer() - Constructor for class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel.IconAndTextCellRenderer
 
iconColor16x16 - Variable in class io.sf.carte.echosvg.swing.JSVGCanvasBeanInfo
A color 16x16 icon.
iconColor32x32 - Variable in class io.sf.carte.echosvg.swing.JSVGCanvasBeanInfo
A color 32x32 icon.
iconMono16x16 - Variable in class io.sf.carte.echosvg.swing.JSVGCanvasBeanInfo
A greyscale 16x16 icon.
iconMono32x32 - Variable in class io.sf.carte.echosvg.swing.JSVGCanvasBeanInfo
A greyscale 32x32 icon.
id - Variable in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
 
id - Variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeEvent
The ID of this event.
id - Variable in class io.sf.carte.echosvg.gvt.event.SelectionEvent
The event type of the current selection event
ID_IDENTIFIER - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a 'ID' lexical unit.
ID_PREFIX_ALPHA_COMPOSITE_CLEAR - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_ALPHA_COMPOSITE_DST_IN - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_ALPHA_COMPOSITE_DST_OUT - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_ALPHA_COMPOSITE_DST_OVER - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_ALPHA_COMPOSITE_SRC - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_ALPHA_COMPOSITE_SRC_IN - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_ALPHA_COMPOSITE_SRC_OUT - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_AMBIENT_LIGHT - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_BUMP_MAP - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_CLIP_PATH - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_DEFS - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_DIFFUSE_ADD - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_DIFFUSE_LIGHTING_RESULT - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_FE_COMPLEX_FILTER - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_FE_COMPONENT_TRANSFER - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_FE_COMPOSITE - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_FE_CONVOLVE_MATRIX - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_FE_DIFFUSE_LIGHTING - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_FE_FLOOD - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_FE_GAUSSIAN_BLUR - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_FE_LIGHTING_FILTER - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_FE_SPECULAR_LIGHTING - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_FONT - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_GENERIC_DEFS - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_IMAGE - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_IMAGE_DEFS - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_LINEAR_GRADIENT - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_MASK - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_PATTERN - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_RADIAL_GRADIENT - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_SPECULAR_ADD - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
ID_PREFIX_SPECULAR_LIGHTING_RESULT - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
IdContainer - Interface in io.sf.carte.echosvg.dom.svg
An interface for DOM nodes that can look up elements with IDs.
ident - Variable in class io.sf.carte.echosvg.anim.values.AnimatableAngleOrIdentValue
The identifier.
ident - Variable in class io.sf.carte.echosvg.anim.values.AnimatableLengthOrIdentValue
The identifier.
ident - Variable in class io.sf.carte.echosvg.anim.values.AnimatableNumberOrIdentValue
The identifier.
IDENTIFIER_KEY_CODES - Static variable in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeEventSupport.Listener
Array to hold the map of Java keycodes to DOM 3 key strings.
IdentifierManager - Class in io.sf.carte.echosvg.css.engine.value
This class provides a manager for the property with support for identifier values.
IdentifierManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.IdentifierManager
 
IDENTITY - Static variable in interface io.sf.carte.echosvg.ext.awt.image.ComponentTransferFunction
The various transfer types
IDENTITY - Static variable in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
 
IDENTITY - Static variable in interface io.sf.carte.echosvg.gvt.GraphicsNode
The identity affine transform matrix used to draw renderable images.
IDENTITY_ROTATE - Static variable in class io.sf.carte.echosvg.anim.values.AnimatableTransformListValue
Identity transform value of type 'rotate'.
IDENTITY_SCALE - Static variable in class io.sf.carte.echosvg.anim.values.AnimatableTransformListValue
Identity transform value of type 'scale'.
IDENTITY_SKEWX - Static variable in class io.sf.carte.echosvg.anim.values.AnimatableTransformListValue
Identity transform value of type 'skewX'.
IDENTITY_SKEWY - Static variable in class io.sf.carte.echosvg.anim.values.AnimatableTransformListValue
Identity transform value of type 'skewY'.
IDENTITY_TRANSLATE - Static variable in class io.sf.carte.echosvg.anim.values.AnimatableTransformListValue
Identity transform value of type 'translate'.
IdentityTransfer - Class in io.sf.carte.echosvg.ext.awt.image
IdentityTransfer.java This class defines the Identity type transfer function for the feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG specification.
IdentityTransfer() - Constructor for class io.sf.carte.echosvg.ext.awt.image.IdentityTransfer
 
IDEOGRAPHIC_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'ideographic' keyword.
IDREF_IDENTIFIER - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a 'IDREF' lexical unit.
idReference(String) - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when an ID has been parsed.
idReference(String) - Method in class io.sf.carte.echosvg.parser.DefaultFragmentIdentifierHandler
Invoked when an ID has been parsed.
idReference(String) - Method in interface io.sf.carte.echosvg.parser.FragmentIdentifierHandler
Invoked when an ID has been parsed.
IDREFS_IDENTIFIER - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a 'IDREFS' lexical unit.
ignorableAtRule(String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
ignorableAtRule(String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
ignorableWhitespace(char[], int, int) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
IGNORE_BASE_GLYPHS - Static variable in class io.sf.carte.echosvg.svggen.font.table.Lookup
 
IGNORE_BASE_LIGATURES - Static variable in class io.sf.carte.echosvg.svggen.font.table.Lookup
 
IGNORE_BASE_MARKS - Static variable in class io.sf.carte.echosvg.svggen.font.table.Lookup
 
ignoreScrollChange - Variable in class io.sf.carte.echosvg.swing.JSVGScrollPane
 
image - Variable in class io.sf.carte.echosvg.bridge.UpdateManagerEvent
The buffered image.
image - Variable in class io.sf.carte.echosvg.gvt.RasterImageNode
The renderable image that represents this image node.
image - Variable in class io.sf.carte.echosvg.swing.gvt.GVTTreeRendererEvent
The buffered image.
image - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
The image to paint.
IMAGE_RENDERING_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
IMAGE_TYPE - Static variable in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
 
ImageCacher - Class in io.sf.carte.echosvg.svggen
This class implements caching functionality for raster images.
ImageCacher() - Constructor for class io.sf.carte.echosvg.svggen.ImageCacher
Creates an ImageCacher.
ImageCacher(DOMTreeManager) - Constructor for class io.sf.carte.echosvg.svggen.ImageCacher
Creates an ImageCacher.
ImageCacher.Embedded - Class in io.sf.carte.echosvg.svggen
Cache implementation for images embedded in the SVG file.
ImageCacher.External - Class in io.sf.carte.echosvg.svggen
Cache implementation for file-based images.
ImageElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.ImageElementFactory
 
ImageHandler - Interface in io.sf.carte.echosvg.svggen
This interface allows the user of the Graphics2D SVG generator to decide how to handle images that it renders.
ImageHandlerBase64Encoder - Class in io.sf.carte.echosvg.svggen
This implementation of ImageHandler encodes the input image as a PNG image first, then encodes the PNG image using Base64 encoding and uses the result to encoder the image url using the data protocol.
ImageHandlerBase64Encoder() - Constructor for class io.sf.carte.echosvg.svggen.ImageHandlerBase64Encoder
Build an ImageHandlerBase64Encoder instance.
ImageHandlerJPEGEncoder - Class in io.sf.carte.echosvg.svggen
This implementation of the abstract AbstractImageHandlerEncoder class creates JPEG images in the image directory and sets the url pointing to that file in the xlink:href attributes of the image elements it handles.
ImageHandlerJPEGEncoder(String, String) - Constructor for class io.sf.carte.echosvg.svggen.ImageHandlerJPEGEncoder
 
ImageHandlerPNGEncoder - Class in io.sf.carte.echosvg.svggen
This implementation of the abstract AbstractImageHandlerEncoder class creates PNG images in the image directory and sets the url pointing to that file in the xlink:href attributes of the image elements it handles.
ImageHandlerPNGEncoder(String, String) - Constructor for class io.sf.carte.echosvg.svggen.ImageHandlerPNGEncoder
 
ImageNode - Class in io.sf.carte.echosvg.gvt
A graphics node that represents an image described as a graphics node.
ImageNode() - Constructor for class io.sf.carte.echosvg.gvt.ImageNode
Constructs a new empty ImageNode.
ImageRenderer - Interface in io.sf.carte.echosvg.gvt.renderer
Interface for GVT Renderers that render into raster images.
ImageRendererFactory - Interface in io.sf.carte.echosvg.gvt.renderer
Interface for a factory of ImageRenderers
ImageRenderingManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'image-rendering' property values.
ImageRenderingManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.ImageRenderingManager
 
ImageTagRegistry - Class in io.sf.carte.echosvg.ext.awt.image.spi
This class handles the registered Image tag handlers.
ImageTagRegistry() - Constructor for class io.sf.carte.echosvg.ext.awt.image.spi.ImageTagRegistry
 
ImageTagRegistry(URLImageCache, URLImageCache) - Constructor for class io.sf.carte.echosvg.ext.awt.image.spi.ImageTagRegistry
 
ImageTranscoder - Class in io.sf.carte.echosvg.transcoder.image
This class enables to transcode an input to an image of any format.
ImageTranscoder() - Constructor for class io.sf.carte.echosvg.transcoder.image.ImageTranscoder
Constructs a new ImageTranscoder.
imageUpdate(Image, int, int, int, int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.JDKRegistryEntry.MyImgObs
 
ImageWriter - Interface in io.sf.carte.echosvg.ext.awt.image.spi
Interface which allows image library independent image writing.
ImageWriterParams - Class in io.sf.carte.echosvg.ext.awt.image.spi
Parameters for the encoder which is accessed through the ImageWriter interface.
ImageWriterParams() - Constructor for class io.sf.carte.echosvg.ext.awt.image.spi.ImageWriterParams
Default constructor.
ImageWriterRegistry - Class in io.sf.carte.echosvg.ext.awt.image.spi
 
imageZoomInteractor - Variable in class io.sf.carte.echosvg.swing.JSVGCanvas
An interactor to perform a realtime zoom.
imgDocument - Variable in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
 
imgElement - Variable in class io.sf.carte.echosvg.bridge.SVGImageElementBridge.ForwardEventListener
The image element.
immediateRepaint() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Repaints immediately the component.
implementation - Variable in class io.sf.carte.echosvg.dom.AbstractDocument
The DOM implementation.
ImplementationEventListenerMememto(EventTarget, String, String, EventListener, boolean, BridgeContext) - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext.ImplementationEventListenerMememto
Creates a new ImplementationEventListenerMememto.
ImplementationEventListenerMememto(EventTarget, String, EventListener, boolean, BridgeContext) - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext.ImplementationEventListenerMememto
Creates a new ImplementationEventListenerMememto.
IMPLIED_IDENTIFIER - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a '#IMPLIED' lexical unit.
IMPORTANT_MASK - Static variable in class io.sf.carte.echosvg.css.engine.StyleMap
 
importAttributes(Element, Node, boolean) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.PathElementFactory
 
importAttributes(Element, Node, boolean) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.PolygonElementFactory
 
importAttributes(Element, Node, boolean) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.PolylineElementFactory
 
importAttributes(Element, Node, boolean) - Method in interface io.sf.carte.echosvg.dom.ExtensibleDOMImplementation.ElementFactory
 
importAttrListener - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
DOM attribute listener for import elements.
ImportAttrListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportAttrListener
 
importCascadedStyleMaps(Element, CSSEngine, Element) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Recursively imports the cascaded style from a source element to an element of the current document.
importElement - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DefAttrListener
The import element.
importElement - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DefinitionRecord
The import element that imported this definition.
importElement - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DefNodeInsertedListener
The import element.
importElement - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DefNodeRemovedListener
The import element.
importElement - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportInsertedListener
The import element.
importElement - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportRecord
The import element.
importElement - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportSubtreeListener
The import element.
importElement - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.TemplateMutationListener
The import element.
importElement(Node, boolean) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
 
importElement(Node, boolean) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
 
ImportInfo - Class in io.sf.carte.echosvg.script
This class represents a list of Java classes/packages to import into a scripting environment.
ImportInfo() - Constructor for class io.sf.carte.echosvg.script.ImportInfo
Construct an empty ImportInfo instance
importInsertedListener - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportRecord
The DOM node inserted listener for the imported tree.
ImportInsertedListener(Element) - Constructor for class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportInsertedListener
Creates a new ImportInsertedListener.
importNode(Node, boolean) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
importNode(Node, boolean, boolean) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Imports the given node into this document.
ImportRecord(Element, Node) - Constructor for class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportRecord
Creates a new ImportRecord.
importRemovedListener - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportRecord
The DOM node removed listener for the imported tree.
importRemovedListener - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportSubtreeListener
The ImportedRemovedListener to check for to-be-removed definitions.
ImportRemovedListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportRemovedListener
 
ImportRule - Class in io.sf.carte.echosvg.css.engine
This class represents a @import CSS rule.
ImportRule() - Constructor for class io.sf.carte.echosvg.css.engine.ImportRule
 
imports - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Map of import elements to import records.
importsToBeRemoved - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DocRemovedListener
List of import elements to be removed from the document.
importStyle(String, MediaQueryList, String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
importStyle(String, MediaQueryList, String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
importSubtreeListener - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportRecord
The DOM subtree modified listener for the imported tree.
ImportSubtreeListener(Element, DefaultXBLManager.ImportRemovedListener) - Constructor for class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportSubtreeListener
Creates a new ImportSubtreeListener.
in - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEBlendElement
The 'in' attribute value.
in - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEColorMatrixElement
The 'in' attribute value.
in - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEComponentTransferElement
The 'in' attribute value.
in - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
The 'in' attribute value.
in - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
The 'in' attribute value.
in - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEDiffuseLightingElement
The 'in' attribute value.
in - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEDisplacementMapElement
The 'in' attribute value.
in - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEFloodElement
The 'in' attribute value.
in - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEGaussianBlurElement
The 'in' attribute value.
in - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEMergeNodeElement
The 'in' attribute value.
in - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEMorphologyElement
The 'in' attribute value.
in - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEOffsetElement
The 'in' attribute value.
in - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFESpecularLightingElement
The 'in' attribute value.
in - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFETileElement
The 'in' attribute value.
in() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.LengthListBuilder
Implements LengthHandler.in().
in() - Method in class io.sf.carte.echosvg.parser.DefaultLengthHandler
Implements LengthHandler.in().
in() - Method in class io.sf.carte.echosvg.parser.LengthArrayProducer
Implements LengthHandler.in().
in() - Method in interface io.sf.carte.echosvg.parser.LengthHandler
Invoked when 'in' has been parsed.
in() - Method in class io.sf.carte.echosvg.parser.UnitProcessor.UnitResolver
Implements LengthHandler.in().
IN - Static variable in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
Porter-Duff Source In Destination rule.
IN - Static variable in class io.sf.carte.echosvg.ext.awt.image.SVGComposite
 
in2 - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEBlendElement
The 'in2' attribute value.
in2 - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
The 'in2' attribute value.
in2 - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEDisplacementMapElement
The 'in2' attribute value.
INACTIVEBORDER_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'INACTIVEBORDER' color name.
INACTIVECAPTION_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'INACTIVECAPTION' color name.
INACTIVECAPTIONTEXT_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'INACTIVECAPTIONTEXT' color name.
inc(Object) - Method in class io.sf.carte.echosvg.dom.util.IntTable
Increments the value associated with the given key.
inch - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
INCH_TO_MM - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
conversion from inches to Millimeters
indefinite() - Method in class io.sf.carte.echosvg.anim.timing.TimingSpecifierListProducer
Invoked when an indefinite value timing specifier is parsed.
indefinite() - Method in class io.sf.carte.echosvg.parser.DefaultTimingSpecifierHandler
Invoked when an indefinite value timing specifier is parsed.
indefinite() - Method in interface io.sf.carte.echosvg.parser.TimingSpecifierHandler
Invoked when an indefinite value timing specifier is parsed.
INDEFINITE - Static variable in class io.sf.carte.echosvg.anim.timing.TimedElement
 
IndefiniteTimingSpecifier - Class in io.sf.carte.echosvg.anim.timing
A class to handle the 'indefinite' SMIL timing specifier.
IndefiniteTimingSpecifier(TimedElement, boolean) - Constructor for class io.sf.carte.echosvg.anim.timing.IndefiniteTimingSpecifier
Creates a new IndefiniteTimingSpecifier object.
indent - Variable in class io.sf.carte.echosvg.extension.svg.MarginInfo
 
indent - Variable in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
indent - Variable in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
INDENT_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVG12CSSEngine
 
index - Variable in class io.sf.carte.echosvg.apps.svgpp.Main
The current index.
index - Variable in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector
The index for selection. 0 means select all elements that match.
index - Variable in class io.sf.carte.echosvg.css.dom.CSSOMComputedStyle.ComputedCSSValue
The index of the associated value.
index - Variable in class io.sf.carte.echosvg.css.dom.CSSOMSVGComputedStyle.ComputedCSSColorValue
The index of the associated value.
index - Variable in class io.sf.carte.echosvg.css.dom.CSSOMSVGComputedStyle.ComputedCSSPaintValue
The index of the associated value.
index - Variable in class io.sf.carte.echosvg.css.dom.CSSOMValue.ListComponent
The index of this component.
index - Variable in class io.sf.carte.echosvg.ext.awt.geom.PathLength.PathSegment
The index of the original path segment this flattened segment is a part of.
index - Variable in class io.sf.carte.echosvg.parser.FloatArrayProducer
The index in which to store the next number.
index - Variable in class io.sf.carte.echosvg.parser.LengthArrayProducer
The index in which to store the next length.
indexed - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Should output Image be indexed .
indexes - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The property/int mappings.
indexes - Variable in class io.sf.carte.echosvg.css.engine.StyleDeclaration
The value indexes.
IndexImage - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This class implements an adaptive palette generator to reduce images to a specified number of colors.
IndexImage() - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.IndexImage
 
indexOf(Object) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns the index in the children list of the specified graphics node or -1 if the children list does not contain this graphics node.
INDIANRED_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'indianred' RGB color.
INDIANRED_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'indianred' color name.
INDIGO_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'indigo' RGB color.
INDIGO_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'indigo' color name.
inDrag - Variable in class io.sf.carte.echosvg.swing.JSVGScrollPane.SBListener
 
inDTD - Variable in class io.sf.carte.echosvg.xml.XMLScanner
The scanner is in the internal DTD.
inEventQueue - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.RepaintThread.UpdateRunnable
 
INFOBACKGROUND_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'INFOBACKGROUND' color name.
INFOTEXT_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'INFOTEXT' color name.
INHERIT_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'inherit' value.
inherited - Variable in class io.sf.carte.echosvg.css.engine.value.svg.OpacityManager
Whether the managed property is inherited.
INHERITED_MASK - Static variable in class io.sf.carte.echosvg.css.engine.StyleMap
 
InheritValue - Class in io.sf.carte.echosvg.css.engine.value
This singleton class represents the 'inherit' value.
InheritValue() - Constructor for class io.sf.carte.echosvg.css.engine.value.InheritValue
Creates a new InheritValue object.
init(int, boolean) - Method in class io.sf.carte.echosvg.svggen.font.table.LocaTable
 
init(int, int) - Method in class io.sf.carte.echosvg.svggen.font.table.HmtxTable
 
init(int, LocaTable) - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfTable
 
init(Filter, Map<String, ?>) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
Initialize an Abstract Rable from src, bounds and props.
init(CachableRed, Rectangle, ColorModel, SampleModel, int, int, TileStore, Map<String, ?>) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
This is one of two basic init function (this is for single source rendereds).
init(CachableRed, Rectangle, ColorModel, SampleModel, int, int, Map<String, ?>) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
This is one of two basic init function (this is for single source rendereds).
init(CachableRed, Rectangle, ColorModel, SampleModel, int, int, Map<String, ?>) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
This is one of two basic init function (this is for single source rendereds).
init(RenderableImage) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
Initialize an Abstract Rable from src, bounds and props.
init(URL, ImportInfo) - Method in class io.sf.carte.echosvg.bridge.RhinoInterpreter
 
init(List<? extends RenderableImage>) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
Initialize an Abstract Rable from a list of sources, and possibly a bounds.
init(List<? extends RenderableImage>, Map<String, Object>) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
Initialize an Abstract Rable from a list of sources, and possibly a bounds.
init(List<CachableRed>, Rectangle, ColorModel, SampleModel, int, int, Map<String, ?>) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
This is the basic init function.
init(List<CachableRed>, Rectangle, ColorModel, SampleModel, int, int, Map<String, ?>) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
This is the basic init function.
initCountryIcons() - Static method in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel
Allows to pre-initialize icons used by the Panel constructor.
initCSSPropertyIndexes(Element) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
initCustomEventNS(String, String, boolean, boolean, Object) - Method in class io.sf.carte.echosvg.dom.events.DOMCustomEvent
Initializes this custom event.
initCustomEventNS(String, String, boolean, boolean, Object) - Method in interface io.sf.carte.echosvg.w3c.dom.events.CustomEvent
The initCustomEventNS method is used to initialize the value of a CustomEvent object and has the same behavior as Event.initEventNS().
initEvent(int, int, String) - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenuEvent
Initializes this event.
initEvent(String, boolean, boolean) - Method in class io.sf.carte.echosvg.dom.events.AbstractEvent
DOM: The initEvent method is used to initialize the value of interface.
initEventNS(String, String, boolean, boolean) - Method in class io.sf.carte.echosvg.dom.events.AbstractEvent
DOM: Implements org.w3c.dom.events.Event#initEventNS(String,String,boolean,boolean).
INITIAL - Static variable in class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
The initial state.
INITIAL_CAPACITY - Static variable in class io.sf.carte.echosvg.css.engine.value.StringMap
The initial capacity
INITIAL_CAPACITY - Static variable in class io.sf.carte.echosvg.dom.AbstractElement.NamedNodeHashMap
The initial capacity
INITIAL_CAPACITY - Static variable in class io.sf.carte.echosvg.dom.util.DocumentDescriptor
The table initial capacity
INITIAL_CAPACITY - Static variable in class io.sf.carte.echosvg.dom.util.IntTable
The initial capacity
INITIAL_CAPACITY - Static variable in class io.sf.carte.echosvg.dom.util.TriplyIndexedTable
The initial capacity
INITIAL_CAPACITY - Static variable in class io.sf.carte.echosvg.util.SoftDoublyIndexedTable
The initial capacity
INITIAL_LENGTH - Static variable in class io.sf.carte.echosvg.css.engine.StyleDeclaration
 
initialBridges - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
List of bridges that will be initialized when the document is started.
initialCapacity - Variable in class io.sf.carte.echosvg.util.DoublyIndexedTable
The initial capacity
initialise() - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength
Flattens the path and determines the path length.
initialised - Variable in class io.sf.carte.echosvg.ext.awt.geom.PathLength
Whether this path been flattened yet.
initialize() - Method in class io.sf.carte.echosvg.anim.timing.AccesskeyTimingSpecifier
Initializes this timing specifier by adding the initial instance time to the owner's instance time list or setting up any event listeners.
initialize() - Method in class io.sf.carte.echosvg.anim.timing.EventbaseTimingSpecifier
Initializes this timing specifier by adding the initial instance time to the owner's instance time list or setting up any event listeners.
initialize() - Method in class io.sf.carte.echosvg.anim.timing.IndefiniteTimingSpecifier
Initializes this timing specifier by adding the initial instance time to the owner's instance time list or setting up any event listeners.
initialize() - Method in class io.sf.carte.echosvg.anim.timing.OffsetTimingSpecifier
Initializes this timing specifier by adding the initial instance time to the owner's instance time list or setting up any event listeners.
initialize() - Method in class io.sf.carte.echosvg.anim.timing.SyncbaseTimingSpecifier
Initializes this timing specifier by adding the initial instance time to the owner's instance time list or setting up any event listeners.
initialize() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Initializes this timed element.
initialize() - Method in class io.sf.carte.echosvg.anim.timing.TimingSpecifier
Initializes this timing specifier by adding the initial instance time to the owner's instance time list or setting up any event listeners.
initialize() - Method in class io.sf.carte.echosvg.anim.timing.WallclockTimingSpecifier
Initializes this timing specifier by adding the initial instance time to the owner's instance time list or setting up any event listeners.
initialize() - Method in class io.sf.carte.echosvg.dom.AbstractParentNode.ElementsByTagName
Initializes the list.
initialize() - Method in class io.sf.carte.echosvg.dom.AbstractParentNode.ElementsByTagNameNS
Initializes the list.
initialize() - Method in class io.sf.carte.echosvg.util.gui.resource.JToolbarButton
Initializes the button.
initialize() - Method in class io.sf.carte.echosvg.util.gui.resource.JToolbarToggleButton
Initializes the button.
initialize() - Method in class io.sf.carte.echosvg.util.gui.URIChooser
Initializes the dialog
initialize(String) - Method in interface org.w3c.dom.svg.SVGStringList
 
initialize(SVGLength) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList
initialize(SVGLength) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
initialize(SVGLength) - Method in interface org.w3c.dom.svg.SVGLengthList
 
initialize(SVGNumber) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
initialize(SVGNumber) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
initialize(SVGNumber) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList
initialize(SVGNumber) - Method in interface org.w3c.dom.svg.SVGNumberList
 
initialize(SVGPathSeg) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
initialize(SVGPathSeg) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList
 
initialize(SVGPathSeg) - Method in interface org.w3c.dom.svg.SVGPathSegList
 
initialize(SVGPoint) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
initialize(SVGPoint) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPointList
initialize(SVGPoint) - Method in interface org.w3c.dom.svg.SVGPointList
 
initialize(SVGTransform) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
initialize(SVGTransform) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList
initialize(SVGTransform) - Method in interface org.w3c.dom.svg.SVGTransformList
 
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimationElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMCircleElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMClipPathElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMComponentTransferFunctionElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMCursorElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMEllipseElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEBlendElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEColorMatrixElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEComponentTransferElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDiffuseLightingElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDisplacementMapElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDistantLightElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEFloodElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEGaussianBlurElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEImageElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEMergeNodeElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEMorphologyElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEOffsetElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEPointLightElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFESpecularLightingElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFETileElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFETurbulenceElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterPrimitiveStandardAttributes
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFontElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMForeignObjectElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGlyphRefElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGradientElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMImageElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMLinearGradientElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMLineElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMaskElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMPathElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMRadialGradientElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMRectElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMScriptElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMStopElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSymbolElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextPathElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextPositioningElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMURIReferenceElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMViewElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGPointShapeElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGURIReferenceGraphicsElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class io.sf.carte.echosvg.anim.dom.SVGURIReferenceTextPositioningElement
Initializes all live attributes for this element.
initializeAnimation(BridgeContext) - Method in class io.sf.carte.echosvg.bridge.SVGAnimateMotionElementBridge
Parses the animation element's target attributes and adds it to the document's AnimationEngine.
initializeAnimation(BridgeContext) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Parses the animation element's target attributes and adds it to the document's AnimationEngine.
initializeAttributes() - Method in class io.sf.carte.echosvg.anim.dom.AbstractElement
Initializes the attributes of this element to their default value.
initializeAttributes(AbstractElement) - Method in class io.sf.carte.echosvg.anim.dom.AttributeInitializer
Initializes the attributes of the given element.
initializeDocument(Document) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Initializes the given document.
initializeDynamicSupport(BridgeContext, Element, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
This method is invoked during the build phase if the document is dynamic.
initializeDynamicSupport(BridgeContext, Element, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGMultiImageElementBridge
This method is invoked during the build phase if the document is dynamic.
initializeDynamicSupport(BridgeContext, Element, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
This method is invoked during the build phase if the document is dynamic.
initializeDynamicSupport(BridgeContext, Element, GraphicsNode) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
This method ensures that any modification to a text element and its children is going to be reflected into the GVT tree.
initializeEnvironment(Interpreter, String) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
Initializes the environment of the given interpreter.
initializeEventHandling() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Initializes the event handling classes.
initializeEventListeners(SVGDocument) - Method in interface org.w3c.dom.svg.EventListenerInitializer
 
initializeEventSupport() - Method in class io.sf.carte.echosvg.dom.AbstractNode
Initializes the event support instance for this node if it has not been already, and returns it.
initializeImpl(Object) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Removes all items from the list and adds the specified item to the list.
initializeJMenuItem(JMenuItem, String, String) - Method in class io.sf.carte.echosvg.util.gui.resource.MenuFactory
Initializes a swing menu item
initializeScriptingEnvironment(BridgeContext) - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Creates an appropriate ScriptingEnvironment and XBL manager for the given document.
initializeTimedElement() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Parses the animation element's timing attributes and initializes the TimedElement object.
initializeTimedElement(TimedElement) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Initializes the timing attributes of the timed element.
initializeViewport(BridgeContext, Element, GraphicsNode, float[], Rectangle2D) - Static method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
Initializes according to the specified element, the specified graphics node with the specified bounds.
initialRotation - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractRotateInteractor
The initial rotation angle.
initialStartTime - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
The initial time that will be seeked to when the animation engine starts, as set by SVGAnimationEngine.setCurrentTime(float).
initialTransform - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
The initial rendering transform.
initKeyboardEvent(String, boolean, boolean, AbstractView, String, int, String) - Method in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
DOM: Initializes this KeyboardEvent object.
initKeyboardEvent(String, boolean, boolean, AbstractView, String, int, String) - Method in interface io.sf.carte.echosvg.w3c.dom.events.KeyboardEvent
The initKeyboardEvent method is used to initialize the value of a KeyboardEvent object and has the same behavior as UIEvent.initUIEvent().
initKeyboardEventNS(String, String, boolean, boolean, AbstractView, String, int, String) - Method in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
DOM: Initializes this KeyboardEvent object.
initKeyboardEventNS(String, String, boolean, boolean, AbstractView, String, int, String) - Method in interface io.sf.carte.echosvg.w3c.dom.events.KeyboardEvent
The initKeyboardEventNS method is used to initialize the value of a KeyboardEvent object and has the same behavior as UIEvent.initUIEventNS().
initKeyEvent(String, boolean, boolean, boolean, boolean, boolean, boolean, int, int, AbstractView) - Method in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
Initializes this KeyEvent.
initLineInfo(FontRenderContext) - Method in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
initLocalizable() - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation
 
initLocalizable() - Method in class io.sf.carte.echosvg.dom.AbstractDOMImplementation
 
initMouseEvent(String, boolean, boolean, AbstractView, int, int, int, int, int, boolean, boolean, boolean, boolean, short, EventTarget) - Method in class io.sf.carte.echosvg.dom.events.DOMMouseEvent
DOM: The initMouseEvent method is used to initialize the value of a MouseEvent created through the DocumentEvent interface.
initMouseEventNS(String, String, boolean, boolean, AbstractView, int, int, int, int, int, short, EventTarget, String) - Method in class io.sf.carte.echosvg.dom.events.DOMMouseEvent
DOM: Initializes this event object.
initMutationEvent(String, boolean, boolean, Node, String, String, String, short) - Method in class io.sf.carte.echosvg.dom.events.DOMMutationEvent
DOM: The initMutationEvent method is used to initialize the value of a MutationEvent created through the DocumentEvent interface.
initMutationEventNS(String, String, boolean, boolean, Node, String, String, String, short) - Method in class io.sf.carte.echosvg.dom.events.DOMMutationEvent
DOM: Initializes this event object.
initMutationNameEvent(String, boolean, boolean, Node, String, String) - Method in class io.sf.carte.echosvg.dom.events.DOMMutationNameEvent
Initializes this MutationNameEvent.
initMutationNameEvent(String, boolean, boolean, Node, String, String) - Method in interface io.sf.carte.echosvg.w3c.dom.events.MutationNameEvent
The initMutationNameEvent method is used to initialize the value of a MutationNameEvent object and has the same behavior as MutationEvent.initMutationEvent().
initMutationNameEventNS(String, String, boolean, boolean, Node, String, String) - Method in class io.sf.carte.echosvg.dom.events.DOMMutationNameEvent
Initializes this MutationNameEvent.
initMutationNameEventNS(String, String, boolean, boolean, Node, String, String) - Method in interface io.sf.carte.echosvg.w3c.dom.events.MutationNameEvent
The initMutationNameEventNS method is used to initialize the value of a MutationNameEvent object and has the same behavior as MutationEvent.initMutationEventNS().
initPreInfo() - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
 
initShadowTreeEvent(String, boolean, boolean, XBLShadowTreeElement) - Method in class io.sf.carte.echosvg.dom.svg12.XBLOMShadowTreeEvent
Initializes this event object.
initShadowTreeEvent(String, boolean, boolean, XBLShadowTreeElement) - Method in interface io.sf.carte.echosvg.dom.xbl.ShadowTreeEvent
 
initShadowTreeEventNS(String, String, boolean, boolean, XBLShadowTreeElement) - Method in class io.sf.carte.echosvg.dom.svg12.XBLOMShadowTreeEvent
Initializes this event object with a namespaced event type.
initShadowTreeEventNS(String, String, boolean, boolean, XBLShadowTreeElement) - Method in interface io.sf.carte.echosvg.dom.xbl.ShadowTreeEvent
 
initTextEvent(String, boolean, boolean, AbstractView, String) - Method in class io.sf.carte.echosvg.dom.events.DOMTextEvent
DOM: Initializes this TextEvent.
initTextEvent(String, boolean, boolean, AbstractView, String) - Method in interface io.sf.carte.echosvg.w3c.dom.events.TextEvent
The initTextEvent method is used to initialize the value of a TextEvent object and has the same behavior as UIEvent.initUIEvent().
initTextEventNS(String, String, boolean, boolean, AbstractView, String) - Method in class io.sf.carte.echosvg.dom.events.DOMTextEvent
DOM: Initializes this TextEvent.
initTextEventNS(String, String, boolean, boolean, AbstractView, String) - Method in interface io.sf.carte.echosvg.w3c.dom.events.TextEvent
The initTextEventNS method is used to initialize the value of a TextEvent object and has the same behavior as UIEvent.initUIEventNS().
initTimeEvent(String, AbstractView, int) - Method in class io.sf.carte.echosvg.dom.events.DOMTimeEvent
Initializes the values of the TimeEvent object.
initTimeEvent(String, AbstractView, int) - Method in interface org.w3c.dom.smil.TimeEvent
Initialize this event.
initTimeEventNS(String, String, AbstractView, int) - Method in class io.sf.carte.echosvg.dom.events.DOMTimeEvent
Initializes the values of the TimeEvent object.
initUIEvent(String, boolean, boolean, AbstractView, int) - Method in class io.sf.carte.echosvg.dom.events.DOMUIEvent
DOM: The initUIEvent method is used to initialize the value of a UIEvent created through the DocumentEvent interface.
initUIEventNS(String, String, boolean, boolean, AbstractView, int) - Method in class io.sf.carte.echosvg.dom.events.DOMUIEvent
DOM: Initializes this event object.
initWheelEvent(String, boolean, boolean, AbstractView, int) - Method in class io.sf.carte.echosvg.dom.svg12.SVGOMWheelEvent
Initializes this SVGOMWheelEvent object.
initWheelEventNS(String, String, boolean, boolean, AbstractView, int) - Method in class io.sf.carte.echosvg.dom.svg12.SVGOMWheelEvent
Initializes this KeyboardEvent object.
INLINE_AUTHOR_ORIGIN - Static variable in class io.sf.carte.echosvg.css.engine.StyleMap
 
INLINE_BLOCK_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'inline-block' keyword.
INLINE_TABLE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'inline-table' keyword.
INLINE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'inline' keyword.
inlineStyleAttributeUpdated(CSSStylableElement, StyleMap, short, String, String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Called when the inline style of the given element has been updated.
inPaintedArea(Point2D) - Method in class io.sf.carte.echosvg.gvt.CompositeShapePainter
Returns true if pt is in the area painted by this shape painter
inPaintedArea(Point2D) - Method in class io.sf.carte.echosvg.gvt.FillShapePainter
Returns true if pt is in the area painted by this shape painter
inPaintedArea(Point2D) - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Returns true if pt is in the area painted by this shape painter
inPaintedArea(Point2D) - Method in interface io.sf.carte.echosvg.gvt.ShapePainter
Returns true if pt is in the painted area.
inPaintedArea(Point2D) - Method in class io.sf.carte.echosvg.gvt.StrokeShapePainter
Returns the bounds of the area covered by this shape painter
inputEncoding - Variable in class io.sf.carte.echosvg.dom.AbstractDocument
Input encoding of this document.
inputStream - Variable in class io.sf.carte.echosvg.util.io.AbstractCharDecoder
The input stream to read.
inSensitiveArea(Point2D) - Method in class io.sf.carte.echosvg.gvt.CompositeShapePainter
Returns true if pt is in the area painted by this shape painter
inSensitiveArea(Point2D) - Method in class io.sf.carte.echosvg.gvt.FillShapePainter
Returns true if pt is in the area painted by this shape painter
inSensitiveArea(Point2D) - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Returns true if pt is in the sensitive area.
inSensitiveArea(Point2D) - Method in class io.sf.carte.echosvg.gvt.ShapeNode
 
inSensitiveArea(Point2D) - Method in interface io.sf.carte.echosvg.gvt.ShapePainter
Returns true if pt is in the sensitive area.
inSensitiveArea(Point2D) - Method in class io.sf.carte.echosvg.gvt.StrokeShapePainter
Returns the bounds of the area covered by this shape painter (even if not painted).
insert(ExtendedNode, ExtendedNode) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode.ChildNodes
Inserts a node in the tree.
insertBefore(DoublyLinkedList.Node) - Method in class io.sf.carte.echosvg.util.DoublyLinkedList.Node
Link this node in, infront of nde (unlinks it's self before hand if needed).
insertBefore(Node, Node) - Method in class io.sf.carte.echosvg.dom.AbstractNode
insertBefore(Node, Node) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
insertData(int, String) - Method in class io.sf.carte.echosvg.dom.AbstractCharacterData
insertItemBefore(String, int) - Method in interface org.w3c.dom.svg.SVGStringList
 
insertItemBefore(SVGLength, int) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList
insertItemBefore(SVGLength, int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
insertItemBefore(SVGLength, int) - Method in interface org.w3c.dom.svg.SVGLengthList
 
insertItemBefore(SVGNumber, int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
insertItemBefore(SVGNumber, int) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
insertItemBefore(SVGNumber, int) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList
insertItemBefore(SVGNumber, int) - Method in interface org.w3c.dom.svg.SVGNumberList
 
insertItemBefore(SVGPathSeg, int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
insertItemBefore(SVGPathSeg, int) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList
 
insertItemBefore(SVGPathSeg, int) - Method in interface org.w3c.dom.svg.SVGPathSegList
 
insertItemBefore(SVGPoint, int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
insertItemBefore(SVGPoint, int) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPointList
insertItemBefore(SVGPoint, int) - Method in interface org.w3c.dom.svg.SVGPointList
 
insertItemBefore(SVGTransform, int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
insertItemBefore(SVGTransform, int) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList
insertItemBefore(SVGTransform, int) - Method in interface org.w3c.dom.svg.SVGTransformList
 
insertItemBeforeImpl(Object, int) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Inserts a new item into the list at the specified position.
insertRects(Rectangle[], int, int, int) - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
 
insertString(int, String, AttributeSet) - Method in class io.sf.carte.echosvg.ext.swing.DoubleDocument
Strip all non digit characters.
insertString(int, String, AttributeSet) - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLDocument
insertUpdate(DocumentEvent) - Method in class io.sf.carte.echosvg.util.gui.URIChooser.DocumentAdapter
 
insertWord(WordInfo) - Method in class io.sf.carte.echosvg.gvt.flow.LineInfo
 
insetsManager - Variable in class io.sf.carte.echosvg.ext.swing.JGridBagPanel
Used to get insets at any given cell location
install(JEditorPane) - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLEditorKit
Overriden to set the JEditorPane font to match with the XMLContext
installActions() - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Builds the ActionMap of this canvas with a set of predefined Actions.
installKeyboardActions() - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Builds the InputMap of this canvas with a set of predefined Actions.
installSecurityManager() - Method in class io.sf.carte.echosvg.util.ApplicationSecurityEnforcer
Deprecated.
Installs a SecurityManager on behalf of the application
installSVGDocument(SVGDocument) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
 
installSVGDocument(SVGDocument) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
This does the real work of installing the SVG Document after the update manager from the previous document (if any) has been properly 'shut down'.
instance - Variable in class io.sf.carte.echosvg.anim.timing.MediaMarkerTimingSpecifier
The instance time.
instance - Variable in class io.sf.carte.echosvg.anim.timing.WallclockTimingSpecifier
The instance time.
INSTANCE - Static variable in class io.sf.carte.echosvg.css.engine.value.InheritValue
The only instance of this class.
INSTANCE - Static variable in class io.sf.carte.echosvg.parser.DefaultAngleHandler
The only instance of this class.
INSTANCE - Static variable in class io.sf.carte.echosvg.parser.DefaultFragmentIdentifierHandler
The only instance of this class.
INSTANCE - Static variable in class io.sf.carte.echosvg.parser.DefaultLengthHandler
The only instance of this class.
INSTANCE - Static variable in class io.sf.carte.echosvg.parser.DefaultLengthListHandler
The only instance of this class.
INSTANCE - Static variable in class io.sf.carte.echosvg.parser.DefaultNumberListHandler
The only instance of this class.
INSTANCE - Static variable in class io.sf.carte.echosvg.parser.DefaultPathHandler
The only instance of this class.
INSTANCE - Static variable in class io.sf.carte.echosvg.parser.DefaultPointsHandler
The only instance of this class.
INSTANCE - Static variable in class io.sf.carte.echosvg.parser.DefaultPreserveAspectRatioHandler
The only instance of this class.
INSTANCE - Static variable in class io.sf.carte.echosvg.parser.DefaultTimingSpecifierHandler
The default handler.
INSTANCE - Static variable in class io.sf.carte.echosvg.parser.DefaultTimingSpecifierListHandler
The default handler.
INSTANCE - Static variable in class io.sf.carte.echosvg.parser.DefaultTransformListHandler
The only instance of this class.
instances - Variable in class io.sf.carte.echosvg.anim.timing.SyncbaseTimingSpecifier
Map of Intervals to an InstanceTime.
InstanceTime - Class in io.sf.carte.echosvg.anim.timing
A class that represents an instance time created from a timing specification.
InstanceTime(TimingSpecifier, float, boolean) - Constructor for class io.sf.carte.echosvg.anim.timing.InstanceTime
Creates a new InstanceTime.
instanceTimeChanged(InstanceTime, boolean) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Called by a TimingSpecifier of this element when an InstanceTime has been updated.
instantiateGraphicsNode() - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Creates the GraphicsNode depending on the GraphicsNodeBridge implementation.
instantiateGraphicsNode() - Method in class io.sf.carte.echosvg.bridge.svg12.BindableElementBridge
Creates the GraphicsNode depending on the GraphicsNodeBridge implementation.
instantiateGraphicsNode() - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
Creates the graphics node for this element.
instantiateGraphicsNode() - Method in class io.sf.carte.echosvg.bridge.svg12.XBLContentElementBridge
Creates a CompositeGraphicsNode.
instantiateGraphicsNode() - Method in class io.sf.carte.echosvg.bridge.svg12.XBLShadowTreeElementBridge
Creates a CompositeGraphicsNode.
instantiateGraphicsNode() - Method in class io.sf.carte.echosvg.bridge.SVGGElementBridge
Creates a CompositeGraphicsNode.
instantiateGraphicsNode() - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
Creates an ImageNode.
instantiateGraphicsNode() - Method in class io.sf.carte.echosvg.bridge.SVGShapeElementBridge
Creates a ShapeNode.
instantiateGraphicsNode() - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
Creates a CompositeGraphicsNode.
instantiateGraphicsNode() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Creates the GraphicsNode depending on the GraphicsNodeBridge implementation.
instantiateGraphicsNode() - Method in class io.sf.carte.echosvg.bridge.SVGUseElementBridge
Creates the GraphicsNode depending on the GraphicsNodeBridge implementation.
instantiateGraphicsNode() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
INT_PACK_BYTE_COMP_Impl(WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.MultiplyAlphaRed
 
IntegerKey - Class in io.sf.carte.echosvg.transcoder.keys
A transcoding Key represented as an int.
IntegerKey() - Constructor for class io.sf.carte.echosvg.transcoder.keys.IntegerKey
 
intendedToRGB(float[]) - Method in class io.sf.carte.echosvg.ext.awt.color.ICCColorSpaceExt
Deprecated.
Returns the sRGB value obtained by forcing the conversion method to the intent passed to the constructor
intendedToRGB(float[]) - Method in class io.sf.graphics.java2d.color.ICCColorSpaceWithIntent
Returns the sRGB value obtained by forcing the conversion method to the intent passed to the constructor.
INTERACTIVE - Static variable in class io.sf.carte.echosvg.bridge.BridgeContext
Indicates that DOM listeners should be registered to support, 'interactivity' this includes anchors and cursors, but does not include support for DOM modifications.
interactor - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
The current interactor.
Interactor - Interface in io.sf.carte.echosvg.swing.gvt
This interface represents an object which interacts with a GVT component.
InteractorAdapter - Class in io.sf.carte.echosvg.swing.gvt
This class represents an interactor which never interacts.
InteractorAdapter() - Constructor for class io.sf.carte.echosvg.swing.gvt.InteractorAdapter
 
interactors - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
The interactor list.
intercept - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMComponentTransferFunctionElement
The 'intercept' attribute value.
intercept - Variable in class io.sf.carte.echosvg.ext.awt.image.LinearTransfer
The intercept of the linear function
intercept - Variable in class io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationFilter8Bit
 
internal - Variable in class io.sf.carte.echosvg.util.PreferenceManager
 
interpolate(AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, float, float, AnimatableTransformListValue, int) - Static method in class io.sf.carte.echosvg.anim.values.AnimatableTransformListValue
Performs a two-way interpolation between the specified values. value[12] and to[12] must all be of the same type, either scale or translation transforms, or all null.
interpolate(AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, float, float, float, AnimatableTransformListValue, int) - Static method in class io.sf.carte.echosvg.anim.values.AnimatableTransformListValue
Performs a three-way interpolation between the specified values. value[123] and to[123] must all be single rotation transforms, or all null.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatableAngleOrIdentValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatableAngleValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatableBooleanValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatableColorValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatableIntegerValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatableLengthListValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatableLengthOrIdentValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatableLengthValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatableMotionPointValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberListValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberOptionalNumberValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberOrIdentValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberOrPercentageValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatablePathDataValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatablePercentageValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatablePointListValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatablePreserveAspectRatioValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatableRectValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatableStringValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatableTransformListValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class io.sf.carte.echosvg.anim.values.AnimatableValue
Performs interpolation to the given value.
InterpolatingAnimation - Class in io.sf.carte.echosvg.anim
An abstract animation class for those animations that interpolate values.
InterpolatingAnimation(TimedElement, AnimatableElement, int, float[], float[], boolean, boolean) - Constructor for class io.sf.carte.echosvg.anim.InterpolatingAnimation
Creates a new InterpolatingAnimation.
interpreter - Variable in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
The associated interpreter.
interpreter - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.EvaluateIntervalRunnable
 
interpreter - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.EvaluateRunnable
 
interpreter - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
The associated interpreter.
interpreter - Variable in class io.sf.carte.echosvg.bridge.WindowWrapper.FunctionWrapper
The current interpreter.
interpreter - Variable in class io.sf.carte.echosvg.bridge.WindowWrapper.GetURLFunctionWrapper
The current interpreter.
interpreter - Variable in class io.sf.carte.echosvg.bridge.WindowWrapper
The rhino interpreter.
Interpreter - Interface in io.sf.carte.echosvg.script
A high level interface that represents an interpreter engine for a particular scripting language.
InterpreterException - Exception Class in io.sf.carte.echosvg.script
An exception that will be thrown when a problem is encountered in the script by an Interpreter interface implementation.
InterpreterException(Exception, String, int, int) - Constructor for exception class io.sf.carte.echosvg.script.InterpreterException
Builds an instance of InterpreterException.
InterpreterException(String, int, int) - Constructor for exception class io.sf.carte.echosvg.script.InterpreterException
Builds an instance of InterpreterException.
InterpreterFactory - Interface in io.sf.carte.echosvg.script
An interface for factory objects than can create Interpreter instances for a particular script language.
interpreterMap - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The interpreter cache per document. key is the language - value is a Interpreter
interpreterPool - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The interpreter pool used to handle scripts.
InterpreterPool - Class in io.sf.carte.echosvg.script
A class allowing to create/query an Interpreter corresponding to a particular Document and scripting language.
InterpreterPool() - Constructor for class io.sf.carte.echosvg.script.InterpreterPool
Constructs a new InterpreterPool.
interrupt() - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
Interrupts the periodic tasks and dispose this ScriptingEnvironment.
interrupt() - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Interrupts the manager tasks.
InterruptedBridgeException - Exception Class in io.sf.carte.echosvg.bridge
This class represents the exception thrown by the bridge when the current thread was interrupted.
InterruptedBridgeException() - Constructor for exception class io.sf.carte.echosvg.bridge.InterruptedBridgeException
Constructs a new InterruptedBridgeException.
intersects(double, double, double, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
intersects(double, double, double, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
Tests if the interior of this Polygon intersects the interior of a specified set of rectangular coordinates.
intersects(double, double, double, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
Tests if the interior of this Polygon intersects the interior of a specified set of rectangular coordinates.
intersects(double, double, double, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.ShapeExtender
 
intersects(Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
intersects(Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
Tests if the interior of this Polygon intersects the interior of a specified Rectangle2D.
intersects(Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
Tests if the interior of this Polygon intersects the interior of a specified Rectangle2D.
intersects(Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.geom.ShapeExtender
 
intersects(Rectangle2D) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns true if the interior of this node intersects the interior of a specified Rectangle2D, false otherwise.
intersects(Rectangle2D) - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns true if the interior of this node intersects the interior of a specified Rectangle2D, false otherwise.
intersects(Rectangle2D) - Method in class io.sf.carte.echosvg.gvt.ShapeNode
Returns true if the interior of this node intersects the interior of a specified Rectangle2D, false otherwise.
Interval - Class in io.sf.carte.echosvg.anim.timing
A class that represents an interval for a timed element.
Interval(float, float, InstanceTime, InstanceTime) - Constructor for class io.sf.carte.echosvg.anim.timing.Interval
Creates a new Interval.
intervalAdded(ListDataEvent) - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.MediaListDataListener
 
intervalBegan(TimedElement, Interval) - Method in class io.sf.carte.echosvg.anim.timing.TimegraphAdapter
Invoked to indivate that the given interval began.
intervalBegan(TimedElement, Interval) - Method in interface io.sf.carte.echosvg.anim.timing.TimegraphListener
Invoked to indivate that the given interval began.
intervalChanged(TimedElement, Interval) - Method in class io.sf.carte.echosvg.anim.timing.TimegraphAdapter
Invoked to indivate that an interval's endpoints were changed.
intervalChanged(TimedElement, Interval) - Method in interface io.sf.carte.echosvg.anim.timing.TimegraphListener
Invoked to indivate that an interval's endpoints were changed.
intervalCreated(TimedElement, Interval) - Method in class io.sf.carte.echosvg.anim.timing.TimegraphAdapter
Invoked to indivate that an interval was created for the given timed element.
intervalCreated(TimedElement, Interval) - Method in interface io.sf.carte.echosvg.anim.timing.TimegraphListener
Invoked to indivate that an interval was created for the given timed element.
intervalRemoved(TimedElement, Interval) - Method in class io.sf.carte.echosvg.anim.timing.TimegraphAdapter
Invoked to indivate that an interval was removed for the given timed element.
intervalRemoved(TimedElement, Interval) - Method in interface io.sf.carte.echosvg.anim.timing.TimegraphListener
Invoked to indivate that an interval was removed for the given timed element.
intervalRemoved(ListDataEvent) - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.MediaListDataListener
 
IntervalRunnableTimerTask(Runnable) - Constructor for class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window.IntervalRunnableTimerTask
 
IntervalScriptTimerTask(String) - Constructor for class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window.IntervalScriptTimerTask
 
IntTable - Class in io.sf.carte.echosvg.dom.util
A simple hashtable, not synchronized, with fixed load factor, that maps objects to ints.
IntTable() - Constructor for class io.sf.carte.echosvg.dom.util.IntTable
Creates a new table.
IntTable(int) - Constructor for class io.sf.carte.echosvg.dom.util.IntTable
Creates a new table.
IntTable(IntTable) - Constructor for class io.sf.carte.echosvg.dom.util.IntTable
Creates a copy of the given HashTable object.
IntTable.Entry - Class in io.sf.carte.echosvg.dom.util
To manage collisions.
INVALID - Static variable in class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
The invalid state.
INVALID_NODE - Static variable in interface io.sf.carte.echosvg.svggen.ErrorConstants
 
invalidate() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength.BaseSVGLength
Invalidates this length.
invalidate() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.BaseSVGAngle
Invalidates this angle.
invalidate() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue
Re-reads the DOM attribute value.
invalidate() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.BaseSVGRect
Invalidates this length.
invalidate() - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XblChildNodes
Mark the xblNextSibling and xblPreviousSibling variables on each node in the list as invalid, then invalidate the NodeList.
invalidate() - Method in class io.sf.carte.echosvg.dom.AbstractParentNode.ElementsByTagName
Invalidates the list.
invalidate() - Method in class io.sf.carte.echosvg.dom.AbstractParentNode.ElementsByTagNameNS
Invalidates the list.
invalidate() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Invalidates this list.
invalidateChildNodes(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Mark the xblChildNodes and xblScopedChildNodes variables as invalid.
invalidateGeometryCache() - Method in class io.sf.carte.echosvg.bridge.SVGPatternElementBridge.PatternGraphicsNode
 
invalidateGeometryCache() - Method in class io.sf.carte.echosvg.bridge.TextNode
Invalidates this TextNode.
invalidateGeometryCache() - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Invalidates the cached geometric bounds.
invalidateGeometryCache() - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Invalidates the cached geometric bounds.
invalidateGeometryCache() - Method in class io.sf.carte.echosvg.gvt.ShapeNode
Invalidates this ShapeNode.
invalidateProperties(Node, int[], boolean[], boolean) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Invalidates all the properties of the given node.
invalidateTransformStack() - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Marks the GraphicContext's isNewTransformStack to true as a memento that the current transform stack was reset since it was last read.
inverse() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
inverse() - Method in interface org.w3c.dom.svg.SVGMatrix
 
inverseTransform - Variable in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
The inverse transform for this node, i.e., from parent node to this node.
invokeAndWait(Runnable) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Invokes the given runnable from the event thread, and wait for the run method to terminate.
invokeAndWait(Runnable) - Method in class io.sf.carte.echosvg.util.RunnableQueue
Waits until the given Runnable's run() has returned.
invokeLater(Runnable) - Method in class io.sf.carte.echosvg.util.RunnableQueue
Schedules the given Runnable object for a later invocation, and returns.
io.sf.carte.echosvg.anim - module io.sf.carte.echosvg.anim
Animation engine.
io.sf.carte.echosvg.anim - package io.sf.carte.echosvg.anim
 
io.sf.carte.echosvg.anim.dom - package io.sf.carte.echosvg.anim.dom
 
io.sf.carte.echosvg.anim.timing - package io.sf.carte.echosvg.anim.timing
 
io.sf.carte.echosvg.anim.values - package io.sf.carte.echosvg.anim.values
 
io.sf.carte.echosvg.apps.rasterizer - package io.sf.carte.echosvg.apps.rasterizer
 
io.sf.carte.echosvg.apps.slideshow - module io.sf.carte.echosvg.apps.slideshow
SVG slideshow application.
io.sf.carte.echosvg.apps.slideshow - package io.sf.carte.echosvg.apps.slideshow
 
io.sf.carte.echosvg.apps.svgpp - package io.sf.carte.echosvg.apps.svgpp
 
io.sf.carte.echosvg.apps.ttf2svg - package io.sf.carte.echosvg.apps.ttf2svg
 
io.sf.carte.echosvg.awt - module io.sf.carte.echosvg.awt
AWT utilities.
io.sf.carte.echosvg.bridge - module io.sf.carte.echosvg.bridge
Bridge.
io.sf.carte.echosvg.bridge - package io.sf.carte.echosvg.bridge
Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.
io.sf.carte.echosvg.bridge.svg12 - package io.sf.carte.echosvg.bridge.svg12
 
io.sf.carte.echosvg.constants - module io.sf.carte.echosvg.constants
Constants library.
io.sf.carte.echosvg.constants - package io.sf.carte.echosvg.constants
 
io.sf.carte.echosvg.css - module io.sf.carte.echosvg.css
CSS support.
io.sf.carte.echosvg.css.dom - package io.sf.carte.echosvg.css.dom
 
io.sf.carte.echosvg.css.engine - package io.sf.carte.echosvg.css.engine
 
io.sf.carte.echosvg.css.engine.value - package io.sf.carte.echosvg.css.engine.value
 
io.sf.carte.echosvg.css.engine.value.css2 - package io.sf.carte.echosvg.css.engine.value.css2
 
io.sf.carte.echosvg.css.engine.value.svg - package io.sf.carte.echosvg.css.engine.value.svg
 
io.sf.carte.echosvg.css.engine.value.svg12 - package io.sf.carte.echosvg.css.engine.value.svg12
 
io.sf.carte.echosvg.dom - module io.sf.carte.echosvg.dom
DOM implementation.
io.sf.carte.echosvg.dom - package io.sf.carte.echosvg.dom
Provides an implementation of the DOM level 2 core module.
io.sf.carte.echosvg.dom.events - package io.sf.carte.echosvg.dom.events
Provides an implementation of the DOM level 2 events module.
io.sf.carte.echosvg.dom.svg - module io.sf.carte.echosvg.dom.svg
SVG DOM implementation.
io.sf.carte.echosvg.dom.svg - package io.sf.carte.echosvg.dom.svg
 
io.sf.carte.echosvg.dom.svg12 - package io.sf.carte.echosvg.dom.svg12
 
io.sf.carte.echosvg.dom.traversal - package io.sf.carte.echosvg.dom.traversal
Provides an implementation of the DOM level 2 traversal module.
io.sf.carte.echosvg.dom.util - package io.sf.carte.echosvg.dom.util
Provides some utility classes for the implementation of the DOM.
io.sf.carte.echosvg.dom.xbl - package io.sf.carte.echosvg.dom.xbl
 
io.sf.carte.echosvg.ext.awt - package io.sf.carte.echosvg.ext.awt
Contains extensions to the java.awt package.
io.sf.carte.echosvg.ext.awt.color - package io.sf.carte.echosvg.ext.awt.color
 
io.sf.carte.echosvg.ext.awt.font - package io.sf.carte.echosvg.ext.awt.font
Contains extensions to the java.awt.font package.
io.sf.carte.echosvg.ext.awt.g2d - package io.sf.carte.echosvg.ext.awt.g2d
Provides an API for subclassing the java.awt.Graphics2D class in order to translate Java 2D primitives into another graphic format.
io.sf.carte.echosvg.ext.awt.geom - package io.sf.carte.echosvg.ext.awt.geom
Contains extensions to the java.awt.geom package.
io.sf.carte.echosvg.ext.awt.image - package io.sf.carte.echosvg.ext.awt.image
Contains extensions to the java.awt.image package.
io.sf.carte.echosvg.ext.awt.image.renderable - package io.sf.carte.echosvg.ext.awt.image.renderable
 
io.sf.carte.echosvg.ext.awt.image.rendered - package io.sf.carte.echosvg.ext.awt.image.rendered
 
io.sf.carte.echosvg.ext.awt.image.spi - package io.sf.carte.echosvg.ext.awt.image.spi
 
io.sf.carte.echosvg.ext.swing - package io.sf.carte.echosvg.ext.swing
 
io.sf.carte.echosvg.extension - module io.sf.carte.echosvg.extension
Extension support.
io.sf.carte.echosvg.extension - package io.sf.carte.echosvg.extension
This package contains EchoSVG's extensions to standard SVG (custom elements, additional bridges...).
io.sf.carte.echosvg.extension.svg - package io.sf.carte.echosvg.extension.svg
 
io.sf.carte.echosvg.external - module io.sf.carte.echosvg.external
Interfaces to be used by external code.
io.sf.carte.echosvg.gvt - module io.sf.carte.echosvg.gvt
Graphics Vector Tree (GVT).
io.sf.carte.echosvg.gvt - package io.sf.carte.echosvg.gvt
Contains all of the interfaces for describing and painting vector graphics as Java objects.
io.sf.carte.echosvg.gvt.event - package io.sf.carte.echosvg.gvt.event
Provides interfaces and classes for dealing with different types of events fired by GVT graphics nodes.
io.sf.carte.echosvg.gvt.filter - package io.sf.carte.echosvg.gvt.filter
Contains all of the interfaces for describing a set of standard image processing filters Java objects.
io.sf.carte.echosvg.gvt.flow - package io.sf.carte.echosvg.gvt.flow
 
io.sf.carte.echosvg.gvt.font - package io.sf.carte.echosvg.gvt.font
 
io.sf.carte.echosvg.gvt.renderer - package io.sf.carte.echosvg.gvt.renderer
 
io.sf.carte.echosvg.gvt.text - package io.sf.carte.echosvg.gvt.text
 
io.sf.carte.echosvg.i18n - module io.sf.carte.echosvg.i18n
i18n library.
io.sf.carte.echosvg.i18n - package io.sf.carte.echosvg.i18n
Provides utility classes for internationalization.
io.sf.carte.echosvg.parser - module io.sf.carte.echosvg.parser
SVG microsyntax parser.
io.sf.carte.echosvg.parser - package io.sf.carte.echosvg.parser
Provides a set of parsers and objects to manipulate SVG attributes.
io.sf.carte.echosvg.script - module io.sf.carte.echosvg.script
Script language support.
io.sf.carte.echosvg.script - package io.sf.carte.echosvg.script
Provides an API for interpreting scripting language found in SVG files.
io.sf.carte.echosvg.script.rhino - package io.sf.carte.echosvg.script.rhino
Provides an API for interpreting JavaScript language through the Rhino interpreter.
io.sf.carte.echosvg.svggen - module io.sf.carte.echosvg.svggen
Java2D SVG generator.
io.sf.carte.echosvg.svggen - package io.sf.carte.echosvg.svggen
Provides an API on top of the AbstractGraphics2D to translate Java 2D primitives into the SVG format.
io.sf.carte.echosvg.svggen.font - package io.sf.carte.echosvg.svggen.font
 
io.sf.carte.echosvg.svggen.font.table - package io.sf.carte.echosvg.svggen.font.table
 
io.sf.carte.echosvg.svgpp - module io.sf.carte.echosvg.svgpp
SVG Pretty Printer Application.
io.sf.carte.echosvg.svgrasterizer - module io.sf.carte.echosvg.svgrasterizer
SVG rasterizer library.
io.sf.carte.echosvg.swing - module io.sf.carte.echosvg.swing
SVG Swing components.
io.sf.carte.echosvg.swing - package io.sf.carte.echosvg.swing
 
io.sf.carte.echosvg.swing.gvt - package io.sf.carte.echosvg.swing.gvt
 
io.sf.carte.echosvg.swing.svg - package io.sf.carte.echosvg.swing.svg
 
io.sf.carte.echosvg.transcoder - module io.sf.carte.echosvg.transcoder
SVG transcoder.
io.sf.carte.echosvg.transcoder - package io.sf.carte.echosvg.transcoder
Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format.
io.sf.carte.echosvg.transcoder.image - package io.sf.carte.echosvg.transcoder.image
Provides transcoders for transcoding a SVG document fragment to an image.
io.sf.carte.echosvg.transcoder.image.resources - package io.sf.carte.echosvg.transcoder.image.resources
 
io.sf.carte.echosvg.transcoder.impl - package io.sf.carte.echosvg.transcoder.impl
Implementation classes, do not use outside of EchoSVG.
io.sf.carte.echosvg.transcoder.keys - package io.sf.carte.echosvg.transcoder.keys
 
io.sf.carte.echosvg.transcoder.print - package io.sf.carte.echosvg.transcoder.print
 
io.sf.carte.echosvg.transcoder.svg2svg - package io.sf.carte.echosvg.transcoder.svg2svg
 
io.sf.carte.echosvg.transcoder.util - package io.sf.carte.echosvg.transcoder.util
Transcoder utilities.
io.sf.carte.echosvg.transcoder.wmf - package io.sf.carte.echosvg.transcoder.wmf
 
io.sf.carte.echosvg.transcoder.wmf.tosvg - package io.sf.carte.echosvg.transcoder.wmf.tosvg
Contains all of the interfaces for transcoding WMF Metafiles to SVG.
io.sf.carte.echosvg.ttf2svg - module io.sf.carte.echosvg.ttf2svg
Truetype font to SVG font converter application.
io.sf.carte.echosvg.util - module io.sf.carte.echosvg.util
Utility library.
io.sf.carte.echosvg.util - package io.sf.carte.echosvg.util
Provides some useful classes.
io.sf.carte.echosvg.util.gui - module io.sf.carte.echosvg.util.gui
GUI utilities.
io.sf.carte.echosvg.util.gui - package io.sf.carte.echosvg.util.gui
 
io.sf.carte.echosvg.util.gui.resource - package io.sf.carte.echosvg.util.gui.resource
 
io.sf.carte.echosvg.util.gui.xmleditor - package io.sf.carte.echosvg.util.gui.xmleditor
 
io.sf.carte.echosvg.util.io - package io.sf.carte.echosvg.util.io
 
io.sf.carte.echosvg.util.resources - package io.sf.carte.echosvg.util.resources
 
io.sf.carte.echosvg.w3c.dom - package io.sf.carte.echosvg.w3c.dom
 
io.sf.carte.echosvg.w3c.dom.events - package io.sf.carte.echosvg.w3c.dom.events
 
io.sf.carte.echosvg.xml - module io.sf.carte.echosvg.xml
XML utilities.
io.sf.carte.echosvg.xml - package io.sf.carte.echosvg.xml
 
io.sf.graphics.java2d.color - package io.sf.graphics.java2d.color
Legacy color infrastructure for Java2D.
io.sf.graphics.java2d.color.profile - package io.sf.graphics.java2d.color.profile
Additional code around the topic of color profiles.
io.sf.graphics.legacy.colors - module io.sf.graphics.legacy.colors
Legacy color conversions (adapted from xmlgraphics-commons).
is_BYTE_COMP_Data(SampleModel) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
 
is_INT_PACK(ColorModel) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite
 
is_INT_PACK_BYTE_COMP(SampleModel, SampleModel) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.MultiplyAlphaRed
 
is_INT_PACK_COMP(SampleModel) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.Any2sRGBRed
 
is_INT_PACK_Data(SampleModel, boolean) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
 
IS_XML_10_NAME - Static variable in class io.sf.carte.echosvg.xml.XMLUtilities
 
IS_XML_10_QNAME - Static variable in class io.sf.carte.echosvg.xml.XMLUtilities
 
isActive - Variable in class io.sf.carte.echosvg.anim.AbstractAnimation
Whether this animation is active.
isActive - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
Whether the element is currently active.
isActiveDefinition(XBLOMDefinitionElement, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Returns whether the given definition element is the active one for its element name.
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.ClipManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.CursorManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.DirectionManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.DisplayManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontFamilyManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontShorthandManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontSizeAdjustManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontSizeManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontStretchManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontStyleManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontVariantManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontWeightManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.OverflowManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.SrcManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.TextDecorationManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.UnicodeBidiManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.VisibilityManager
isAdditiveProperty() - Method in interface io.sf.carte.echosvg.css.engine.value.ShorthandManager
Whether the handled property can be additively animated.
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.AlignmentBaselineManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.BaselineShiftManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ClipPathManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ClipRuleManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorInterpolationManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorProfileManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorRenderingManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.DominantBaselineManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.EnableBackgroundManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.FillRuleManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.FilterManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.GlyphOrientationManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ImageRenderingManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.KerningManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.MarkerManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.MarkerShorthandManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.MaskManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.OpacityManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.PointerEventsManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ShapeRenderingManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.SpacingManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeDasharrayManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeDashoffsetManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeLinecapManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeLinejoinManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeMiterlimitManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeWidthManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.SVGColorManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.SVGPaintManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.TextAnchorManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.TextRenderingManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.WritingModeManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.LineHeightManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.MarginLengthManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.MarginShorthandManager
isAdditiveProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.TextAlignManager
isAdditiveProperty() - Method in interface io.sf.carte.echosvg.css.engine.value.ValueManager
Whether the handled property can be additively animated.
isAldus - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
isAllowExternalResources() - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
 
isAltDown() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
Returns whether or not the Alt modifier is down on this event.
isAlternate() - Method in class io.sf.carte.echosvg.css.engine.StyleSheet
Tells whether or not this stylesheet is alternate.
isAltGlyph() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Return true if this text run represents an alt glyph.
isAltGlyph() - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Return true if this text run represents an alt glyph.
isAltGraphDown() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
Returns whether or not the Alt-Graph modifier is down on this event.
isAncestorOf(Node, Node) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Checks whether a node is ancestor of another node.
isAnimatable - Variable in class io.sf.carte.echosvg.anim.dom.TraitInformation
Whether this trait can be animated.
isAnimatable() - Method in class io.sf.carte.echosvg.anim.dom.TraitInformation
Returns whether this trait is animatable.
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.ClipManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.CursorManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.DirectionManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.DisplayManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontFamilyManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontShorthandManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontSizeAdjustManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontSizeManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontStretchManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontStyleManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontVariantManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontWeightManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.OverflowManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.SrcManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.TextDecorationManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.UnicodeBidiManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.VisibilityManager
isAnimatableProperty() - Method in interface io.sf.carte.echosvg.css.engine.value.ShorthandManager
Whether the handled property can be animated.
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.AlignmentBaselineManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.BaselineShiftManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ClipPathManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ClipRuleManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorInterpolationManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorProfileManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorRenderingManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.DominantBaselineManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.EnableBackgroundManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.FillRuleManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.FilterManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.GlyphOrientationManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ImageRenderingManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.KerningManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.MarkerManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.MarkerShorthandManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.MaskManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.OpacityManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.PointerEventsManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ShapeRenderingManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.SpacingManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeDasharrayManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeDashoffsetManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeLinecapManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeLinejoinManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeMiterlimitManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeWidthManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.SVGColorManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.SVGPaintManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.TextAnchorManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.TextRenderingManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.WritingModeManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.LineHeightManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.MarginLengthManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.MarginShorthandManager
isAnimatableProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.TextAlignManager
isAnimatableProperty() - Method in interface io.sf.carte.echosvg.css.engine.value.ValueManager
Whether the handled property can be animated.
isAntialiasedClip(AffineTransform, RenderingHints, Shape) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns true if there is a clip and it should be antialiased
isAnyNodeAncestorOf(List<Node>, Node) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Checks if any of from the given list of nodes is an ancestor to another node
isAttribute(String) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager.AttributeInfo
Tells whether the name of the attribute represented by this class equals the given string.
isAttributeAdditive(String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Returns whether the given XML attribute is additive.
isAttributeAdditive(String, String) - Method in interface io.sf.carte.echosvg.dom.svg.ExtendedTraitAccess
Returns whether the given XML attribute is additive.
isAttributeAnimatable(String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Returns whether the given XML attribute is animatable.
isAttributeAnimatable(String, String) - Method in interface io.sf.carte.echosvg.dom.svg.ExtendedTraitAccess
Returns whether the given XML attribute is animatable.
isAttributeSpecifiedNS(Element, String, String) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Returns whether the given element has a particular attribute and that it exists due to being specified explicitly, rather than being defaulted from a DTD.
isAutoCursor(Element) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Checks if the cursor property on the input element is set to auto
isBefore(TimedElement) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns whether this timed element comes before the given timed element in document order.
isBefore(TimedElement) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge.SVGTimedElement
Returns whether this timed element comes before the given timed element in document order.
isBefore(TimedElement) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationRoot
Returns whether this timed element comes before the given timed element in document order.
isBegin - Variable in class io.sf.carte.echosvg.anim.timing.TimingSpecifier
Whether this timing specifier is for a begin time or an end time.
isBegin - Variable in class io.sf.carte.echosvg.anim.timing.TimingSpecifierListProducer
Whether the created TimingSpecifiers should be begin times.
isBegin() - Method in class io.sf.carte.echosvg.anim.timing.TimingSpecifier
Returns true if this timing specifier is in the owner's begin list, false if it is in the owner's end list.
isBlockHeightRelative(int) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Tells whether the given property value is relative to the height of the containing block.
isBlockWidthRelative(int) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Tells whether the given property value is relative to the width of the containing block.
isBreakChar() - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
isBubbling - Variable in class io.sf.carte.echosvg.dom.events.AbstractEvent
Whether this event is bubbling.
isColorRelative(int) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Tells whether the given property value is relative to 'color'.
isColorSpaceLinear() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractColorInterpolationRable
Returns true if this operation is to be performed in the linear sRGB colorspace, returns false if the operation is performed in gamma corrected sRGB.
isColorSpaceLinear() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.FilterColorInterpolation
Returns true if this operation is to be performed in the linear sRGB colorspace, returns false if the operation is performed in gamma corrected sRGB.
isCombining() - Method in class io.sf.carte.echosvg.gvt.font.GVTGlyphMetrics
Returns true if this is a combining glyph.
isCompatibleStream(InputStream) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.MagicNumberRegistryEntry
Check if the stream contains an image that can be handled by this format handler
isCompatibleStream(InputStream) - Method in interface io.sf.carte.echosvg.ext.awt.image.spi.StreamRegistryEntry
Check if the Stream references an image that can be handled by this format handler.
isCompatibleURL(ParsedURL) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.JDKRegistryEntry
Check if the Stream references an image that can be handled by this format handler.
isCompatibleURL(ParsedURL) - Method in interface io.sf.carte.echosvg.ext.awt.image.spi.URLRegistryEntry
Check if the URL references an image that can be handled by this format handler.
isCompatibleValue(Object) - Method in class io.sf.carte.echosvg.ext.awt.AvoidTilingHintKey
 
isCompatibleValue(Object) - Method in class io.sf.carte.echosvg.ext.awt.ColorSpaceHintKey
 
isCompatibleValue(Object) - Method in class io.sf.carte.echosvg.transcoder.keys.BooleanKey
 
isCompatibleValue(Object) - Method in class io.sf.carte.echosvg.transcoder.keys.DOMImplementationKey
 
isCompatibleValue(Object) - Method in class io.sf.carte.echosvg.transcoder.keys.FloatKey
 
isCompatibleValue(Object) - Method in class io.sf.carte.echosvg.transcoder.keys.IntegerKey
 
isCompatibleValue(Object) - Method in class io.sf.carte.echosvg.transcoder.keys.LengthKey
 
isCompatibleValue(Object) - Method in class io.sf.carte.echosvg.transcoder.keys.PaintKey
 
isCompatibleValue(Object) - Method in class io.sf.carte.echosvg.transcoder.keys.Rectangle2DKey
 
isCompatibleValue(Object) - Method in class io.sf.carte.echosvg.transcoder.keys.StringArrayKey
 
isCompatibleValue(Object) - Method in class io.sf.carte.echosvg.transcoder.keys.StringKey
 
isCompatibleValue(Object) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder.DoctypeKey
 
isCompatibleValue(Object) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder.NewlineKey
 
isCompatibleValue(Object) - Method in class io.sf.carte.echosvg.transcoder.TranscodingHints.Key
Returns true if the specified object is a valid value for this key, false otherwise.
isComplex() - Method in class io.sf.carte.echosvg.bridge.SVGFontFamily
This method looks at the SVG font and checks if any of the glyphs use renderable child elements.
isComplex() - Method in class io.sf.carte.echosvg.gvt.font.AWTFontFamily
 
isComplex() - Method in interface io.sf.carte.echosvg.gvt.font.GVTFontFamily
This method returns true iff the font is a complex SVG font
isComplex() - Method in class io.sf.carte.echosvg.gvt.font.UnresolvedFontFamily
 
isComplex(Element, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGFontFamily
 
isComponent() - Method in class io.sf.carte.echosvg.gvt.font.GVTGlyphMetrics
Returns true if this is a component glyph.
isComposite() - Method in interface io.sf.carte.echosvg.bridge.GraphicsNodeBridge
Returns true if the bridge handles container element, false otherwise.
isComposite() - Method in class io.sf.carte.echosvg.bridge.svg12.BindableElementBridge
Returns false as the custom element is a not container.
isComposite() - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
Returns false as text is not a container.
isComposite() - Method in class io.sf.carte.echosvg.bridge.svg12.SVGMultiImageElementBridge
Returns false as shapes are not a container.
isComposite() - Method in class io.sf.carte.echosvg.bridge.svg12.XBLContentElementBridge
Returns false as the <xbl:content> element's selected nodes are built all in this class.
isComposite() - Method in class io.sf.carte.echosvg.bridge.svg12.XBLShadowTreeElementBridge
Returns true as the <xbl:template> element is a container.
isComposite() - Method in class io.sf.carte.echosvg.bridge.SVGAElementBridge
Returns true as the <a> element is a container.
isComposite() - Method in class io.sf.carte.echosvg.bridge.SVGGElementBridge
Returns true as the <g> element is a container.
isComposite() - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
Returns false as image is not a container.
isComposite() - Method in class io.sf.carte.echosvg.bridge.SVGShapeElementBridge
Returns false as shapes are not a container.
isComposite() - Method in class io.sf.carte.echosvg.bridge.SVGSwitchElementBridge
Returns true as the <switch> element is not a container.
isComposite() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Returns false as text is not a container.
isComposite() - Method in class io.sf.carte.echosvg.bridge.SVGUseElementBridge
Returns false as the <use> element is a not container.
isComposite() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
Returns false as text is not a container.
isComposite() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeDescript
 
isComposite() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfSimpleDescript
 
isComposite() - Method in interface io.sf.carte.echosvg.svggen.font.table.GlyphDescription
 
isCompressedTextSet() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.PNGImageWriterParams
Returns true if a 'zTXt' chunk will be output.
isComputed(int) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Tells whether the given property value is computed.
isConstant() - Method in class io.sf.carte.echosvg.ext.awt.image.AbstractLight
 
isConstant() - Method in class io.sf.carte.echosvg.ext.awt.image.DistantLight
 
isConstant() - Method in interface io.sf.carte.echosvg.ext.awt.image.Light
 
isConstant() - Method in class io.sf.carte.echosvg.ext.awt.image.PointLight
 
isConstant() - Method in class io.sf.carte.echosvg.ext.awt.image.SpotLight
 
isConstantAnimation() - Method in class io.sf.carte.echosvg.anim.timing.TimeContainer
Returns whether this timed element is for a constant animation (i.e., a 'set' animation.
isConstantAnimation() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns whether this timed element is for a constant animation (i.e., a 'set' animation.
isConstantAnimation() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Returns whether this is a constant animation (i.e., a 'set' animation).
isConstantAnimation() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge.SVGTimedElement
Returns whether this timed element is for a constant animation (i.e., a 'set' animation.
isConstantAnimation() - Method in class io.sf.carte.echosvg.bridge.SVGSetElementBridge
Returns whether this is a constant animation (i.e., a 'set' animation).
isConsumed() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeEvent
Returns whether or not this event has been consumed.
isControlDown() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
Returns whether or not the Control modifier is down on this event.
isCSSNavigableDocument - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
Whether the document is a CSSNavigableDocument.
isDefaultNamespace(String) - Method in class io.sf.carte.echosvg.dom.AbstractNode
isDefaultsRGB(ICC_Profile) - Static method in class io.sf.graphics.java2d.color.profile.ColorProfileUtil
Indicates whether a given color profile is identical to the default sRGB profile provided by the Java class library.
isDerivedFrom(String, String, int) - Method in class io.sf.carte.echosvg.dom.AbstractAttr.AttrTypeInfo
Returns whether this type derives from the given type.
isDerivedFrom(String, String, int) - Method in class io.sf.carte.echosvg.dom.AbstractElement.ElementTypeInfo
Returns whether this type derives from the given type.
isDetailShown - Variable in class io.sf.carte.echosvg.util.gui.JErrorPane
This flag bit indicates whether or not the stack trace is shown.
isDeviceColorSpace(ColorSpace) - Static method in class io.sf.graphics.java2d.color.ColorSpaces
Indicates whether the given color space is device-specific (i.e.
isDirty - Variable in class io.sf.carte.echosvg.anim.AbstractAnimation
Whether this animation needs recomputing.
isDone() - Method in interface io.sf.carte.echosvg.ext.awt.geom.ExtendedPathIterator
 
isDone() - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength.SingleSegmentPathIterator
 
isDone() - Method in class io.sf.carte.echosvg.ext.awt.geom.ShapeExtender.EPIWrap
 
isDone(ParsedURL) - Method in class io.sf.carte.echosvg.ext.awt.image.URLImageCache
Check if request(url) will return immediately with the Filter.
isDone(String) - Method in class io.sf.carte.echosvg.ext.awt.color.NamedProfileCache
Check if request(profileName) will return immediately with the ICCColorSpaceExt.
isDoneImpl(Object) - Method in class io.sf.carte.echosvg.util.SoftReferenceCache
Check if request(key) will return immediately with the Object.
isDoubleBuffered - Variable in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
 
isDoubleBuffered - Variable in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
Flag for double buffering.
isDoubleBuffered() - Method in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
Returns true if the Renderer is currently doubleBuffering is rendering requests.
isDoubleBuffered() - Method in interface io.sf.carte.echosvg.gvt.renderer.Renderer
Returns true if the Renderer is currently doubleBuffering is rendering requests.
isDoubleBuffered() - Method in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
Returns true if the Renderer is currently doubleBuffering is rendering requests.
isDown - Variable in class io.sf.carte.echosvg.bridge.BridgeEventSupport.Listener
 
isDynamic() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns true if the document is dynamic, false otherwise.
isDynamic() - Method in interface io.sf.carte.echosvg.css.engine.CSSContext
Returns true if the document is dynamic, false otherwise.
isDynamic() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
 
isDynamic() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DeferRable
Forward the call (blocking until source is set if need be).
isDynamic() - Method in class io.sf.carte.echosvg.gvt.filter.BackgroundRable8Bit
Returns true if successive renderings (that is, calls to createRendering() or createScaledRendering()) with the same arguments may produce different results.
isDynamic() - Method in class io.sf.carte.echosvg.gvt.filter.GraphicsNodeRable8Bit
Returns true if successive renderings (that is, calls to createRendering() or createScaledRendering()) with the same arguments may produce different results.
isDynamic() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Tells whether the component use dynamic features to process the current document.
isDynamicDocument - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Whether the current document has dynamic features.
isDynamicDocument(BridgeContext, Document) - Static method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
Tells whether the given SVG document is dynamic.
isDynamicDocument(Document) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Tells whether the given SVG document is dynamic.
isDynamicElement(BridgeContext, Element) - Static method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
 
isDynamicElement(Element) - Method in interface io.sf.carte.echosvg.bridge.BridgeExtension
Whether the presence of the specified element should cause the document to be dynamic.
isDynamicElement(Element) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeExtension
Whether the presence of the specified element should cause the document to be dynamic.
isDynamicElement(Element) - Method in class io.sf.carte.echosvg.bridge.SVGBridgeExtension
Whether the presence of the specified element should cause the document to be dynamic.
isDynamicElement(Element) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGBridgeExtension
Whether the presence of the specified element should cause the document to be dynamic.
isDynamicElement(Element, BridgeContext, List<BridgeExtension>) - Static method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
Tells whether the given SVG element is dynamic.
isElementContentWhitespace() - Method in class io.sf.carte.echosvg.dom.AbstractText
isEmbeddedFontsOn() - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Returns true if we should generate SVG Fonts for texts.
isEmpty() - Method in class io.sf.carte.echosvg.bridge.ConcreteTextSelector
Reports whether the current selection contains any objects.
isEmpty() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AttributedStringBuffer
Tells whether this AttributedStringBuffer is empty.
isEmpty() - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
Returns true if this collection contains no elements.
isEmpty() - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns true if this composite graphics node does not contain graphics node, false otherwise.
isEmpty() - Method in interface io.sf.carte.echosvg.gvt.Selector
Reports whether the current selection contains any objects.
isEnabled() - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent
 
isEqualIgnoreCase(int, char) - Static method in class io.sf.carte.echosvg.parser.AbstractScanner
Compares the given int with the given character, ignoring case.
isEqualNode(Node) - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.isEqualNode(Node).
isEventCondition() - Method in class io.sf.carte.echosvg.anim.timing.EventLikeTimingSpecifier
Returns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier).
isEventCondition() - Method in class io.sf.carte.echosvg.anim.timing.IndefiniteTimingSpecifier
Returns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier).
isEventCondition() - Method in class io.sf.carte.echosvg.anim.timing.MediaMarkerTimingSpecifier
Returns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier).
isEventCondition() - Method in class io.sf.carte.echosvg.anim.timing.OffsetTimingSpecifier
Returns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier).
isEventCondition() - Method in class io.sf.carte.echosvg.anim.timing.SyncbaseTimingSpecifier
Returns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier).
isEventCondition() - Method in class io.sf.carte.echosvg.anim.timing.TimingSpecifier
Returns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier).
isEventCondition() - Method in class io.sf.carte.echosvg.anim.timing.WallclockTimingSpecifier
Returns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier).
isFatal - Variable in exception class io.sf.carte.echosvg.apps.rasterizer.SVGConverterException
Defines whether or not this is a fatal error condition
isFatal() - Method in exception class io.sf.carte.echosvg.apps.rasterizer.SVGConverterException
 
isFeatureIndexed(int) - Method in class io.sf.carte.echosvg.svggen.font.table.LangSys
 
isFile(File) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Returns true if f is a File.
isFirstRunInChunk() - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter.TextRun
 
isFlowRegionBreak() - Method in class io.sf.carte.echosvg.extension.svg.MarginInfo
 
isFlowRegionBreak() - Method in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
isFlowRegionBreak() - Method in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
isFontSizeRelative() - Method in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
isFontSizeRelative(int) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Tells whether the given property value is relative to 'font-size'.
isFractalNoise() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable
Returns true if the turbulence function is using fractal noise, instead of turbulence noise.
isFractalNoise() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable8Bit
Returns true if the turbulence function is using fractal noise, instead of turbulence noise.
isFractalNoise() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TurbulencePatternRed
 
isFrozen - Variable in class io.sf.carte.echosvg.anim.AbstractAnimation
Whether this animation is frozen.
isFrozen - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
Whether the element is currently frozen.
isGlyphOrientationAuto() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns whether or not the vertical glyph orientation value is "auto".
isGlyphVisible(int) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Returns true if specified glyph will be rendered.
isGlyphVisible(int) - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Returns true if specified glyph will be drawn.
isGlyphVisible(int) - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Returns true if specified glyph will be drawn.
isGlyphVisible(int) - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Returns true if specified glyph will be rendered.
isGray(Color) - Static method in class io.sf.graphics.java2d.color.ColorUtil
Indicates whether the color is a gray value.
isHalted() - Method in class io.sf.carte.echosvg.util.HaltingThread
returns true if someone has halted the thread.
isHiddenFromSelectors() - Method in class io.sf.carte.echosvg.anim.dom.AbstractElement
Returns whether this node is the root of a (conceptual) hidden tree that selectors will not work across.
isHiddenFromSelectors() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
Returns whether this node is the root of a (conceptual) hidden tree that selectors will not work across.
isHiddenFromSelectors() - Method in interface io.sf.carte.echosvg.css.engine.CSSNavigableNode
Returns whether this node is the root of a (conceptual) hidden tree that selectors will not work across.
isHiddenFromSelectors() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMUseShadowRoot
Returns whether this node is the root of a (conceptual) hidden tree that selectors will not work across.
isHyperlinking - Variable in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
Whether the document is currently being sampled for a hyperlink.
isHyperlinking() - Method in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
Returns whether the document is currently being sampled for a hyperlink.
isId() - Method in class io.sf.carte.echosvg.dom.AbstractAttr
DOM: Implements Attr.isId().
isId(Attr) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Returns true if the given Attr node represents an 'id' for this document.
isId(Attr) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Returns whether the given attribute node is an ID attribute.
isId(Attr) - Method in class io.sf.carte.echosvg.dom.GenericDocument
Returns true if the given Attr node represents an 'id' for this document.
isIdAttr - Variable in class io.sf.carte.echosvg.dom.AbstractAttr
Whether this attribute is an ID attribute
isIdent - Variable in class io.sf.carte.echosvg.anim.values.AnimatableAngleOrIdentValue
Whether this value is an identifier.
isIdent - Variable in class io.sf.carte.echosvg.anim.values.AnimatableLengthOrIdentValue
Whether this value is an identifier.
isIdent - Variable in class io.sf.carte.echosvg.anim.values.AnimatableNumberOrIdentValue
Whether this value is an identifier.
isIdent() - Method in class io.sf.carte.echosvg.anim.values.AnimatableAngleOrIdentValue
Returns whether the value is an identifier.
isIdent() - Method in class io.sf.carte.echosvg.anim.values.AnimatableLengthOrIdentValue
Returns whether this value is an identifier or a length.
isIdentity() - Method in class io.sf.carte.echosvg.ext.awt.g2d.TransformStackElement
 
isImportant(int) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Tells whether the given property value is important.
isImportant(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMStoredStyleDeclaration
Tells whether the given property is important.
isImportant(String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration.ValueProvider
Tells whether the given property is important.
isInherited(int) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Tells whether the given cascaded property value was inherited from it's parent or set locally.
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.ClipManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.CursorManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.DirectionManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.DisplayManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontFamilyManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontSizeAdjustManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontSizeManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontStretchManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontStyleManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontVariantManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontWeightManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.OverflowManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.SrcManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.TextDecorationManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.UnicodeBidiManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.css2.VisibilityManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.AlignmentBaselineManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.BaselineShiftManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ClipPathManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ClipRuleManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorInterpolationManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorProfileManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ColorRenderingManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.DominantBaselineManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.EnableBackgroundManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.FillRuleManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.FilterManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.GlyphOrientationManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ImageRenderingManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.KerningManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.MarkerManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.MaskManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.OpacityManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.PointerEventsManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ShapeRenderingManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.SpacingManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeDasharrayManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeDashoffsetManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeLinecapManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeLinejoinManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeMiterlimitManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.StrokeWidthManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.SVGColorManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.SVGPaintManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.TextAnchorManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.TextRenderingManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg.WritingModeManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.LineHeightManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.MarginLengthManager
isInheritedProperty() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.TextAlignManager
isInheritedProperty() - Method in interface io.sf.carte.echosvg.css.engine.value.ValueManager
Whether the handled property is inherited or not.
isInRange(int) - Method in class io.sf.carte.echosvg.svggen.font.table.RangeRecord
 
isInteractive() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns true if the document is interactive, false otherwise.
isInteractive() - Method in interface io.sf.carte.echosvg.css.engine.CSSContext
Returns true if the document is interactive, false otherwise.
isInteractive() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Tells whether the component use dynamic features to process the current document.
isInteractiveDocument - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Whether the current document has dynamic features.
isInteractiveDocument(Document) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Tells whether the given SVG document is Interactive.
isInternationalTextSet() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.PNGImageWriterParams
Returns true if an 'iTXt' chunk will be output.
isLargeArcFlag() - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
isLastChar() - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
isLatinChar(char) - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns true if the specified character is within one of the Latin unicode character blocks.
isLeadingEdge() - Method in class io.sf.carte.echosvg.bridge.TextHit
Returns whether on not the character has been hit on its leading edge.
isLeftToRight() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns true if the text direction in this layout is from left to right.
isLeftToRight() - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Returns true if the text direction in this layout is from left to right.
isLigature() - Method in class io.sf.carte.echosvg.gvt.font.GVTGlyphMetrics
Returns true if this is a ligature glyph.
isLigature(char) - Static method in class io.sf.carte.echosvg.gvt.text.ArabicTextHandler
Returns true if the glyph for the specified character respresents a ligature.
isLineHeightRelative(int) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Tells whether the given property value is relative to 'line-height'.
isLocal - Variable in class io.sf.carte.echosvg.dom.svg.SVGOMUseShadowRoot
Indicates if the imported css element is from this document.
isLocked() - Method in class io.sf.carte.echosvg.util.RunnableQueue.LockableLink
Whether the link is actually locked.
isMagnify - Variable in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
 
isMetaDown() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
Returns whether or not the Meta modifier is down on this event.
isMetaDown(int) - Static method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Returns whether the meta key is down according to the given modifiers bitfield.
isNamedColorProfile(ICC_Profile) - Static method in class io.sf.graphics.java2d.color.profile.NamedColorProfileParser
Indicates whether the profile is a named color profile.
isNChannel() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.DeviceColor
Indicates whether this color uses an N-Channel color space.
isNodeDecrementEvent(InputEvent) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Returns true if the input event e is a node decrement event, false otherwise.
isNodeIncrementEvent(InputEvent) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Returns true if the input event e is a node increment event, false otherwise.
isNullCascaded(int) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Tells whether the given cascaded property value is null.
ISO_8859_1Decoder - Class in io.sf.carte.echosvg.util.io
This class represents an object which decodes ISO-8859-1 characters from a stream of bytes.
ISO_8859_1Decoder(InputStream) - Constructor for class io.sf.carte.echosvg.util.io.ISO_8859_1Decoder
Creates a new ISO_8859_1Decoder.
ISO_8859_1DecoderFactory() - Constructor for class io.sf.carte.echosvg.util.io.StreamNormalizingReader.ISO_8859_1DecoderFactory
 
isOffscreenBufferNeeded() - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns true of an offscreen buffer is needed to render this node, false otherwise.
isOnATextPath() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns true if this layout in on a text path.
isOnATextPath() - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Returns true if this layout in on a text path.
isOSX - Static variable in class io.sf.carte.echosvg.util.Platform
Deprecated.
isOSX() - Static method in class io.sf.carte.echosvg.util.Platform
Whether we are running on Mac OS X.
isotropic - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
isOverflow() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TileRable
Returns whether or not the source can overflow the tile region or if the tile region should clip the source
isOverflow() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TileRable8Bit
Returns the overflow strategy
isParentDisplayed(Node) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Indicate of the parent of a node is a displayed element.
isParentOf(Node, Node) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Tests whether the given node is a child of the given parent node.
isParentRelative(int) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Tells whether the given property value is relative to the parent's property value.
isPartialLine() - Method in class io.sf.carte.echosvg.extension.svg.LineInfo
 
isPaused() - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Returns whether animations are currently paused.
isPercentage - Variable in class io.sf.carte.echosvg.anim.values.AnimatableNumberOrPercentageValue
Whether the number is a percentage.
isPercentage() - Method in class io.sf.carte.echosvg.anim.values.AnimatableNumberOrPercentageValue
Returns whether the value is a percentage.
isPresent(ParsedURL) - Method in class io.sf.carte.echosvg.ext.awt.image.URLImageCache
Check if request(url) will return with a Filter (not putting you on the hook for it).
isPresent(String) - Method in class io.sf.carte.echosvg.ext.awt.color.NamedProfileCache
Check if request(profileName) will return with a ICCColorSpaceExt (not putting you on the hook for it).
isPresentImpl(Object) - Method in class io.sf.carte.echosvg.util.SoftReferenceCache
Check if request(key) will return with an Object (not putting you on the hook for it).
isPrinting() - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
isPrinting(char) - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
isProcessing - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Whether XBL processing is currently taking place.
isProcessing - Variable in class io.sf.carte.echosvg.dom.xbl.GenericXBLManager
Whether XBL processing is currently taking place.
isProcessing() - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Returns whether XBL processing is currently enabled.
isProcessing() - Method in class io.sf.carte.echosvg.dom.xbl.GenericXBLManager
Returns whether XBL processing is currently enabled.
isProcessing() - Method in interface io.sf.carte.echosvg.dom.xbl.XBLManager
Returns whether XBL processing is currently enabled.
isPropertyAdditive(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Returns whether the given CSS property is additive.
isPropertyAdditive(String) - Method in interface io.sf.carte.echosvg.dom.svg.ExtendedTraitAccess
Returns whether the given CSS property is additive.
isPropertyAnimatable(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Returns whether the given CSS property is animatable.
isPropertyAnimatable(String) - Method in interface io.sf.carte.echosvg.dom.svg.ExtendedTraitAccess
Returns whether the given CSS property is animatable.
isPseudoInstanceOf(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
Tells whether this element is an instance of the given pseudo class.
isPseudoInstanceOf(String) - Method in interface io.sf.carte.echosvg.css.engine.CSSStylableElement
Tells whether this element is an instance of the given pseudo class.
isPseudoInstanceOf(String) - Method in class io.sf.carte.echosvg.extension.StylableExtensionElement
Tells whether this element is an instance of the given pseudo class.
isReadable() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverterFileSource
 
isReadable() - Method in interface io.sf.carte.echosvg.apps.rasterizer.SVGConverterSource
Checks if source can be read
isReadable() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverterURLSource
 
isReading() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
isReadonly() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Tests whether this node is readonly.
isReadonly() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Tests whether this node is readonly.
isReadonly() - Method in interface io.sf.carte.echosvg.dom.ExtendedNode
Tests whether this node is readonly.
isReadonly() - Method in class io.sf.carte.echosvg.dom.GenericAttr
Tests whether this node is readonly.
isReadonly() - Method in class io.sf.carte.echosvg.dom.GenericAttrNS
Tests whether this node is readonly.
isReadonly() - Method in class io.sf.carte.echosvg.dom.GenericCDATASection
Tests whether this node is readonly.
isReadonly() - Method in class io.sf.carte.echosvg.dom.GenericComment
Tests whether this node is readonly.
isReadonly() - Method in class io.sf.carte.echosvg.dom.GenericDocument
Tests whether this node is readonly.
isReadonly() - Method in class io.sf.carte.echosvg.dom.GenericDocumentFragment
Tests whether this node is readonly.
isReadonly() - Method in class io.sf.carte.echosvg.dom.GenericDocumentType
 
isReadonly() - Method in class io.sf.carte.echosvg.dom.GenericElement
Tests whether this node is readonly.
isReadonly() - Method in class io.sf.carte.echosvg.dom.GenericElementNS
Tests whether this node is readonly.
isReadonly() - Method in class io.sf.carte.echosvg.dom.GenericEntity
Tests whether this node is readonly.
isReadonly() - Method in class io.sf.carte.echosvg.dom.GenericEntityReference
Tests whether this node is readonly.
isReadonly() - Method in class io.sf.carte.echosvg.dom.GenericNotation
Tests whether this node is readonly.
isReadonly() - Method in class io.sf.carte.echosvg.dom.GenericProcessingInstruction
Tests whether this node is readonly.
isReadonly() - Method in class io.sf.carte.echosvg.dom.GenericText
Tests whether this node is readonly.
isReadonly() - Method in class io.sf.carte.echosvg.dom.StyleSheetProcessingInstruction
Tests whether this node is readonly.
isReadonly() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMUseShadowRoot
Tests whether this node is readonly.
isReadonly() - Method in class io.sf.carte.echosvg.extension.ExtensionElement
Tests whether this node is readonly.
isReady - Variable in class io.sf.carte.echosvg.swing.JSVGScrollPane.ScrollListener
 
isRelative() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge.LineBreakInfo
 
isReversed() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
 
isReversed() - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Return true if this text has been reversed.
isReversed() - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
 
isReversed() - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Return true if glyphs have been reversed.
isReversed() - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
 
isReversed() - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
 
isRunning() - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Tells whether the update manager is currently running.
isSameAs(String) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverterFileSource
 
isSameAs(String) - Method in interface io.sf.carte.echosvg.apps.rasterizer.SVGConverterSource
Checks if same as source described by srcStr
isSameAs(String) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverterURLSource
 
isSameColor(Color, Color) - Static method in class io.sf.graphics.java2d.color.ColorUtil
Checks if two colors are the same color.
isSameNode(Node) - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.isSameNode(Node).
isSampling - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
Whether this timed element is currently being sampled.
isSampling() - Method in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
Returns whether the document is currently being sampled.
isSelected() - Method in interface io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenuItem
Checks if the item is selected.
isSelected(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.AbstractContentSelector
Returns true if the given node has already been selected by a content element.
isSelectionOverlayXORMode() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Returns true if the selection overlay is painted in XOR mode, false otherwise.
isSelectionOverlayXORMode() - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
Returns true if the selection overlay is painted in XOR mode, false otherwise.
isShiftDown() - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
Returns whether or not the Shift modifier is down on this event.
isSingleScopeEvent(Event) - Method in class io.sf.carte.echosvg.anim.dom.XBLEventSupport
Returns whether the given event should be stopped once it crosses a shadow scope boundary.
isSpecified() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedValue
Returns whether this animated value has a specified value.
isStandalone() - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
 
isStandard() - Method in class io.sf.carte.echosvg.gvt.font.GVTGlyphMetrics
Returns true if this is a standard glyph.
isStitched() - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable
Returns true if the turbulence function is currently stitching tiles.
isStitched() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable8Bit
Returns true if the turbulence function is currently stitching tiles.
isSupported(String, String) - Method in class io.sf.carte.echosvg.dom.AbstractNode
isSVG12 - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Whether the document supports SVG 1.2.
isSVG12 - Variable in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Whether the document is an SVG 1.2 document.
isSVG12 - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
Whether the document is an SVG 1.2 document.
isSVG12 - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
Whether the document is an SVG 1.2 document.
isSVG12() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Returns whether the document supports SVG 1.2.
isSVG12() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Returns whether the managed document is an SVG 1.2 document.
isSVG12AccessKey - Variable in class io.sf.carte.echosvg.anim.timing.AccesskeyTimingSpecifier
Whether this access key specifier uses SVG 1.2 syntax.
isSweepFlag() - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
isTextChild(Element) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
isTextChild(Element) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
isTextElement(Element) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
isTextElement(Element) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
isTextSensitive(Element) - Static method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
isTextSet() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.PNGImageWriterParams
Returns true if a 'tEXt' chunk will be output.
isTraitAdditive(String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Returns whether the given trait is additive.
isTraitAdditive(String, String) - Method in interface io.sf.carte.echosvg.dom.svg.ExtendedTraitAccess
Returns whether the given trait is additive.
isTraitAnimatable(String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Returns whether the given trait is animatable.
isTraitAnimatable(String, String) - Method in interface io.sf.carte.echosvg.dom.svg.ExtendedTraitAccess
Returns whether the given trait is animatable.
isTransformStackValid() - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Checks the status of the transform stack
istream - Variable in class io.sf.carte.echosvg.transcoder.TranscoderInput
The optional input as a byte stream.
isUnresolved(float) - Static method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns whether the given time value is equal to the TimedElement.UNRESOLVED value.
isUsed() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.GdiObject
Return true if this GdiObject is used.
isValidating() - Method in interface io.sf.carte.echosvg.dom.util.DocumentFactory
Returns true if the XML stream has to be validated, false otherwise.
isValidating() - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
Returns true if the XML parser validates the XML stream, false otherwise.
isValidName(String) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Tests whether the given string is a valid name.
isValidName11(String) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Tests whether the given string is a valid XML 1.1 name.
isValidPrefix(String) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Tests whether the given string is a valid prefix.
isVertical - Variable in class io.sf.carte.echosvg.swing.JSVGScrollPane.SBListener
 
isVertical() - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Returns true if the advance direction of this text is vertical.
isVertical() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.CharacterInformation
 
isVertical() - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Returns true if the advance direction of this text is vertical.
isVisible - Variable in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
This flag bit indicates whether or not this graphics node is visible.
isVisible() - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns true if this node is visible, false otherwise.
isVisible() - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns true if this node is visible, false otherwise.
isVisitedURI(String) - Method in class io.sf.carte.echosvg.css.engine.SVGSelectorMatcher
 
isWhitespace() - Method in class io.sf.carte.echosvg.gvt.font.GVTGlyphMetrics
Returns true if this is a whitespace glyph.
isWhiteSpace(char[]) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Tells whether the given character represents white spaces.
isWriteable(File) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Checks if the application is allowed to write to the file.
isXML11Character(int) - Static method in class io.sf.carte.echosvg.xml.XMLUtilities
Tests whether the given 32 bit character is a valid XML 1.1 character.
isXML11NameCharacter(char) - Static method in class io.sf.carte.echosvg.xml.XMLUtilities
Tests whether the given character is a valid XML 1.1 name character.
isXML11NameFirstCharacter(char) - Static method in class io.sf.carte.echosvg.xml.XMLUtilities
Tests whether the given character is usable as the first character of an XML 1.1 name.
isXMLAlphabeticCharacter(char) - Static method in class io.sf.carte.echosvg.xml.XMLUtilities
Tests whether the given character is a valid aphabetic character.
isXMLCharacter(int) - Static method in class io.sf.carte.echosvg.xml.XMLUtilities
Tests whether the given 32 bits character is valid in XML documents.
isXMLNameCharacter(char) - Static method in class io.sf.carte.echosvg.xml.XMLUtilities
Tests whether the given character is a valid XML name character.
isXMLNameFirstCharacter(char) - Static method in class io.sf.carte.echosvg.xml.XMLUtilities
Tests whether the given character is usable as the first character of an XML name.
isXMLParserValidating() - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Returns true if the XML parser must be in validation mode, false otherwise.
isXMLParserValidating() - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Returns false.
isXMLParserValidating() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Returns true if the XML parser must be in validation mode, false otherwise depending on the SVGUserAgent.
isXMLParserValidating() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns true if the XML parser must be in validation mode, false otherwise.
isXMLParserValidating() - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Returns true if the XML parser must be in validation mode, false otherwise.
isXMLParserValidating() - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
Returns true if the XML parser must be in validation mode, false otherwise.
isXMLParserValidating() - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns true if the XML parser must be in validation mode, false otherwise.
isXMLPublicIdCharacter(char) - Static method in class io.sf.carte.echosvg.xml.XMLUtilities
Tests whether the given character is a valid XML public ID character.
isXMLSpace(char) - Static method in class io.sf.carte.echosvg.xml.XMLUtilities
Tests whether the given character is a valid space.
isXMLVersionCharacter(char) - Static method in class io.sf.carte.echosvg.xml.XMLUtilities
Tests whether the given character is a valid XML version character.
it - Variable in class io.sf.carte.echosvg.ext.awt.geom.PathLength.SingleSegmentPathIterator
The path iterator being wrapped.
italic - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFFont
 
ITALIC_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'italic' keyword.
item(int) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XblChildNodes
DOM: Implements NodeList.item(int).
item(int) - Method in class io.sf.carte.echosvg.css.dom.CSSOMComputedStyle
item(int) - Method in class io.sf.carte.echosvg.css.dom.CSSOMStoredStyleDeclaration
Returns the value at the given.
item(int) - Method in class io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration
item(int) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration.ValueProvider
Returns the value at the given.
item(int) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractComponent
DOM: Implements CSSValueList.item(int).
item(int) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractComponent
DOM: Implements CSSValueList.item(int).
item(int) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
DOM: Implements CSSValueList.item(int).
item(int) - Method in class io.sf.carte.echosvg.css.engine.value.AbstractValue
Implements Value.item(int).
item(int) - Method in class io.sf.carte.echosvg.css.engine.value.ComputedValue
Implements Value.item(int).
item(int) - Method in class io.sf.carte.echosvg.css.engine.value.ListValue
Implements Value.item(int).
item(int) - Method in interface io.sf.carte.echosvg.css.engine.value.Value
Used to retrieve a rule by ordinal index.
item(int) - Method in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentConfiguration.ParameterNameList
Returns the parameter name at the given index.
item(int) - Method in class io.sf.carte.echosvg.dom.AbstractElement.NamedNodeHashMap
DOM: Implements NamedNodeMap.item(int).
item(int) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode.ChildNodes
DOM: Implements NodeList.item(int).
item(int) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode.ElementsByTagName
DOM: Implements NodeList.item(int).
item(int) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode.ElementsByTagNameNS
DOM: Implements NodeList.item(int).
item(int) - Method in class io.sf.carte.echosvg.dom.ArrayNodeList
 
item(int) - Method in class io.sf.carte.echosvg.dom.util.ListNodeList
DOM: Implements NodeList.item(int).
item(int) - Method in interface org.w3c.dom.svg.SVGElementInstanceList
 
item(SVGItem) - Method in class io.sf.carte.echosvg.dom.svg.ListBuilder
Adds an item to the list.
item(SVGItem) - Method in interface io.sf.carte.echosvg.dom.svg.ListHandler
Indicates a new item to add to the list.
itemChanged() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Method to be called by a member SVGItem object when its value changes.
itemList - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
The list of items.
items - Variable in class io.sf.carte.echosvg.css.dom.CSSOMValue
The list items.
items - Variable in class io.sf.carte.echosvg.css.engine.value.ListValue
The items.
ITEMS_ADDED - Static variable in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenuEvent
 
ITEMS_REMOVED - Static variable in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenuEvent
 
itemStringValue - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGItem
String representation of the item.
itemStringValue - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
String representation of the item.
itemsWereAdded(DropDownComponent.ScrollablePopupMenuEvent) - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenuAdapter
 
itemsWereAdded(DropDownComponent.ScrollablePopupMenuEvent) - Method in interface io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenuListener
Handles the 'itemsWereAdded' event.
itemsWereRemoved(DropDownComponent.ScrollablePopupMenuEvent) - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenuAdapter
 
itemsWereRemoved(DropDownComponent.ScrollablePopupMenuEvent) - Method in interface io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenuListener
Handles the 'itemsWereRemoved' event.
iterateNext() - Method in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.Result
iterator - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.Result
The NodeList for iterators.
iterator() - Method in class io.sf.carte.echosvg.dom.ArrayNodeList
Returns an iterator over the nodes of this list.
iterator() - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
Returns an iterator over the elements in this collection
iterator() - Method in class io.sf.carte.echosvg.ext.awt.geom.SegmentList
 
iterator() - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns an iterator over the children of this graphics node.
iterator() - Method in class io.sf.carte.echosvg.util.DoublyIndexedTable
Returns an iterator on the entries of the table.
iterator() - Method in class io.sf.carte.echosvg.util.RunnableQueue
Returns an iterator over the runnables.
iteratorPosition - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.Result
The position of the iterator.
iterators - Variable in class io.sf.carte.echosvg.dom.traversal.TraversalSupport
The iterators list.
IVORY_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'ivory' RGB color.
IVORY_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'ivory' color name.

J

JAffineTransformChooser - Class in io.sf.carte.echosvg.ext.swing
The JAffineTransformChooser is a pane that contains controls to let a user select the various components that make up an AffineTransform
JAffineTransformChooser() - Constructor for class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
Default constructor
JAffineTransformChooser.Dialog - Class in io.sf.carte.echosvg.ext.swing
 
jar - Variable in class io.sf.carte.echosvg.util.ClassFileUtilities.ClassFile
 
Jar() - Constructor for class io.sf.carte.echosvg.util.ClassFileUtilities.Jar
 
JAR - Static variable in class io.sf.carte.echosvg.util.ParsedURLJarProtocolHandler
 
jarFile - Variable in class io.sf.carte.echosvg.util.ClassFileUtilities.Jar
 
javaEncoding(String) - Static method in class io.sf.carte.echosvg.util.EncodingUtilities
Returns the Java encoding string mapped with the given standard encoding string.
JComponentModifier - Interface in io.sf.carte.echosvg.util.gui.resource
This interface must be implemented by actions which need to have an access to their associated component(s)
JDKRegistryEntry - Class in io.sf.carte.echosvg.ext.awt.image.spi
This Image tag registy entry is setup to wrap the core JDK Image stream tools.
JDKRegistryEntry() - Constructor for class io.sf.carte.echosvg.ext.awt.image.spi.JDKRegistryEntry
 
JDKRegistryEntry.MyImgObs - Class in io.sf.carte.echosvg.ext.awt.image.spi
 
JErrorPane - Class in io.sf.carte.echosvg.util.gui
This class represents a dialog to display an error (message + Exception).
JErrorPane(Throwable, int) - Constructor for class io.sf.carte.echosvg.util.gui.JErrorPane
Constructs a new JErrorPane.
JErrorPane.OKButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'OK' button.
JErrorPane.ShowDetailButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'Show Detail' button.
JGridBagPanel - Class in io.sf.carte.echosvg.ext.swing
An implementation of JPanel that uses the GridBagLayout.
JGridBagPanel() - Constructor for class io.sf.carte.echosvg.ext.swing.JGridBagPanel
Sets the layout manager to GridBagLayout
JGridBagPanel(JGridBagPanel.InsetsManager) - Constructor for class io.sf.carte.echosvg.ext.swing.JGridBagPanel
Initializes panel with a given insets manager
JGridBagPanel.InsetsManager - Interface in io.sf.carte.echosvg.ext.swing
Provides insets desired for a given grid cell
JGVTComponent - Class in io.sf.carte.echosvg.swing.gvt
This class represents a component which can display a GVT tree.
JGVTComponent() - Constructor for class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Creates a new JGVTComponent.
JGVTComponent(boolean, boolean) - Constructor for class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Creates a new JGVTComponent.
JGVTComponent.Listener - Class in io.sf.carte.echosvg.swing.gvt
To hide the listener methods.
JGVTComponent.UnixTextSelectionListener - Class in io.sf.carte.echosvg.swing.gvt
 
JGVTComponentAdapter - Class in io.sf.carte.echosvg.swing.gvt
An adapter class for JGVTComponentListener.
JGVTComponentAdapter() - Constructor for class io.sf.carte.echosvg.swing.gvt.JGVTComponentAdapter
 
JGVTComponentListener - Interface in io.sf.carte.echosvg.swing.gvt
An interface for listeners of JGVTComponent events.
jgvtListeners - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
The JGVTComponentListener list.
JPEG - Static variable in class io.sf.carte.echosvg.apps.rasterizer.DestinationType
 
JPEG_CODE - Static variable in class io.sf.carte.echosvg.apps.rasterizer.DestinationType
 
JPEG_EXTENSION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.DestinationType
 
JPEG_STR - Static variable in class io.sf.carte.echosvg.apps.rasterizer.DestinationType
 
JPEGTranscoder - Class in io.sf.carte.echosvg.transcoder.image
This class is an ImageTranscoder that produces a JPEG image.
JPEGTranscoder() - Constructor for class io.sf.carte.echosvg.transcoder.image.JPEGTranscoder
Constructs a new transcoder that produces jpeg images.
JSTF - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
JSVGCanvas - Class in io.sf.carte.echosvg.swing
This class represents a general-purpose swing SVG component.
JSVGCanvas() - Constructor for class io.sf.carte.echosvg.swing.JSVGCanvas
Creates a new JSVGCanvas.
JSVGCanvas(SVGUserAgent, boolean, boolean) - Constructor for class io.sf.carte.echosvg.swing.JSVGCanvas
Creates a new JSVGCanvas.
JSVGCanvas.AffineAction - Class in io.sf.carte.echosvg.swing
A swing action to append an affine transform to the current rendering transform.
JSVGCanvas.CanvasSVGListener - Class in io.sf.carte.echosvg.swing
To hide the listener methods.
JSVGCanvas.CanvasUserAgent - Class in io.sf.carte.echosvg.swing
The CanvasUserAgent only adds tooltips to the behavior of the default BridgeUserAgent.
JSVGCanvas.LocationListener - Class in io.sf.carte.echosvg.swing
Helper class.
JSVGCanvas.ResetTransformAction - Class in io.sf.carte.echosvg.swing
A swing action to reset the rendering transform of the canvas.
JSVGCanvas.RotateAction - Class in io.sf.carte.echosvg.swing
A swing action to Rotate the canvas.
JSVGCanvas.ScrollAction - Class in io.sf.carte.echosvg.swing
A swing action to Pan/scroll the canvas.
JSVGCanvas.ScrollDownAction - Class in io.sf.carte.echosvg.swing
A swing action to scroll the canvas down, by a fixed amount
JSVGCanvas.ScrollLeftAction - Class in io.sf.carte.echosvg.swing
A swing action to scroll the canvas to the left, by a fixed amount
JSVGCanvas.ScrollRightAction - Class in io.sf.carte.echosvg.swing
A swing action to scroll the canvas to the right, by a fixed amount
JSVGCanvas.ScrollUpAction - Class in io.sf.carte.echosvg.swing
A swing action to scroll the canvas up, by a fixed amount
JSVGCanvas.ToolTipModifier - Class in io.sf.carte.echosvg.swing
Sets a specific tooltip on the JSVGCanvas when a given event occurs.
JSVGCanvas.ToolTipRunnable - Class in io.sf.carte.echosvg.swing
 
JSVGCanvas.ZoomAction - Class in io.sf.carte.echosvg.swing
A swing action to apply a zoom factor to the canvas.
JSVGCanvas.ZoomInAction - Class in io.sf.carte.echosvg.swing
A swing action to zoom in the canvas.
JSVGCanvas.ZoomOutAction - Class in io.sf.carte.echosvg.swing
A swing action to zoom out the canvas.
JSVGCanvasBeanInfo - Class in io.sf.carte.echosvg.swing
A BeanInfo for the JSVGCanvas.
JSVGCanvasBeanInfo() - Constructor for class io.sf.carte.echosvg.swing.JSVGCanvasBeanInfo
Constructs a new BeanInfo for a JSVGCanvas.
JSVGComponent - Class in io.sf.carte.echosvg.swing.svg
This class represents a swing component that can display SVG documents.
JSVGComponent() - Constructor for class io.sf.carte.echosvg.swing.svg.JSVGComponent
Creates a new JSVGComponent.
JSVGComponent(SVGUserAgent, boolean, boolean) - Constructor for class io.sf.carte.echosvg.swing.svg.JSVGComponent
Creates a new JSVGComponent.
JSVGComponent.BridgeUserAgent - Class in io.sf.carte.echosvg.swing.svg
To hide the user-agent methods.
JSVGComponent.BridgeUserAgentWrapper - Class in io.sf.carte.echosvg.swing.svg
The user-agent wrapper, which call the methods in the event thread.
JSVGComponent.JSVGComponentListener - Class in io.sf.carte.echosvg.swing.svg
 
JSVGComponent.SVGListener - Class in io.sf.carte.echosvg.swing.svg
To hide the listener methods.
jsvgComponentListener - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The JGVTComponentListener.
JSVGComponentListener() - Constructor for class io.sf.carte.echosvg.swing.svg.JSVGComponent.JSVGComponentListener
 
JSVGScrollPane - Class in io.sf.carte.echosvg.swing
A Swing component that consists of a JSVGCanvas with optional scroll bars.
JSVGScrollPane(JSVGCanvas) - Constructor for class io.sf.carte.echosvg.swing.JSVGScrollPane
Creates a JSVGScrollPane, which will scroll an JSVGCanvas.
JSVGScrollPane.SBListener - Class in io.sf.carte.echosvg.swing
Advanced JScrollBar listener.
JSVGScrollPane.ScrollListener - Class in io.sf.carte.echosvg.swing
Handle scroll, zoom, and resize events
JSVGScrollPane.WheelListener - Class in io.sf.carte.echosvg.swing
MouseWheel listener.
JToolbarButton - Class in io.sf.carte.echosvg.util.gui.resource
This class represents the buttons used in toolbars.
JToolbarButton() - Constructor for class io.sf.carte.echosvg.util.gui.resource.JToolbarButton
Creates a new toolbar button.
JToolbarButton(String) - Constructor for class io.sf.carte.echosvg.util.gui.resource.JToolbarButton
Creates a new toolbar button.
JToolbarButton.MouseListener - Class in io.sf.carte.echosvg.util.gui.resource
To manage the mouse interactions.
JToolbarSeparator - Class in io.sf.carte.echosvg.util.gui.resource
This class represents a separator for the toolbar buttons.
JToolbarSeparator() - Constructor for class io.sf.carte.echosvg.util.gui.resource.JToolbarSeparator
Creates a new JToolbarSeparator object.
JToolbarToggleButton - Class in io.sf.carte.echosvg.util.gui.resource
This class represents the buttons used in toolbars.
JToolbarToggleButton() - Constructor for class io.sf.carte.echosvg.util.gui.resource.JToolbarToggleButton
Creates a new toolbar button.
JToolbarToggleButton(String) - Constructor for class io.sf.carte.echosvg.util.gui.resource.JToolbarToggleButton
Creates a new toolbar button.
JToolbarToggleButton.MouseListener - Class in io.sf.carte.echosvg.util.gui.resource
To manage the mouse interactions.
justification - Variable in class io.sf.carte.echosvg.extension.svg.MarginInfo
 
JUSTIFY_END - Static variable in class io.sf.carte.echosvg.extension.svg.MarginInfo
 
JUSTIFY_FULL - Static variable in class io.sf.carte.echosvg.extension.svg.MarginInfo
 
JUSTIFY_MIDDLE - Static variable in class io.sf.carte.echosvg.extension.svg.MarginInfo
 
JUSTIFY_START - Static variable in class io.sf.carte.echosvg.extension.svg.MarginInfo
 

K

K - Static variable in class io.sf.carte.echosvg.dom.svg.SVGOMAngle
Table of multipliers for angle unit conversion.
k1 - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
The 'k1' attribute value.
k2 - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
The 'k2' attribute value.
k3 - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
The 'k3' attribute value.
k4 - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
The 'k4' attribute value.
KANA_LOCK_MASK - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
The kana lock constant.
kern - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
Kern - Class in io.sf.carte.echosvg.gvt.font
The Kern class describes an entry in the "kerning table".
Kern(int[], int[], UnicodeRange[], UnicodeRange[], float) - Constructor for class io.sf.carte.echosvg.gvt.font.Kern
Creates a Kern object with the given glyph arrays and kerning value.
KERNING - Static variable in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
KERNING - Static variable in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
KERNING - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
User-specified inter-glyph kerning value.
KERNING_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
KerningManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'kerning' property values.
KerningManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.KerningManager
 
KerningPair - Class in io.sf.carte.echosvg.svggen.font.table
 
KerningPair(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.KerningPair
Creates new KerningPair
KerningTable - Class in io.sf.carte.echosvg.gvt.font
The KerningTable class holds a kerning table (a collection of Kern elements).
KerningTable(Kern[]) - Constructor for class io.sf.carte.echosvg.gvt.font.KerningTable
Creates a KerningTable from an array of Kern entries.
KernSubtable - Class in io.sf.carte.echosvg.svggen.font.table
 
KernSubtable() - Constructor for class io.sf.carte.echosvg.svggen.font.table.KernSubtable
Creates new KernSubtable
KernSubtableFormat0 - Class in io.sf.carte.echosvg.svggen.font.table
 
KernSubtableFormat0(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.KernSubtableFormat0
Creates new KernSubtableFormat0
KernSubtableFormat2 - Class in io.sf.carte.echosvg.svggen.font.table
 
KernSubtableFormat2(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.KernSubtableFormat2
Creates new KernSubtableFormat2
KernTable - Class in io.sf.carte.echosvg.svggen.font.table
 
KernTable(DirectoryEntry, RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.KernTable
Creates new KernTable
key - Variable in class io.sf.carte.echosvg.css.engine.StringIntMap.Entry
The key
key - Variable in class io.sf.carte.echosvg.css.engine.value.StringMap.Entry
The key
key - Variable in class io.sf.carte.echosvg.dom.util.IntTable.Entry
The key.
key - Variable in exception class io.sf.carte.echosvg.util.resources.ResourceFormatException
The name of the specific resource requested by the user
Key() - Constructor for class io.sf.carte.echosvg.transcoder.TranscodingHints.Key
Constructs a key.
KEY_0 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_1 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_2 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_3 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_4 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_5 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_6 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_7 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_8 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_9 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_A - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_ACCEPT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_AGAIN - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_ALL_CANDIDATES - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_ALLOW_EXTERNAL_RESOURCES - Static variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
Controls whether or not scripts are allowed to load resources without any restriction.
KEY_ALLOWED_SCRIPT_TYPES - Static variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
The set of supported script languages (i.e., the set of possible values for the <script> tag's type attribute).
KEY_ALPHANUMERIC - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_ALT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_ALT_GRAPH - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_ALTERNATE_STYLESHEET - Static variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
The alternate stylesheet key.
KEY_AMPERSAND - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_AOI - Static variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
The area of interest key.
KEY_AOI_STR - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
KEY_APOSTROPHE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_APPS - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_AREA_OF_INTEREST - Static variable in class io.sf.carte.echosvg.ext.awt.RenderingHintsKeyExt
Key for the AOI hint.
KEY_ASTERISK - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_AT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_ATTN - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_AVOID_TILE_PAINTING - Static variable in class io.sf.carte.echosvg.ext.awt.RenderingHintsKeyExt
Hint for the io.sf.carte.echosvg.ext.awt.image.GraphicsUtil class that tiling of a bitmap during rendering is undesired.
KEY_B - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_BACKGROUND_COLOR - Static variable in class io.sf.carte.echosvg.transcoder.image.ImageTranscoder
The image background paint key.
KEY_BACKSLASH - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_BACKSPACE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_BASE - Static variable in class io.sf.carte.echosvg.ext.awt.RenderingHintsKeyExt
 
KEY_BROWSER_BACK - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_BROWSER_FAVORITES - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_BROWSER_FORWARD - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_BROWSER_HOME - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_BROWSER_REFRESH - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_BROWSER_SEARCH - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_BROWSER_STOP - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_BUFFERED_IMAGE - Static variable in class io.sf.carte.echosvg.ext.awt.RenderingHintsKeyExt
Hint for the destination of the rendering when it is a BufferedImage This works around the fact that Java 2D sometimes lies about the attributes of the Graphics2D device, when it is an image.
KEY_C - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_CANCEL - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_CAPS_LOCK - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_CIRCUMFLEX - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_CLEAR - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_CODE_INPUT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_COLON - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_COLORSPACE - Static variable in class io.sf.carte.echosvg.ext.awt.RenderingHintsKeyExt
Hint to source that we only want an alpha channel.
KEY_COMBINING_ACUTE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_COMBINING_BREVE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_COMBINING_CARON - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_COMBINING_CEDILLA - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_COMBINING_CIRCUMFLEX - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_COMBINING_DIERESIS - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_COMBINING_DOT_ABOVE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_COMBINING_DOUBLE_ACUTE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_COMBINING_GRAVE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_COMBINING_IOTA - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_COMBINING_MACRON - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_COMBINING_OGONEK - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_COMBINING_RING_ABOVE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_COMBINING_TILDE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_COMMA - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_COMPOSE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_COMPRESSED_TEXT - Static variable in class io.sf.carte.echosvg.transcoder.image.PNGTranscoder
An array of even length, specifying keyword-text pairs.
KEY_COMPRESSION_LEVEL - Static variable in class io.sf.carte.echosvg.transcoder.image.PNGTranscoder
The compression level.
KEY_COMPRESSION_METHOD - Static variable in class io.sf.carte.echosvg.transcoder.image.TIFFTranscoder
The compression method for the image.
KEY_CONSTRAIN_SCRIPT_ORIGIN - Static variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
Controls whether or not scripts can only be loaded from the same location as the document which references them.
KEY_CONTROL - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_CONVERT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_COPY - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_CRSEL - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_CUT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_D - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_DEFAULT_FONT_FAMILY - Static variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
The default font-family key.
KEY_DELETE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_DOCTYPE - Static variable in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder
The key to specify the doctype option.
KEY_DOCUMENT_ELEMENT - Static variable in class io.sf.carte.echosvg.transcoder.XMLAbstractTranscoder
Document element key.
KEY_DOCUMENT_ELEMENT_NAMESPACE_URI - Static variable in class io.sf.carte.echosvg.transcoder.XMLAbstractTranscoder
Document element namespace URI key.
KEY_DOCUMENT_WIDTH - Static variable in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder
The key to specify the document width.
KEY_DOLLAR - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_DOM_IMPLEMENTATION - Static variable in class io.sf.carte.echosvg.transcoder.XMLAbstractTranscoder
DOM Implementation key.
KEY_DOWN - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_E - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_END - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_ENTER - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_EQUALS - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_ERASE_EOF - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_ESCAPE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_ESCAPED - Static variable in class io.sf.carte.echosvg.transcoder.ToSVGAbstractTranscoder
 
KEY_EURO - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_EVENT_DOM2_TYPE - Static variable in class io.sf.carte.echosvg.dom.events.DocumentEventSupport
The KeyEvent type.
KEY_EXCLAMATION - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_EXECUTE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_EXECUTE_ONLOAD - Static variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
The 'onload' execution key.
KEY_EXSEL - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F1 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F10 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F11 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F12 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F13 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F14 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F15 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F16 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F17 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F18 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F19 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F2 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F20 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F21 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F22 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F23 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F24 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F3 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F4 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F5 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F6 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F7 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F8 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_F9 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_FINAL_MODE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_FIND - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_FORCE_TRANSPARENT_WHITE - Static variable in class io.sf.carte.echosvg.transcoder.image.ImageTranscoder
The forceTransparentWhite key.
KEY_FORCE_TRANSPARENT_WHITE - Static variable in class io.sf.carte.echosvg.transcoder.image.TIFFTranscoder
The forceTransparentWhite key.
KEY_FORMAT - Static variable in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder
The key to specify whether to format the input.
KEY_FULL_STOP - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_FULL_WIDTH - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_G - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_GAMMA - Static variable in class io.sf.carte.echosvg.transcoder.image.PNGTranscoder
The gamma correction key.
KEY_GRAVE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_GREATER_THAN - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_H - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_HALF_WIDTH - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_HANGUL_MODE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_HANJA_MODE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_HASH - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_HEIGHT - Static variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
The image height key.
KEY_HEIGHT - Static variable in class io.sf.carte.echosvg.transcoder.ToSVGAbstractTranscoder
 
KEY_HEIGHT_STR - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
KEY_HELP - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_HIRAGANA - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_HOME - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_I - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_INDEXED - Static variable in class io.sf.carte.echosvg.transcoder.image.PNGTranscoder
The color indexed image key to specify number of colors used in palette.
KEY_INPUT_HEIGHT - Static variable in class io.sf.carte.echosvg.transcoder.ToSVGAbstractTranscoder
 
KEY_INPUT_WIDTH - Static variable in class io.sf.carte.echosvg.transcoder.ToSVGAbstractTranscoder
 
KEY_INSERT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_INTERNATIONAL_TEXT - Static variable in class io.sf.carte.echosvg.transcoder.image.PNGTranscoder
Internationalized text to embed in the image.
KEY_INVERTED_EXCLAMATION - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_J - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_JAPANESE_HIRAGANA - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_JAPANESE_KATAKANA - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_JAPANESE_ROMAJI - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_JUNJA_MODE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_K - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_KANA_MODE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_KANJI_MODE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_KATAKANA - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_KEYWORD_TEXT - Static variable in class io.sf.carte.echosvg.transcoder.image.PNGTranscoder
An array of even length, specifying keyword-text pairs.
KEY_L - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_LANGUAGE - Static variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
The language key.
KEY_LANGUAGE_STR - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
KEY_LAUNCH_APPLICATION1 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_LAUNCH_APPLICATION2 - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_LAUNCH_MAIL - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_LEFT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_LEFT_BRACE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_LEFT_PARENTHESIS - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_LEFT_SQUARE_BRACKET - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_LESS_THAN - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_M - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_MARGIN_BOTTOM - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
The marginBottom key.
KEY_MARGIN_BOTTOM_STR - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
KEY_MARGIN_LEFT - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
The marginLeft key.
KEY_MARGIN_LEFT_STR - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
KEY_MARGIN_RIGHT - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
The marginRight key.
KEY_MARGIN_RIGHT_STR - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
KEY_MARGIN_TOP - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
The marginTop key.
KEY_MARGIN_TOP_STR - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
KEY_MAX_HEIGHT - Static variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
The maximux height of the image key.
KEY_MAX_WIDTH - Static variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
The maximum width of the image key.
KEY_MEDIA - Static variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
The media key.
KEY_MEDIA_NEXT_TRACK - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_MEDIA_PLAY_PAUSE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_MEDIA_PREVIOUS_TRACK - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_MEDIA_STOP - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_META - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_MINUS - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_MODE_CHANGE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_N - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_NEWLINE - Static variable in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder
The key to specify the newline character sequence.
KEY_NONCONVERT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_NUM_LOCK - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_O - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_P - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_PAGE_DOWN - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_PAGE_HEIGHT - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
The pageHeight key.
KEY_PAGE_HEIGHT_STR - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
KEY_PAGE_ORIENTATION - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
The pageOrientation key.
KEY_PAGE_ORIENTATION_STR - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
KEY_PAGE_UP - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_PAGE_WIDTH - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
The pageWidth key.
KEY_PAGE_WIDTH_STR - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
KEY_PASTE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_PAUSE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_PIXEL_TO_MM - Static variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
Deprecated.
As of Batik Version 1.5b3
KEY_PIXEL_TO_MM_STR - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
KEY_PIXEL_UNIT_TO_MILLIMETER - Static variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
The number of millimeters in each pixel key.
KEY_PLAY - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_PLUS - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_PRESSED - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeKeyEvent
The "key pressed" event.
KEY_PREVIOUS_CANDIDATE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_PRINT_SCREEN - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_PROCESS - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_PROPS - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_PUBLIC_ID - Static variable in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder
The key to specify the public id.
KEY_Q - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_QUALITY - Static variable in class io.sf.carte.echosvg.transcoder.image.JPEGTranscoder
The encoder quality factor key.
KEY_QUESTION - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_QUOTE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_R - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_RELEASED - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeKeyEvent
The "key released" event.
KEY_RIGHT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_RIGHT_BRACE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_RIGHT_PARENTHESIS - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_RIGHT_SQUARE_BRACKET - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_ROMAN_CHARACTERS - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_S - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_SCALE_TO_PAGE - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
The scaleToPage key.
KEY_SCALE_TO_PAGE_STR - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
KEY_SCROLL - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_SELECT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_SELECT_MEDIA - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_SEMICOLON - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_SEMIVOICED_SOUND - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_SHIFT - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_SHOW_PAGE_DIALOG - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
The showPageDialog key.
KEY_SHOW_PAGE_DIALOG_STR - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
KEY_SHOW_PRINTER_DIALOG - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
The showPrinterDialog key.
KEY_SHOW_PRINTER_DIALOG_STR - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
KEY_SLASH - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_SNAPSHOT_TIME - Static variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
The snapshot time key.
KEY_SPACE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_STOP - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_SVG_SELECTOR - Static variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
The CSS selector key.
KEY_SYSTEM_ID - Static variable in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder
The key to specify the system id.
KEY_T - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_TAB - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_TABULATION_WIDTH - Static variable in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder
The key to specify the tabulation width.
KEY_TRANSCODING - Static variable in class io.sf.carte.echosvg.ext.awt.RenderingHintsKeyExt
Hint as to the transcoding destination.
KEY_TYPED - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeKeyEvent
The "key typed" event.
KEY_U - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_UNDERSCORE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_UNDO - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_UNIDENTIFIED - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_UP - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_USER_STYLESHEET_URI - Static variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
The user stylesheet URI key.
KEY_USER_STYLESHEET_URI_STR - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
KEY_V - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_VERTICAL_BAR - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_VOICED_SOUND - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_VOLUME_DOWN - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_VOLUME_MUTE - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_VOLUME_UP - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_W - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_WIDTH - Static variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
The image width key.
KEY_WIDTH - Static variable in class io.sf.carte.echosvg.transcoder.ToSVGAbstractTranscoder
 
KEY_WIDTH_STR - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
KEY_WIN - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_X - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_XML_DECLARATION - Static variable in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder
The key to specify the XML declaration option.
KEY_XML_PARSER_VALIDATING - Static variable in class io.sf.carte.echosvg.transcoder.XMLAbstractTranscoder
The validation mode of the XML parser.
KEY_XOFFSET - Static variable in class io.sf.carte.echosvg.transcoder.ToSVGAbstractTranscoder
 
KEY_Y - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_YOFFSET - Static variable in class io.sf.carte.echosvg.transcoder.ToSVGAbstractTranscoder
 
KEY_Z - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
KEY_ZOOM - Static variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
 
key1 - Variable in class io.sf.carte.echosvg.dom.util.TriplyIndexedTable.Entry
The first key
key1 - Variable in class io.sf.carte.echosvg.util.DoublyIndexedTable.Entry
The first key.
key2 - Variable in class io.sf.carte.echosvg.dom.util.TriplyIndexedTable.Entry
The second key
key2 - Variable in class io.sf.carte.echosvg.util.DoublyIndexedTable.Entry
The second key.
key3 - Variable in class io.sf.carte.echosvg.dom.util.TriplyIndexedTable.Entry
The third key
KEYBOARD_EVENT_TYPE - Static variable in class io.sf.carte.echosvg.dom.events.DocumentEventSupport
The KeyEvent type.
KeyboardEvent - Interface in io.sf.carte.echosvg.w3c.dom.events
The KeyboardEvent interface provides specific contextual information associated with keyboard devices.
KeyboardEventFactory() - Constructor for class io.sf.carte.echosvg.dom.events.DocumentEventSupport.KeyboardEventFactory
 
keyChar - Variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeKeyEvent
keyChar is a valid unicode character that is fired by a key or a key combination on a keyboard.
keyCode - Variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
keyCode - Variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeKeyEvent
The unique value assigned to each of the keys on the keyboard.
keydownListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The keydown event listener.
KeyEventFactory() - Constructor for class io.sf.carte.echosvg.dom.events.DocumentEventSupport.KeyEventFactory
 
keyIdentifier - Variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
The identifier string for the key.
keyLocation - Variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
The location of the key.
keyLocation - Variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeKeyEvent
The key location.
keyName - Variable in class io.sf.carte.echosvg.anim.timing.AccesskeyTimingSpecifier
The DOM 3 key name for SVG 1.2 access key specifiers.
keyPoints - Variable in class io.sf.carte.echosvg.anim.MotionAnimation
The points defining the distance along the path that the keyTimes apply.
keyPressed(GraphicsNodeKeyEvent) - Method in class io.sf.carte.echosvg.bridge.BridgeEventSupport.Listener
Invoked when a key has been pressed.
keyPressed(GraphicsNodeKeyEvent) - Method in class io.sf.carte.echosvg.bridge.ConcreteTextSelector
 
keyPressed(GraphicsNodeKeyEvent) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeEventSupport.Listener
Invoked when a key has been pressed.
keyPressed(GraphicsNodeKeyEvent) - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeKeyAdapter
 
keyPressed(GraphicsNodeKeyEvent) - Method in interface io.sf.carte.echosvg.gvt.event.GraphicsNodeKeyListener
Invoked when a key has been pressed.
keyPressed(KeyEvent) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Dispatches the specified AWT key event down to the GVT tree.
keyPressed(KeyEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractResetTransformInteractor
Invoked when a key has been pressed.
keyPressed(KeyEvent) - Method in class io.sf.carte.echosvg.swing.gvt.InteractorAdapter
Invoked when a key has been pressed.
keyPressed(KeyEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Invoked when a key has been pressed.
keypressListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The keypress event listener.
keyReleased(GraphicsNodeKeyEvent) - Method in class io.sf.carte.echosvg.bridge.BridgeEventSupport.Listener
Invoked when a key has been released.
keyReleased(GraphicsNodeKeyEvent) - Method in class io.sf.carte.echosvg.bridge.ConcreteTextSelector
 
keyReleased(GraphicsNodeKeyEvent) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeEventSupport.Listener
Invoked when a key has been released.
keyReleased(GraphicsNodeKeyEvent) - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeKeyAdapter
 
keyReleased(GraphicsNodeKeyEvent) - Method in interface io.sf.carte.echosvg.gvt.event.GraphicsNodeKeyListener
Invoked when a key has been released.
keyReleased(KeyEvent) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Dispatches the specified AWT key event down to the GVT tree.
keyReleased(KeyEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractResetTransformInteractor
Invoked when a key has been released.
keyReleased(KeyEvent) - Method in class io.sf.carte.echosvg.swing.gvt.InteractorAdapter
Invoked when a key has been released.
keyReleased(KeyEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Invoked when a key has been released.
keys - Variable in class io.sf.carte.echosvg.anim.dom.AttributeInitializer
The list of namespaces, prefixes and names.
keySplineCubics - Variable in class io.sf.carte.echosvg.anim.InterpolatingAnimation
Cubics built from the bezier control points in InterpolatingAnimation.keySplines.
keySplines - Variable in class io.sf.carte.echosvg.anim.InterpolatingAnimation
Bezier control points that control the pacing of the animation.
keyTimes - Variable in class io.sf.carte.echosvg.anim.InterpolatingAnimation
Time values to control the pacing of the animation.
keyTimes2 - Variable in class io.sf.carte.echosvg.anim.TransformAnimation
Time values to control the pacing of the second component of the animation.
keyTimes3 - Variable in class io.sf.carte.echosvg.anim.TransformAnimation
Time values to control the pacing of the third component of the animation.
keyTyped(GraphicsNodeKeyEvent) - Method in class io.sf.carte.echosvg.bridge.BridgeEventSupport.Listener
Invoked when a key has been typed.
keyTyped(GraphicsNodeKeyEvent) - Method in class io.sf.carte.echosvg.bridge.ConcreteTextSelector
 
keyTyped(GraphicsNodeKeyEvent) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeEventSupport.Listener
Invoked when a key has been typed.
keyTyped(GraphicsNodeKeyEvent) - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeKeyAdapter
 
keyTyped(GraphicsNodeKeyEvent) - Method in interface io.sf.carte.echosvg.gvt.event.GraphicsNodeKeyListener
Invoked when a key has been typed.
keyTyped(KeyEvent) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Dispatches the specified AWT key event down to the GVT tree.
keyTyped(KeyEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractResetTransformInteractor
Invoked when a key has been typed.
keyTyped(KeyEvent) - Method in class io.sf.carte.echosvg.swing.gvt.InteractorAdapter
Invoked when a key has been typed.
keyTyped(KeyEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Invoked when a key has been typed.
keyupListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The keyup event listener.
KHAKI_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'khaki' RGB color.
KHAKI_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'khaki' color name.

L

l - Variable in class io.sf.carte.echosvg.bridge.SVGUseElementBridge
Used to handle mutation of the referenced content.
LABEL_ANGLE - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
LABEL_CANCEL - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser.Dialog
 
LABEL_DEGREE - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
LABEL_OK - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser.Dialog
 
LABEL_PERCENT - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
LABEL_RESET - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser.Dialog
 
LABEL_ROTATE - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
LABEL_RX - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
LABEL_RY - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
LABEL_SCALE - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
LABEL_SX - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
LABEL_SY - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
LABEL_TRANSLATE - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
LABEL_TX - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
LABEL_TY - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
laidoutText - Variable in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
LangSys - Class in io.sf.carte.echosvg.svggen.font.table
 
LangSys(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.LangSys
Creates new LangSys
LangSysRecord - Class in io.sf.carte.echosvg.svggen.font.table
 
LangSysRecord(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.LangSysRecord
Creates new LangSysRecord
language - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Language
language - Variable in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
The associated language.
language - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
The associated language.
language - Variable in class io.sf.carte.echosvg.svggen.font.table.CmapFormat4
 
LANGUAGE - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
languageArabic - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageBEL - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageBGR - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageCAT - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageChinese - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageCSY - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageDAN - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageDanish - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageDEA - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageDEC - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageDEL - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageDES - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageDEU - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
LanguageDialog - Class in io.sf.carte.echosvg.util.gui
This class represents a language selection dialog.
LanguageDialog(JFrame) - Constructor for class io.sf.carte.echosvg.util.gui.LanguageDialog
Creates a new LanguageDialog object.
LanguageDialog.CancelButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'Cancel' button
LanguageDialog.OKButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'OK' button
LanguageDialog.Panel - Class in io.sf.carte.echosvg.util.gui
The language selection panel.
LanguageDialog.Panel.AddLanguageButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'add' button
LanguageDialog.Panel.ClearLanguageButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'clear' button
LanguageDialog.Panel.DownLanguageButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'down' button
LanguageDialog.Panel.IconAndTextCellRenderer - Class in io.sf.carte.echosvg.util.gui
To display icons and text in the lists.
LanguageDialog.Panel.LanguageListSelectionListener - Class in io.sf.carte.echosvg.util.gui
To manage selection modifications
LanguageDialog.Panel.RemoveLanguageButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'remove' button
LanguageDialog.Panel.UpLanguageButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'up' button
LanguageDialog.Panel.UserListSelectionListener - Class in io.sf.carte.echosvg.util.gui
To manage selection modifications
languageDutch - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageELL - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageENA - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageENC - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageENG - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageEnglish - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageENI - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageENU - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageENZ - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageESM - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageESN - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageESP - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageETI - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageEUQ - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageFIN - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageFinnish - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageFRA - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageFRB - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageFRC - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageFrench - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageFRL - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageFRS - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageGerman - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageGreek - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageHebrew - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageHindi - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageHUN - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageIcelandic - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageISL - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageITA - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageItalian - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageITS - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageJapanese - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageList - Variable in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel
The languages list
languageListModel - Variable in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel
The language list model
LanguageListSelectionListener() - Constructor for class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel.LanguageListSelectionListener
 
languageLTH - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageLVI - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageMaltese - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageNLB - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageNLD - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageNON - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageNOR - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageNorwegian - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languagePLK - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languagePortuguese - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languagePTB - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languagePTG - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageROM - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageRUS - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageSHL - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageSKY - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageSLV - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageSpanish - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageSQI - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageSVE - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageSwedish - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageThai - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageTRK - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageTurkish - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageUKR - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageUrdu - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
languageYugoslavian - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
LARGE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'large' keyword.
LARGER_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'larger' keyword.
last() - Method in class io.sf.carte.echosvg.gvt.text.AttributedCharacterSpanIterator
Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty) and returns the character at that position.
last() - Method in class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty) and returns the character at that position.
last() - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty) and returns the character at that position.
last() - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty) and returns the character at that position.
LAST_ATTRIBUTE_FRAGMENT - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a last attribute fragment lexical unit.
lastAbs - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
 
lastCache - Variable in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
 
lastChild - Variable in class io.sf.carte.echosvg.dom.AbstractParentNode.ChildNodes
The last child.
lastChild() - Method in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
DOM: Implements TreeWalker.lastChild().
lastChild() - Method in class io.sf.carte.echosvg.gvt.GVTTreeWalker
Returns the last child of the current GraphicsNode.
lastChild(Node) - Method in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
Returns the last child of the given node.
lastCR - Variable in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
 
lastFocusEventTarget - Variable in class io.sf.carte.echosvg.bridge.FocusManager
The element that has the focus so far.
lastHit - Variable in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
The lastest node which has been targeted by an event.
lastIndexOf(Object) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns the index in this children list of the last occurence of the specified graphics node, or -1 if the list does not contain this graphics node.
lastIntervalEnd - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
The end time of the previous interval, initially Float.NEGATIVE_INFINITY.
lastObjectIdx - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
lastObjectIdx - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
lastRepeatTime - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
The local active time of the last repeat.
lastSampleTime - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
The current time of this element in local active time.
lastTarget - Variable in class io.sf.carte.echosvg.swing.JSVGCanvas
 
lastTargetElement - Variable in class io.sf.carte.echosvg.bridge.BridgeEventSupport.Listener
 
lastToolTipEventTarget - Variable in class io.sf.carte.echosvg.swing.JSVGCanvas
The target for which the last tool tip event was fired.
lastToolTipEventTimeStamp - Variable in class io.sf.carte.echosvg.swing.JSVGCanvas
The time of the last tool tip event.
lastX - Variable in class io.sf.carte.echosvg.swing.JSVGCanvas.LocationListener
 
lastY - Variable in class io.sf.carte.echosvg.swing.JSVGCanvas.LocationListener
 
LAVENDER_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lavender' RGB color.
LAVENDER_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lavender' color name.
LAVENDERBLUSH_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lavenderblush' RGB color.
LAVENDERBLUSH_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lavenderblush' color name.
LAWNGREEN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lawngreen' RGB color.
LAWNGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lawngreen' color name.
layout - Variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter.TextRun
 
layout() - Method in class io.sf.carte.echosvg.gvt.flow.LineInfo
 
layoutApplied - Variable in class io.sf.carte.echosvg.bridge.GlyphLayout
 
layoutChunk(GVTGlyphVector, Point2D, int, List<?>) - Static method in class io.sf.carte.echosvg.extension.svg.FlowExtGlyphLayout
 
layoutGlyphVector(GlyphVector, Shape) - Static method in class io.sf.carte.echosvg.ext.awt.font.TextPathLayout
Wraps the GlyphVector around the given path.
layoutGlyphVector(GlyphVector, Shape, int) - Static method in class io.sf.carte.echosvg.ext.awt.font.TextPathLayout
Wraps the GlyphVector around the given path.
layoutGlyphVector(GlyphVector, Shape, int, float, float, int) - Static method in class io.sf.carte.echosvg.ext.awt.font.TextPathLayout
Wraps the GlyphVector around the given path.
leading - Variable in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
 
left - Variable in class io.sf.carte.echosvg.css.engine.value.RectValue
The left value.
left - Variable in class io.sf.carte.echosvg.extension.svg.MarginInfo
 
left - Variable in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
left - Variable in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
left - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
LEFT_BRACE - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a '(' lexical unit.
LEFT_PARENTHESIS - Static variable in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector.Scanner
 
LEFT_SQUARE_BRACKET - Static variable in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector.Scanner
 
leftComponent - Variable in class io.sf.carte.echosvg.css.dom.CSSOMValue
The left component, if this value is a Rect.
LeftComponent() - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMValue.LeftComponent
 
leftFloatValueChanged(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
Called when the left float value has changed.
leftFloatValueChanged(short, float) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the left float value has changed.
leftTextChanged(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
Called when the left value text has changed.
leftTextChanged(String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the left value text has changed.
LEMONCHIFFON_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lemonchiffon' RGB color.
LEMONCHIFFON_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lemonchiffon' color name.
length - Variable in class io.sf.carte.echosvg.anim.dom.AttributeInitializer
The length of keys.
length - Variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter.TextRun
 
length - Variable in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AttributedStringBuffer
The length of the attributed string.
length - Variable in class io.sf.carte.echosvg.css.engine.value.ListValue
The length of the list.
length - Variable in class io.sf.carte.echosvg.ext.awt.geom.PathLength.PathSegment
The length of the path segment, accumulated from the start.
length - Variable in class io.sf.carte.echosvg.svggen.font.table.CmapFormat
 
length - Variable in class io.sf.carte.echosvg.util.io.StringDecoder
The number of chars in the string.
length - Variable in class io.sf.carte.echosvg.util.io.StringNormalizingReader
The length of the string.
length() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AttributedStringBuffer
Returns the length in chars of the current Attributed String
LENGTH_ADJUST - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Method specified for adjusting text element layout size.
LENGTH_ADJUST_VALUES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
The 'lengthAdjust' attribute values.
lengthAdjust - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
The 'lengthAdjust' attribute value.
lengthAdjust - Variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter.TextRun
 
LENGTHADJUST_SPACING - Static variable in interface org.w3c.dom.svg.SVGTextContentElement
 
LENGTHADJUST_SPACINGANDGLYPHS - Static variable in interface org.w3c.dom.svg.SVGTextContentElement
 
LENGTHADJUST_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGTextContentElement
 
LengthArrayProducer - Class in io.sf.carte.echosvg.parser
A handler class that generates an array of shorts and an array floats from parsing a length list.
LengthArrayProducer() - Constructor for class io.sf.carte.echosvg.parser.LengthArrayProducer
 
lengthHandler - Variable in class io.sf.carte.echosvg.parser.LengthParser
The length handler used to report parse events.
LengthHandler - Interface in io.sf.carte.echosvg.parser
This interface must be implemented and then registred as the handler of a LengthParser instance in order to be notified of parsing events.
LengthKey - Class in io.sf.carte.echosvg.transcoder.keys
A transcoding Key represented as a length.
LengthKey() - Constructor for class io.sf.carte.echosvg.transcoder.keys.LengthKey
 
LengthListBuilder(ListHandler) - Constructor for class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.LengthListBuilder
Creates a new LengthListBuilder.
LengthListHandler - Interface in io.sf.carte.echosvg.parser
This interface must be implemented and then registred as the handler of a LengthListParser instance in order to be notified of parsing events.
LengthListParser - Class in io.sf.carte.echosvg.parser
This class implements an event-based parser for the SVG length list values.
LengthListParser() - Constructor for class io.sf.carte.echosvg.parser.LengthListParser
Creates a new LengthListParser.
LengthManager - Class in io.sf.carte.echosvg.css.engine.value
This class provides a manager for the property with support for length values.
LengthManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.LengthManager
 
lengthOfPath() - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength
Returns the length of the path used by this PathLength object.
lengthOfPath() - Method in class io.sf.carte.echosvg.gvt.text.TextPath
Returns the total length of the path.
LengthPairListParser - Class in io.sf.carte.echosvg.parser
This class implements an event-based parser for semicolon separated length pair lists, as used in the 'values' attribute of the 'animateMotion' element.
LengthPairListParser() - Constructor for class io.sf.carte.echosvg.parser.LengthPairListParser
 
LengthParser - Class in io.sf.carte.echosvg.parser
This class implements an event-based parser for the SVG length values.
LengthParser() - Constructor for class io.sf.carte.echosvg.parser.LengthParser
Creates a new LengthParser.
lengthType - Variable in class io.sf.carte.echosvg.anim.values.AnimatableLengthValue
The length type.
lengthTypes - Variable in class io.sf.carte.echosvg.anim.values.AnimatableLengthListValue
The length types.
lengthValue - Variable in class io.sf.carte.echosvg.anim.values.AnimatableLengthValue
The length value.
lengthValue(float) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.LengthListBuilder
lengthValue(float) - Method in class io.sf.carte.echosvg.parser.DefaultLengthHandler
lengthValue(float) - Method in class io.sf.carte.echosvg.parser.LengthArrayProducer
lengthValue(float) - Method in interface io.sf.carte.echosvg.parser.LengthHandler
Invoked when a float value has been parsed.
lengthValue(float) - Method in class io.sf.carte.echosvg.parser.UnitProcessor.UnitResolver
lengthValues - Variable in class io.sf.carte.echosvg.anim.values.AnimatableLengthListValue
The length values.
letter - Variable in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
LETTER_SPACING - Static variable in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
LETTER_SPACING - Static variable in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
LETTER_SPACING - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
User-specified inter-glyph spacing value.
LETTER_SPACING_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
level - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
The indentation level.
lexer - Variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLDocument
 
lexer - Variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLView
 
lexicalProperty(String, LexicalUnit, boolean) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
LexicalUnits - Interface in io.sf.carte.echosvg.xml
This interface defines the constants that represent XML lexical units.
Ligature - Class in io.sf.carte.echosvg.svggen.font.table
 
Ligature(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.Ligature
Creates new Ligature
LigatureSet - Class in io.sf.carte.echosvg.svggen.font.table
 
LigatureSet(RandomAccessFile, int) - Constructor for class io.sf.carte.echosvg.svggen.font.table.LigatureSet
Creates new LigatureSet
LigatureSubst - Class in io.sf.carte.echosvg.svggen.font.table
 
LigatureSubst() - Constructor for class io.sf.carte.echosvg.svggen.font.table.LigatureSubst
 
LigatureSubstFormat1 - Class in io.sf.carte.echosvg.svggen.font.table
 
LigatureSubstFormat1(RandomAccessFile, int) - Constructor for class io.sf.carte.echosvg.svggen.font.table.LigatureSubstFormat1
Creates new LigatureSubstFormat1
Light - Interface in io.sf.carte.echosvg.ext.awt.image
Top level interface to model a light element.
LIGHT - Static variable in class io.sf.carte.echosvg.svggen.SVGFont
 
LIGHTBLUE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightblue' RGB color.
LIGHTBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightblue' color name.
LIGHTCORAL_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightcoral' RGB color.
LIGHTCORAL_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightcoral' color name.
LIGHTCYAN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightcyan' RGB color.
LIGHTCYAN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightcyan' color name.
LIGHTEN - Static variable in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
FeBlend Lighten rule.
LIGHTEN - Static variable in class io.sf.carte.echosvg.ext.awt.image.SVGComposite
 
lightenColor(Color, float) - Static method in class io.sf.graphics.java2d.color.ColorUtil
Lightens up a color for groove, ridge, inset and outset border effects.
LIGHTER_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'lighter' keyword.
LIGHTGOLDENRODYELLOW_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightgoldenrodyellow' RGB color.
LIGHTGOLDENRODYELLOW_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightgoldenrodyellow' color name.
LIGHTGRAY_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightgray' RGB color.
LIGHTGRAY_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightgray' color name.
LIGHTGREEN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightgreen' RGB color.
LIGHTGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightgreen' color name.
LIGHTGREY_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightgrey' RGB color.
LIGHTGREY_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightgrey' color name.
LIGHTING_COLOR_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
LIGHTPINK_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightpink' RGB color.
LIGHTPINK_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightpink' color name.
LIGHTSALMON_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightsalmon' RGB color.
LIGHTSALMON_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightsalmon' color name.
LIGHTSEAGREEN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightseagreen' RGB color.
LIGHTSEAGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightseagreen' color name.
LIGHTSKYBLUE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightskyblue' RGB color.
LIGHTSKYBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightskyblue' color name.
LIGHTSLATEGRAY_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightslategray' RGB color.
LIGHTSLATEGRAY_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightslategray' color name.
LIGHTSLATEGREY_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightslategrey' RGB color.
LIGHTSLATEGREY_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightslategrey' color name.
LIGHTSTEELBLUE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightsteelblue' RGB color.
LIGHTSTEELBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightsteelblue' color name.
LIGHTYELLOW_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightyellow' RGB color.
LIGHTYELLOW_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lightyellow' color name.
lime - Static variable in class io.sf.carte.echosvg.svggen.SVGColor
 
LIME_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'lime' RGB color.
LIME_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'lime' color name.
LIMEGREEN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'limegreen' RGB color.
LIMEGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'limegreen' color name.
limitingConeAngle - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
The 'limitingConeAngle' attribute value.
line - Variable in exception class io.sf.carte.echosvg.bridge.BridgeException
The line number on which the error occured.
line - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
The current line.
line - Variable in class io.sf.carte.echosvg.util.io.StreamNormalizingReader
The current line in the stream.
line - Variable in class io.sf.carte.echosvg.util.io.StringNormalizingReader
The current line in the stream.
LINE_HEIGHT - Static variable in class io.sf.carte.echosvg.bridge.FlowTextPainter
 
LINE_HEIGHT - Static variable in class io.sf.carte.echosvg.bridge.GlyphLayout
 
LINE_HEIGHT - Static variable in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
LINE_HEIGHT - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
LINE_HEIGHT_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVG12CSSEngine
 
LINE_HEIGHT_RELATIVE_MASK - Static variable in class io.sf.carte.echosvg.css.engine.StyleMap
 
LINE_THROUGH_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'line_through' keyword.
Linear - Class in io.sf.carte.echosvg.ext.awt.geom
A class representing a linear path segment.
Linear() - Constructor for class io.sf.carte.echosvg.ext.awt.geom.Linear
 
Linear(double, double, double, double) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.Linear
 
Linear(Point2D.Double, Point2D.Double) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.Linear
 
LINEAR - Static variable in interface io.sf.carte.echosvg.ext.awt.image.ComponentTransferFunction
 
LINEAR_RGB - Static variable in class io.sf.carte.echosvg.ext.awt.MultipleGradientPaint
Indicates that the color interpolation should occur in linearized RGB space.
Linear_sRGB - Static variable in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Standard prebuilt Linear_sRGB color model with no alpha
Linear_sRGB_Pre - Static variable in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Standard prebuilt Linear_sRGB color model with premultiplied alpha.
Linear_sRGB_Unpre - Static variable in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Standard prebuilt Linear_sRGB color model with unpremultiplied alpha.
LinearGradientElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.LinearGradientElementFactory
 
LinearGradientPaint - Class in io.sf.carte.echosvg.ext.awt
The LinearGradientPaint class provides a way to fill a Shape with a linear color gradient pattern.
LinearGradientPaint(float, float, float, float, float[], Color[]) - Constructor for class io.sf.carte.echosvg.ext.awt.LinearGradientPaint
Constructs an LinearGradientPaint with the default NO_CYCLE repeating method and SRGB colorspace.
LinearGradientPaint(float, float, float, float, float[], Color[], MultipleGradientPaint.CycleMethodEnum) - Constructor for class io.sf.carte.echosvg.ext.awt.LinearGradientPaint
Constructs an LinearGradientPaint with default SRGB colorspace.
LinearGradientPaint(Point2D, Point2D, float[], Color[]) - Constructor for class io.sf.carte.echosvg.ext.awt.LinearGradientPaint
Constructs a LinearGradientPaint with the default NO_CYCLE repeating method and SRGB colorspace.
LinearGradientPaint(Point2D, Point2D, float[], Color[], MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum) - Constructor for class io.sf.carte.echosvg.ext.awt.LinearGradientPaint
Constructs a LinearGradientPaint.
LinearGradientPaint(Point2D, Point2D, float[], Color[], MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum, AffineTransform) - Constructor for class io.sf.carte.echosvg.ext.awt.LinearGradientPaint
Constructs a LinearGradientPaint.
LINEARRGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'linearRGB' keyword.
LinearTransfer - Class in io.sf.carte.echosvg.ext.awt.image
LinearTransfer.java This class defines the Linear type transfer function for the feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG specification.
LinearTransfer(float, float) - Constructor for class io.sf.carte.echosvg.ext.awt.image.LinearTransfer
Two floats as the input for the function
lineAttributes - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Whether the attribute layout must be done on a single line.
LineBreakInfo(int, float, boolean) - Constructor for class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge.LineBreakInfo
 
LineElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.LineElementFactory
 
lineHeight - Variable in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
lineHeight - Variable in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
lineHeightIndex - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The line-height property index.
LineHeightManager - Class in io.sf.carte.echosvg.css.engine.value.svg12
This class provides a factory for the 'margin-*' properties values.
LineHeightManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg12.LineHeightManager
 
LineHeightValue - Class in io.sf.carte.echosvg.css.engine.value.svg12
This class represents line-height values.
LineHeightValue(short, float, boolean) - Constructor for class io.sf.carte.echosvg.css.engine.value.svg12.LineHeightValue
Creates a new value.
LineInfo - Class in io.sf.carte.echosvg.extension.svg
This class encapsulates the layout information about a single line in a multi-line flow.
LineInfo - Class in io.sf.carte.echosvg.gvt.flow
One line Class Desc Complete Class Desc
LineInfo(FlowRegions, BlockInfo, boolean) - Constructor for class io.sf.carte.echosvg.gvt.flow.LineInfo
 
LineInfo(Point2D.Float, AttributedCharacterIterator, GVTGlyphVector, int, int, float, float, float, float, boolean, Point2D.Float) - Constructor for class io.sf.carte.echosvg.extension.svg.LineInfo
 
LINEN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'linen' RGB color.
LINEN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'linen' color name.
lineNumber - Variable in exception class io.sf.carte.echosvg.parser.ParseException
 
lineTo(float, float) - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
linetoAbs(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
linetoAbs(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
linetoAbs(float, float) - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
linetoAbs(float, float) - Method in class io.sf.carte.echosvg.parser.DefaultPathHandler
linetoAbs(float, float) - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
linetoAbs(float, float) - Method in interface io.sf.carte.echosvg.parser.PathHandler
Invoked when an absolute line command has been parsed.
linetoHorizontalAbs(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
linetoHorizontalAbs(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
linetoHorizontalAbs(float) - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
linetoHorizontalAbs(float) - Method in class io.sf.carte.echosvg.parser.DefaultPathHandler
linetoHorizontalAbs(float) - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
linetoHorizontalAbs(float) - Method in interface io.sf.carte.echosvg.parser.PathHandler
Invoked when an horizontal absolute line command has been parsed.
linetoHorizontalRel(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
linetoHorizontalRel(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
linetoHorizontalRel(float) - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
linetoHorizontalRel(float) - Method in class io.sf.carte.echosvg.parser.DefaultPathHandler
linetoHorizontalRel(float) - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
linetoHorizontalRel(float) - Method in interface io.sf.carte.echosvg.parser.PathHandler
Invoked when an horizontal relative line command has been parsed.
linetoRel(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
linetoRel(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
linetoRel(float, float) - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
linetoRel(float, float) - Method in class io.sf.carte.echosvg.parser.DefaultPathHandler
linetoRel(float, float) - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
linetoRel(float, float) - Method in interface io.sf.carte.echosvg.parser.PathHandler
Invoked when a relative line command has been parsed.
linetoVerticalAbs(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
linetoVerticalAbs(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
linetoVerticalAbs(float) - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
linetoVerticalAbs(float) - Method in class io.sf.carte.echosvg.parser.DefaultPathHandler
linetoVerticalAbs(float) - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
linetoVerticalAbs(float) - Method in interface io.sf.carte.echosvg.parser.PathHandler
Invoked when a vertical absolute line command has been parsed.
linetoVerticalRel(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
linetoVerticalRel(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
linetoVerticalRel(float) - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
linetoVerticalRel(float) - Method in class io.sf.carte.echosvg.parser.DefaultPathHandler
linetoVerticalRel(float) - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
linetoVerticalRel(float) - Method in interface io.sf.carte.echosvg.parser.PathHandler
Invoked when a vertical relative line command has been parsed.
Link(HashTableStack.Link) - Constructor for class io.sf.carte.echosvg.dom.util.HashTableStack.Link
Creates a new link.
Link(Runnable) - Constructor for class io.sf.carte.echosvg.util.RunnableQueue.Link
Creates a new link.
linkActivated(LinkActivationEvent) - Method in interface io.sf.carte.echosvg.swing.svg.LinkActivationListener
Called when a link was activated.
LinkActivationEvent - Class in io.sf.carte.echosvg.swing.svg
This class represents an event which indicate an event originated from a GVTTreeBuilder instance.
LinkActivationEvent(Object, SVGAElement, String) - Constructor for class io.sf.carte.echosvg.swing.svg.LinkActivationEvent
Creates a new LinkActivationEvent.
LinkActivationListener - Interface in io.sf.carte.echosvg.swing.svg
This interface represents a listener to the LinkActivationEvent events.
linkActivationListeners - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The link activation listeners.
linkClass(Class<?>) - Method in class io.sf.carte.echosvg.script.rhino.RhinoClassLoader
Links the Java class.
linksValid - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XBLRecord
Whether the next/previous links are valid.
list - Variable in class io.sf.carte.echosvg.dom.svg.ListBuilder
The list being built.
list - Variable in class io.sf.carte.echosvg.dom.util.ListNodeList
 
LIST_ITEM_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'list-item' keyword.
ListBuilder - Class in io.sf.carte.echosvg.dom.svg
A class for receiving notification of parsed list items.
ListBuilder(AbstractSVGList) - Constructor for class io.sf.carte.echosvg.dom.svg.ListBuilder
 
ListComponent(int) - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMValue.ListComponent
Creates a new ListComponent.
listener - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMDocument.DOMAttrModifiedListenerWrapper
The CSSNavigableDocumentListener.
listener - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMDocument.DOMCharacterDataModifiedListenerWrapper
The CSSNavigableDocumentListener.
listener - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMDocument.DOMNodeInsertedListenerWrapper
The CSSNavigableDocumentListener.
listener - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMDocument.DOMNodeRemovedListenerWrapper
The CSSNavigableDocumentListener.
listener - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMDocument.DOMSubtreeModifiedListenerWrapper
The CSSNavigableDocumentListener.
listener - Variable in class io.sf.carte.echosvg.bridge.BridgeContext.EventListenerMememto
 
listener - Variable in class io.sf.carte.echosvg.bridge.BridgeEventSupport.GVTUnloadListener
 
listener - Variable in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext.EventListenerWrapper
The wrapped listener.
listener - Variable in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
 
listener - Variable in class io.sf.carte.echosvg.dom.events.EventListenerList.Entry
The event listener.
listener - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
The listener.
Listener() - Constructor for class io.sf.carte.echosvg.anim.AnimationEngine.Listener
 
Listener() - Constructor for class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Creates a new Listener.
Listener(BridgeContext, UserAgent) - Constructor for class io.sf.carte.echosvg.bridge.BridgeEventSupport.Listener
 
Listener(BridgeContext, UserAgent) - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeEventSupport.Listener
 
LISTENER_ARRAY - Static variable in class io.sf.carte.echosvg.css.engine.CSSEngine
 
listenerRegistered - Variable in class io.sf.carte.echosvg.anim.AnimationEngine.Sandwich
Whether an AnimationTargetListener has been registered to listen for changes to the base value.
listeners - Variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedValue
Listener list.
listeners - Variable in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
List of {link TimegraphListener}s to be notified of changes to the timed elements in this document.
listeners - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
 
listeners - Variable in class io.sf.carte.echosvg.bridge.svg12.ContentManager
Map of XBLContentElement objects to EventListenerList objects.
listeners - Variable in class io.sf.carte.echosvg.bridge.UpdateManager
The listeners.
listeners - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The listeners.
listeners - Variable in class io.sf.carte.echosvg.dom.events.EventListenerList
Cache of listeners with any namespace URI.
listeners - Variable in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
The listeners list.
listeners - Variable in class io.sf.carte.echosvg.swing.gvt.GVTTreeRenderer
The listeners.
listeners - Variable in class io.sf.carte.echosvg.swing.svg.GVTTreeBuilder
The listeners.
listeners - Variable in class io.sf.carte.echosvg.swing.svg.SVGDocumentLoader
The listeners.
listeners - Variable in class io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcher
The listeners.
listeners - Variable in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.AddMediumDialog
The map that contains the listeners
listeners - Variable in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.Dialog
The map that contains the listeners
listeners - Variable in class io.sf.carte.echosvg.util.gui.CSSMediaPanel
The map that contains the listeners
listeners - Variable in class io.sf.carte.echosvg.util.gui.JErrorPane
The map that contains the listeners
listeners - Variable in class io.sf.carte.echosvg.util.gui.LanguageDialog
The map that contains the listeners
listeners - Variable in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel
The map that contains the listeners
listeners - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor
The map that contains the listeners
listeners - Variable in class io.sf.carte.echosvg.util.gui.URIChooser
The map that contains the listeners
listeners - Variable in class io.sf.carte.echosvg.util.gui.UserStyleDialog
The map that contains the listeners
listenersNS - Variable in class io.sf.carte.echosvg.dom.events.EventListenerList
Caches of listeners with a given namespace URI.
listFloatValueChanged(int, short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
Called when the list float value has changed.
listFloatValueChanged(int, short, float) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the list float value has changed.
listHandler - Variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.LengthListBuilder
The ListHandler to pass newly created AbstractSVGLengthList.SVGLengthItem objects to.
listHandler - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
 
listHandler - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList.NumberListBuilder
The ListHandler to notify of parsed numbers.
listHandler - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
 
listHandler - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGPointList.PointsListBuilder
The ListHandler to pass newly created SVGPointItem objects to.
listHandler - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.TransformListBuilder
The ListHandler to pass newly created AbstractSVGTransformList.SVGTransformItem objects to.
ListHandler - Interface in io.sf.carte.echosvg.dom.svg
Interface that defines the functionnality of a list handler for the parser of attributes that are list.
listIterator() - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
Returns a list iterator of the elements in this list (in proper sequence).
listIterator() - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns an iterator over the children of this graphics node.
listIterator(int) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns an iterator over the children of this graphics node, starting at the specified position in the children list.
listModel - Variable in class io.sf.carte.echosvg.util.gui.CSSMediaPanel
The list that represents the CSS media.
ListNodeList - Class in io.sf.carte.echosvg.dom.util
A simple class that implements the DOM NodeList interface by wrapping an Java List instace.
ListNodeList(List<Element>) - Constructor for class io.sf.carte.echosvg.dom.util.ListNodeList
 
listStringValueChanged(int, short, String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
Called when the list string value has changed.
listStringValueChanged(int, short, String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the list string value has changed.
listTextChanged(int, String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
Called when the list value text has changed.
listTextChanged(int, String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the list value text has changed.
ListValue - Class in io.sf.carte.echosvg.css.engine.value
This class represents a list of values.
ListValue() - Constructor for class io.sf.carte.echosvg.css.engine.value.ListValue
Creates a ListValue.
ListValue(char) - Constructor for class io.sf.carte.echosvg.css.engine.value.ListValue
Creates a ListValue with the given separator.
LiveAttributeException - Exception Class in io.sf.carte.echosvg.dom.svg
Thrown when a live attribute cannot parse an attribute's value.
LiveAttributeException(Element, String, short, String) - Constructor for exception class io.sf.carte.echosvg.dom.svg.LiveAttributeException
Constructs a new LiveAttributeException with the specified parameters.
LiveAttributeValue - Interface in io.sf.carte.echosvg.dom.svg
This interface should be implemented by all the attribute values objects that must be updated when the attribute node is modified.
liveAttributeValues - Variable in class io.sf.carte.echosvg.anim.dom.AbstractElement
The live attribute values.
load() - Method in class io.sf.carte.echosvg.util.PreferenceManager
Loads the preference file.
loadDocument(String) - Method in class io.sf.carte.echosvg.bridge.DocumentLoader
Returns a document from the specified uri.
loadDocument(String) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
This method should load a new document described by the supplied URL.
loadDocument(String) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
This method should load a new document described by the supplied URL.
loadDocument(String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
This method should load a new document described by the supplied URL.
loadDocument(String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
This method should load a new document described by the supplied URL.
loadDocument(String, InputStream) - Method in class io.sf.carte.echosvg.bridge.DocumentLoader
Returns a document from the specified uri.
loader - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The concrete bridge document loader.
loader - Variable in class io.sf.carte.echosvg.swing.svg.SVGDocumentLoader
The document loader.
loadFont(InputStream, FontFace) - Method in class io.sf.carte.echosvg.bridge.DefaultFontFamilyResolver
 
loadFont(InputStream, FontFace) - Method in interface io.sf.carte.echosvg.bridge.FontFamilyResolver
 
loadImage(Image, DeferRable) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.JDKRegistryEntry
 
loadScript(AbstractElement) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
Executes the specified <script> element, if it hasn't been executed already.
loadScripts() - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
Loads the scripts contained in the <script> elements.
loadString(RandomAccessFile, int) - Method in class io.sf.carte.echosvg.svggen.font.table.NameRecord
 
loadSVGDocument(String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Loads a SVG document from the given URL.
loadWhitelist(Reader) - Static method in class io.sf.carte.echosvg.script.rhino.RhinoClassShutter
Loads a whitelist from the given reader.
loca - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
locale - Variable in class io.sf.carte.echosvg.i18n.LocaleGroup
The shared Locale.
locale - Variable in class io.sf.carte.echosvg.i18n.LocalizableSupport
The current locale.
localeGroup - Variable in class io.sf.carte.echosvg.i18n.LocalizableSupport
The locale group to which this object belongs.
LocaleGroup - Class in io.sf.carte.echosvg.i18n
This class represents a group of ExtendedLocalizable objects which have a shared default locale.
LocaleGroup() - Constructor for class io.sf.carte.echosvg.i18n.LocaleGroup
 
Localizable - Interface in io.sf.carte.echosvg.i18n
This interface must be implemented by the classes which must provide a way to override the default locale.
localizableSupport - Static variable in class io.sf.carte.echosvg.anim.timing.TimedElement
The localizable support for the error messages.
localizableSupport - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Messages
The localizable support for the error messages.
localizableSupport - Static variable in class io.sf.carte.echosvg.apps.svgpp.Main
The localizable support.
localizableSupport - Static variable in class io.sf.carte.echosvg.bridge.Messages
The localizable support for the error messages.
localizableSupport - Static variable in class io.sf.carte.echosvg.css.engine.Messages
The localizable support for the error messages.
localizableSupport - Static variable in class io.sf.carte.echosvg.css.engine.value.Messages
The localizable support for the error messages.
localizableSupport - Variable in class io.sf.carte.echosvg.dom.AbstractDocument
The localizable support for the error messages.
localizableSupport - Variable in class io.sf.carte.echosvg.dom.AbstractDOMImplementation
The localizable support for the error messages.
localizableSupport - Static variable in class io.sf.carte.echosvg.ext.awt.image.spi.Messages
The localizable support for the error messages.
localizableSupport - Static variable in class io.sf.carte.echosvg.ext.swing.Messages
The localizable support for the error messages.
localizableSupport - Static variable in class io.sf.carte.echosvg.ext.swing.Resources
The localizable support for the error messages.
localizableSupport - Variable in class io.sf.carte.echosvg.parser.AbstractParser
The localizable support.
localizableSupport - Static variable in class io.sf.carte.echosvg.script.rhino.Messages
The localizable support for the error messages.
localizableSupport - Static variable in class io.sf.carte.echosvg.svggen.font.Messages
The localizable support for the error messages.
localizableSupport - Static variable in class io.sf.carte.echosvg.swing.Messages
The localizable support for the error messages.
localizableSupport - Static variable in class io.sf.carte.echosvg.swing.svg.Messages
The localizable support for the error messages.
localizableSupport - Static variable in class io.sf.carte.echosvg.transcoder.image.resources.Messages
The localizable support for the error messages.
localizableSupport - Static variable in class io.sf.carte.echosvg.util.io.Messages
The localizable support for the error messages.
localizableSupport - Static variable in class io.sf.carte.echosvg.util.Messages
The localizable support for the error messages.
localizableSupport - Static variable in class io.sf.carte.echosvg.util.resources.Messages
The localizable support for the error messages.
localizableSupport - Variable in class io.sf.carte.echosvg.xml.XMLScanner
The localizable support.
LocalizableSupport - Class in io.sf.carte.echosvg.i18n
This class provides a default implementation of the Localizable interface.
LocalizableSupport(String) - Constructor for class io.sf.carte.echosvg.i18n.LocalizableSupport
Same as LocalizableSupport(s, null).
LocalizableSupport(String, Class<?>) - Constructor for class io.sf.carte.echosvg.i18n.LocalizableSupport
Same as LocalizableSupport(cls, null).
LocalizableSupport(String, Class<?>, ClassLoader) - Constructor for class io.sf.carte.echosvg.i18n.LocalizableSupport
Same as LocalizableSupport(cls, null).
LocalizableSupport(String, ClassLoader) - Constructor for class io.sf.carte.echosvg.i18n.LocalizableSupport
Creates a new Localizable object.
localName - Variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedValue
The local name of the attribute.
localName - Variable in class io.sf.carte.echosvg.anim.dom.BindableElement
The local name of the custom element.
localName - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMToBeImplementedElement
This element's local name
localName - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DefinitionRecord
The local name.
localName - Variable in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector
The local name or ID used for selection.
localName - Variable in class io.sf.carte.echosvg.dom.AbstractParentNode.ElementsByTagNameNS
The local name identifier.
LocaTable - Class in io.sf.carte.echosvg.svggen.font.table
 
LocaTable(DirectoryEntry, RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.LocaTable
 
location - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
The Location object
location - Variable in class io.sf.carte.echosvg.bridge.TextNode
Location of this text node (inherited, independent of explicit X and Y attributes applied to children).
Location - Class in io.sf.carte.echosvg.bridge
This class implements the io.sf.carte.echosvg.w3c.dom.Location interface for EchoSVG
Location - Interface in io.sf.carte.echosvg.w3c.dom
 
Location(BridgeContext) - Constructor for class io.sf.carte.echosvg.bridge.Location
Creates a new Location.
LocationBar - Class in io.sf.carte.echosvg.util.gui
This class represents a location bar.
LocationBar() - Constructor for class io.sf.carte.echosvg.util.gui.LocationBar
Creates a new location bar.
locationColumn - Variable in class io.sf.carte.echosvg.dom.util.DocumentDescriptor.Entry
The column number.
locationLine - Variable in class io.sf.carte.echosvg.dom.util.DocumentDescriptor.Entry
The line number.
locationListener - Variable in class io.sf.carte.echosvg.swing.JSVGCanvas
Keeps track of the last known mouse position over the canvas.
LocationListener() - Constructor for class io.sf.carte.echosvg.swing.JSVGCanvas.LocationListener
 
lock() - Method in class io.sf.carte.echosvg.util.RunnableQueue.LockableLink
Locks this link.
LOCK_STRINGS - Static variable in class io.sf.carte.echosvg.dom.util.DOMUtilities
String constants representing DOM modifier strings for various all key lock combinations.
LockableLink(Runnable) - Constructor for class io.sf.carte.echosvg.util.RunnableQueue.LockableLink
Creates a new link.
lookup(ByteArrayOutputStream, int, int, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.ImageCacher
Checks if the image is already in the cache, and adds it if not.
Lookup - Class in io.sf.carte.echosvg.svggen.font.table
 
Lookup(LookupSubtableFactory, RandomAccessFile, int) - Constructor for class io.sf.carte.echosvg.svggen.font.table.Lookup
Creates new Lookup
LookupList - Class in io.sf.carte.echosvg.svggen.font.table
 
LookupList(RandomAccessFile, int, LookupSubtableFactory) - Constructor for class io.sf.carte.echosvg.svggen.font.table.LookupList
Creates new LookupList
lookupNamespacePrefix(String, Element) - Method in class io.sf.carte.echosvg.dom.AbstractNode
lookupNamespaceURI(String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument.XPathNodeNSResolver
lookupNamespaceURI(String) - Method in class io.sf.carte.echosvg.dom.AbstractNode
lookupPrefix(String) - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.lookupPrefix(String).
lookupResourceBundle(String, Class<?>) - Method in class io.sf.carte.echosvg.i18n.LocalizableSupport
 
LookupSubtable - Class in io.sf.carte.echosvg.svggen.font.table
 
LookupSubtable() - Constructor for class io.sf.carte.echosvg.svggen.font.table.LookupSubtable
 
LookupSubtableFactory - Interface in io.sf.carte.echosvg.svggen.font.table
 
lowerAnimation - Variable in class io.sf.carte.echosvg.anim.AbstractAnimation
The animation that is lower in the sandwich.
lowestAnimation - Variable in class io.sf.carte.echosvg.anim.AnimationEngine.Sandwich
The bottom-most animation in the sandwich.
LR_TB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lr-tb' keyword.
LR_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'lr' keyword.
LRUCache - Class in io.sf.carte.echosvg.ext.awt.image.rendered
 
LRUCache(int) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.LRUCache
 
LRUCache.LRUNode - Class in io.sf.carte.echosvg.ext.awt.image.rendered
Interface for nodes in the LRU cache, basicly nodes in a doubly linked list.
LRUCache.LRUObj - Interface in io.sf.carte.echosvg.ext.awt.image.rendered
Interface for object participating in the LRU Cache.
lruGet() - Method in interface io.sf.carte.echosvg.ext.awt.image.rendered.LRUCache.LRUObj
Called to get the LRU node for this object.
lruGet() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileLRUMember
 
LRUNode() - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.LRUCache.LRUNode
 
lruRemove() - Method in interface io.sf.carte.echosvg.ext.awt.image.rendered.LRUCache.LRUObj
Called to inform the object that it is no longer in the cache.
lruRemove() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileLRUMember
 
lruSet(LRUCache.LRUNode) - Method in interface io.sf.carte.echosvg.ext.awt.image.rendered.LRUCache.LRUObj
Called when the object first becomes active in the LRU cache.
lruSet(LRUCache.LRUNode) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileLRUMember
 
LSQUARE_BRACKET - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a '[' lexical unit.
LTR_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'ltr' keyword.
LTSH - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
lutData - Variable in class io.sf.carte.echosvg.ext.awt.image.DiscreteTransfer
This byte array stores the lookuptable data
lutData - Variable in class io.sf.carte.echosvg.ext.awt.image.GammaTransfer
This byte array stores the lookuptable data
lutData - Static variable in class io.sf.carte.echosvg.ext.awt.image.IdentityTransfer
This byte array stores the lookuptable data
lutData - Variable in class io.sf.carte.echosvg.ext.awt.image.LinearTransfer
This byte array stores the lookuptable data
lutData - Variable in class io.sf.carte.echosvg.ext.awt.image.TableTransfer
This byte array stores the lookuptable data

M

MacRenderer - Class in io.sf.carte.echosvg.gvt.renderer
Simple implementation of the Renderer that supports dynamic updates.
MacRenderer() - Constructor for class io.sf.carte.echosvg.gvt.renderer.MacRenderer
Constructs a new dynamic renderer with the specified buffer image.
MacRenderer(RenderingHints, AffineTransform) - Constructor for class io.sf.carte.echosvg.gvt.renderer.MacRenderer
 
MAGENTA_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'magenta' RGB color.
MAGENTA_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'magenta' color name.
MagicNumber(int, byte[]) - Constructor for class io.sf.carte.echosvg.ext.awt.image.spi.MagicNumberRegistryEntry.MagicNumber
Constructor.
MagicNumberRegistryEntry - Class in io.sf.carte.echosvg.ext.awt.image.spi
This Image tag registry entry is built around the notion of magic numbers.
MagicNumberRegistryEntry(String, float, String[], String[], int, byte[]) - Constructor for class io.sf.carte.echosvg.ext.awt.image.spi.MagicNumberRegistryEntry
Constructor, simplifies construction of entry when only one magic number is required.
MagicNumberRegistryEntry(String, float, String[], String[], MagicNumberRegistryEntry.MagicNumber[]) - Constructor for class io.sf.carte.echosvg.ext.awt.image.spi.MagicNumberRegistryEntry
Constructor
MagicNumberRegistryEntry(String, float, String, String, int, byte[]) - Constructor for class io.sf.carte.echosvg.ext.awt.image.spi.MagicNumberRegistryEntry
Constructor, simplifies construction of entry when only one extension and one magic number is required.
MagicNumberRegistryEntry(String, float, String, String, MagicNumberRegistryEntry.MagicNumber[]) - Constructor for class io.sf.carte.echosvg.ext.awt.image.spi.MagicNumberRegistryEntry
Constructor, simplifies construction of entry when only one extension is required.
MagicNumberRegistryEntry(String, String[], String[], int, byte[]) - Constructor for class io.sf.carte.echosvg.ext.awt.image.spi.MagicNumberRegistryEntry
Constructor, simplifies construction of entry when only one magic number is required.
MagicNumberRegistryEntry(String, String[], String[], MagicNumberRegistryEntry.MagicNumber[]) - Constructor for class io.sf.carte.echosvg.ext.awt.image.spi.MagicNumberRegistryEntry
Constructor
MagicNumberRegistryEntry(String, String[], String[], MagicNumberRegistryEntry.MagicNumber[], float) - Constructor for class io.sf.carte.echosvg.ext.awt.image.spi.MagicNumberRegistryEntry
Constructor, allows for overriding the default priority of magic number entries.
MagicNumberRegistryEntry(String, String, String, int, byte[]) - Constructor for class io.sf.carte.echosvg.ext.awt.image.spi.MagicNumberRegistryEntry
Constructor, simplifies construction of entry when only one extension and one magic number is required.
MagicNumberRegistryEntry(String, String, String, MagicNumberRegistryEntry.MagicNumber[]) - Constructor for class io.sf.carte.echosvg.ext.awt.image.spi.MagicNumberRegistryEntry
Constructor, simplifies construction of entry when only one extension is required.
MagicNumberRegistryEntry.MagicNumber - Class in io.sf.carte.echosvg.ext.awt.image.spi
Inner class that represents one magic number.
main(String[]) - Static method in class io.sf.carte.echosvg.apps.rasterizer.Main
 
main(String[]) - Static method in class io.sf.carte.echosvg.apps.slideshow.Main
 
main(String[]) - Static method in class io.sf.carte.echosvg.apps.svgpp.Main
The application main method.
main(String[]) - Static method in class io.sf.carte.echosvg.apps.ttf2svg.Main
 
main(String[]) - Static method in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
main(String[]) - Static method in class io.sf.carte.echosvg.svggen.font.SVGFont
Starts the application.
main(String[]) - Static method in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
main(String[]) - Static method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFTranscoder
Unit testing : Illustrates how the transcoder might be used.
main(String[]) - Static method in class io.sf.carte.echosvg.util.ClassFileUtilities
Program that computes the dependencies between the EchoSVG jars.
main(String[]) - Static method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel
Main - debug -
Main - Class in io.sf.carte.echosvg.apps.rasterizer
Handles command line parameters to configure the SVGConverter and rasterizer images.
Main - Class in io.sf.carte.echosvg.apps.slideshow
 
Main - Class in io.sf.carte.echosvg.apps.svgpp
This class is the main class of the svgpp application.
Main - Class in io.sf.carte.echosvg.apps.ttf2svg
This test runs the True Type Font to SVG Font converter, the tool that allows some characters from a font to be converted to the SVG Font format.
Main() - Constructor for class io.sf.carte.echosvg.apps.ttf2svg.Main
 
Main(File[], Dimension) - Constructor for class io.sf.carte.echosvg.apps.slideshow.Main
 
Main(String[]) - Constructor for class io.sf.carte.echosvg.apps.rasterizer.Main
 
Main(String[]) - Constructor for class io.sf.carte.echosvg.apps.svgpp.Main
Initializes the application.
Main.AbstractOptionHandler - Class in io.sf.carte.echosvg.apps.rasterizer
This abstract implementation of the OptionHandler interface throws an exception if the number of arguments passed to the handleOption method does not match the number of expected optionValues.
Main.ColorOptionHandler - Class in io.sf.carte.echosvg.apps.rasterizer
Base class for options which expect a Color optionValue.
Main.DoctypeHandler - Class in io.sf.carte.echosvg.apps.svgpp
To handle the '-doctype' option.
Main.DocWidthHandler - Class in io.sf.carte.echosvg.apps.svgpp
To handle the '-doc-width' option.
Main.FloatOptionHandler - Class in io.sf.carte.echosvg.apps.rasterizer
Base class for options which expect the single optionValue to be a float.
Main.NewlineHandler - Class in io.sf.carte.echosvg.apps.svgpp
To handle the '-newline' option.
Main.NoFormatHandler - Class in io.sf.carte.echosvg.apps.svgpp
To handle the '-no-format' option.
Main.NoValueOptionHandler - Class in io.sf.carte.echosvg.apps.rasterizer
Base class for options with no option value (i.e., the presence of the option means something in itself.
Main.OptionHandler - Interface in io.sf.carte.echosvg.apps.rasterizer
Interface for handling one command line option
Main.OptionHandler - Interface in io.sf.carte.echosvg.apps.svgpp
This interface represents an option handler.
Main.PublicIdHandler - Class in io.sf.carte.echosvg.apps.svgpp
To handle the '-public-id' option.
Main.RectangleOptionHandler - Class in io.sf.carte.echosvg.apps.rasterizer
Base class for options which expect a Rectangle optionValue.
Main.SingleValueOptionHandler - Class in io.sf.carte.echosvg.apps.rasterizer
Base class for options with a single option value.
Main.SystemIdHandler - Class in io.sf.carte.echosvg.apps.svgpp
To handle the '-system-id' option.
Main.TabWidthHandler - Class in io.sf.carte.echosvg.apps.svgpp
To handle the '-tab-width' option.
Main.TimeOptionHandler - Class in io.sf.carte.echosvg.apps.rasterizer
Base class for options which expect the single optionValue to be a time value.
Main.XMLDeclHandler - Class in io.sf.carte.echosvg.apps.svgpp
To handle the '-xml-decl' option.
mainAnimatedAttributeListener - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
The main AnimatedAttributeListener that redispatches to all listeners in SVGOMDocument.animatedAttributeListeners.
mainPropertiesChanged - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine.CSSNavigableDocumentHandler
Array to hold which properties have been changed by a call to setMainProperties.
makeBlockInfo(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
makeBounds(CachableRed, CachableRed) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.MultiplyAlphaRed
 
makeColorModel(CachableRed, SampleModel) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.FormatRed
 
makeContext() - Method in class io.sf.carte.echosvg.bridge.RhinoInterpreter.Factory
Creates a Context object for use with the interpreter.
makeConvexHull(Point2D.Float[], int) - Static method in class io.sf.carte.echosvg.bridge.GlyphLayout
 
makeLinear_sRGBCM(boolean) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Method that returns either Linear_sRGB_Pre or Linear_sRGB_UnPre based on premult flag.
makeLinearBufferedImage(int, int, boolean) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Constructs a BufferedImage with a linear sRGB colorModel, and alpha.
makeList(CachableRed, CachableRed) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.MultiplyAlphaRed
 
makeMarginInfo(Element) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
makeRasterWritable(Raster) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Coerces ras to be writable.
makeRasterWritable(Raster, int, int) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Coerces ras to be writable.
makeSampleModel(CachableRed, ColorModel) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.FormatRed
 
makeTile(int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
This is a helper function that will create the tile requested Including properly subsetting the bounds of the tile to the bounds of the current image.
malformed - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Whether the value is malformed.
malformed - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Whether the value is malformed.
malformed - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
Whether the attribute is malformed.
malformed - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
Whether the attribute is malformed.
malformed - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
Whether the attribute is malformed.
malformed - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue
Whether the attribute is malformed.
malformed - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
Whether the attribute is malformed.
managerData - Variable in class io.sf.carte.echosvg.dom.AbstractNode
The XBL manager data.
managerResumed(UpdateManagerEvent) - Method in class io.sf.carte.echosvg.bridge.UpdateManagerAdapter
Called when the manager was resumed.
managerResumed(UpdateManagerEvent) - Method in interface io.sf.carte.echosvg.bridge.UpdateManagerListener
Called when the manager was resumed.
managerResumed(UpdateManagerEvent) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane.ScrollListener
 
managerResumed(UpdateManagerEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when the manager was resumed.
managerStarted(UpdateManagerEvent) - Method in class io.sf.carte.echosvg.bridge.UpdateManagerAdapter
Called when the manager was started.
managerStarted(UpdateManagerEvent) - Method in interface io.sf.carte.echosvg.bridge.UpdateManagerListener
Called when the manager was started.
managerStarted(UpdateManagerEvent) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane.ScrollListener
 
managerStarted(UpdateManagerEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when the manager was started.
managerStopped(UpdateManagerEvent) - Method in class io.sf.carte.echosvg.bridge.UpdateManagerAdapter
Called when the manager was stopped.
managerStopped(UpdateManagerEvent) - Method in interface io.sf.carte.echosvg.bridge.UpdateManagerListener
Called when the manager was stopped.
managerStopped(UpdateManagerEvent) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane.ScrollListener
 
managerStopped(UpdateManagerEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when the manager was stopped.
managerSuspended(UpdateManagerEvent) - Method in class io.sf.carte.echosvg.bridge.UpdateManagerAdapter
Called when the manager was suspended.
managerSuspended(UpdateManagerEvent) - Method in interface io.sf.carte.echosvg.bridge.UpdateManagerListener
Called when the manager was suspended.
managerSuspended(UpdateManagerEvent) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane.ScrollListener
 
managerSuspended(UpdateManagerEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when the manager was suspended.
manageUpdates(ImageRenderer) - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Finishes the UpdateManager initialization.
map - Variable in class io.sf.carte.echosvg.util.SoftReferenceCache
The map of cached objects.
MAP_ENTRY_ARRAY - Static variable in class io.sf.carte.echosvg.anim.AnimationEngine
 
MAP_TOKEN - Static variable in class io.sf.carte.echosvg.swing.JSVGCanvas
This is used as the value in the toolTipDocs WeakHashMap.
mapCharCode(int) - Method in class io.sf.carte.echosvg.svggen.font.table.CmapFormat
 
mapCharCode(int) - Method in class io.sf.carte.echosvg.svggen.font.table.CmapFormat0
 
mapCharCode(int) - Method in class io.sf.carte.echosvg.svggen.font.table.CmapFormat2
 
mapCharCode(int) - Method in class io.sf.carte.echosvg.svggen.font.table.CmapFormat4
 
mapCharCode(int) - Method in class io.sf.carte.echosvg.svggen.font.table.CmapFormat6
 
mapKeyCode(int) - Method in class io.sf.carte.echosvg.bridge.BridgeEventSupport.Listener
The java KeyEvent keyCodes and the DOMKeyEvent keyCodes map except for the VK_ENTER code (which has a different value in DOM and the VK_KANA_LOCK and VK_INPUT_METHOD_ON_OFF which have no DOM equivalent.
mapKeyCodeToIdentifier(int) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeEventSupport.Listener
Convert a Java key code to a DOM 3 key string.
mapKeyLocation(int) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeEventSupport.Listener
Maps Java KeyEvent location numbers to DOM 3 location numbers.
margin - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
The margin.
MARGIN_BOTTOM_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVG12CSSEngine
 
MARGIN_LEFT_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVG12CSSEngine
 
MARGIN_RIGHT_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVG12CSSEngine
 
MARGIN_TOP_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVG12CSSEngine
 
MarginInfo - Class in io.sf.carte.echosvg.extension.svg
 
MarginInfo - Class in io.sf.carte.echosvg.gvt.flow
 
MarginInfo(float, float, float, float, float, int, boolean) - Constructor for class io.sf.carte.echosvg.extension.svg.MarginInfo
 
MarginInfo(float, float, float, float, float, int, float, boolean, boolean) - Constructor for class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
MarginInfo(float, int) - Constructor for class io.sf.carte.echosvg.extension.svg.MarginInfo
 
MarginInfo(float, int) - Constructor for class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
MarginLengthManager - Class in io.sf.carte.echosvg.css.engine.value.svg12
This class provides a factory for the 'margin-*' properties values.
MarginLengthManager(String) - Constructor for class io.sf.carte.echosvg.css.engine.value.svg12.MarginLengthManager
 
MarginShorthandManager - Class in io.sf.carte.echosvg.css.engine.value.svg12
This class represents an object which provide support for the 'margin' shorthand property.
MarginShorthandManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg12.MarginShorthandManager
 
mark - Variable in class io.sf.carte.echosvg.dom.events.EventListenerList.Entry
Flag used by getListeners.
mark(int) - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge.ProtectedStream
 
Mark - Interface in io.sf.carte.echosvg.bridge
Marker interface, mostly, that encapsulates information about a selection gesture.
MARK_ATTACHMENT_TYPE - Static variable in class io.sf.carte.echosvg.svggen.font.table.Lookup
 
markDirty() - Method in class io.sf.carte.echosvg.anim.AbstractAnimation
Marks this animation and any animation that depends on it as dirty.
Marker - Class in io.sf.carte.echosvg.gvt
A Marker describes a GraphicsNode with a reference point that can be used to position the Marker at a particular location and a particular policy for rotating the marker when drawing it.
Marker(GraphicsNode, Point2D, double) - Constructor for class io.sf.carte.echosvg.gvt.Marker
Constructs a new marker.
MARKER_END_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
MARKER_MID_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
MARKER_START_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
MARKER_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'marker' keyword.
markerBottom - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractZoomInteractor
The zoom marker bottom line.
MarkerBridge - Interface in io.sf.carte.echosvg.bridge
Factory class for vending Marker objects.
MarkerElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.MarkerElementFactory
 
markerHeight - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
The 'markerHeight' attribute value.
markerLeft - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractZoomInteractor
The zoom marker left line.
MarkerManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'marker-*' property values.
MarkerManager(String) - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.MarkerManager
Creates a new MarkerManager.
markerName - Variable in class io.sf.carte.echosvg.anim.timing.MediaMarkerTimingSpecifier
The media marker name.
markerNode - Variable in class io.sf.carte.echosvg.gvt.Marker
GraphicsNode this marker is associated to
markerRight - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractZoomInteractor
The zoom marker right line.
MarkerShapePainter - Class in io.sf.carte.echosvg.gvt
A shape painter that can be used to paint markers on a shape.
MarkerShapePainter(Shape) - Constructor for class io.sf.carte.echosvg.gvt.MarkerShapePainter
Constructs a new MarkerShapePainter that can be used to markers on top of a shape.
MarkerShorthandManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class represents an object which provide support for the 'marker' shorthand properties.
MarkerShorthandManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.MarkerShorthandManager
 
markerStroke - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractZoomInteractor
Used to draw marker
markerTop - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractZoomInteractor
The zoom marker top line.
markerUnits - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
The 'markerUnits' attribute value.
markerWidth - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
The 'markerWidth' attribute value.
markSupported() - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge.ProtectedStream
 
markSupported() - Method in class io.sf.carte.echosvg.util.Base64DecodeStream
 
maroon - Static variable in class io.sf.carte.echosvg.svggen.SVGColor
 
MAROON_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'maroon' RGB color.
MAROON_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'maroon' color name.
mask - Variable in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
The mask of this graphics node.
mask - Variable in class io.sf.carte.echosvg.gvt.filter.MaskRable8Bit
The node who's outline specifies our mask.
Mask - Interface in io.sf.carte.echosvg.gvt.filter
Implements a masking operation.
Mask - Interface in io.sf.carte.echosvg.gvt
Describes a mask.
MASK_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
MaskBridge - Interface in io.sf.carte.echosvg.bridge
Factory class for vending Mask objects.
maskContentUnits - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMMaskElement
The 'maskContentUnits' attribute value.
MaskElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.MaskElementFactory
 
MaskManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'mask' property values.
MaskManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.MaskManager
 
MaskRable8Bit - Class in io.sf.carte.echosvg.gvt.filter
MaskRable implementation
MaskRable8Bit(Filter, GraphicsNode, Rectangle2D) - Constructor for class io.sf.carte.echosvg.gvt.filter.MaskRable8Bit
 
masks - Variable in class io.sf.carte.echosvg.css.engine.StyleMap
To store the value masks.
maskUnits - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMMaskElement
The 'maskUnits' attribute value.
match(char) - Method in class io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache.Entry
Whether this entry match the given keys.
match(Object, Object, Object) - Method in class io.sf.carte.echosvg.dom.util.TriplyIndexedTable.Entry
Whether this entry matches the given keys.
match(String, String) - Method in class io.sf.carte.echosvg.dom.AbstractElement.Entry
Whether this entry match the given keys.
match(K, L) - Method in class io.sf.carte.echosvg.util.DoublyIndexedTable.Entry
Whether this entry match the given keys.
matches(String) - Method in class io.sf.carte.echosvg.dom.AbstractElement
Match the given selectors.
matchesFirstGlyph(int, char) - Method in class io.sf.carte.echosvg.gvt.font.Kern
Returns true if the specified glyph is one of the glyphs considered as first by this kerning entry.
matchesFirstGlyph(int, String) - Method in class io.sf.carte.echosvg.gvt.font.Kern
Returns true if the specified glyph is one of the glyphs considered as first by this kerning entry.
matchesSecondGlyph(int, char) - Method in class io.sf.carte.echosvg.gvt.font.Kern
Returns true if the specified glyph is one of the glyphs considered as second by this kerning entry.
matchesSecondGlyph(int, String) - Method in class io.sf.carte.echosvg.gvt.font.Kern
Returns true if the specified glyph is one of the glyphs considered as second by this kerning entry.
matchLastToolTipEvent(long, EventTarget) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Checks if the specified event time and element are the same as the last tool tip event.
matchSign(double, double) - Static method in class io.sf.carte.echosvg.ext.awt.geom.AbstractSegment
 
matchUserAgent(Element, UserAgent) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Tests whether or not the given element match a specified user agent.
matchUserLanguage(String, String) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Tests whether or not the specified language specification matches the user preferences.
MATHEMATICAL_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mathematical' keyword.
matrix(float, float, float, float, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
Sets the transform to be a matrix transform.
matrix(float, float, float, float, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.TransformListBuilder
matrix(float, float, float, float, float, float) - Method in class io.sf.carte.echosvg.parser.AWTTransformProducer
matrix(float, float, float, float, float, float) - Method in class io.sf.carte.echosvg.parser.DefaultFragmentIdentifierHandler
matrix(float, float, float, float, float, float) - Method in class io.sf.carte.echosvg.parser.DefaultTransformListHandler
matrix(float, float, float, float, float, float) - Method in interface io.sf.carte.echosvg.parser.TransformListHandler
Invoked when 'matrix(a, b, c, d, e, f)' has been parsed.
matrixTransform(SVGMatrix) - Method in class io.sf.carte.echosvg.dom.svg.SVGOMPoint
matrixTransform(SVGMatrix) - Method in class io.sf.carte.echosvg.dom.svg.SVGPointItem
matrixTransform(SVGMatrix) - Method in interface org.w3c.dom.svg.SVGPoint
 
matrixTransform(SVGPoint, SVGMatrix) - Static method in class io.sf.carte.echosvg.dom.svg.SVGOMPoint
Transforms an SVGPoint by an SVGMatrix and returns the new point.
max - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
The maximum active duration of this element.
MAX_EXCEPTION_COUNT - Static variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationTickRunnable
The maximum number of consecutive exceptions to allow before stopping the report of them.
maxHeight - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Maximum output image height.
MAXIMUM_QUALITY - Static variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Maximum quality value
maxMedia - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
Whether the max value was specified as 'media'.
maxp - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
MaxpTable - Class in io.sf.carte.echosvg.svggen.font.table
 
MaxpTable(DirectoryEntry, RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.MaxpTable
 
maxTime(float, float) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns the maximum of two time values.
maxWidth - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Maximum output image width.
maxX() - Method in class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
maxX() - Method in class io.sf.carte.echosvg.ext.awt.geom.Linear
 
maxX() - Method in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
 
maxX() - Method in interface io.sf.carte.echosvg.ext.awt.geom.Segment
 
maxY() - Method in class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
maxY() - Method in class io.sf.carte.echosvg.ext.awt.geom.Linear
 
maxY() - Method in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
 
maxY() - Method in interface io.sf.carte.echosvg.ext.awt.geom.Segment
 
maybeReverse(boolean) - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
 
maybeReverse(boolean) - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Reverse (and optionally mirror) glyphs if not already reversed.
maybeReverse(boolean) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
 
maybeReverse(boolean) - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Reverse (and optionally mirror) glyphs if not already reversed.
maybeReverse(boolean) - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
 
maybeReverse(boolean) - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
 
maybeReverseGlyphs(boolean) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter.TextRun
 
media - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The media to use to cascade properties.
media - Variable in class io.sf.carte.echosvg.css.engine.StyleSheet
The media to use to cascade properties.
mediaElement - Variable in class io.sf.carte.echosvg.anim.timing.MediaMarkerTimingSpecifier
The media element.
mediaList - Variable in class io.sf.carte.echosvg.css.engine.MediaRule
The media list.
mediaList - Variable in class io.sf.carte.echosvg.util.gui.CSSMediaPanel
The list that represents the CSS media.
MediaListDataListener() - Constructor for class io.sf.carte.echosvg.util.gui.CSSMediaPanel.MediaListDataListener
 
MediaListSelectionListener() - Constructor for class io.sf.carte.echosvg.util.gui.CSSMediaPanel.MediaListSelectionListener
 
mediaMarker(String, String) - Method in class io.sf.carte.echosvg.anim.timing.TimingSpecifierListProducer
Invoked when a media marker value timing specifier is parsed.
mediaMarker(String, String) - Method in class io.sf.carte.echosvg.parser.DefaultTimingSpecifierHandler
Invoked when a media marker value timing specifier is parsed.
mediaMarker(String, String) - Method in interface io.sf.carte.echosvg.parser.TimingSpecifierHandler
Invoked when a media marker value timing specifier is parsed.
MediaMarkerTimingSpecifier - Class in io.sf.carte.echosvg.anim.timing
A class to handle media marker SMIL timing specifiers.
MediaMarkerTimingSpecifier(TimedElement, boolean, String, String) - Constructor for class io.sf.carte.echosvg.anim.timing.MediaMarkerTimingSpecifier
Creates a new MediaMarkerTimingSpecifier object.
mediaMatch(MediaQueryList) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Whether the given media list matches the media list of this CSSEngine object.
MediaRule - Class in io.sf.carte.echosvg.css.engine
This class represents a @media CSS rule.
MediaRule() - Constructor for class io.sf.carte.echosvg.css.engine.MediaRule
 
mediaType - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Media type for which the SVG image should be rendered
medium - Variable in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.AddMediumDialog
The new medium.
MEDIUM - Static variable in class io.sf.carte.echosvg.svggen.SVGFont
 
MEDIUM_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'medium' keyword.
MEDIUMAQUAMARINE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mediumaquamarine' RGB color.
MEDIUMAQUAMARINE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mediumaquamarine' color name.
MEDIUMBLUE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mediumblue' RGB color.
MEDIUMBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mediumblue' color name.
MEDIUMORCHID_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mediumorchid' RGB color.
MEDIUMORCHID_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mediumorchid' color name.
MEDIUMPURPLE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mediumpurple' RGB color.
MEDIUMPURPLE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mediumpurple' color name.
MEDIUMSEAGREEN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mediumseagreen' RGB color.
MEDIUMSEAGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mediumseagreen' color name.
MEDIUMSLATEBLUE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mediumslateblue' RGB color.
MEDIUMSLATEBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mediumslateblue' color name.
MEDIUMSPRINGGREEN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mediumspringgreen' RGB color.
MEDIUMSPRINGGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mediumspringgreen' color name.
MEDIUMTURQUOISE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mediumturquoise' RGB color.
MEDIUMTURQUOISE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mediumturquoise' color name.
MEDIUMVIOLETRED_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mediumvioletred' RGB color.
MEDIUMVIOLETRED_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mediumvioletred' color name.
meet - Variable in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
 
meet() - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when 'meet' has been parsed.
meet() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'meet' has been parsed.
meet() - Method in class io.sf.carte.echosvg.parser.DefaultPreserveAspectRatioHandler
meet() - Method in interface io.sf.carte.echosvg.parser.PreserveAspectRatioHandler
Invoked when 'meet' has been parsed.
MEET_OR_SLICE_VALUES - Static variable in class io.sf.carte.echosvg.anim.values.AnimatablePreserveAspectRatioValue
Strings for the 'meet-or-slice' values.
MEET_OR_SLICE_VALUES - Static variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio
Strings for the 'meet-or-slice' values.
meetOrSlice - Variable in class io.sf.carte.echosvg.anim.values.AnimatablePreserveAspectRatioValue
The meet-or-slice value.
meetOrSlice - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory
The parsed 'meetOrSlice' value.
meetOrSlice - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio
meetOrSlice property by default the value is SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET;
meetOrSlice - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
 
MemoryMonitor - Class in io.sf.carte.echosvg.util.gui
This class contains a collection of components that can be used to track and display the memory usage.
MemoryMonitor() - Constructor for class io.sf.carte.echosvg.util.gui.MemoryMonitor
Creates a new memory monitor frame.
MemoryMonitor(long) - Constructor for class io.sf.carte.echosvg.util.gui.MemoryMonitor
Creates a new memory monitor frame.
MemoryMonitor.CloseButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'Close' button of the memory monitor.
MemoryMonitor.CollectButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'Collect' button of the memory monitor.
MemoryMonitor.History - Class in io.sf.carte.echosvg.util.gui
Displays the memory usage history in a chart.
MemoryMonitor.MemoryChangeListener - Interface in io.sf.carte.echosvg.util.gui
This interface allows the RepaintThread to notify an object that the current memory state has changed.
MemoryMonitor.Panel - Class in io.sf.carte.echosvg.util.gui
A panel composed of a Usage instance and a History instance.
MemoryMonitor.RepaintThread - Class in io.sf.carte.echosvg.util.gui
This thread repaints a list of components.
MemoryMonitor.RepaintThread.UpdateRunnable - Class in io.sf.carte.echosvg.util.gui
 
MemoryMonitor.Usage - Class in io.sf.carte.echosvg.util.gui
Displays the current memory usage.
memoryStateChanged(long, long) - Method in class io.sf.carte.echosvg.util.gui.MemoryMonitor.History
Indicates that the memory state has changed.
memoryStateChanged(long, long) - Method in interface io.sf.carte.echosvg.util.gui.MemoryMonitor.MemoryChangeListener
Indicates that the memory state has changed.
memoryStateChanged(long, long) - Method in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
Indicates that the memory state has changed.
MENU_HIGHLIGHT_BG_COLOR - Static variable in class io.sf.carte.echosvg.util.gui.DropDownComponent.DefaultScrollablePopupMenuItem
The selected item background color.
MENU_HIGHLIGHT_FG_COLOR - Static variable in class io.sf.carte.echosvg.util.gui.DropDownComponent.DefaultScrollablePopupMenuItem
The selected item foreground color.
MENU_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'MENU' color name.
MenuFactory - Class in io.sf.carte.echosvg.util.gui.resource
This class represents a menu factory which builds menubars and menus from the content of a resource file.
MenuFactory(ResourceBundle, ActionMap) - Constructor for class io.sf.carte.echosvg.util.gui.resource.MenuFactory
Creates a new menu factory
MENUITEM_BG_COLOR - Static variable in class io.sf.carte.echosvg.util.gui.DropDownComponent.DefaultScrollablePopupMenuItem
The item background color.
MENUITEM_FG_COLOR - Static variable in class io.sf.carte.echosvg.util.gui.DropDownComponent.DefaultScrollablePopupMenuItem
The item foreground color.
MENUTEXT_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'MENUTEXT' color name.
mergeAreas(GeneralPath, Area[], int) - Static method in class io.sf.carte.echosvg.bridge.GlyphLayout
 
mergeArrays(ShorthandManager[], ShorthandManager[]) - Static method in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
Merges the given arrays.
mergeArrays(ValueManager[], ValueManager[]) - Static method in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
Merges the given arrays.
mergeGlyphGroups(WordInfo) - Method in class io.sf.carte.echosvg.gvt.flow.LineInfo
This function merges the glyph groups from wi into the glyph groups that are already on this line.
MERGEPAINT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
mergeRects(int, int) - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
 
message - Variable in exception class io.sf.carte.echosvg.anim.AnimationException
The message.
message - Variable in exception class io.sf.carte.echosvg.bridge.BridgeException
The message.
message - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentError
The error message.
MESSAGE_ABOUT_TO_TRANSCODE - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
MESSAGE_ABOUT_TO_TRANSCODE_SOURCE - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
MESSAGE_CONVERSION_FAILED - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
MESSAGE_CONVERSION_SUCCESS - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
 
Messages - Class in io.sf.carte.echosvg.apps.rasterizer
This class manages the message for the bridge module.
Messages - Class in io.sf.carte.echosvg.bridge
This class manages the message for the bridge module.
Messages - Class in io.sf.carte.echosvg.css.engine
This class manages the message for the css.engine module.
Messages - Class in io.sf.carte.echosvg.css.engine.value
This class manages the message for the css.engine.value module.
Messages - Class in io.sf.carte.echosvg.ext.awt.image.spi
Localized messages.
Messages - Class in io.sf.carte.echosvg.ext.swing
This class manages the message for the Swing extensions.
Messages - Class in io.sf.carte.echosvg.script.rhino
This class manages the message for the Rhino interpreter
Messages - Class in io.sf.carte.echosvg.svggen.font
This class manages the message for the bridge module.
Messages - Class in io.sf.carte.echosvg.swing
This class manages the message for the test.svg module.
Messages - Class in io.sf.carte.echosvg.swing.svg
This class manages the message for the css.engine module.
Messages - Class in io.sf.carte.echosvg.transcoder.image.resources
This class manages the message for the image transcoder module.
Messages - Class in io.sf.carte.echosvg.util.io
This class manages the message for the IO utilities classes.
Messages - Class in io.sf.carte.echosvg.util
This class manages the message for the security utilities
Messages - Class in io.sf.carte.echosvg.util.resources
This class manages the message for the utilities classes.
Messages() - Constructor for class io.sf.carte.echosvg.apps.rasterizer.Messages
This class does not need to be instantiated.
Messages() - Constructor for class io.sf.carte.echosvg.bridge.Messages
This class does not need to be instantiated.
Messages() - Constructor for class io.sf.carte.echosvg.css.engine.Messages
This class does not need to be instantiated.
Messages() - Constructor for class io.sf.carte.echosvg.css.engine.value.Messages
This class does not need to be instantiated.
Messages() - Constructor for class io.sf.carte.echosvg.ext.swing.Messages
This class does not need to be instantiated.
Messages() - Constructor for class io.sf.carte.echosvg.script.rhino.Messages
This class does not need to be instantiated.
Messages() - Constructor for class io.sf.carte.echosvg.svggen.font.Messages
This class does not need to be instantiated.
Messages() - Constructor for class io.sf.carte.echosvg.swing.Messages
This class does not need to be instantiated.
Messages() - Constructor for class io.sf.carte.echosvg.swing.svg.Messages
This class does not need to be instantiated.
Messages() - Constructor for class io.sf.carte.echosvg.transcoder.image.resources.Messages
This class does not need to be instantiated.
Messages() - Constructor for class io.sf.carte.echosvg.util.io.Messages
This class does not need to be instantiated.
Messages() - Constructor for class io.sf.carte.echosvg.util.Messages
This class does not need to be instantiated.
Messages() - Constructor for class io.sf.carte.echosvg.util.resources.Messages
This class does not need to be instantiated.
META_ALDUS_APM - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_ANIMATEPALETTE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_ARC - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_BITBLT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_BLACKNESS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
new constant for PATBLT.
META_CHARSET_ANSI - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
ANSI charset WMF ID.
META_CHARSET_ARABIC - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
ARABIC charset WMF ID.
META_CHARSET_CHINESEBIG5 - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
CHINESEBIG5 charset WMF ID.
META_CHARSET_DEFAULT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
DEFAULT charset WMF ID.
META_CHARSET_EASTEUROPE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
EASTEUROPE charset WMF ID.
META_CHARSET_GB2312 - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
GB2312 charset WMF ID.
META_CHARSET_GREEK - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
GREEK charset WMF ID.
META_CHARSET_HANGUL - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
HANGUL charset WMF ID.
META_CHARSET_HEBREW - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
HEBREW charset WMF ID.
META_CHARSET_JOHAB - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
JOHAB charset WMF ID.
META_CHARSET_OEM - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
OEM charset WMF ID.
META_CHARSET_RUSSIAN - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
RUSSIAN (CYRILLIC) charset WMF ID.
META_CHARSET_SHIFTJIS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
SHIFTJIS charset WMF ID.
META_CHARSET_SYMBOL - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
SYMBOL charset WMF ID.
META_CHARSET_THAI - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
THAI charset WMF ID.
META_CHARSET_TURKISH - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
TURKISH charset WMF ID.
META_CHARSET_VIETNAMESE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
VIETNAMESE charset WMF ID.
META_CHORD - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_CREATEBITMAP - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_CREATEBITMAPINDIRECT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_CREATEBRUSH - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_CREATEBRUSHINDIRECT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_CREATEFONTINDIRECT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_CREATEPALETTE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_CREATEPATTERNBRUSH - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_CREATEPENINDIRECT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_CREATEREGION - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_DELETEOBJECT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_DIBBITBLT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_DIBCREATEPATTERNBRUSH - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_DIBSTRETCHBLT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_DRAWTEXT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_DSTINVERT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
new constant for PATBLT.
META_ELLIPSE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_ESCAPE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_EXCLUDECLIPRECT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_EXTFLOODFILL - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_EXTTEXTOUT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_FILLREGION - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_FLOODFILL - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_FRAMEREGION - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_INTERSECTCLIPRECT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_INVERTREGION - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_LINETO - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_MASK - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
The meta key modifier constant.
META_MOVETO - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_OBJ_ANSI_FIXED_FONT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_OBJ_ANSI_VAR_FONT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_OBJ_BLACK_BRUSH - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_OBJ_BLACK_PEN - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_OBJ_DEFAULT_PALETTE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_OBJ_DEVICE_DEFAULT_FONT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_OBJ_DKGRAY_BRUSH - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_OBJ_GRAY_BRUSH - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_OBJ_HOLLOW_BRUSH - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_OBJ_LTGRAY_BRUSH - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_OBJ_NULL_BRUSH - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_OBJ_NULL_PEN - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_OBJ_OEM_FIXED_FONT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_OBJ_SYSTEM_FIXED_FONT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_OBJ_SYSTEM_FONT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_OBJ_WHITE_BRUSH - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_OBJ_WHITE_PEN - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_OFFSETCLIPRGN - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_OFFSETVIEWPORTORG - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_OFFSETWINDOWORG - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_PAINTREGION - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_PATBLT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_PATCOPY - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
new constant for PATBLT.
META_PATINVERT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
new constant for PATBLT.
META_PIE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_POLYBEZIER16 - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_POLYGON - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_POLYLINE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_POLYPOLYGON - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_PS_DASH - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_PS_DASHDOT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_PS_DASHDOTDOT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_PS_DOT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_PS_INSIDEFRAME - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_PS_NULL - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_PS_SOLID - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_REALIZEPALETTE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_RECTANGLE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_RESIZEPALETTE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_RESTOREDC - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_ROUNDRECT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SAVEDC - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SCALEVIEWPORTEXT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SCALEWINDOWEXT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SELECTCLIPREGION - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SELECTOBJECT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SELECTPALETTE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SETBKCOLOR - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SETBKMODE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SETDIBTODEV - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SETLAYOUT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SETMAPMODE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SETMAPPERFLAGS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SETPALENTRIES - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SETPIXEL - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SETPOLYFILLMODE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SETRELABS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SETROP2 - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SETSTRETCHBLTMODE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SETTEXTALIGN - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SETTEXTCHAREXTRA - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SETTEXTCOLOR - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SETTEXTJUSTIFICATION - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SETVIEWPORTEXT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SETVIEWPORTORG - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SETWINDOWEXT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SETWINDOWORG - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_SETWINDOWORG_EX - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_STRETCHBLT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_STRETCHDIB - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_TEXTOUT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
META_WHITENESS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
new constant for PATBLT.
MetadataElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.MetadataElementFactory
 
metaKey - Variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
MetaRecord - Class in io.sf.carte.echosvg.transcoder.wmf.tosvg
This is used to keep data while processing WMF-files.
MetaRecord() - Constructor for class io.sf.carte.echosvg.transcoder.wmf.tosvg.MetaRecord
 
MetaRecord.ByteRecord - Class in io.sf.carte.echosvg.transcoder.wmf.tosvg
A record that contain byte arrays elements.
MetaRecord.StringRecord - Class in io.sf.carte.echosvg.transcoder.wmf.tosvg
 
method - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextPathElement
The 'method' attribute value.
METHOD_VALUES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextPathElement
The 'method' attribute values.
MIDDLE - Static variable in class io.sf.carte.echosvg.bridge.TextNode.Anchor
The anchor which enables the rendered characters to be aligned such that the middle of the text string is at the initial current text location.
MIDDLE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'middle' keyword.
middleMarker - Variable in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Middle Marker
MIDNIGHTBLUE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'midnightblue' RGB color.
MIDNIGHTBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'midnightblue' color name.
MIME_TYPES_SVG - Static variable in interface io.sf.carte.echosvg.util.MimeTypeConstants
 
MIME_TYPES_SVG_LIST - Static variable in interface io.sf.carte.echosvg.util.MimeTypeConstants
 
MimeTypeConstants - Interface in io.sf.carte.echosvg.util
This interface defines constants for Various Mime Types
mimeTypeMap - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Static map containing all the mime types understood by the rasterizer
min - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
The minimum active duration of this element.
minMedia - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
Whether the min value was specified as 'media'.
minRepaintTime - Variable in class io.sf.carte.echosvg.bridge.UpdateManager
The current minRepaintTime
MINTCREAM_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mintcream' RGB color.
MINTCREAM_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mintcream' color name.
minTileX - Variable in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
minTileY - Variable in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
minTime(float, float) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns the minimum of two time values.
minusTime(float, float) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Subtracts one simple time from another.
minX() - Method in class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
minX() - Method in class io.sf.carte.echosvg.ext.awt.geom.Linear
 
minX() - Method in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
 
minX() - Method in interface io.sf.carte.echosvg.ext.awt.geom.Segment
 
minY() - Method in class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
minY() - Method in class io.sf.carte.echosvg.ext.awt.geom.Linear
 
minY() - Method in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
 
minY() - Method in interface io.sf.carte.echosvg.ext.awt.geom.Segment
 
mirrorChar(int) - Static method in class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
 
missing - Variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength.BaseSVGLength
Whether the attribute is missing.
missing - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Whether the value is missing.
missing - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Whether the value is missing.
missing - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
Whether the attribute is missing.
MissingGlyphElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.MissingGlyphElementFactory
 
MissingListenerException - Exception Class in io.sf.carte.echosvg.util.gui.resource
Signals a missing listener
MissingListenerException(String, String, String) - Constructor for exception class io.sf.carte.echosvg.util.gui.resource.MissingListenerException
Constructs a MissingListenerException with the specified information.
MISTYROSE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mistyrose' RGB color.
MISTYROSE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'mistyrose' color name.
MITER_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'miter' keyword.
mm() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.LengthListBuilder
Implements LengthHandler.mm().
mm() - Method in class io.sf.carte.echosvg.parser.DefaultLengthHandler
Implements LengthHandler.mm().
mm() - Method in class io.sf.carte.echosvg.parser.LengthArrayProducer
Implements LengthHandler.mm().
mm() - Method in interface io.sf.carte.echosvg.parser.LengthHandler
Invoked when 'mm' has been parsed.
mm() - Method in class io.sf.carte.echosvg.parser.UnitProcessor.UnitResolver
Implements LengthHandler.mm().
MM_ANISOTROPIC - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
MM_HIENGLISH - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
MM_HIMETRIC - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
MM_HITWIPS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
MM_ISOTROPIC - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
MM_LOENGLISH - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
MM_LOMETRIC - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
MM_PER_PIXEL - Static variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
MM_TEXT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
MMFX - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
MMSD - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
MOCCASIN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'moccasin' RGB color.
MOCCASIN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'moccasin' color name.
modCount - Variable in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
The number of times the children list has been structurally modified.
mode - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEBlendElement
The 'mode' attribute value.
MODE_REPLICATE - Static variable in class io.sf.carte.echosvg.ext.awt.image.PadMode
Pad edges by replicating edge pixels
MODE_VALUES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEBlendElement
The 'mode' attribute values.
MODE_WRAP - Static variable in class io.sf.carte.echosvg.ext.awt.image.PadMode
Pad edges by wrapping around edge pixels
MODE_ZERO_PAD - Static variable in class io.sf.carte.echosvg.ext.awt.image.PadMode
Pad edges with zeros
MODIFIER_STRINGS - Static variable in class io.sf.carte.echosvg.dom.util.DOMUtilities
String constants representing DOM modifier strings for various all shift modifier combinations.
modifierKeys - Variable in class io.sf.carte.echosvg.dom.events.DOMKeyboardEvent
The modifier keys in effect at the time of the event.
modifierKeys - Variable in class io.sf.carte.echosvg.dom.events.DOMMouseEvent
The modifier keys in effect at the time of the event.
MONOSPACE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'monospaced' keyword.
MORE_COMPONENTS - Static variable in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
MorphologyOp - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This class provides an implementation for the SVG feMorphology filter, as defined in Chapter 15, section 20 of the SVG specification.
MorphologyOp(int, int, boolean) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.MorphologyOp
 
MorphologyRable - Interface in io.sf.carte.echosvg.ext.awt.image.renderable
Implements a Morphology operation, where the kernel size is defined by radius along the x and y axis.
MorphologyRable8Bit - Class in io.sf.carte.echosvg.ext.awt.image.renderable
Implements a Morphology operation, where the kernel size is defined by radius along the x and y axis.
MorphologyRable8Bit(Filter, double, double, boolean) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.MorphologyRable8Bit
 
MotionAnimation - Class in io.sf.carte.echosvg.anim
An animation class for 'animateMotion' animations.
MotionAnimation(TimedElement, AnimatableElement, int, float[], float[], boolean, boolean, AnimatableValue[], AnimatableValue, AnimatableValue, AnimatableValue, ExtendedGeneralPath, float[], boolean, boolean, float, short) - Constructor for class io.sf.carte.echosvg.anim.MotionAnimation
Creates a new MotionAnimation.
motionTransform - Variable in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
Supplemental transformation due to motion animation.
motionTransform - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
Supplemental transformation due to motion animation.
MOUSE_CLICKED - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseEvent
The id for the "mouseClicked" event.
MOUSE_DRAGGED - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseEvent
The id for the "mouseDragged" event.
MOUSE_ENTERED - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseEvent
The id for the "mouseEntered" event.
MOUSE_EVENT_DOM2_TYPE - Static variable in class io.sf.carte.echosvg.dom.events.DocumentEventSupport
The MouseEvent type.
MOUSE_EVENT_TYPE - Static variable in class io.sf.carte.echosvg.dom.events.DocumentEventSupport
The MouseEvent type.
MOUSE_EXITED - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseEvent
The id for the "mouseExited" event.
MOUSE_MOVED - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseEvent
The id for the "mouseMoved" event.
MOUSE_PRESSED - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseEvent
The id for the "mousePressed" event.
MOUSE_RELEASED - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseEvent
The id for the "mouseReleased" event.
MOUSE_WHEEL - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseWheelEvent
The id for the "mouseWheelMoved" event.
mouseCaptureAutoRelease - Variable in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext
Whether the mouse capture will be released on mouse up.
mouseCaptureSendAll - Variable in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext
Whether the mouse capture event target will receive events that do not intersect with its geometry.
mouseCaptureTarget - Variable in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext
The EventTarget that has the mouse capture.
mouseClicked(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.bridge.BridgeEventSupport.Listener
 
mouseClicked(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.bridge.ConcreteTextSelector
 
mouseClicked(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseAdapter
 
mouseClicked(GraphicsNodeMouseEvent) - Method in interface io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseListener
Invoked when the mouse has been clicked on a graphics node.
mouseClicked(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager.MouseListener
 
mouseClicked(MouseEvent) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event down to the GVT tree.
mouseClicked(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractResetTransformInteractor
Invoked when the mouse has been clicked on a component.
mouseClicked(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.InteractorAdapter
Invoked when the mouse has been clicked on a component.
mouseClicked(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Invoked when the mouse has been clicked on a component.
mouseclickListener - Variable in class io.sf.carte.echosvg.bridge.FocusManager
The EventListener that tracks 'mouseclick' events.
MouseClickTracker() - Constructor for class io.sf.carte.echosvg.bridge.FocusManager.MouseClickTracker
 
MouseClickTracker() - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12FocusManager.MouseClickTracker
 
mousedownListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The mousedown event listener.
mouseDragged(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.bridge.BridgeEventSupport.Listener
 
mouseDragged(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.bridge.ConcreteTextSelector
 
mouseDragged(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseAdapter
 
mouseDragged(GraphicsNodeMouseEvent) - Method in interface io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseListener
Invoked when a mouse button is pressed on a graphics node and then dragged.
mouseDragged(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager.MouseListener
 
mouseDragged(MouseEvent) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event down to the GVT tree.
mouseDragged(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractImageZoomInteractor
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractPanInteractor
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractResetTransformInteractor
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractRotateInteractor
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractZoomInteractor
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.InteractorAdapter
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Invoked when a mouse button is pressed on a component and then dragged.
mouseEntered(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.bridge.BridgeEventSupport.Listener
 
mouseEntered(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.bridge.ConcreteTextSelector
 
mouseEntered(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeEventSupport.Listener
 
mouseEntered(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseAdapter
 
mouseEntered(GraphicsNodeMouseEvent) - Method in interface io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseListener
Invoked when the mouse enters a graphics node.
mouseEntered(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager.MouseListener
 
mouseEntered(MouseEvent) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event down to the GVT tree.
mouseEntered(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractResetTransformInteractor
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.InteractorAdapter
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class io.sf.carte.echosvg.util.gui.resource.JToolbarButton.MouseListener
 
mouseEntered(MouseEvent) - Method in class io.sf.carte.echosvg.util.gui.resource.JToolbarToggleButton.MouseListener
 
MouseEventFactory() - Constructor for class io.sf.carte.echosvg.dom.events.DocumentEventSupport.MouseEventFactory
 
mouseExited(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.bridge.BridgeEventSupport.Listener
 
mouseExited(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.bridge.ConcreteTextSelector
 
mouseExited(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeEventSupport.Listener
 
mouseExited(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseAdapter
 
mouseExited(GraphicsNodeMouseEvent) - Method in interface io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseListener
Invoked when the mouse exits a graphics node.
mouseExited(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager.MouseListener
 
mouseExited(MouseEvent) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event down to the GVT tree.
mouseExited(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractPanInteractor
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractResetTransformInteractor
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractRotateInteractor
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractZoomInteractor
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.InteractorAdapter
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class io.sf.carte.echosvg.util.gui.resource.JToolbarButton.MouseListener
 
mouseExited(MouseEvent) - Method in class io.sf.carte.echosvg.util.gui.resource.JToolbarToggleButton.MouseListener
 
mouseListener - Variable in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
The mouse listener.
MouseListener() - Constructor for class io.sf.carte.echosvg.swing.gvt.TextSelectionManager.MouseListener
 
MouseListener() - Constructor for class io.sf.carte.echosvg.util.gui.resource.JToolbarButton.MouseListener
 
MouseListener() - Constructor for class io.sf.carte.echosvg.util.gui.resource.JToolbarToggleButton.MouseListener
 
mouseMoved(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.bridge.BridgeEventSupport.Listener
 
mouseMoved(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.bridge.ConcreteTextSelector
 
mouseMoved(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeEventSupport.Listener
 
mouseMoved(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseAdapter
 
mouseMoved(GraphicsNodeMouseEvent) - Method in interface io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseListener
Invoked when the mouse button has been moved on a node.
mouseMoved(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager.MouseListener
 
mouseMoved(MouseEvent) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event down to the GVT tree.
mouseMoved(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractResetTransformInteractor
Invoked when the mouse button has been moved on a component (with no buttons no down).
mouseMoved(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.InteractorAdapter
Invoked when the mouse button has been moved on a component (with no buttons no down).
mouseMoved(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Invoked when the mouse button has been moved on a component (with no buttons no down).
mouseMoved(MouseEvent) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas.LocationListener
 
mousemoveListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The mousemove event listener.
MouseOutDefaultActionable(SVGAElement, UserAgent, SVGAElementBridge.CursorHolder) - Constructor for class io.sf.carte.echosvg.bridge.SVGAElementBridge.MouseOutDefaultActionable
 
mouseoutListener - Variable in class io.sf.carte.echosvg.bridge.FocusManager
The EventListener that tracks 'mouseout' events.
mouseoutListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The mouseout event listener.
MouseOutTracker() - Constructor for class io.sf.carte.echosvg.bridge.FocusManager.MouseOutTracker
 
MouseOutTracker() - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12FocusManager.MouseOutTracker
 
MouseOverDefaultActionable(Element, SVGAElement, UserAgent, SVGAElementBridge.CursorHolder) - Constructor for class io.sf.carte.echosvg.bridge.SVGAElementBridge.MouseOverDefaultActionable
 
mouseoverListener - Variable in class io.sf.carte.echosvg.bridge.FocusManager
The EventListener that tracks 'mouseover' events.
mouseoverListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The mouseover event listener.
MouseOverTracker() - Constructor for class io.sf.carte.echosvg.bridge.FocusManager.MouseOverTracker
 
MouseOverTracker() - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12FocusManager.MouseOverTracker
 
mousePressed(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.bridge.BridgeEventSupport.Listener
 
mousePressed(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.bridge.ConcreteTextSelector
 
mousePressed(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseAdapter
 
mousePressed(GraphicsNodeMouseEvent) - Method in interface io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseListener
Invoked when a mouse button has been pressed on a graphics node.
mousePressed(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager.MouseListener
 
mousePressed(MouseEvent) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event down to the GVT tree.
mousePressed(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractImageZoomInteractor
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractPanInteractor
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractResetTransformInteractor
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractRotateInteractor
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractZoomInteractor
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.InteractorAdapter
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Invoked when a mouse button has been pressed on a component.
mouseReleased(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.bridge.BridgeEventSupport.Listener
 
mouseReleased(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.bridge.ConcreteTextSelector
 
mouseReleased(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseAdapter
 
mouseReleased(GraphicsNodeMouseEvent) - Method in interface io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseListener
Invoked when a mouse button has been released on a graphics node.
mouseReleased(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager.MouseListener
 
mouseReleased(MouseEvent) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event down to the GVT tree.
mouseReleased(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractImageZoomInteractor
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractPanInteractor
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractResetTransformInteractor
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractRotateInteractor
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractZoomInteractor
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.InteractorAdapter
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Invoked when a mouse button has been released on a component.
mouseupListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The mouseup event listener.
mouseWheelMoved(GraphicsNodeMouseWheelEvent) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeEventSupport.Listener
 
mouseWheelMoved(GraphicsNodeMouseWheelEvent) - Method in interface io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseWheelListener
Invoked when the mouse wheel has been moved.
mouseWheelMoved(MouseWheelEvent) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse wheel event down to the GVT tree.
mouseWheelMoved(MouseWheelEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Invoked when the mouse wheel has been scrolled.
mouseWheelMoved(MouseWheelEvent) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane.WheelListener
 
MOVE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'move' keyword.
moveDone - Variable in class io.sf.carte.echosvg.ext.awt.geom.PathLength.SingleSegmentPathIterator
Whether the generated move command has been returned.
moveEventListeners(EventSupport) - Method in class io.sf.carte.echosvg.anim.dom.XBLEventSupport
Moves all of the event listeners from this EventSupport object to the given EventSupport object.
moveEventListeners(EventSupport) - Method in class io.sf.carte.echosvg.dom.events.EventSupport
Moves all of the event listeners from this EventSupport object to the given EventSupport object.
moveTo(float, float) - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
movetoAbs(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
movetoAbs(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
movetoAbs(float, float) - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
movetoAbs(float, float) - Method in class io.sf.carte.echosvg.parser.DefaultPathHandler
movetoAbs(float, float) - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
movetoAbs(float, float) - Method in interface io.sf.carte.echosvg.parser.PathHandler
Invoked when an absolute moveto command has been parsed.
moveToBottom(AbstractAnimation) - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Moves the given animation to the bottom of the sandwich.
movetoRel(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
movetoRel(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
movetoRel(float, float) - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
movetoRel(float, float) - Method in class io.sf.carte.echosvg.parser.DefaultPathHandler
movetoRel(float, float) - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
movetoRel(float, float) - Method in interface io.sf.carte.echosvg.parser.PathHandler
Invoked when a relative moveto command has been parsed.
moveToTop(AbstractAnimation) - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Moves the given animation to the top of the sandwich.
MpathElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.MpathElementFactory
 
msg - Variable in class io.sf.carte.echosvg.util.gui.JErrorPane
The error message.
mtHeaderSize - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
mtMaxRecord - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
mtNoObjects - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
mtNoParameters - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
mtSize - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
mtType - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
mtVersion - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
mult_BYTE_COMP_Data(WritableRaster) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
 
mult_INT_PACK_Data(WritableRaster) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
 
MultiGlyphVector - Class in io.sf.carte.echosvg.gvt.font
 
MultiGlyphVector(List<GVTGlyphVector>) - Constructor for class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
 
MultiImageElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.MultiImageElementFactory
 
MultiImageElementViewport(float, float) - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVGMultiImageElementBridge.MultiImageElementViewport
Constructs a new viewport with the specified SVGSVGElement.
MultipleGradientPaint - Class in io.sf.carte.echosvg.ext.awt
This is the superclass for Paints which use a multiple color gradient to fill in their raster.
MultipleGradientPaint(float[], Color[], MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum, AffineTransform) - Constructor for class io.sf.carte.echosvg.ext.awt.MultipleGradientPaint
Superclass constructor, typical user should never have to call this.
MultipleGradientPaint.ColorSpaceEnum - Class in io.sf.carte.echosvg.ext.awt
Inner class to allow for typesafe enumerated ColorSpace values.
MultipleGradientPaint.CycleMethodEnum - Class in io.sf.carte.echosvg.ext.awt
Inner class to allow for typesafe enumerated CycleMethod values.
multiply(SVGMatrix) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
multiply(SVGMatrix) - Method in interface org.w3c.dom.svg.SVGMatrix
 
MULTIPLY - Static variable in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
FeBlend Multiply rule.
MULTIPLY - Static variable in class io.sf.carte.echosvg.ext.awt.image.SVGComposite
 
multiplyAlpha(WritableRaster) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
 
MultiplyAlphaRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This implements a masking operation by multiply the alpha channel of one image by a luminance image (the mask).
MultiplyAlphaRed(CachableRed, CachableRed) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.MultiplyAlphaRed
Multiply the alpha of one image with a mask image.
multiplyTime(float, float) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Multiplies one simple time by n.
MultiResGraphicsNode - Class in io.sf.carte.echosvg.bridge
RasterRable This is used to wrap a Rendered Image back into the RenderableImage world.
MultiResGraphicsNode(Element, Rectangle2D, Element[], Dimension[], Dimension[], BridgeContext) - Constructor for class io.sf.carte.echosvg.bridge.MultiResGraphicsNode
 
mutate - Variable in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributeColorValue
Whether the mutation comes from this object.
mutate - Variable in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributePaintValue
Whether the mutation comes from this object.
mutate - Variable in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributeValue
Whether the mutation comes from this object.
mutate - Variable in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.StyleDeclaration
Whether the mutation comes from this object.
mutateAttributes(AttributedCharacterIterator) - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl.TransformAttributeFilter
Return a new AttributedCharacterIterator instance in which location attributes have been converted to TextAttribute.TRANSFORM attributes.
mutateAttributes(AttributedCharacterIterator) - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.AttributeFilter
Modify an AttributedCharacterIterator's attributes systematically.
MUTATION_EVENT_DOM2_TYPE - Static variable in class io.sf.carte.echosvg.dom.events.DocumentEventSupport
The MutationEvent type.
MUTATION_EVENT_TYPE - Static variable in class io.sf.carte.echosvg.dom.events.DocumentEventSupport
The MutationEvent type.
MUTATION_NAME_EVENT_TYPE - Static variable in class io.sf.carte.echosvg.dom.events.DocumentEventSupport
The MutationNameEvent type.
MutationEventFactory() - Constructor for class io.sf.carte.echosvg.dom.events.DocumentEventSupport.MutationEventFactory
 
MutationNameEvent - Interface in io.sf.carte.echosvg.w3c.dom.events
The MutationNameEvent interface provides specific contextual information associated with Mutation name event types.
MutationNameEventFactory() - Constructor for class io.sf.carte.echosvg.dom.events.DocumentEventSupport.MutationNameEventFactory
 
MyImgObs() - Constructor for class io.sf.carte.echosvg.ext.awt.image.spi.JDKRegistryEntry.MyImgObs
 
myNode - Variable in class io.sf.carte.echosvg.ext.awt.image.rendered.TileLRUMember
 

N

n - Variable in class io.sf.carte.echosvg.dom.events.EventListenerList
Total number of event listners.
N_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'n-resize' keyword.
name - Variable in class io.sf.carte.echosvg.dom.AbstractElement.Entry
The node name.
name - Variable in class io.sf.carte.echosvg.dom.AbstractParentNode.ElementsByTagName
The name identifier.
name - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
name - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager.AttributeInfo
The attribute name.
name - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager.NameInfo
The name.
name - Variable in class io.sf.carte.echosvg.util.ClassFileUtilities.ClassFile
 
name - Variable in class io.sf.carte.echosvg.util.ClassFileUtilities.Jar
 
NAME - Static variable in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector.Scanner
 
NAME - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a name lexical unit.
NAME_CHARACTER - Static variable in class io.sf.carte.echosvg.xml.XMLCharacters
The bit array representing a character compositing an XML name.
NAME_FIRST_CHARACTER - Static variable in class io.sf.carte.echosvg.xml.XMLCharacters
The bit array representing the first character of an XML name.
NAME11_CHARACTER - Static variable in class io.sf.carte.echosvg.xml.XMLCharacters
The bit array representing a character compositing an XML 1.1 name.
NAME11_FIRST_CHARACTER - Static variable in class io.sf.carte.echosvg.xml.XMLCharacters
The bit array representing the first character of an XML 1.1 name.
nameCopyrightNotice - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
NamedColorProfile - Class in io.sf.graphics.java2d.color.profile
Simplified in-memory representation of an ICC named color profile.
NamedColorProfile(String, String, NamedColorSpace[], RenderingIntent) - Constructor for class io.sf.graphics.java2d.color.profile.NamedColorProfile
Creates a new named color profile.
NamedColorProfileParser - Class in io.sf.graphics.java2d.color.profile
This class is a parser for ICC named color profiles.
NamedColorProfileParser() - Constructor for class io.sf.graphics.java2d.color.profile.NamedColorProfileParser
 
NamedColorSpace - Class in io.sf.graphics.java2d.color
Implements a pseudo color space for a named color which is defined in the CIE XYZ color space.
NamedColorSpace(String, float[]) - Constructor for class io.sf.graphics.java2d.color.NamedColorSpace
Creates a new named color.
NamedColorSpace(String, float[], String, String) - Constructor for class io.sf.graphics.java2d.color.NamedColorSpace
Creates a new named color.
NamedColorSpace(String, Color) - Constructor for class io.sf.graphics.java2d.color.NamedColorSpace
Creates a new named color.
NamedColorSpace(String, Color, String, String) - Constructor for class io.sf.graphics.java2d.color.NamedColorSpace
Creates a new named color.
NamedNodeHashMap() - Constructor for class io.sf.carte.echosvg.dom.AbstractElement.NamedNodeHashMap
Creates a new NamedNodeHashMap object.
NamedProfileCache - Class in io.sf.carte.echosvg.ext.awt.color
This class manages a cache of soft references to named profiles that we have already loaded.
NamedProfileCache() - Constructor for class io.sf.carte.echosvg.ext.awt.color.NamedProfileCache
Let people create there own caches.
nameFontFamilyName - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
nameFontSubfamilyName - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
nameFullFontName - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
NameInfo(char[], char[], char[]) - Constructor for class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager.NameInfo
Creates a new NameInfo.
namePostscriptName - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
NameRecord - Class in io.sf.carte.echosvg.svggen.font.table
 
NameRecord(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.NameRecord
 
namespaced - Variable in class io.sf.carte.echosvg.bridge.BridgeContext.EventListenerMememto
 
namespaceDeclaration(String, String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
namespaceDeclaration(String, String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
namespaceURI - Variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedValue
The namespace URI of the attribute.
namespaceURI - Variable in class io.sf.carte.echosvg.anim.dom.BindableElement
The namespace URI of the custom element.
namespaceURI - Variable in class io.sf.carte.echosvg.bridge.BridgeContext.EventListenerMememto
 
namespaceURI - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DefinitionRecord
The namespace URI.
namespaceURI - Variable in class io.sf.carte.echosvg.dom.AbstractAttrNS
The namespace URI
namespaceURI - Variable in class io.sf.carte.echosvg.dom.AbstractElement.Entry
The namespace URI
namespaceURI - Variable in class io.sf.carte.echosvg.dom.AbstractElementNS
The namespace URI
namespaceURI - Variable in class io.sf.carte.echosvg.dom.AbstractParentNode.ElementsByTagNameNS
The namespace URI identifier.
namespaceURI - Variable in class io.sf.carte.echosvg.dom.events.AbstractEvent
Namespace URI of this event.
namespaceURI - Variable in class io.sf.carte.echosvg.dom.events.EventListenerList.Entry
The namespace URI of the event the listener is listening for.
namespaceURIMap - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
Bridge Map: Keys are namespace URI - values are HashMap (with keys are local name and values are a Bridge instance).
NameTable - Class in io.sf.carte.echosvg.svggen.font.table
 
NameTable(DirectoryEntry, RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.NameTable
 
nameTrademark - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
nameUniqueFontIdentifier - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
nameVersionString - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
NARROWER_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'narrower' keyword.
NAVAJOWHITE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'navajowhite' RGB color.
NAVAJOWHITE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'navajowhite' color name.
navy - Static variable in class io.sf.carte.echosvg.svggen.SVGColor
 
NAVY_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'navy' RGB color.
NAVY_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'navy' color name.
nChannel - Variable in class io.sf.carte.echosvg.css.engine.value.svg12.DeviceColor
 
NDATA_IDENTIFIER - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a 'NDATA' lexical unit.
NE_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'ne-resize' keyword.
needRender - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Whether a render was requested.
NEW_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'new' keyword.
newItem(short, float[], int[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
Creates a new SVGPathSegItem from the given path command and array of parameter values.
newline - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
The newline characters.
newLine() - Method in class io.sf.carte.echosvg.gvt.flow.FlowRegions
 
newLine(double) - Method in class io.sf.carte.echosvg.gvt.flow.FlowRegions
 
newLine(Point2D.Float, float, boolean, Point2D.Float) - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
newLineAt(double, double) - Method in class io.sf.carte.echosvg.gvt.flow.FlowRegions
 
NewlineHandler() - Constructor for class io.sf.carte.echosvg.apps.svgpp.Main.NewlineHandler
 
newLineHeight(double) - Method in class io.sf.carte.echosvg.gvt.flow.FlowRegions
 
NewlineKey() - Constructor for class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder.NewlineKey
 
newlines(char[]) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Returns the number of newlines in the given char array.
NewlineValue(String) - Constructor for class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder.NewlineValue
 
newNode() - Method in class io.sf.carte.echosvg.anim.dom.BindableElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVG12OMDocument
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAltGlyphDefElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAltGlyphElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAltGlyphItemElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimateColorElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimateElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimateMotionElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimateTransformElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMCircleElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMClipPathElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMColorProfileElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMCursorElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDefinitionSrcElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDefsElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDescElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMEllipseElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEBlendElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEColorMatrixElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEComponentTransferElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDiffuseLightingElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDisplacementMapElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEDistantLightElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEFloodElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEFuncAElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEFuncBElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEFuncGElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEFuncRElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEGaussianBlurElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEImageElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEMergeElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEMergeNodeElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEMorphologyElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEOffsetElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEPointLightElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFESpecularLightingElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFETileElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFETurbulenceElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFlowDivElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFlowLineElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFlowParaElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFlowRegionBreakElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFlowRegionElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFlowRegionExcludeElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFlowRootElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFlowSpanElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFontElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFontFaceElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFontFaceFormatElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFontFaceNameElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFontFaceSrcElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFontFaceUriElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMForeignObjectElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGlyphElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGlyphRefElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGradientElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMHandlerElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMHKernElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMImageElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMLinearGradientElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMLineElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMaskElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMetadataElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMissingGlyphElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMPathElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMultiImageElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPolygonElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPolylineElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMRadialGradientElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMRectElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMScriptElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSetElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSolidColorElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMStopElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMStyleElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSubImageElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSubImageRefElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSwitchElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSymbolElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextPathElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTitleElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMToBeImplementedElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTRefElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTSpanElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMViewElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMVKernElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.SVGStyleSheetProcessingInstruction
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.XBLOMContentElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.XBLOMDefinitionElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.XBLOMHandlerGroupElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.XBLOMImportElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.XBLOMShadowTreeElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.XBLOMTemplateElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.anim.dom.XBLOMXBLElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.dom.AbstractNode
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.dom.GenericAttr
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.dom.GenericAttrNS
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.dom.GenericCDATASection
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.dom.GenericComment
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.dom.GenericDocument
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.dom.GenericDocumentFragment
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.dom.GenericDocumentType
 
newNode() - Method in class io.sf.carte.echosvg.dom.GenericElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.dom.GenericElementNS
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.dom.GenericEntity
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.dom.GenericEntityReference
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.dom.GenericNotation
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.dom.GenericProcessingInstruction
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.dom.GenericText
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.dom.StyleSheetProcessingInstruction
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMUseShadowRoot
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.extension.svg.ColorSwitchElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGRegularPolygonElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGStarElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.extension.svg.FlowDivElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.extension.svg.FlowLineElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.extension.svg.FlowParaElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.extension.svg.FlowRegionBreakElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.extension.svg.FlowRegionElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.extension.svg.FlowSpanElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class io.sf.carte.echosvg.extension.svg.FlowTextElement
Returns a new uninitialized instance of this object's class.
newPath - Variable in class io.sf.carte.echosvg.parser.AWTPolylineProducer
Is the current path a new one?
newValueSpecifiedUnits(short, float) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
newValueSpecifiedUnits(short, float) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
newValueSpecifiedUnits(short, float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
newValueSpecifiedUnits(short, float) - Method in class io.sf.carte.echosvg.dom.svg.SVGOMAngle
newValueSpecifiedUnits(short, float) - Method in interface org.w3c.dom.svg.SVGAngle
 
newValueSpecifiedUnits(short, float) - Method in interface org.w3c.dom.svg.SVGLength
 
next - Variable in class io.sf.carte.echosvg.css.engine.StringIntMap.Entry
The next entry - changed, when table[] is reordered.
next - Variable in class io.sf.carte.echosvg.css.engine.value.StringMap.Entry
The next entry
next - Variable in class io.sf.carte.echosvg.dom.AbstractElement.Entry
The next entry
next - Variable in class io.sf.carte.echosvg.dom.events.EventListenerList.Entry
The next Entry in the list.
next - Variable in class io.sf.carte.echosvg.dom.util.DocumentDescriptor.Entry
The next entry
next - Variable in class io.sf.carte.echosvg.dom.util.HashTableStack.Link
The next link.
next - Variable in class io.sf.carte.echosvg.dom.util.IntTable.Entry
The next entry
next - Variable in class io.sf.carte.echosvg.dom.util.TriplyIndexedTable.Entry
The next entry
next - Variable in class io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache.Entry
The next entry
next - Variable in class io.sf.carte.echosvg.util.DoublyIndexedTable.Entry
The next entry.
next - Variable in class io.sf.carte.echosvg.util.io.StringDecoder
The next char index.
next - Variable in class io.sf.carte.echosvg.util.io.StringNormalizingReader
The index of the next character.
next() - Method in interface io.sf.carte.echosvg.ext.awt.geom.ExtendedPathIterator
 
next() - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength.SingleSegmentPathIterator
 
next() - Method in class io.sf.carte.echosvg.ext.awt.geom.ShapeExtender.EPIWrap
 
next() - Method in class io.sf.carte.echosvg.gvt.text.AttributedCharacterSpanIterator
Increments the iterator's index by one, returning the next character.
next() - Method in class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
Increments the iterator's index by one and returns the character at the new index.
next() - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Increments the iterator's index by one, returning the next character.
next() - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Increments the iterator's index by one, returning the next character.
next() - Method in class io.sf.carte.echosvg.parser.AbstractScanner
Returns the next token.
next() - Method in class io.sf.carte.echosvg.util.DoublyIndexedTable.TableIterator
 
next() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Advances to the next lexical unit.
next(int) - Method in class io.sf.carte.echosvg.xml.XMLScanner
Advances to the next lexical unit.
nextChar - Variable in class io.sf.carte.echosvg.util.io.StreamNormalizingReader
The next char.
nextChar - Variable in class io.sf.carte.echosvg.util.io.UTF8Decoder
The next char, in case of a 4 bytes sequence.
nextChar() - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
Move iterator to the next char.
nextChar() - Method in class io.sf.carte.echosvg.parser.AbstractScanner
Sets the value of the current char to the next character or -1 if the end of stream has been reached.
nextChar() - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
nextChar() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Sets the value of the current char to the next character or -1 if the end of stream has been reached.
nextDocumentLoader - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The next document loader to run.
nextGraphicsNode() - Method in class io.sf.carte.echosvg.gvt.GVTTreeWalker
Returns the next GraphicsNode.
nextGVTTreeBuilder - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The next GVT tree builder to run.
nextInAttList() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the next lexical unit in the context of an attribute list.
nextInAttributeValue() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the next lexical unit in the context of an attribute value.
nextInCDATASection() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the next lexical unit in the context of a CDATA section.
nextInContent() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the next lexical unit in the context of an element content.
nextInDoctype() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the next lexical unit in the context of a doctype.
nextInDocumentStart() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Reads the first token in the stream.
nextInDTDDeclarations() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the next lexical unit in the context dtd declarations.
nextInElementDeclaration() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the next lexical unit in the context of a element declaration.
nextInEndTag() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the next lexical unit in the context of a end tag.
nextInEntity() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the next lexical unit in the context of an entity.
nextInEntityValue() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the next lexical unit in the context of an entity value.
nextInEnumeration() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the next lexical unit in the context of an enumeration.
nextInNotation() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the next lexical unit in the context of a notation.
nextInNotationType() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the next lexical unit in the context of a notation type.
nextInPI() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the next lexical unit in the context of a processing instruction.
nextInStartTag() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the next lexical unit in the context of a start tag.
nextInTopLevel() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Advances to the next lexical unit in the top level context.
nextInXMLDecl() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Returns the next lexical unit in the context of an XML declaration.
nextNode() - Method in class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
DOM: Implements NodeIterator.nextNode().
nextNode() - Method in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
DOM: Implements TreeWalker.nextNode().
nextRange() - Method in class io.sf.carte.echosvg.gvt.flow.FlowRegions
 
nextSibling - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XBLRecord
The following sibling in the flattened tree.
nextSibling - Variable in class io.sf.carte.echosvg.dom.AbstractChildNode
Returns the next sibling.
nextSibling - Variable in class io.sf.carte.echosvg.dom.AbstractParentChildNode
Returns the next sibling.
nextSibling() - Method in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
DOM: Implements TreeWalker.nextSibling().
nextSibling(Node, Node) - Method in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
Returns the next sibling of the given node.
nextToken() - Method in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector.Scanner
Returns the next token.
nextToken() - Method in class io.sf.carte.echosvg.parser.AbstractScanner
Returns the next token.
nextUpdateManager - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The next update manager.
NMTOKEN - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a Nmtoken lexical unit.
NMTOKEN_IDENTIFIER - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a 'NMTOKEN' lexical unit.
NMTOKENS_IDENTIFIER - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a 'NMTOKENS' lexical unit.
NO_CHANGE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'no-change' keyword.
NO_CLIP - Static variable in class io.sf.carte.echosvg.svggen.SVGClip
Descriptor to use where there is no clip on an element
NO_CYCLE - Static variable in class io.sf.carte.echosvg.ext.awt.MultipleGradientPaint
Indicates (if the gradient starts or ends inside the target region) to use the terminal colors to fill the remaining area.
node - Variable in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
The graphics node constructed by this bridge.
node - Variable in exception class io.sf.carte.echosvg.bridge.BridgeException
The graphics node that represents the current state of the GVT tree.
node - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportRecord
The imported tree.
node - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XBLRecord
The node.
node - Variable in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
The graphics node constructed by this bridge.
node - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentError.ErrorLocation
The node that caused the error.
node - Variable in class io.sf.carte.echosvg.dom.events.EventSupport
The node for which events are being handled.
Node() - Constructor for class io.sf.carte.echosvg.util.DoublyLinkedList.Node
 
nodeAdded(Node) - Method in class io.sf.carte.echosvg.dom.AbstractAttr
Called when a child node has been added.
nodeAdded(Node) - Method in class io.sf.carte.echosvg.dom.AbstractElement
Called when a child node has been added.
nodeAdded(Node) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
Called when a child node has been added.
nodeAncestorOf(Node, Node) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Returns true if node1 is an ancestor of node2
nodeElementMap - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
Binding Map: key is GraphicsNode - value is a SVG Element.
NodeEventTarget - Interface in io.sf.carte.echosvg.dom.events
A Node that uses an EventSupport for its event registration and dispatch.
nodeHitAt(Point2D) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Returns the GraphicsNode containing point p if this node or one of its children is sensitive to mouse events at p.
nodeHitAt(Point2D) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns the GraphicsNode containing point p if this node or one of its children is sensitive to mouse events at p.
nodeHitAt(Point2D) - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Returns the GraphicsNode containing point p if this node or one of its children is sensitive to mouse events at p.
nodeHitAt(Point2D) - Method in class io.sf.carte.echosvg.gvt.ImageNode
Returns the GraphicsNode containing point p if this node or one of its children is sensitive to mouse events at p.
nodeInserted(Node) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.CSSNavigableDocumentHandler
A node has been inserted into the CSSNavigableDocument tree.
nodeInserted(Node) - Method in interface io.sf.carte.echosvg.css.engine.CSSNavigableDocumentListener
A node has been inserted into the CSSNavigableDocument tree.
nodeName - Variable in class io.sf.carte.echosvg.dom.AbstractAttr
The name of this node.
nodeName - Variable in class io.sf.carte.echosvg.dom.AbstractEntity
The node name.
nodeName - Variable in class io.sf.carte.echosvg.dom.AbstractEntityReference
The node name.
nodeName - Variable in class io.sf.carte.echosvg.dom.AbstractNotation
The node name.
nodeName - Variable in class io.sf.carte.echosvg.dom.GenericElement
The node name.
nodeName - Variable in class io.sf.carte.echosvg.dom.GenericElementNS
The node name.
nodes - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XblChildNodes
The nodes.
nodes - Variable in class io.sf.carte.echosvg.dom.ArrayNodeList
The nodes.
nodesToBeInvalidated - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DocRemovedListener
List of nodes to have their XBL child lists invalidated.
nodeToBeRemoved(Node) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.CSSNavigableDocumentHandler
A node is about to be removed from the CSSNavigableDocument tree.
nodeToBeRemoved(Node) - Method in interface io.sf.carte.echosvg.css.engine.CSSNavigableDocumentListener
A node is about to be removed from the CSSNavigableDocument tree.
nodeToBeRemoved(Node) - Method in class io.sf.carte.echosvg.dom.AbstractAttr
Called when a child node is going to be removed.
nodeToBeRemoved(Node) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Notifies this document that a node will be removed.
nodeToBeRemoved(Node) - Method in class io.sf.carte.echosvg.dom.AbstractElement
Called when a child node is going to be removed.
nodeToBeRemoved(Node) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
Called when a child node is going to be removed.
nodeToBeRemoved(Node) - Method in class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
Called by the DOM when a node will be removed from the current document.
nodeToBeRemoved(Node) - Method in class io.sf.carte.echosvg.dom.traversal.TraversalSupport
Called by the DOM when a node will be removed from the current document.
nodeValue - Variable in class io.sf.carte.echosvg.dom.AbstractCharacterData
The value of this node.
NodeXBL - Interface in io.sf.carte.echosvg.dom.xbl
Interface implemented by all nodes that support XBL.
NoFormatHandler() - Constructor for class io.sf.carte.echosvg.apps.svgpp.Main.NoFormatHandler
 
NoLoadExternalResourceSecurity - Class in io.sf.carte.echosvg.bridge
This implementation does not allow any external resources to be referenced from an SVG document.
NoLoadExternalResourceSecurity() - Constructor for class io.sf.carte.echosvg.bridge.NoLoadExternalResourceSecurity
 
NoLoadScriptSecurity - Class in io.sf.carte.echosvg.bridge
This implementation for the ScriptSecurity interface does not allow scripts to be loaded.
NoLoadScriptSecurity(String) - Constructor for class io.sf.carte.echosvg.bridge.NoLoadScriptSecurity
Creates a new NoLoadScriptSecurity object.
NON_CSS_ORIGIN - Static variable in class io.sf.carte.echosvg.css.engine.StyleMap
 
nonCSSPresentationalHints - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The non CSS presentational hints.
nonCSSPresentationalHintsNamespaceURI - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The non CSS presentational hints namespace URI.
nonCSSPresentationalHintUpdated(CSSStylableElement, StyleMap, String, short, String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Called when a non-CSS presentational hint has been updated.
none - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
Whether the attribute is missing or 'none'.
none - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
Whether the attribute is missing or 'none'.
none - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
Whether the attribute is missing or no value.
none() - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when 'none' been parsed.
none() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'none' been parsed.
none() - Method in class io.sf.carte.echosvg.parser.DefaultPreserveAspectRatioHandler
none() - Method in interface io.sf.carte.echosvg.parser.PreserveAspectRatioHandler
Invoked when 'none' been parsed.
NONE - Static variable in interface io.sf.carte.echosvg.ext.swing.GridBagConstants
Do not resize the component.
NONE - Static variable in interface io.sf.carte.echosvg.gvt.GraphicsNode
Indicates that this graphics node can not be the target for events.
NONE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'none' keyword.
nonNegative - Variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength
Whether the value must be non-negative.
NONZERO_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'nonzero' keyword.
NoRepaintRunnable - Interface in io.sf.carte.echosvg.bridge
A tagging interface to prevent a repaint at the end of the execution of this runnable.
NORMAL_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg12.SVG12ValueConstants
The 'normal' keyword, for 'line-height'.
NORMAL_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'normal' keyword.
normalize() - Method in class io.sf.carte.echosvg.dom.AbstractElement
DOM: Implements Node.normalize().
normalize() - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.normalize().
normalize() - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
DOM: Implements Node.normalize().
normalize(double[]) - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Normalizes the input vector.
NormalizedBaseSVGPathSegList() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
 
normalizeDocument() - Method in class io.sf.carte.echosvg.dom.AbstractDocument
normalizeDocument(Element, boolean, boolean, boolean, boolean, boolean, boolean, DOMErrorHandler) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
NormalizedPathSegListBuilder(ListHandler) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
 
normalizedPathSegs - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData
The normalized base path data value.
normalizeRectangle(Rectangle2D) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
This method makes sure that neither the width nor height of the rectangle is zero.
normalizeString(String, boolean, boolean) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Normalizes the given string.
NormalizingReader - Class in io.sf.carte.echosvg.util.io
This class represents a reader which normalizes the line break: \n, \r, \r\n are replaced by \n.
NormalizingReader() - Constructor for class io.sf.carte.echosvg.util.io.NormalizingReader
 
NORTH - Static variable in interface io.sf.carte.echosvg.ext.swing.GridBagConstants
Put the component at the top of its display area, centered horizontally.
NORTHEAST - Static variable in interface io.sf.carte.echosvg.ext.swing.GridBagConstants
Put the component at the top-right corner of its display area.
NORTHWEST - Static variable in interface io.sf.carte.echosvg.ext.swing.GridBagConstants
Put the component at the top-left corner of its display area.
NOTATION_CONTEXT - Static variable in class io.sf.carte.echosvg.xml.XMLScanner
The notation context.
NOTATION_IDENTIFIER - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a 'NOTATION' lexical unit.
NOTATION_START - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a notation start lexical unit, i.e. '<!NOTATION'.
NOTATION_TYPE_CONTEXT - Static variable in class io.sf.carte.echosvg.xml.XMLScanner
The notation type context.
notifyNewInterval(Interval) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Notifies dependents of a new interval.
notifyRemoveInterval(Interval) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Notifies dependents of a removed interval.
NOTSRCCOPY - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
NOTSRCERASE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
NoValueOptionHandler() - Constructor for class io.sf.carte.echosvg.apps.rasterizer.Main.NoValueOptionHandler
 
npoints - Variable in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
The total number of points.
npoints - Variable in class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
The total number of points.
NSPrefixResolver() - Constructor for class io.sf.carte.echosvg.bridge.svg12.XPathPatternContentSelector.NSPrefixResolver
 
NSPrefixResolver() - Constructor for class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.NSPrefixResolver
 
NULL_BRUSH - Static variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
 
NULL_BRUSH - Static variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
 
NULL_CASCADED_MASK - Static variable in class io.sf.carte.echosvg.css.engine.StyleMap
 
NULL_PEN - Static variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
 
NULL_PEN - Static variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
 
NULL_RECT - Static variable in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
 
NULL_RECT - Static variable in class io.sf.carte.echosvg.gvt.UpdateTracker
 
NUM_LOCK_MASK - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
The num lock constant.
number - Variable in class io.sf.carte.echosvg.anim.values.AnimatableNumberOptionalNumberValue
The first number.
number() - Method in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector.Scanner
Scans a number.
NUMBER - Static variable in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector.Scanner
 
NUMBER_0 - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
0
NUMBER_1 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
1
NUMBER_100 - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
100
NUMBER_102 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
102
NUMBER_104 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
104
NUMBER_105 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
105
NUMBER_106 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
106
NUMBER_107 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
107
NUMBER_11 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
11
NUMBER_112 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
112
NUMBER_113 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
113
NUMBER_114 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
114
NUMBER_119 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
119
NUMBER_122 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
122
NUMBER_123 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
123
NUMBER_124 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
124
NUMBER_127 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
127
NUMBER_128 - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
128
NUMBER_130 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
130
NUMBER_133 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
133
NUMBER_134 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
134
NUMBER_135 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
135
NUMBER_136 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
136
NUMBER_138 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
138
NUMBER_139 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
139
NUMBER_140 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
140
NUMBER_142 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
142
NUMBER_143 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
143
NUMBER_144 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
144
NUMBER_147 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
147
NUMBER_148 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
148
NUMBER_149 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
149
NUMBER_150 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
150
NUMBER_152 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
152
NUMBER_153 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
153
NUMBER_154 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
154
NUMBER_158 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
158
NUMBER_160 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
160
NUMBER_164 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
164
NUMBER_165 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
165
NUMBER_169 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
169
NUMBER_170 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
170
NUMBER_173 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
173
NUMBER_175 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
175
NUMBER_176 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
176
NUMBER_178 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
178
NUMBER_179 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
179
NUMBER_180 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
180
NUMBER_181 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
181
NUMBER_182 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
182
NUMBER_183 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
183
NUMBER_184 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
184
NUMBER_185 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
185
NUMBER_186 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
186
NUMBER_188 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
188
NUMBER_189 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
189
NUMBER_19 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
19
NUMBER_191 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
191
NUMBER_192 - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
192
NUMBER_193 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
193
NUMBER_196 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
196
NUMBER_199 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
199
NUMBER_20 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
20
NUMBER_200 - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
200
NUMBER_203 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
203
NUMBER_204 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
204
NUMBER_205 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
205
NUMBER_206 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
206
NUMBER_208 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
208
NUMBER_209 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
209
NUMBER_21 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
21
NUMBER_210 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
210
NUMBER_211 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
211
NUMBER_212 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
212
NUMBER_213 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
213
NUMBER_214 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
214
NUMBER_215 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
215
NUMBER_216 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
216
NUMBER_218 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
218
NUMBER_219 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
219
NUMBER_220 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
220
NUMBER_221 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
221
NUMBER_222 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
222
NUMBER_224 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
224
NUMBER_225 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
225
NUMBER_226 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
226
NUMBER_228 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
228
NUMBER_230 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
230
NUMBER_232 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
232
NUMBER_233 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
233
NUMBER_235 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
235
NUMBER_237 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
237
NUMBER_238 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
238
NUMBER_239 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
239
NUMBER_240 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
240
NUMBER_244 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
244
NUMBER_245 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
245
NUMBER_248 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
248
NUMBER_25 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
25
NUMBER_250 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
250
NUMBER_251 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
251
NUMBER_252 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
252
NUMBER_253 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
253
NUMBER_255 - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
255
NUMBER_30 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
30
NUMBER_300 - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
300
NUMBER_32 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
32
NUMBER_34 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
34
NUMBER_35 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
35
NUMBER_4 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
4
NUMBER_400 - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
400
NUMBER_42 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
42
NUMBER_43 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
43
NUMBER_45 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
45
NUMBER_46 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
46
NUMBER_47 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
47
NUMBER_50 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
50
NUMBER_500 - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
500
NUMBER_60 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
60
NUMBER_600 - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
600
NUMBER_61 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
61
NUMBER_63 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
63
NUMBER_64 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
64
NUMBER_65 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
65
NUMBER_69 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
69
NUMBER_70 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
70
NUMBER_700 - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
700
NUMBER_71 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
71
NUMBER_72 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
72
NUMBER_75 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
75
NUMBER_79 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
79
NUMBER_80 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
80
NUMBER_800 - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
800
NUMBER_82 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
82
NUMBER_85 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
85
NUMBER_87 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
87
NUMBER_90 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
90
NUMBER_900 - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
900
NUMBER_91 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
91
NUMBER_92 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
92
NUMBER_95 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
95
NUMBER_96 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
96
NUMBER_99 - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
99
NumberListBuilder(ListHandler) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList.NumberListBuilder
Creates a new NumberListBuilder.
numberListHandler - Variable in class io.sf.carte.echosvg.parser.NumberListParser
The number list handler used to report parse events.
NumberListHandler - Interface in io.sf.carte.echosvg.parser
An handler interface for parsing NumberLists.
NumberListParser - Class in io.sf.carte.echosvg.parser
This class implements an event-based parser for the SVG Number list values.
NumberListParser() - Constructor for class io.sf.carte.echosvg.parser.NumberListParser
Creates a new instance of NumberListParser
NumberParser - Class in io.sf.carte.echosvg.parser
This class represents a parser with support for numbers.
NumberParser() - Constructor for class io.sf.carte.echosvg.parser.NumberParser
 
numbers - Variable in class io.sf.carte.echosvg.anim.values.AnimatableNumberListValue
The numbers.
numberValue - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.Result
The number value.
numberValue(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList.NumberListBuilder
numberValue(float) - Method in class io.sf.carte.echosvg.parser.DefaultNumberListHandler
numberValue(float) - Method in class io.sf.carte.echosvg.parser.FloatArrayProducer
Invoked when a float value has been parsed.
numberValue(float) - Method in class io.sf.carte.echosvg.parser.LengthArrayProducer
Invoked when a float value has been parsed.
numberValue(float) - Method in interface io.sf.carte.echosvg.parser.NumberListHandler
Invoked when a float value has been parsed.
numChars - Variable in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
 
numericIdent - Variable in class io.sf.carte.echosvg.anim.values.AnimatableNumberOrIdentValue
Whether numbers should be considered as numeric keywords, as with the font-weight property.
numericIdents - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableNumberOrIdentFactory
Whether numbers are actually numeric keywords, as with the font-weight property.
numObjects - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
numObjects - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
numOctaves - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFETurbulenceElement
The 'numOctaves' attribute value.
numPoints - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.MetaRecord
 
numRecords - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
numRecords - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFRecordStore
 
numXTiles - Variable in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
numYTiles - Variable in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
NW_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'nw-resize' keyword.

O

OBJ_BITMAP - Static variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
 
OBJ_BITMAP - Static variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
 
OBJ_REGION - Static variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
 
OBJ_REGION - Static variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
 
OBJECT_BOUNDING_BOX - Static variable in class io.sf.carte.echosvg.bridge.SVGUtilities
The objectBoundingBox coordinate system constants.
objectVector - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
objectVector - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
OBLIQUE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'oblique' keyword.
obtainSelectorMatcher(Element) - Method in class io.sf.carte.echosvg.css.engine.SVGSelectorMatcher
 
OEM_CHARSET - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
offScreenHeight - Variable in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
 
offScreenHeight - Variable in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
 
offScreenWidth - Variable in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
 
offScreenWidth - Variable in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
 
offset - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMComponentTransferFunctionElement
The 'offset' attribute value.
offset - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMStopElement
The 'offset' attribute value.
offset - Variable in class io.sf.carte.echosvg.anim.timing.OffsetTimingSpecifier
The offset value.
offset - Variable in class io.sf.carte.echosvg.bridge.AbstractSVGGradientElementBridge.Stop
The stop offset.
offset - Variable in class io.sf.carte.echosvg.ext.awt.image.GammaTransfer
The offset of the Gamma function
offset(float) - Method in class io.sf.carte.echosvg.anim.timing.TimingSpecifierListProducer
Invoked when an offset value timing specifier is parsed.
offset(float) - Method in class io.sf.carte.echosvg.parser.DefaultTimingSpecifierHandler
Invoked when an offset value timing specifier is parsed.
offset(float) - Method in interface io.sf.carte.echosvg.parser.TimingSpecifierHandler
Invoked when an offset value timing specifier is parsed.
OffsetRable - Interface in io.sf.carte.echosvg.ext.awt.image.renderable
Adjusts the input images coordinate system by dx, dy.
OffsetTimingSpecifier - Class in io.sf.carte.echosvg.anim.timing
A class to handle offset SMIL timing specifiers.
OffsetTimingSpecifier(TimedElement, boolean, float) - Constructor for class io.sf.carte.echosvg.anim.timing.OffsetTimingSpecifier
Creates a new OffsetTimingSpecifier object.
OK_OPTION - Static variable in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.AddMediumDialog
The return value if 'OK' is chosen.
OK_OPTION - Static variable in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.Dialog
The return value if 'OK' is chosen.
OK_OPTION - Static variable in class io.sf.carte.echosvg.util.gui.LanguageDialog
The return value if 'OK' is chosen.
OK_OPTION - Static variable in class io.sf.carte.echosvg.util.gui.URIChooser
The return value if 'OK' is chosen.
OK_OPTION - Static variable in class io.sf.carte.echosvg.util.gui.UserStyleDialog
The return value if 'OK' is chosen.
okButton - Variable in class io.sf.carte.echosvg.util.gui.JErrorPane
The OK button.
okButton - Variable in class io.sf.carte.echosvg.util.gui.URIChooser
The OK button
OKButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.CSSMediaPanel.AddMediumDialog.OKButtonAction
 
OKButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.CSSMediaPanel.Dialog.OKButtonAction
 
OKButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.JErrorPane.OKButtonAction
 
OKButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.LanguageDialog.OKButtonAction
 
OKButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.URIChooser.OKButtonAction
 
OKButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.UserStyleDialog.OKButtonAction
 
OLDLACE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'oldlace' RGB color.
OLDLACE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'oldlace' color name.
olive - Static variable in class io.sf.carte.echosvg.svggen.SVGColor
 
OLIVE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'olive' RGB color.
OLIVE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'olive' color name.
OLIVEDRAB_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'olivedrab' RGB color.
OLIVEDRAB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'olivedrab' color name.
onCurve - Variable in class io.sf.carte.echosvg.svggen.font.Point
 
onCurve - Static variable in class io.sf.carte.echosvg.svggen.font.table.GlyfDescript
 
onSourceTranscodingSuccess(SVGConverterSource, File) - Method in class io.sf.carte.echosvg.apps.rasterizer.DefaultSVGConverterController
Invoked when the rasterizer successfully transcoded the input source.
onSourceTranscodingSuccess(SVGConverterSource, File) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main
 
onSourceTranscodingSuccess(SVGConverterSource, File) - Method in interface io.sf.carte.echosvg.apps.rasterizer.SVGConverterController
Invoked when the rasterizer successfully transcoded the input source.
OPACITY_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
OpacityManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the '*-opacity' property values.
OpacityManager(String, boolean) - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.OpacityManager
Creates a new OpacityManager.
OPAQUE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
OPEN_PARENTHESIS - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
openLink(String, boolean) - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Opens a link in a new component.
openLink(String, boolean) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
Opens a link.
openLink(SVGAElement) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Opens a link.
openLink(SVGAElement) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Unsupported operation.
openLink(SVGAElement) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Opens a link.
openLink(SVGAElement) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Opens a link.
openStream() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverterFileSource
 
openStream() - Method in interface io.sf.carte.echosvg.apps.rasterizer.SVGConverterSource
Gets a TranscoderInput for that source
openStream() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverterURLSource
 
openStream() - Method in class io.sf.carte.echosvg.util.ParsedURL
Attempt to open the stream checking for common compression types, and automatically decompressing them if found.
openStream(ParsedURL) - Method in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation
 
openStream(String) - Method in class io.sf.carte.echosvg.util.ParsedURL
Attempt to open the stream checking for common compression types, and automatically decompressing them if found.
openStream(String[]) - Method in class io.sf.carte.echosvg.util.ParsedURL
Attempt to open the stream checking for common compression types, and automatically decompressing them if found.
openStream(String, Iterator<String>) - Method in class io.sf.carte.echosvg.util.ParsedURLData
Open the stream and check for common compression types.
openStream(Iterator<String>) - Method in class io.sf.carte.echosvg.util.ParsedURL
Attempt to open the stream checking for common compression types, and automatically decompressing them if found.
openStream(Element, ParsedURL) - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
 
openStreamInternal(String, Iterator<String>, Iterator<String>) - Method in class io.sf.carte.echosvg.util.ParsedURLData
 
openStreamRaw() - Method in class io.sf.carte.echosvg.util.ParsedURL
Attempt to open the stream, does no checking for compression types.
openStreamRaw(String) - Method in class io.sf.carte.echosvg.util.ParsedURL
Attempt to open the stream, does no checking for compression types.
openStreamRaw(String[]) - Method in class io.sf.carte.echosvg.util.ParsedURL
Attempt to open the stream, does no checking for comression types.
openStreamRaw(String, Iterator<String>) - Method in class io.sf.carte.echosvg.util.ParsedURLData
Open the stream and returns it.
openStreamRaw(Iterator<String>) - Method in class io.sf.carte.echosvg.util.ParsedURL
Attempt to open the stream, does no checking for comression types.
openViewport(Element, Viewport) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Starts a new viewport from the specified element.
operator - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
The 'operator' attribute value.
operator - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEMorphologyElement
The 'operator' attribute value.
OPERATOR_VALUES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
The 'operator' attribute values.
OPERATOR_VALUES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEMorphologyElement
The 'operator' attribute values.
OPTIMIZELEGIBILITY_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'optimizeLegibility' keyword.
OPTIMIZEQUALITY_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'optimizeQuality' keyword.
OPTIMIZESPEED_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'optimizeSpeed' keyword.
optionalNumber - Variable in class io.sf.carte.echosvg.anim.values.AnimatableNumberOptionalNumberValue
The optional number.
optionMap - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Static map containing all the option handlers able to analyze the various options.
ORANGE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'orange' RGB color.
ORANGE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'orange' color name.
ORANGERED_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'orangered' RGB color.
ORANGERED_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'orangered' color name.
ORCHID_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'orchid' RGB color.
ORCHID_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'orchid' color name.
org.w3c.dom.smil - module org.w3c.dom.smil
Synchronized Multimedia Integration Language (SMIL) Java binding.
org.w3c.dom.smil - package org.w3c.dom.smil
 
org.w3c.dom.svg - module org.w3c.dom.svg
Scalable Vector Graphics (SVG) Java binding.
org.w3c.dom.svg - package org.w3c.dom.svg
 
orient - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
The 'orient' attribute value.
orient - Variable in class io.sf.carte.echosvg.gvt.Marker
Rotation angle, about (0, 0) is user space.
ORIENT_TYPE_VALUES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
The orient type values.
orientation - Variable in class io.sf.carte.echosvg.css.engine.value.RectManager
The current orientation.
orientation - Variable in class io.sf.carte.echosvg.css.engine.value.svg.EnableBackgroundManager
The length orientation.
orientation - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFFont
 
ORIENTATION_ANGLE - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for VERTICAL_ORIENTATION indicating an angle
ORIENTATION_AUTO - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for VERTICAL_ORIENTATION indicating auto
ORIGIN - Static variable in class io.sf.carte.echosvg.svggen.SVGClip
Constant used for some degenerate cases
ORIGIN_MASK - Static variable in class io.sf.carte.echosvg.css.engine.StyleMap
 
originalEvent - Variable in class io.sf.carte.echosvg.dom.events.AbstractEvent
The event from which this event was cloned for sXBL event retargetting.
OriginalEvent - Interface in io.sf.carte.echosvg.dom.xbl
Interface implemented by Event objects usable in an XBL processing document.
OS_2 - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
Os2Table - Class in io.sf.carte.echosvg.svggen.font.table
 
Os2Table(DirectoryEntry, RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.Os2Table
 
ostream - Variable in class io.sf.carte.echosvg.transcoder.TranscoderOutput
The optional output has a byte stream.
OTHER_LENGTH - Static variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength
This constant represents other lengths.
OTHER_LENGTH - Static variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
This constant represents other lengths.
OTHER_LENGTH - Static variable in class io.sf.carte.echosvg.parser.UnitProcessor
This constant represents other lengths.
otherAnimationChanged(Element, String) - Method in interface io.sf.carte.echosvg.anim.dom.AnimatedAttributeListener
Called to notify an object of a change to the value of an 'other' animation.
otherAnimationChanged(Element, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument.AnimAttrListener
Called to notify an object of a change to the value of an 'other' animation.
otherAnimationChanged(Element, String) - Method in class io.sf.carte.echosvg.bridge.BridgeContext.AnimatedAttrListener
Called to notify an object of a change to the value of an 'other' animation.
otherAnimations - Variable in class io.sf.carte.echosvg.anim.AnimationEngine.TargetInfo
Map of other animation types to the corresponding AnimationEngine.Sandwich objects.
OUT - Static variable in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
Porter-Duff Source Out Destination rule.
OUT - Static variable in class io.sf.carte.echosvg.ext.awt.image.SVGComposite
 
OUT_CHARACTER_PRECIS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
OUT_DEFAULT_PRECIS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
OUT_DEVICE_PRECIS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
OUT_RASTER_PRECIS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
OUT_STRING_PRECIS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
OUT_STROKE_PRECIS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
OUT_TT_PRECIS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
outline - Variable in class io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache.Value
 
outlineBounds - Variable in class io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache.Value
 
output - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
The output manager.
OutputManager - Class in io.sf.carte.echosvg.transcoder.svg2svg
This class is responsible of the output of XML constructs.
OutputManager(PrettyPrinter, Writer) - Constructor for class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Creates a new output manager.
OutputManager.AttributeInfo - Class in io.sf.carte.echosvg.transcoder.svg2svg
To store the informations about an attribute.
OutputManager.NameInfo - Class in io.sf.carte.echosvg.transcoder.svg2svg
To store the informations about a name.
outset(Rectangle, int) - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
 
OVER - Static variable in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
Porter-Duff Source Over Destination rule.
OVER - Static variable in class io.sf.carte.echosvg.ext.awt.image.SVGComposite
 
OVERFLOW_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
OverflowManager - Class in io.sf.carte.echosvg.css.engine.value.css2
This class provides a manager for the 'overflow' property values.
OverflowManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.css2.OverflowManager
 
overlay - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractZoomInteractor
The overlay.
Overlay - Interface in io.sf.carte.echosvg.swing.gvt
This interface represents an object painted over the GVT rendering in a JGVTComponent.
overlays - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
The overlays.
OVERLINE_ON - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for OVERLINE specifying overlining-on
OVERLINE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'overline' keyword.
overlineOffset - Variable in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
 
overlinePaint - Variable in class io.sf.carte.echosvg.gvt.text.TextPaintInfo
 
overlinePosition - Variable in class io.sf.carte.echosvg.gvt.font.GVTFontFace
 
overlineStroke - Variable in class io.sf.carte.echosvg.gvt.text.TextPaintInfo
 
overlineStrokePaint - Variable in class io.sf.carte.echosvg.gvt.text.TextPaintInfo
 
overlineThickness - Variable in class io.sf.carte.echosvg.gvt.font.GVTFontFace
 
overlineThickness - Variable in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
 
OVERRIDE_ORIGIN - Static variable in class io.sf.carte.echosvg.css.engine.StyleMap
 
overrideStyleDeclaration - Variable in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
The override style declaration for this element.
OverrideStyleDeclaration(CSSEngine) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGStylableElement.OverrideStyleDeclaration
Creates a new OverrideStyleDeclaration.
overrideStylePropertyChanged(CSSStylableElement, String, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
A property in the override style declaration has been changed.
overrideStylePropertyChanged(CSSStylableElement, String, String, String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.CSSNavigableDocumentHandler
A property in the override style declaration has been changed.
overrideStylePropertyChanged(CSSStylableElement, String, String, String) - Method in interface io.sf.carte.echosvg.css.engine.CSSNavigableDocumentListener
A property in the override style declaration has been changed.
overrideStylePropertyRemoved(CSSStylableElement, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
A property in the override style declaration has been removed.
overrideStylePropertyRemoved(CSSStylableElement, String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.CSSNavigableDocumentHandler
A property in the override style declaration has been removed.
overrideStylePropertyRemoved(CSSStylableElement, String) - Method in interface io.sf.carte.echosvg.css.engine.CSSNavigableDocumentListener
A property in the override style declaration has been removed.
overrideStyleTextChanged(CSSStylableElement, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
The text of the override style declaration for this element has been modified.
overrideStyleTextChanged(CSSStylableElement, String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.CSSNavigableDocumentHandler
The text of the override style declaration for this element has been modified.
overrideStyleTextChanged(CSSStylableElement, String) - Method in interface io.sf.carte.echosvg.css.engine.CSSNavigableDocumentListener
The text of the override style declaration for this element has been modified.
owner - Variable in class io.sf.carte.echosvg.anim.timing.TimingSpecifier
The element that owns this timing specifier.
owner - Variable in class io.sf.carte.echosvg.anim.timing.TimingSpecifierListProducer
The owner TimedElement used when creating the TimingSpecifiers.
ownerDocument - Variable in class io.sf.carte.echosvg.dom.AbstractNode
The owner document.
ownerElement - Variable in class io.sf.carte.echosvg.dom.AbstractAttr
The owner element.

P

p - Variable in class io.sf.carte.echosvg.parser.PathArrayProducer
The current float[] object.
p1 - Variable in class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
p1 - Variable in class io.sf.carte.echosvg.ext.awt.geom.Linear
 
p1 - Variable in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
 
p2 - Variable in class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
p2 - Variable in class io.sf.carte.echosvg.ext.awt.geom.Linear
 
p2 - Variable in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
 
p3 - Variable in class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
p3 - Variable in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
 
p4 - Variable in class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
packages - Variable in class io.sf.carte.echosvg.script.ImportInfo
 
PadMode - Class in io.sf.carte.echosvg.ext.awt.image
This is a typesafe enumeration of the standard Composite rules for the CompositeRable operation.
PadRable - Interface in io.sf.carte.echosvg.ext.awt.image.renderable
Pads image to the given Rectangle (the rect may be smaller than the image in which case this is actually a crop).
PadRable8Bit - Class in io.sf.carte.echosvg.ext.awt.image.renderable
Concrete implementation of the PadRable interface.
PadRable8Bit(Filter, Rectangle2D, PadMode) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.PadRable8Bit
 
PadRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This is an implementation of a Pad operation as a RenderedImage.
PadRed(CachableRed, Rectangle, PadMode, RenderingHints) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.PadRed
Construct A Rendered Pad operation.
PadRed.ZeroRecter - Class in io.sf.carte.echosvg.ext.awt.image.rendered
 
PadRed.ZeroRecter_INT_PACK - Class in io.sf.carte.echosvg.ext.awt.image.rendered
 
paint - Variable in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Current Paint
paint - Variable in class io.sf.carte.echosvg.gvt.FillShapePainter
The paint attribute used to fill the shape.
paint - Variable in class io.sf.carte.echosvg.gvt.StrokeShapePainter
The paint attribute used to draw the outline of the shape.
paint(TextNode, Graphics2D) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
Paints the specified text node using the specified Graphics2D.
paint(TextNode, Graphics2D) - Method in interface io.sf.carte.echosvg.bridge.TextPainter
Paints the specified attributed character iterator using the specified Graphics2D and context and font context.
paint(Graphics) - Method in class io.sf.carte.echosvg.apps.slideshow.Main
 
paint(Graphics) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractZoomInteractor.ZoomOverlay
Paints this overlay.
paint(Graphics) - Method in interface io.sf.carte.echosvg.swing.gvt.Overlay
Paints this overlay.
paint(Graphics) - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager.SelectionOverlay
Paints this overlay.
paint(Graphics) - Method in class io.sf.carte.echosvg.swing.svg.SVGUpdateOverlay
 
paint(Graphics) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFPainter
Renders the WMF image(s).
paint(Graphics2D) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Paints this node.
paint(Graphics2D) - Method in class io.sf.carte.echosvg.gvt.CompositeShapePainter
Paints the specified shape using the specified Graphics2D.
paint(Graphics2D) - Method in class io.sf.carte.echosvg.gvt.FillShapePainter
Paints the specified shape using the specified Graphics2D.
paint(Graphics2D) - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Paints this node.
paint(Graphics2D) - Method in class io.sf.carte.echosvg.gvt.ImageNode
Paints this node.
paint(Graphics2D) - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Paints the specified shape using the specified Graphics2D.
paint(Graphics2D) - Method in class io.sf.carte.echosvg.gvt.ShapeNode
Paints this node.
paint(Graphics2D) - Method in interface io.sf.carte.echosvg.gvt.ShapePainter
Paints the specified shape using the specified Graphics2D.
paint(Graphics2D) - Method in class io.sf.carte.echosvg.gvt.StrokeShapePainter
Paints the outline of the specified shape using the specified Graphics2D.
paint(AttributedCharacterIterator, Point2D, TextNode.Anchor, Graphics2D) - Method in class io.sf.carte.echosvg.bridge.ConcreteTextPainter
Paints the specified attributed character iterator using the specified Graphics2D and context and font context.
PAINT_COLOR - Static variable in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
 
PAINT_CURRENT_COLOR - Static variable in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
 
PAINT_INFO - Static variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
PAINT_INFO - Static variable in class io.sf.carte.echosvg.bridge.SVGAltGlyphElementBridge
 
PAINT_INFO - Static variable in class io.sf.carte.echosvg.bridge.SVGGVTFont
 
PAINT_INFO - Static variable in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
PAINT_INFO - Static variable in class io.sf.carte.echosvg.bridge.TextNode
 
PAINT_INFO - Static variable in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
 
PAINT_INFO - Static variable in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
 
PAINT_INFO - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
All the paint attributes for the text.
PAINT_INHERIT - Static variable in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
 
PAINT_NONE - Static variable in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
 
PAINT_URI - Static variable in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
 
PAINT_URI_COLOR - Static variable in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
 
PAINT_URI_CURRENT_COLOR - Static variable in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
 
PAINT_URI_NONE - Static variable in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
 
PaintBridge - Interface in io.sf.carte.echosvg.bridge
Bridge class for vending Paint objects.
paintChanged(short, String, String, String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the paint value has beem modified.
paintChanged(short, String, String, String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.PaintModificationHandler
Called when the paint value has beem modified.
paintComponent(Graphics) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Paints this component.
paintComponent(Graphics) - Method in class io.sf.carte.echosvg.util.gui.MemoryMonitor.History
To paint the component.
paintComponent(Graphics) - Method in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
To paint the component.
paintComponent(Graphics) - Method in class io.sf.carte.echosvg.util.gui.resource.JToolbarSeparator
 
paintDecorations(List<StrokingTextPainter.TextRun>, Graphics2D, int) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
Paints decorations of the specified type.
PAINTED - Static variable in interface io.sf.carte.echosvg.gvt.GraphicsNode
Indicates that this graphics node can be the target for events when the mouse is over the painted area whatever or not it is the visible.
PAINTED_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'painted' keyword.
painters - Variable in class io.sf.carte.echosvg.gvt.CompositeShapePainter
The enclosed ShapePainters of this composite shape painter.
paintingTransform - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
The transform used for painting.
PaintKey - Class in io.sf.carte.echosvg.transcoder.keys
A transcoding Key represented as a background paint.
PaintKey() - Constructor for class io.sf.carte.echosvg.transcoder.keys.PaintKey
 
paintRable(Graphics2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AffineRable8Bit
Should perform the equivilent action as createRendering followed by drawing the RenderedImage.
paintRable(Graphics2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.CompositeRable8Bit
Should perform the equivilent action as createRendering followed by drawing the RenderedImage to Graphics2D, or return false.
paintRable(Graphics2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterChainRable8Bit
Should perform the equivilent action as createRendering followed by drawing the RenderedImage to Graphics2D, or return false.
paintRable(Graphics2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterResRable8Bit
Should perform the equivilent action as createRendering followed by drawing the RenderedImage.
paintRable(Graphics2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.PadRable8Bit
Should perform the equivilent action as createRendering followed by drawing the RenderedImage to Graphics2D, or return false.
paintRable(Graphics2D) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.PaintRable
Should perform the equivilent action as createRendering followed by drawing the RenderedImage.
paintRable(Graphics2D) - Method in class io.sf.carte.echosvg.gvt.filter.GraphicsNodeRable8Bit
Should perform the equivilent action as createRendering followed by drawing the RenderedImage to Graphics2D, or return false.
PaintRable - Interface in io.sf.carte.echosvg.ext.awt.image.renderable
Interface for Rable's that can more efficently represent there action as a paint method instead of a RenderedImage when going to a Graphics2D anyways.
PaintServer - Class in io.sf.carte.echosvg.bridge
A collection of utility methods to deliver java.awt.Paint, java.awt.Stroke objects that could be used to paint a shape.
PaintServer() - Constructor for class io.sf.carte.echosvg.bridge.PaintServer
No instance of this class is required.
paintTextRuns(List<StrokingTextPainter.TextRun>, Graphics2D) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
Paints the text in each text run.
paintType - Variable in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
The type of paint.
PALEGOLDENROD_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'palegoldenrod' RGB color.
PALEGOLDENROD_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'palegoldenrod' color name.
PALEGREEN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'palegreen' RGB color.
PALEGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'palegreen' color name.
PALETTE - Static variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
 
PALETTE - Static variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
 
PALETURQUOISE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'paleturquoise' RGB color.
PALETURQUOISE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'paleturquoise' color name.
PALEVIOLETRED_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'palevioletred' RGB color.
PALEVIOLETRED_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'palevioletred' color name.
PAN_CURSOR - Static variable in class io.sf.carte.echosvg.swing.gvt.AbstractPanInteractor
The cursor for panning.
panel - Variable in class io.sf.carte.echosvg.util.gui.LanguageDialog
The user languages panel.
panel - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor
The Panel instance.
panel - Variable in class io.sf.carte.echosvg.util.gui.UserStyleDialog
The main panel.
Panel() - Constructor for class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel
Creates a new Panel object.
Panel() - Constructor for class io.sf.carte.echosvg.util.gui.MemoryMonitor.Panel
Creates a new memory monitor panel, composed of a Usage instance and a History instance.
Panel() - Constructor for class io.sf.carte.echosvg.util.gui.UserStyleDialog.Panel
Creates a new Panel object.
Panel(long) - Constructor for class io.sf.carte.echosvg.util.gui.MemoryMonitor.Panel
Creates a new memory monitor panel, composed of a Usage instance and a History instance.
panInteractor - Variable in class io.sf.carte.echosvg.swing.JSVGCanvas
An interactor to perform a translation.
Panose - Class in io.sf.carte.echosvg.svggen.font.table
 
Panose(byte[]) - Constructor for class io.sf.carte.echosvg.svggen.font.table.Panose
Creates new Panose
panose1 - Variable in class io.sf.carte.echosvg.gvt.font.GVTFontFace
 
PAPAYAWHIP_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'papayawhip' RGB color.
PAPAYAWHIP_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'papayawhip' color name.
param(float) - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
Adds a path parameter to the list.
PARAMETER_ENTITY_REFERENCE - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a parameter entity reference lexical unit, i.e. '%Name;'.
ParameterNameList() - Constructor for class io.sf.carte.echosvg.dom.AbstractDocument.DocumentConfiguration.ParameterNameList
 
parameters - Variable in class io.sf.carte.echosvg.anim.values.AnimatablePathDataValue
The path parameters.
paramNameList - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentConfiguration
The DOMStringList object containing the parameter names.
params - Variable in exception class io.sf.carte.echosvg.anim.AnimationException
The parameters to use for the error message.
params - Variable in exception class io.sf.carte.echosvg.bridge.BridgeException
The paramters to use for the error message.
parent - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
The parent time container.
parent - Variable in class io.sf.carte.echosvg.css.engine.StyleSheet
The parent sheet, if any.
parent - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGItem
List the item belongs to.
parent - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
List the item belongs to.
parent - Variable in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
The parent of this graphics node.
PARENT_RELATIVE_MASK - Static variable in class io.sf.carte.echosvg.css.engine.StyleMap
 
parentComponent - Variable in class io.sf.carte.echosvg.swing.svg.SVGUserAgentGUIAdapter
 
parentGraphicsNode() - Method in class io.sf.carte.echosvg.gvt.GVTTreeWalker
Returns the parent of the current GraphicsNode.
parentList - Variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.SVGLengthItem
List the item belongs to.
parentList - Variable in class io.sf.carte.echosvg.dom.svg.SVGNumberItem
The SVGNumberList this item belongs to.
parentNode - Variable in class io.sf.carte.echosvg.dom.AbstractChildNode
The parent node of this node.
parentNode - Variable in class io.sf.carte.echosvg.dom.AbstractParentChildNode
The parent node of this node.
parentNode() - Method in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
DOM: Implements TreeWalker.parentNode().
parentNode(Node) - Method in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
Returns the parent node of the given node.
parentRule - Variable in class io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration
The parent rule.
parentTable - Variable in class io.sf.carte.echosvg.svggen.font.table.GlyfDescript
 
parse() - Method in class io.sf.carte.echosvg.bridge.svg12.XPathPatternContentSelector
Parses the XPath selector.
parse(InputStream, String) - Method in class io.sf.carte.echosvg.parser.AbstractParser
Parses the given input stream.
parse(Reader) - Method in class io.sf.carte.echosvg.parser.AbstractParser
Parses the given reader
parse(Reader) - Method in interface io.sf.carte.echosvg.parser.Parser
Parses the given reader
parse(String) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
Parse a String value as a SVGLength.
parse(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.BaseSVGAngle
Parse a String value as an SVGAngle.
parse(String) - Method in class io.sf.carte.echosvg.dom.svg.SVGOMAngle
Parse a String value as an SVGAngle.
parse(String) - Method in class io.sf.carte.echosvg.parser.AbstractParser
Parses the given string.
parse(String) - Method in interface io.sf.carte.echosvg.parser.Parser
Parses the given string
parsea() - Method in class io.sf.carte.echosvg.parser.PathParser
Parses a 'a' command.
parseA() - Method in class io.sf.carte.echosvg.parser.PathParser
Parses a 'A' command.
parseAccumulate() - Method in class io.sf.carte.echosvg.bridge.SVGAnimateElementBridge
Returns the parsed 'accumulate' attribute from the animation element.
parseAdditive() - Method in class io.sf.carte.echosvg.bridge.SVGAnimateElementBridge
Returns the parsed 'additive' attribute from the animation element.
parseAnimatableValue(String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Parses an attribute as an AnimatableValue.
parseAnimatableValue(Element, AnimationTarget, String, String, boolean, String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
Parses an AnimatableValue.
parseARGB(String) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main.ColorOptionHandler
Parse the input value, which should be in the following format: a.r.g.b where a, r, g and b are integer values, in decimal notation, between 0 and 255.
parseAttributes(String, String, String, String, String, String, String, String, String) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Parses the animation attributes for this timed element.
parseBegin(String) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Parses a new 'begin' attribute.
parsec() - Method in class io.sf.carte.echosvg.parser.PathParser
Parses a 'c' command.
parseC() - Method in class io.sf.carte.echosvg.parser.PathParser
Parses a 'C' command.
parseCalcMode() - Method in class io.sf.carte.echosvg.bridge.SVGAnimateElementBridge
Returns the parsed 'calcMode' attribute from the animation element.
parseClockValue() - Method in class io.sf.carte.echosvg.parser.TimingParser
Parses a clock value.
parseClockValue(String, boolean) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Parses a clock value or offset and returns it as a float.
parseCoordinateSystem(Element, String, String, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Parses the specified coordinate system defined by the specified element.
parseDigits() - Method in class io.sf.carte.echosvg.parser.TimingParser
Parses a sequence of digits and returns the integer.
parseDur(String) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Parses a new 'dur' attribute.
ParsedURL - Class in io.sf.carte.echosvg.util
A URL-like class that supports custom URI schemes and GZIP encoding.
ParsedURL(ParsedURL, String) - Constructor for class io.sf.carte.echosvg.util.ParsedURL
Construct a sub URL from a base ParsedURL and a string for the sub url.
ParsedURL(String) - Constructor for class io.sf.carte.echosvg.util.ParsedURL
Construct a ParsedURL from the given url string.
ParsedURL(String, String) - Constructor for class io.sf.carte.echosvg.util.ParsedURL
Construct a sub URL from two strings.
ParsedURL(URL) - Constructor for class io.sf.carte.echosvg.util.ParsedURL
Construct a ParsedURL from the given java.net.URL instance.
ParsedURL(URL, String) - Constructor for class io.sf.carte.echosvg.util.ParsedURL
Construct a sub URL from a base URL and a string for the sub url.
ParsedURLData - Class in io.sf.carte.echosvg.util
Holds the data for more URLs.
ParsedURLData() - Constructor for class io.sf.carte.echosvg.util.ParsedURLData
Void constructor
ParsedURLData(URL) - Constructor for class io.sf.carte.echosvg.util.ParsedURLData
Build from an existing URL.
ParsedURLDataProtocolHandler - Class in io.sf.carte.echosvg.util
Protocol Handler for the 'data' protocol.
ParsedURLDataProtocolHandler() - Constructor for class io.sf.carte.echosvg.util.ParsedURLDataProtocolHandler
 
ParsedURLDefaultProtocolHandler - Class in io.sf.carte.echosvg.util
The default protocol handler this handles the most common protocols, such as 'file' 'http' 'ftp'.
ParsedURLDefaultProtocolHandler() - Constructor for class io.sf.carte.echosvg.util.ParsedURLDefaultProtocolHandler
Default constructor sets no protocol so this becomes default handler.
ParsedURLDefaultProtocolHandler(String) - Constructor for class io.sf.carte.echosvg.util.ParsedURLDefaultProtocolHandler
Subclass constructor allows subclasses to provide protocol, to be handled.
ParsedURLJarProtocolHandler - Class in io.sf.carte.echosvg.util
Protocol Handler for the 'jar' protocol.
ParsedURLJarProtocolHandler() - Constructor for class io.sf.carte.echosvg.util.ParsedURLJarProtocolHandler
 
ParsedURLProtocolHandler - Interface in io.sf.carte.echosvg.util
Provider interface for new url protocols, used by the ParsedURL class.
parseEnd(String) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Parses a new 'end' attribute.
ParseException - Exception Class in io.sf.carte.echosvg.parser
This class encapsulates a general parse error or warning.
ParseException(Exception) - Constructor for exception class io.sf.carte.echosvg.parser.ParseException
Creates a new ParseException wrapping an existing exception.
ParseException(String, int, int) - Constructor for exception class io.sf.carte.echosvg.parser.ParseException
Creates a new ParseException.
ParseException(String, Exception) - Constructor for exception class io.sf.carte.echosvg.parser.ParseException
Creates a new ParseException from an existing exception.
parseFill(String) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Parses a new 'fill' attribute.
parseFloat() - Method in class io.sf.carte.echosvg.parser.NumberParser
Parses the content of the buffer and converts it to a float.
parseFraction() - Method in class io.sf.carte.echosvg.parser.TimingParser
Parses a '.' and a sequence of digits and returns the float.
parseh() - Method in class io.sf.carte.echosvg.parser.PathParser
Parses a 'h' command.
parseH() - Method in class io.sf.carte.echosvg.parser.PathParser
Parses a 'H' command.
parseIdentifier() - Method in class io.sf.carte.echosvg.parser.FragmentIdentifierParser
Parses an identifier.
parseIDValue(boolean) - Method in class io.sf.carte.echosvg.parser.TimingParser
Parses a timing specifier that starts with a word.
parseKeyPoints() - Method in class io.sf.carte.echosvg.bridge.SVGAnimateMotionElementBridge
Returns the parsed 'keyPoints' attribute from the animation element.
parseKeySplines() - Method in class io.sf.carte.echosvg.bridge.SVGAnimateElementBridge
Returns the parsed 'keySplines' attribute from the animation element.
parseKeyTimes() - Method in class io.sf.carte.echosvg.bridge.SVGAnimateElementBridge
Returns the parsed 'keyTimes' attribute from the animation element.
parsel() - Method in class io.sf.carte.echosvg.parser.PathParser
Parses a 'l' command.
parseL() - Method in class io.sf.carte.echosvg.parser.PathParser
Parses a 'L' command.
parseLength() - Method in class io.sf.carte.echosvg.parser.LengthParser
Parses a length value.
parseLengthPair(String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimateMotionElementBridge
Parses a single comma-separated length pair.
parsem() - Method in class io.sf.carte.echosvg.parser.PathParser
Parses a 'm' command.
parseM() - Method in class io.sf.carte.echosvg.parser.PathParser
Parses a 'M' command.
parseMarkerCoordinateSystem(Element, String, String, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Parses the specified coordinate system defined by the specified marker element.
parseMatrix() - Method in class io.sf.carte.echosvg.parser.FragmentIdentifierParser
Parses a matrix transform.
parseMatrix() - Method in class io.sf.carte.echosvg.parser.TransformListParser
Parses a matrix transform.
parseMax(String) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Parses a new 'max' attribute.
parseMin(String) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Parses a new 'min' attribute.
parseName() - Method in class io.sf.carte.echosvg.parser.TimingParser
Parses an XML name with optional escaping in the middle.
parseOffset - Variable in class io.sf.carte.echosvg.parser.ClockParser
Whether this parser should parse offsets rather than clock values.
parseOffset() - Method in class io.sf.carte.echosvg.parser.TimingParser
Parses an offset value.
parsePath() - Method in class io.sf.carte.echosvg.bridge.SVGAnimateMotionElementBridge
Returns the parsed 'path' attribute (or the path from a referencing 'mpath') from the animation element.
parsePreserveAspectRatio() - Method in class io.sf.carte.echosvg.parser.FragmentIdentifierParser
Parses a PreserveAspectRatio attribute.
parsePreserveAspectRatio() - Method in class io.sf.carte.echosvg.parser.PreserveAspectRatioParser
Parses a PreserveAspectRatio attribute.
parseProfile(ICC_Profile) - Method in class io.sf.graphics.java2d.color.profile.NamedColorProfileParser
Parses a named color profile (NCP).
parseProfile(ICC_Profile, String, String) - Method in class io.sf.graphics.java2d.color.profile.NamedColorProfileParser
Parses a named color profile (NCP).
parsePropertyValue(CSSStylableElement, String, String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Parses and creates a property value from elt.
parseq() - Method in class io.sf.carte.echosvg.parser.PathParser
Parses a 'q' command.
parseQ() - Method in class io.sf.carte.echosvg.parser.PathParser
Parses a 'Q' command.
parser - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableLengthListValueFactory
Parser for length lists.
parser - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableLengthValueFactory
Parser for lengths.
parser - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableNumberListValueFactory
Parser for number lists.
parser - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatablePathDataFactory
Parser for path data.
parser - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatablePointListValueFactory
Parser for point lists.
parser - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory
Parser for preserveAspectRatio values.
parser - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableRectValueFactory
Parser for number lists.
parser - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The CSS parser.
Parser - Interface in io.sf.carte.echosvg.parser
This interface represents a parser.
parseRect(String) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main.RectangleOptionHandler
 
parseRepeatCount(String) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Parses a new 'repeatCount' attribute.
parseRepeatDur(String) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Parses a new 'repeatDur' attribute.
parseRestart(String) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Parses a new 'restart' attribute.
parseRotate() - Method in class io.sf.carte.echosvg.parser.FragmentIdentifierParser
Parses a rotate transform.
parseRotate() - Method in class io.sf.carte.echosvg.parser.TransformListParser
Parses a rotate transform.
parses() - Method in class io.sf.carte.echosvg.parser.PathParser
Parses a 's' command.
parseS() - Method in class io.sf.carte.echosvg.parser.PathParser
Parses a 'S' command.
parseScale() - Method in class io.sf.carte.echosvg.parser.FragmentIdentifierParser
Parses a scale transform.
parseScale() - Method in class io.sf.carte.echosvg.parser.TransformListParser
Parses a scale transform.
parseSelector(String) - Method in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector
Parses the selector string.
parseSkew() - Method in class io.sf.carte.echosvg.parser.FragmentIdentifierParser
Parses a skew transform.
parseSkew() - Method in class io.sf.carte.echosvg.parser.TransformListParser
Parses a skew transform.
parseStart(ParserControl) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
parseStart(ParserControl) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
parseStyleDeclaration(CSSStylableElement, String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Parses and creates a style declaration.
parseStyleSheet(InputSource, ParsedURL, String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Parses and creates a new style-sheet.
parseStyleSheet(StyleSheet, InputSource, ParsedURL) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Parses and fills the given style-sheet.
parseStyleSheet(StyleSheet, ParsedURL) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Parses and fills the given style-sheet.
parseStyleSheet(StyleSheet, String, ParsedURL) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Parses and fills the given style-sheet.
parseStyleSheet(ParsedURL, String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Parses and creates a new style-sheet.
parseStyleSheet(String, ParsedURL, String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Parses and creates a new style-sheet.
parseStyleSheetPIData(String, HashMap<String, String>) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Parses a 'xml-stylesheet' processing instruction data section and puts the pseudo attributes in the given table.
parset() - Method in class io.sf.carte.echosvg.parser.PathParser
Parses a 't' command.
parseT() - Method in class io.sf.carte.echosvg.parser.PathParser
Parses a 'T' command.
parseTimingSpecifier() - Method in class io.sf.carte.echosvg.parser.TimingParser
Parses a timing specifier.
parseTimingSpecifierList(TimedElement, boolean, String, boolean, boolean) - Static method in class io.sf.carte.echosvg.anim.timing.TimingSpecifierListProducer
Parses a timing specifier list.
parseTranslate() - Method in class io.sf.carte.echosvg.parser.FragmentIdentifierParser
Parses a translate transform.
parseTranslate() - Method in class io.sf.carte.echosvg.parser.TransformListParser
Parses a translate transform.
parseType() - Method in class io.sf.carte.echosvg.bridge.SVGAnimateTransformElementBridge
Returns the parsed 'type' attribute from the animation element.
parseUnit() - Method in class io.sf.carte.echosvg.parser.TimingParser
Parses a time unit and returns the float for the multiplier.
parseURL(ParsedURL, String) - Static method in class io.sf.carte.echosvg.util.ParsedURL
Factory method to construct an appropriate subclass of ParsedURLData, for a sub url.
parseURL(ParsedURL, String) - Method in class io.sf.carte.echosvg.util.ParsedURLDataProtocolHandler
 
parseURL(ParsedURL, String) - Method in class io.sf.carte.echosvg.util.ParsedURLDefaultProtocolHandler
Parses the string as a sub URL of baseURL, and returns the results of parsing in the ParsedURLData object.
parseURL(ParsedURL, String) - Method in class io.sf.carte.echosvg.util.ParsedURLJarProtocolHandler
 
parseURL(ParsedURL, String) - Method in interface io.sf.carte.echosvg.util.ParsedURLProtocolHandler
Parse a relative url string of this protocol.
parseURL(String) - Static method in class io.sf.carte.echosvg.util.ParsedURL
Factory method to construct an appropriate subclass of ParsedURLData
parseURL(String) - Method in class io.sf.carte.echosvg.util.ParsedURLDataProtocolHandler
 
parseURL(String) - Method in class io.sf.carte.echosvg.util.ParsedURLDefaultProtocolHandler
Parses the string and returns the results of parsing in the ParsedURLData object.
parseURL(String) - Method in interface io.sf.carte.echosvg.util.ParsedURLProtocolHandler
Parse an absolute url string.
parseURL(String, String) - Static method in class io.sf.carte.echosvg.util.ParsedURL
Factory method to construct an appropriate subclass of ParsedURLData, for a sub url.
parsev() - Method in class io.sf.carte.echosvg.parser.PathParser
Parses a 'v' command.
parseV() - Method in class io.sf.carte.echosvg.parser.PathParser
Parses a 'V' command.
parseValue(String, short, AnimationTarget) - Method in class io.sf.carte.echosvg.bridge.SVGAnimateTransformElementBridge
Parses a transform value.
parseValues() - Method in class io.sf.carte.echosvg.bridge.SVGAnimateElementBridge
Returns the parsed 'values' attribute from the animation element.
parseValues() - Method in class io.sf.carte.echosvg.bridge.SVGAnimateMotionElementBridge
Returns the parsed 'values' attribute from the animation element.
parseValues(short, AnimationTarget) - Method in class io.sf.carte.echosvg.bridge.SVGAnimateTransformElementBridge
Returns the parsed 'values' attribute from the animation element.
parseValues(String) - Method in class io.sf.carte.echosvg.bridge.SVGAnimateMotionElementBridge
 
parseViewAttributes() - Method in class io.sf.carte.echosvg.parser.FragmentIdentifierParser
Parses the svgView attributes.
parseViewBoxAttribute(Element, String, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.ViewBox
Parses a viewBox attribute.
parseWallclockValue() - Method in class io.sf.carte.echosvg.parser.TimingParser
Parses a wallclock value and returns it as a Calendar.
parseXML(String, Document) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
Parses the given XML string into a DocumentFragment of the given document or a new document if 'doc' is null.
parseXML(String, Document) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
parseXML(String, Document) - Method in interface io.sf.carte.echosvg.bridge.Window
Parses the given XML string into a DocumentFragment of the given document or a new document if 'doc' is null.
parseXML(String, Document, String, Map<String, String>, String, SAXDocumentFactory) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Parses the given XML string into a DocumentFragment of the given document or a new document if 'doc' is null.
parseXML(Context, Scriptable, Object[], Function) - Static method in class io.sf.carte.echosvg.bridge.WindowWrapper
Wraps the 'parseXML' method of the Window interface.
PATCOPY - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
path - Variable in class io.sf.carte.echosvg.anim.MotionAnimation
The path that describes the motion.
path - Variable in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
The enclosed general path.
path - Variable in class io.sf.carte.echosvg.ext.awt.geom.PathLength
The path to use for calculations.
path - Variable in class io.sf.carte.echosvg.parser.AWTPathProducer
The temporary value of extendedGeneralPath.
path - Variable in class io.sf.carte.echosvg.parser.AWTPolylineProducer
The current path.
path - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.History
The curve representation.
path - Variable in class io.sf.carte.echosvg.util.ParsedURLData
 
PATH_ARC - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
PATH_CLOSE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
PATH_COMMANDS - Static variable in class io.sf.carte.echosvg.anim.values.AnimatablePathDataValue
The path data commands.
PATH_CUBIC_TO - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
PATH_HORIZONTAL_LINE_TO - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
PATH_LINE_TO - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
PATH_MOVE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
PATH_PARAMS - Static variable in class io.sf.carte.echosvg.anim.values.AnimatablePathDataValue
The number of parameters for each path command.
PATH_QUAD_TO - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
PATH_SMOOTH_QUAD_TO - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
PATH_VERTICAL_LINE_TO - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
PathArrayProducer - Class in io.sf.carte.echosvg.parser
A handler class that generates an array of shorts and an array floats from parsing path data.
PathArrayProducer() - Constructor for class io.sf.carte.echosvg.parser.PathArrayProducer
 
PathElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.PathElementFactory
 
pathHandler - Variable in class io.sf.carte.echosvg.parser.PathParser
The path handler used to report parse events.
PathHandler - Interface in io.sf.carte.echosvg.parser
This interface must be implemented and then registred as the handler of a PathParser instance in order to be notified of parsing events.
pathLength - Variable in class io.sf.carte.echosvg.anim.MotionAnimation
The path length calculation object.
pathLength - Variable in class io.sf.carte.echosvg.bridge.SVGPathElementBridge
The cached PathLength object used for computing the path length.
pathLength - Variable in class io.sf.carte.echosvg.ext.awt.geom.PathLength
Cached copy of the path length.
PathLength - Class in io.sf.carte.echosvg.ext.awt.geom
Utilitiy class for length calculations of paths.
PathLength(Shape) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.PathLength
Creates a new PathLength object for the specified Shape.
PathLength.PathSegment - Class in io.sf.carte.echosvg.ext.awt.geom
A single path segment in the flattened version of the path.
PathLength.SingleSegmentPathIterator - Class in io.sf.carte.echosvg.ext.awt.geom
A PathIterator that returns only the next path segment from another PathIterator.
pathLengthShape - Variable in class io.sf.carte.echosvg.bridge.SVGPathElementBridge
The cached Shape used for computing the path length.
PathParser - Class in io.sf.carte.echosvg.parser
This class implements an event-based parser for the SVG path's d attribute values.
PathParser() - Constructor for class io.sf.carte.echosvg.parser.PathParser
Creates a new PathParser.
PATHSEG_ARC_ABS - Static variable in interface org.w3c.dom.svg.SVGPathSeg
 
PATHSEG_ARC_ABS_LETTER - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGPathSegConstants
 
PATHSEG_ARC_REL - Static variable in interface org.w3c.dom.svg.SVGPathSeg
 
PATHSEG_ARC_REL_LETTER - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGPathSegConstants
 
PATHSEG_CLOSEPATH - Static variable in interface org.w3c.dom.svg.SVGPathSeg
 
PATHSEG_CLOSEPATH_LETTER - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGPathSegConstants
 
PATHSEG_CURVETO_CUBIC_ABS - Static variable in interface org.w3c.dom.svg.SVGPathSeg
 
PATHSEG_CURVETO_CUBIC_ABS_LETTER - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGPathSegConstants
 
PATHSEG_CURVETO_CUBIC_REL - Static variable in interface org.w3c.dom.svg.SVGPathSeg
 
PATHSEG_CURVETO_CUBIC_REL_LETTER - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGPathSegConstants
 
PATHSEG_CURVETO_CUBIC_SMOOTH_ABS - Static variable in interface org.w3c.dom.svg.SVGPathSeg
 
PATHSEG_CURVETO_CUBIC_SMOOTH_ABS_LETTER - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGPathSegConstants
 
PATHSEG_CURVETO_CUBIC_SMOOTH_REL - Static variable in interface org.w3c.dom.svg.SVGPathSeg
 
PATHSEG_CURVETO_CUBIC_SMOOTH_REL_LETTER - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGPathSegConstants
 
PATHSEG_CURVETO_QUADRATIC_ABS - Static variable in interface org.w3c.dom.svg.SVGPathSeg
 
PATHSEG_CURVETO_QUADRATIC_ABS_LETTER - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGPathSegConstants
 
PATHSEG_CURVETO_QUADRATIC_REL - Static variable in interface org.w3c.dom.svg.SVGPathSeg
 
PATHSEG_CURVETO_QUADRATIC_REL_LETTER - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGPathSegConstants
 
PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS - Static variable in interface org.w3c.dom.svg.SVGPathSeg
 
PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS_LETTER - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGPathSegConstants
 
PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL - Static variable in interface org.w3c.dom.svg.SVGPathSeg
 
PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL_LETTER - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGPathSegConstants
 
PATHSEG_LETTERS - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGPathSegConstants
Path segment letters.
PATHSEG_LINETO_ABS - Static variable in interface org.w3c.dom.svg.SVGPathSeg
 
PATHSEG_LINETO_ABS_LETTER - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGPathSegConstants
 
PATHSEG_LINETO_HORIZONTAL_ABS - Static variable in interface org.w3c.dom.svg.SVGPathSeg
 
PATHSEG_LINETO_HORIZONTAL_ABS_LETTER - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGPathSegConstants
 
PATHSEG_LINETO_HORIZONTAL_REL - Static variable in interface org.w3c.dom.svg.SVGPathSeg
 
PATHSEG_LINETO_HORIZONTAL_REL_LETTER - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGPathSegConstants
 
PATHSEG_LINETO_REL - Static variable in interface org.w3c.dom.svg.SVGPathSeg
 
PATHSEG_LINETO_REL_LETTER - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGPathSegConstants
 
PATHSEG_LINETO_VERTICAL_ABS - Static variable in interface org.w3c.dom.svg.SVGPathSeg
 
PATHSEG_LINETO_VERTICAL_ABS_LETTER - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGPathSegConstants
 
PATHSEG_LINETO_VERTICAL_REL - Static variable in interface org.w3c.dom.svg.SVGPathSeg
 
PATHSEG_LINETO_VERTICAL_REL_LETTER - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGPathSegConstants
 
PATHSEG_MOVETO_ABS - Static variable in interface org.w3c.dom.svg.SVGPathSeg
 
PATHSEG_MOVETO_ABS_LETTER - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGPathSegConstants
 
PATHSEG_MOVETO_REL - Static variable in interface org.w3c.dom.svg.SVGPathSeg
 
PATHSEG_MOVETO_REL_LETTER - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGPathSegConstants
 
PATHSEG_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGPathSeg
 
PathSegListBuilder(ListHandler) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
 
pathSegs - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData
The base path data value.
PATINVERT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
PATPAINT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
patternContentUnits - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
The 'patternContentUnits' attribute value.
PatternElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.PatternElementFactory
 
PatternGraphicsNode(GraphicsNode) - Constructor for class io.sf.carte.echosvg.bridge.SVGPatternElementBridge.PatternGraphicsNode
 
PatternPaint - Class in io.sf.carte.echosvg.gvt
The PatternPaint class provides a way to fill a Shape with a a pattern defined as a GVT Tree.
PatternPaint(GraphicsNode, Rectangle2D, boolean, AffineTransform) - Constructor for class io.sf.carte.echosvg.gvt.PatternPaint
Constructs a new PatternPaint.
PatternPaintContext - Class in io.sf.carte.echosvg.gvt
PaintContext for the ConcretePatterPaint paint implementation.
PatternPaintContext(ColorModel, AffineTransform, RenderingHints, Filter, Rectangle2D, boolean) - Constructor for class io.sf.carte.echosvg.gvt.PatternPaintContext
 
patternUnits - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
The 'patternUnits' attribute value.
pause() - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Pauses the animations.
pause() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
Pauses the animations.
pauseAnimations() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
pauseAnimations() - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
Pauses animations in the document.
pauseAnimations() - Method in interface io.sf.carte.echosvg.dom.svg.SVGSVGContext
Pauses animations in the document.
pauseAnimations() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
pauseTime - Variable in class io.sf.carte.echosvg.anim.AnimationEngine
The time at which the document was paused, or 0 if the document is not paused.
pc() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.LengthListBuilder
Implements LengthHandler.pc().
pc() - Method in class io.sf.carte.echosvg.parser.DefaultLengthHandler
Implements LengthHandler.pc().
pc() - Method in class io.sf.carte.echosvg.parser.LengthArrayProducer
Implements LengthHandler.pc().
pc() - Method in interface io.sf.carte.echosvg.parser.LengthHandler
Invoked when 'pc' has been parsed.
pc() - Method in class io.sf.carte.echosvg.parser.UnitProcessor.UnitResolver
Implements LengthHandler.pc().
PCDATA_IDENTIFIER - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a '#PCDATA' lexical unit.
PCLT - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
pcount - Variable in class io.sf.carte.echosvg.parser.PathArrayProducer
The total number of path parameters accumulated.
pcs - Variable in class io.sf.carte.echosvg.swing.JSVGCanvas
The PropertyChangeSupport used to fire PropertyChangeEvent.
PEACHPUFF_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'peachpuff' RGB color.
PEACHPUFF_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'peachpuff' color name.
PEN - Static variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
 
PEN - Static variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
 
PERCENT - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a '%' lexical unit.
percentage() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.LengthListBuilder
percentage() - Method in class io.sf.carte.echosvg.parser.DefaultLengthHandler
percentage() - Method in class io.sf.carte.echosvg.parser.LengthArrayProducer
percentage() - Method in interface io.sf.carte.echosvg.parser.LengthHandler
Invoked when '%' has been parsed.
percentage() - Method in class io.sf.carte.echosvg.parser.UnitProcessor.UnitResolver
PERCENTAGE_FONT_SIZE - Static variable in interface io.sf.carte.echosvg.anim.dom.AnimationTarget
 
PERCENTAGE_FONT_SIZE - Static variable in class io.sf.carte.echosvg.anim.dom.TraitInformation
 
PERCENTAGE_FONT_SIZE - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGContext
 
PERCENTAGE_VIEWPORT_HEIGHT - Static variable in interface io.sf.carte.echosvg.anim.dom.AnimationTarget
 
PERCENTAGE_VIEWPORT_HEIGHT - Static variable in class io.sf.carte.echosvg.anim.dom.TraitInformation
 
PERCENTAGE_VIEWPORT_HEIGHT - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGContext
 
PERCENTAGE_VIEWPORT_SIZE - Static variable in interface io.sf.carte.echosvg.anim.dom.AnimationTarget
 
PERCENTAGE_VIEWPORT_SIZE - Static variable in class io.sf.carte.echosvg.anim.dom.TraitInformation
 
PERCENTAGE_VIEWPORT_SIZE - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGContext
 
PERCENTAGE_VIEWPORT_WIDTH - Static variable in interface io.sf.carte.echosvg.anim.dom.AnimationTarget
 
PERCENTAGE_VIEWPORT_WIDTH - Static variable in class io.sf.carte.echosvg.anim.dom.TraitInformation
 
PERCENTAGE_VIEWPORT_WIDTH - Static variable in interface io.sf.carte.echosvg.dom.svg.SVGContext
 
percentageInterpretation - Variable in class io.sf.carte.echosvg.anim.dom.TraitInformation
What percentages in this trait are relative to.
percentageInterpretation - Variable in class io.sf.carte.echosvg.anim.values.AnimatableLengthListValue
How to interpret percentage values.
percentageInterpretation - Variable in class io.sf.carte.echosvg.anim.values.AnimatableLengthValue
How to interpret percentage values.
percentagesToPixels(float, short, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.parser.UnitProcessor
Converts percentages to user units.
PERCEPTUAL - Enum constant in enum class io.sf.graphics.java2d.color.RenderingIntent
Perceptual rendering intent.
PERCEPTUAL - Static variable in class io.sf.carte.echosvg.ext.awt.color.ICCColorSpaceExt
Deprecated.
 
perceptualToRGB(float[]) - Method in class io.sf.carte.echosvg.ext.awt.color.ICCColorSpaceExt
Deprecated.
Perceptual conversion is the method implemented by the base class's toRGB method
performDefaultLayout() - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Assigns default positions to each glyph in this GlyphVector.
performDefaultLayout() - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Assigns default positions to each glyph in this GlyphVector.
performDefaultLayout() - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
 
performDefaultLayout() - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Assigns default positions to each glyph in this GlyphVector.
PERU_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'peru' RGB color.
PERU_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'peru' color name.
PhantomReferenceCleared(T) - Constructor for class io.sf.carte.echosvg.util.CleanerThread.PhantomReferenceCleared
 
PI_CONTEXT - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
PI_CONTEXT - Static variable in class io.sf.carte.echosvg.xml.XMLScanner
The processing instruction context.
PI_DATA - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a PI data lexical unit.
PI_END - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a PI end lexical unit, i.e. '?>'.
PI_START - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a PI start lexical unit, i.e. '<?Name'.
piEndRead - Variable in class io.sf.carte.echosvg.xml.XMLScanner
A PI end has been previously read.
pindex - Variable in class io.sf.carte.echosvg.parser.PathArrayProducer
The index in which to store the next path parameter.
PINK_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'pink' RGB color.
PINK_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'pink' color name.
PIPE - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a '|' lexical unit.
PIXEL_PER_INCH - Static variable in class io.sf.carte.echosvg.transcoder.ToSVGAbstractTranscoder
 
PIXEL_PER_INCH - Static variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
PIXEL_TO_MILLIMETERS - Static variable in class io.sf.carte.echosvg.transcoder.ToSVGAbstractTranscoder
 
pixelsToEms(float, short, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.parser.UnitProcessor
Converts user units to ems units.
pixelsToExs(float, short, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.parser.UnitProcessor
Converts user units to exs units.
pixelsToPercentages(float, short, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.parser.UnitProcessor
Converts user units to percentages relative to the viewport.
pixelUnitToMillimeter - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Millimeters Per Pixel
Platform - Class in io.sf.carte.echosvg.util
Platform specific functionality.
Platform() - Constructor for class io.sf.carte.echosvg.util.Platform
 
platformAppleUnicode - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
platformISO - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
platformMacintosh - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
platformMicrosoft - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
PLUM_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'plum' RGB color.
PLUM_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'plum' color name.
PLUS - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a '+' lexical unit.
PNG - Static variable in class io.sf.carte.echosvg.apps.rasterizer.DestinationType
 
PNG_CODE - Static variable in class io.sf.carte.echosvg.apps.rasterizer.DestinationType
 
PNG_EXTENSION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.DestinationType
 
PNG_STR - Static variable in class io.sf.carte.echosvg.apps.rasterizer.DestinationType
 
PNGImageWriterParams - Class in io.sf.carte.echosvg.ext.awt.image.spi
Parameters for the PNG encoder which is accessed through the ImageWriter interface.
PNGImageWriterParams() - Constructor for class io.sf.carte.echosvg.ext.awt.image.spi.PNGImageWriterParams
Default constructor.
PNGTranscoder - Class in io.sf.carte.echosvg.transcoder.image
This class is an ImageTranscoder that produces a PNG image.
PNGTranscoder() - Constructor for class io.sf.carte.echosvg.transcoder.image.PNGTranscoder
Constructs a new transcoder that produces png images.
PNGTranscoder.WriteAdapter - Interface in io.sf.carte.echosvg.transcoder.image
This interface is used by PNGTranscoder to write PNG images through different codecs.
PNGTranscoderImageIOWriteAdapter - Class in io.sf.carte.echosvg.transcoder.image
This class is a helper to PNGTranscoder that writes PNG images through the Image I/O API.
PNGTranscoderImageIOWriteAdapter() - Constructor for class io.sf.carte.echosvg.transcoder.image.PNGTranscoderImageIOWriteAdapter
 
point(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPointList.PointsListBuilder
point(float, float) - Method in class io.sf.carte.echosvg.parser.AWTPolylineProducer
point(float, float) - Method in class io.sf.carte.echosvg.parser.DefaultPointsHandler
point(float, float) - Method in class io.sf.carte.echosvg.parser.FloatArrayProducer
point(float, float) - Method in interface io.sf.carte.echosvg.parser.PointsHandler
Invoked when a point has been parsed.
Point - Class in io.sf.carte.echosvg.svggen.font
 
Point(int, int, boolean, boolean) - Constructor for class io.sf.carte.echosvg.svggen.font.Point
 
pointAtLength(float) - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength
Returns the point that is at the given length along the path.
pointAtLength(float) - Method in class io.sf.carte.echosvg.gvt.text.TextPath
Returns the point that is at the specified length along the path.
pointAtLength(int, float) - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength
Returns the point that is the given proportion along the path segment given by the specified index.
POINTER_EVENTS_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
POINTER_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'pointer' keyword.
PointerEventsManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'pointer-events' property values.
PointerEventsManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.PointerEventsManager
 
pointerEventType - Variable in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Indicates how this graphics node reacts to events.
PointLight - Class in io.sf.carte.echosvg.ext.awt.image
A light source which emits a light of constant intensity in all directions.
PointLight(double, double, double, Color) - Constructor for class io.sf.carte.echosvg.ext.awt.image.PointLight
 
points - Variable in class io.sf.carte.echosvg.anim.dom.SVGPointShapeElement
The 'points' attribute value.
pointsAtX - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
The 'pointsAtX' attribute value.
pointsAtY - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
The 'pointsAtY' attribute value.
pointsAtZ - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
The 'pointsAtZ' attribute value.
pointsHandler - Variable in class io.sf.carte.echosvg.parser.PointsParser
The points handler used to report parse events.
PointsHandler - Interface in io.sf.carte.echosvg.parser
This interface must be implemented and then registred as the handler of a PointsParser instance in order to be notified of parsing events.
PointsListBuilder(ListHandler) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPointList.PointsListBuilder
Creates a new PointsListBuilder.
PointsParser - Class in io.sf.carte.echosvg.parser
This class implements an event-based parser for the SVG points attribute values (used with polyline and polygon elements).
PointsParser() - Constructor for class io.sf.carte.echosvg.parser.PointsParser
Creates a new PointsParser.
Polygon2D - Class in io.sf.carte.echosvg.ext.awt.geom
This class is a Polygon with float coordinates.
Polygon2D() - Constructor for class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
Creates an empty Polygon2D.
Polygon2D(float[], float[], int) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
Constructs and initializes a Polygon2D from the specified parameters.
Polygon2D(int[], int[], int) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
Constructs and initializes a Polygon2D from the specified parameters.
Polygon2D(Rectangle2D) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
Constructs and initializes a Polygon2D from the specified Rectangle2D.
Polygon2D(Polygon) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
Constructs and initializes a Polygon2D from the specified Polygon.
PolygonElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.PolygonElementFactory
 
Polyline2D - Class in io.sf.carte.echosvg.ext.awt.geom
This class has the same behavior than Polygon2D, except that the figure is not closed.
Polyline2D() - Constructor for class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
Creates an empty Polyline2D.
Polyline2D(float[], float[], int) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
Constructs and initializes a Polyline2D from the specified parameters.
Polyline2D(int[], int[], int) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
Constructs and initializes a Polyline2D from the specified parameters.
Polyline2D(Line2D) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
 
PolylineElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.PolylineElementFactory
 
pop() - Method in class io.sf.carte.echosvg.dom.util.HashTableStack
Removes the table on the top of the stack.
pop() - Method in class io.sf.carte.echosvg.util.DoublyLinkedList
Removes 'head' from list and returns it.
port - Variable in class io.sf.carte.echosvg.util.ParsedURLData
 
position - Variable in class io.sf.carte.echosvg.parser.AbstractScanner
The current position in the buffer.
position - Variable in class io.sf.carte.echosvg.util.io.AbstractCharDecoder
The current position in the buffer.
position - Variable in class io.sf.carte.echosvg.xml.XMLScanner
The current position in the buffer.
positionTransform - Variable in class io.sf.carte.echosvg.gvt.CanvasGraphicsNode
This is the position transform for this graphics node.
post - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
postConnectionURL - Variable in class io.sf.carte.echosvg.util.ParsedURLData
The URL that was ultimately used to fetch the resource.
POSTFIX - Static variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
The text position.
PostTable - Class in io.sf.carte.echosvg.svggen.font.table
 
PostTable(DirectoryEntry, RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.PostTable
Creates new PostTable
POSTURE_OBLIQUE - Static variable in class io.sf.carte.echosvg.svggen.SVGFont
 
POSTURE_REGULAR - Static variable in class io.sf.carte.echosvg.svggen.SVGFont
 
postURL(String, String, Window.URLResponseHandler) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
 
postURL(String, String, Window.URLResponseHandler) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
 
postURL(String, String, Window.URLResponseHandler) - Method in interface io.sf.carte.echosvg.bridge.Window
Posts data to the given URI.
postURL(String, String, Window.URLResponseHandler, String) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
 
postURL(String, String, Window.URLResponseHandler, String) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
 
postURL(String, String, Window.URLResponseHandler, String) - Method in interface io.sf.carte.echosvg.bridge.Window
Posts data to the given URI.
postURL(String, String, Window.URLResponseHandler, String, String) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
 
postURL(String, String, Window.URLResponseHandler, String, String) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
 
postURL(String, String, Window.URLResponseHandler, String, String) - Method in interface io.sf.carte.echosvg.bridge.Window
Posts data to the given URI.
postURL(Context, Scriptable, Object[], Function) - Static method in class io.sf.carte.echosvg.bridge.WindowWrapper
Wraps the 'postURL' method of the Window interface.
POWDERBLUE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'powderblue' RGB color.
POWDERBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'powderblue' color name.
precompose(Raster, Raster, WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.AlphaPreCompositeContext_INT_PACK
 
precompose(Raster, Raster, WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.AlphaPreCompositeContext
 
precompose(Raster, Raster, WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.ArithCompositeContext
 
precompose(Raster, Raster, WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.AtopCompositeContext
 
precompose(Raster, Raster, WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.DarkenCompositeContext
 
precompose(Raster, Raster, WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.InCompositeContext
 
precompose(Raster, Raster, WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.LightenCompositeContext
 
precompose(Raster, Raster, WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.MultiplyCompositeContext
 
precompose(Raster, Raster, WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.OutCompositeContext
 
precompose(Raster, Raster, WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.OverCompositeContext_NA
 
precompose(Raster, Raster, WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.OverCompositeContext
 
precompose(Raster, Raster, WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.ScreenCompositeContext
 
precompose(Raster, Raster, WritableRaster) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.XorCompositeContext
 
precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.AlphaPreCompositeContext_INT_PACK
 
precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.ArithCompositeContext_INT_PACK_LUT
 
precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.ArithCompositeContext_INT_PACK
 
precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.AtopCompositeContext_INT_PACK
 
precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.DarkenCompositeContext_INT_PACK
 
precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.InCompositeContext_INT_PACK
 
precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.LightenCompositeContext_INT_PACK
 
precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.MultiplyCompositeContext_INT_PACK
 
precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.OutCompositeContext_INT_PACK
 
precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.OverCompositeContext_INT_PACK_NA
 
precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.OverCompositeContext_INT_PACK_UNPRE
 
precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.OverCompositeContext_INT_PACK
 
precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.ScreenCompositeContext_INT_PACK
 
precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int) - Method in class io.sf.carte.echosvg.ext.awt.image.SVGComposite.XorCompositeContext_INT_PACK
 
preemptAndWait(Runnable) - Method in class io.sf.carte.echosvg.util.RunnableQueue
Waits until the given Runnable's run() has returned.
preemptCount - Variable in class io.sf.carte.echosvg.util.RunnableQueue
Count of preempt entries in queue, so preempt entries can be kept properly ordered.
preemptLater(Runnable) - Method in class io.sf.carte.echosvg.util.RunnableQueue
Schedules the given Runnable object for a later invocation, and returns.
PreferenceManager - Class in io.sf.carte.echosvg.util
This class allows to manage users preferences.
PreferenceManager(String) - Constructor for class io.sf.carte.echosvg.util.PreferenceManager
Creates a preference manager.
PreferenceManager(String, Map<String, Object>) - Constructor for class io.sf.carte.echosvg.util.PreferenceManager
Creates a preference manager with a default values initialization map.
PREFERRED_HEIGHT - Static variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.History
The preferred height.
PREFERRED_HEIGHT - Static variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
The preferred height.
PREFERRED_WIDTH - Static variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.History
The preferred width.
PREFERRED_WIDTH - Static variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
The preferred width.
prefFileName - Variable in class io.sf.carte.echosvg.util.PreferenceManager
 
prefix - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMElement
The element prefix.
prefix - Variable in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector
The QName prefix used for selection.
PrefixableStylableExtensionElement - Class in io.sf.carte.echosvg.extension
This class implements a simple method for handling the node 'prefix'.
PrefixableStylableExtensionElement() - Constructor for class io.sf.carte.echosvg.extension.PrefixableStylableExtensionElement
Creates a new EchoSVGStarElement object.
PrefixableStylableExtensionElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.extension.PrefixableStylableExtensionElement
Creates a new EchoSVGStarElement object.
prefixResolver - Variable in class io.sf.carte.echosvg.bridge.svg12.XPathPatternContentSelector
The Xalan prefix resolver.
prefixResolver - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr
The Xalan prefix resolver.
PREFORMATTED - Static variable in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
PREFORMATTED - Static variable in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
PREFORMATTED - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
preInfoIterator() - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
 
prep - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
PrepTable - Class in io.sf.carte.echosvg.svggen.font.table
 
PrepTable(DirectoryEntry, RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.PrepTable
 
PresentationAttributeColorValue(CSSEngine, String) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributeColorValue
Creates a new PresentationAttributeColorValue.
PresentationAttributePaintValue(CSSEngine, String) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributePaintValue
Creates a new PresentationAttributeColorValue.
PresentationAttributeValue(CSSEngine, String) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributeValue
Creates a new PresentationAttributeValue.
preserveAlpha - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
The 'preserveAlpha' attribute value.
preserveAspectRatio - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEImageElement
The 'preserveAspectRatio' attribute value.
preserveAspectRatio - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMForeignObjectElement
The 'preserveAspectRatio' attribute value.
preserveAspectRatio - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMImageElement
The 'preserveAspectRatio' attribute value.
preserveAspectRatio - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
The 'preserveAspectRatio' attribute value.
preserveAspectRatio - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
The 'preserveAspectRatio' attribute value.
preserveAspectRatio - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
The 'preserveAspectRatio' attribute value.
preserveAspectRatio - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMSymbolElement
The 'preserveAspectRatio' attribute value.
preserveAspectRatio - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMViewElement
The 'preserveAspectRatio' attribute value.
preserveAspectRatioHandler - Variable in class io.sf.carte.echosvg.parser.PreserveAspectRatioParser
The PreserveAspectRatio handler used to report parse events.
PreserveAspectRatioHandler - Interface in io.sf.carte.echosvg.parser
This interface must be implemented and then registred as the handler of a PreserveAspectRatioParser instance in order to be notified of parsing events.
PreserveAspectRatioParser - Class in io.sf.carte.echosvg.parser
This class implements an event-based parser for the SVG preserveAspectRatio attribute values.
PreserveAspectRatioParser() - Constructor for class io.sf.carte.echosvg.parser.PreserveAspectRatioParser
Creates a new PreserveAspectRatioParser.
PreserveAspectRatioParserHandler() - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
 
preserveXMLSpace(String) - Static method in class io.sf.carte.echosvg.dom.util.XMLSupport
Strips the white spaces in the given string according to the xml:space attribute recommended behaviour when it has the 'preserve' value.
prettyPrint(Reader, Writer) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder
Pretty print the given reader.
prettyPrinter - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
The pretty printer.
PrettyPrinter - Class in io.sf.carte.echosvg.transcoder.svg2svg
This class represents an SVG source files pretty-printer.
PrettyPrinter() - Constructor for class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
 
prevComponentSize - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
 
preventDefault - Variable in class io.sf.carte.echosvg.dom.events.AbstractEvent
Whether the default action must be processed.
preventDefault() - Method in class io.sf.carte.echosvg.dom.events.AbstractEvent
DOM: If an event is cancelable, the preventDefault method is used to signify that the event is to be canceled, meaning any default action normally taken by the implementation as a result of the event will not occur.
preventDefault(AbstractEvent, boolean) - Method in class io.sf.carte.echosvg.dom.events.EventSupport
Calls AbstractEvent.preventDefault(boolean).
previous() - Method in class io.sf.carte.echosvg.gvt.text.AttributedCharacterSpanIterator
Decrements the iterator's index by one and returns the character at the new index.
previous() - Method in class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
Decrements the iterator's index by one and returns the character at the new index.
previous() - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Decrements the iterator's index by one and returns the character at the new index.
previous() - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Decrements the iterator's index by one and returns the character at the new index.
previousCursor - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractPanInteractor
To store the previous cursor.
previousCursor - Variable in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
To store the previous cursor.
previousGraphicsNode() - Method in class io.sf.carte.echosvg.gvt.GVTTreeWalker
Returns the previous GraphicsNode.
previousInterval - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
The previous interval.
previousNode() - Method in class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
previousNode() - Method in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
DOM: Implements TreeWalker.previousNode().
previousSibling - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XBLRecord
The previous sibling in the flattened tree.
previousSibling - Variable in class io.sf.carte.echosvg.dom.AbstractChildNode
The previous sibling.
previousSibling - Variable in class io.sf.carte.echosvg.dom.AbstractParentChildNode
The previous sibling.
previousSibling() - Method in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
previousSibling(Node, Node) - Method in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
Returns the previous sibling of the given node.
previousType - Variable in class io.sf.carte.echosvg.parser.AbstractScanner
The previous lexical unit type that was scanned.
prevNamespaceURI - Variable in class io.sf.carte.echosvg.dom.events.DOMMutationNameEvent
The node's previous namespace URI.
prevNodeName - Variable in class io.sf.carte.echosvg.dom.events.DOMMutationNameEvent
The node's previous name.
primaryContext - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The bridge context for the primary document, if this is a bridge context for a resource document.
primitivePaint(Graphics2D) - Method in class io.sf.carte.echosvg.bridge.MultiResGraphicsNode
Paints this node without applying Filter, Mask, Composite, and clip.
primitivePaint(Graphics2D) - Method in class io.sf.carte.echosvg.bridge.SVGPatternElementBridge.PatternGraphicsNode
 
primitivePaint(Graphics2D) - Method in class io.sf.carte.echosvg.bridge.TextNode
Paints this node without applying Filter, Mask, Composite, and clip.
primitivePaint(Graphics2D) - Method in class io.sf.carte.echosvg.gvt.CanvasGraphicsNode
Paints this node without applying Filter, Mask, Composite, and clip.
primitivePaint(Graphics2D) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Paints this node without applying Filter, Mask, Composite, and clip.
primitivePaint(Graphics2D) - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Paints this node without applying Filter, Mask, Composite, and clip.
primitivePaint(Graphics2D) - Method in class io.sf.carte.echosvg.gvt.ProxyGraphicsNode
Paints this node without applying Filter, Mask, Composite and clip.
primitivePaint(Graphics2D) - Method in class io.sf.carte.echosvg.gvt.RasterImageNode
Paints this node without applying Filter, Mask, Composite and clip.
primitivePaint(Graphics2D) - Method in class io.sf.carte.echosvg.gvt.ShapeNode
Paints this node without applying Filter, Mask, Composite, and clip.
primitiveUnits - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
The 'primitiveUnits' attribute value.
print() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.LRUCache
 
print() - Method in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
Convenience method
print(Graphics, PageFormat, int) - Method in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
Printable implementation
print(Reader, Writer) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Prints an SVG document from the given reader to the given writer.
print(String) - Static method in class io.sf.carte.echosvg.anim.timing.Trace
 
print(JComponent, SVGGraphics2D) - Static method in class io.sf.carte.echosvg.svggen.SwingSVGPrettyPrint
 
printAttlist() - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Prints an ATTLIST declaration.
printAttlistEnd(char[]) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints an attribute list declaration end.
printAttlistStart(char[], char[]) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints an attribute list declaration start.
printAttName(char[], char[], char[]) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints an attribute declaration start.
printAttrs(AttributedCharacterIterator) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
printCDATASection(char[]) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints a CDATA section.
printCharacter(char) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints a single character.
printCharacterData(char[], boolean, boolean) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints the character data of an element content.
printCharacterEntityReference(char[], boolean, boolean) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints a character entity reference.
printCharacters(char[]) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints a char array.
printChildren() - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Prints the children of an element declaration.
printComment(char[]) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints a comment.
printContent(boolean) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Prints the content of an element.
printDoctype() - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Prints the doctype.
printDoctypeEnd(char[]) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints the portion of the doctype after ']'.
printDoctypeStart(char[], char[], char[], String, char[], char[], char, char[], char[], char, char[]) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints the portion of the doctype before '['.
printElement() - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Prints an element.
printElementDeclaration() - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Prints an element declaration.
printElementEnd(char[], char[]) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints the end of an element.
printElementStart(char[], List<OutputManager.AttributeInfo>, char[]) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints the start of an element.
printEntityDeclaration() - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Prints an entity declaration.
printEntityReference(char[], boolean) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints an entity reference.
printEnumeration(List<OutputManager.NameInfo>) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints an enumeration.
printHeader() - Method in class io.sf.carte.echosvg.apps.svgpp.Main
Prints the command header.
printNewline() - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints a newline.
printNode(Context, Scriptable, Object[], Function) - Static method in class io.sf.carte.echosvg.bridge.WindowWrapper
Wraps the 'printNode' method of the Window interface.
printNode(Node) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
Serializes the given node.
printNode(Node) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
Serializes the given node.
printNode(Node) - Method in interface io.sf.carte.echosvg.bridge.Window
Serializes the given node.
printNotation() - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Prints a notation declaration.
printNotation(char[], char[], char[], String, char[], char[], char, char[], char[], char, char[]) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints a notation declaration.
printParameterEntityReference(char[]) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints a parameter entity reference.
printPI() - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Prints a processing instruction.
printPI(char[], char[], char[]) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints a processing instruction.
printSpaces(char[], boolean) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints white spaces.
printStackTrace() - Method in exception class io.sf.carte.echosvg.xml.XMLException
Prints this Exception and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in exception class io.sf.carte.echosvg.xml.XMLException
Prints this Exception and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in exception class io.sf.carte.echosvg.xml.XMLException
Prints this Exception and its backtrace to the specified print writer.
printString(String) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints a string.
printTopSpaces(char[]) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints top level white spaces.
PrintTranscoder - Class in io.sf.carte.echosvg.transcoder.print
This class is a Transcoder that prints SVG images.
PrintTranscoder() - Constructor for class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
Constructs a new transcoder that prints images.
printUsage() - Method in class io.sf.carte.echosvg.apps.rasterizer.Main
 
printUsage() - Method in class io.sf.carte.echosvg.apps.svgpp.Main
Prints the command usage.
printXMLDecl() - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Prints the XML declaration.
printXMLDecl(char[], char[], char[], char[], char, char[], char[], char[], char[], char, char[], char[], char[], char[], char, char[]) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
Prints an XML declaration.
priorities - Variable in class io.sf.carte.echosvg.css.engine.StyleDeclaration
The value priorities.
PRIORITY - Static variable in class io.sf.carte.echosvg.ext.awt.image.spi.JDKRegistryEntry
The priority of this entry.
PRIORITY - Static variable in class io.sf.carte.echosvg.ext.awt.image.spi.MagicNumberRegistryEntry
 
proceedOnSourceTranscodingFailure(SVGConverterSource, File, String) - Method in class io.sf.carte.echosvg.apps.rasterizer.DefaultSVGConverterController
Invoked when the rasterizer got an error while transcoding the input source.
proceedOnSourceTranscodingFailure(SVGConverterSource, File, String) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main
 
proceedOnSourceTranscodingFailure(SVGConverterSource, File, String) - Method in interface io.sf.carte.echosvg.apps.rasterizer.SVGConverterController
Invoked when the rasterizer got an error while transcoding the input source.
proceedWithComputedTask(Transcoder, Map<TranscodingHints.Key, ?>, List<SVGConverterSource>, List<File>) - Method in class io.sf.carte.echosvg.apps.rasterizer.DefaultSVGConverterController
Invoked when the rasterizer has computed the exact description of what it should do.
proceedWithComputedTask(Transcoder, Map<TranscodingHints.Key, ?>, List<SVGConverterSource>, List<File>) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main
 
proceedWithComputedTask(Transcoder, Map<TranscodingHints.Key, ?>, List<SVGConverterSource>, List<File>) - Method in interface io.sf.carte.echosvg.apps.rasterizer.SVGConverterController
Invoked when the rasterizer has computed the exact description of what it should do.
proceedWithSourceTranscoding(SVGConverterSource, File) - Method in class io.sf.carte.echosvg.apps.rasterizer.DefaultSVGConverterController
Invoked when the rasterizer is about to start transcoding of a given source.
proceedWithSourceTranscoding(SVGConverterSource, File) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main
 
proceedWithSourceTranscoding(SVGConverterSource, File) - Method in interface io.sf.carte.echosvg.apps.rasterizer.SVGConverterController
Invoked when the rasterizer is about to start transcoding of a given source.
processAfterShowed() - Method in interface io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenuModel
Processes the showing of the pop up menu.
processBeforeShowed() - Method in interface io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenuModel
Processes the showing of the pop up menu.
processingInstruction(String, String) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
processItemClicked() - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenu
Processes click on the pop up menu item.
processItemClicked() - Method in interface io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenuModel
Processes the click on the pop up menu item.
processKeyEvent(GraphicsNodeKeyEvent) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Dispatches a graphics node key event to by firing the 'global' listeners attached to this event dispatcher.
processMouseEvent(GraphicsNodeMouseEvent) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Processes the specified event by firing the 'global' listeners attached to this event dispatcher.
processMouseWheelEvent(GraphicsNodeMouseWheelEvent) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Processes the specified event by firing the 'global' listeners attached to this event dispatcher.
producer - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableLengthListValueFactory
The producer class that accumulates the lengths.
producer - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableNumberListValueFactory
The producer class that accumulates the numbers.
producer - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatablePathDataFactory
The producer class that accumulates the path segments.
producer - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatablePointListValueFactory
The producer class that accumulates the points.
producer - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableRectValueFactory
The producer class that accumulates the numbers.
ProfileRable - Class in io.sf.carte.echosvg.ext.awt.image.renderable
Implements the interface expected from a color matrix operation
ProfileRable(Filter, ICCColorSpaceWithIntent) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.ProfileRable
Instances should be built through the static factory methods
ProfileRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This implementation of rendered image forces a color profile on its source
ProfileRed(CachableRed, ICCColorSpaceWithIntent) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.ProfileRed
 
Program - Class in io.sf.carte.echosvg.svggen.font.table
 
Program() - Constructor for class io.sf.carte.echosvg.svggen.font.table.Program
 
progressivePaint - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Whether to allow progressive paint.
progressivePaintThread - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
The progressive paint thread.
prompt(String) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
Displays an input dialog box.
prompt(String) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
Displays an input dialog box.
prompt(String) - Method in interface io.sf.carte.echosvg.bridge.Window
Displays an input dialog box.
prompt(String, String) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
Displays an input dialog box, given the default value.
prompt(String, String) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
Displays an input dialog box, given the default value.
prompt(String, String) - Method in interface io.sf.carte.echosvg.bridge.Window
Displays an input dialog box, given the default value.
prompt(Context, Scriptable, Object[], Function) - Static method in class io.sf.carte.echosvg.bridge.WindowWrapper
Wraps the 'prompt' method of the Window interface.
PROOF_QUALITY - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
prop - Variable in class io.sf.carte.echosvg.css.engine.value.svg12.MarginLengthManager
 
propagateChanges(Node, int[], boolean) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Propagates the changes that occurs on the parent of the given node.
propagationFlags - Variable in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
A set to determine when propagation of new Instance times should be stopped.
properties - Variable in class io.sf.carte.echosvg.css.engine.CSSEngineEvent
The changed properties indexes.
propertiesChanged(CSSEngineEvent) - Method in class io.sf.carte.echosvg.bridge.BridgeContext.CSSPropertiesChangedListener
Handles CSSEngineEvent that describes the CSS properties that have changed on a particular element.
propertiesChanged(CSSEngineEvent) - Method in interface io.sf.carte.echosvg.css.engine.CSSEngineListener
Called when a set of properties has been modified.
property - Variable in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributeColorValue
The property name.
property - Variable in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributePaintValue
The property name.
property - Variable in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributeValue
The property name.
property - Variable in class io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration.StyleDeclarationValue
The property name.
property - Variable in class io.sf.carte.echosvg.css.dom.CSSOMSVGStyleDeclaration.StyleDeclarationColorValue
The property name.
property - Variable in class io.sf.carte.echosvg.css.dom.CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue
The property name.
property - Variable in class io.sf.carte.echosvg.css.engine.value.svg.MarkerManager
The handled property.
property - Variable in class io.sf.carte.echosvg.css.engine.value.svg.OpacityManager
The managed property name.
property - Variable in class io.sf.carte.echosvg.css.engine.value.svg.SpacingManager
The handled property.
property - Variable in class io.sf.carte.echosvg.css.engine.value.svg.SVGColorManager
The name of the handled property.
property(String, LexicalUnit, boolean) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
property(String, LexicalUnit, boolean) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleDeclarationBuilder
 
property(String, LexicalUnit, boolean) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleDeclarationDocumentHandler
 
property(String, LexicalUnit, boolean) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleDeclarationUpdateHandler
SAC: Implements CSSHandler.property(String,LexicalUnit,boolean).
property(String, LexicalUnit, boolean) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
property(String, LexicalUnit, boolean) - Method in interface io.sf.carte.echosvg.css.engine.value.ShorthandManager.PropertyHandler
 
PROPERTY_APP_DEV_BASE - Static variable in class io.sf.carte.echosvg.util.ApplicationSecurityEnforcer
Deprecated.
System property for App's development base directory
PROPERTY_APP_DEV_CLASS_DIR - Static variable in class io.sf.carte.echosvg.util.ApplicationSecurityEnforcer
Deprecated.
System property for App's development class directory
PROPERTY_APP_DEV_TEST_CLASS_DIR - Static variable in class io.sf.carte.echosvg.util.ApplicationSecurityEnforcer
Deprecated.
System property for App's development test classes directory
PROPERTY_APP_JAR_BASE - Static variable in class io.sf.carte.echosvg.util.ApplicationSecurityEnforcer
Deprecated.
System property for App's jars base directory
PROPERTY_COLORSPACE - Static variable in class io.sf.carte.echosvg.ext.awt.ColorSpaceHintKey
 
PROPERTY_IDE_CLASS_DIR - Static variable in class io.sf.carte.echosvg.util.ApplicationSecurityEnforcer
Deprecated.
System property for IDE's class directory (e.g.
propertyChanged(String, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.OverrideStyleDeclaration
Called when a property was changed.
propertyChanged(String, String, String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.StyleDeclaration
Called when a property was changed.
propertyChanged(String, String, String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration.ModificationHandler
Called when a property was changed.
propertyRemoved(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.OverrideStyleDeclaration
Called when a property was removed.
propertyRemoved(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.StyleDeclaration
Called when a property was removed.
propertyRemoved(String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration.ModificationHandler
Called when a property was removed.
props - Variable in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
protocol - Variable in class io.sf.carte.echosvg.util.AbstractParsedURLProtocolHandler
 
protocol - Variable in class io.sf.carte.echosvg.util.ParsedURLData
Since the Data instance is 'hidden' in the ParsedURL instance we make all our methods public.
ProxyGraphicsNode - Class in io.sf.carte.echosvg.gvt
A graphics node which provides a placeholder for another graphics node.
ProxyGraphicsNode() - Constructor for class io.sf.carte.echosvg.gvt.ProxyGraphicsNode
Constructs a new empty proxy graphics node.
ps - Variable in class io.sf.carte.echosvg.parser.PathArrayProducer
List of float[] objects.
PSEUDO_PROFILE_NAME - Static variable in class io.sf.graphics.java2d.color.DeviceCMYKColorSpace
The name for the uncalibrated CMYK pseudo-profile
pseudoAttributes - Variable in class io.sf.carte.echosvg.dom.StyleSheetProcessingInstruction
The pseudo attributes.
pseudoElement - Variable in class io.sf.carte.echosvg.css.dom.CSSOMComputedStyle
The optional pseudo-element.
pseudoElementNames - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The pseudo-element names.
pt() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.LengthListBuilder
Implements LengthHandler.pt().
pt() - Method in class io.sf.carte.echosvg.parser.DefaultLengthHandler
Implements LengthHandler.pt().
pt() - Method in class io.sf.carte.echosvg.parser.LengthArrayProducer
Implements LengthHandler.pt().
pt() - Method in interface io.sf.carte.echosvg.parser.LengthHandler
Invoked when 'pt' has been parsed.
pt() - Method in class io.sf.carte.echosvg.parser.UnitProcessor.UnitResolver
Implements LengthHandler.pt().
PUBLIC_ID_CHARACTER - Static variable in class io.sf.carte.echosvg.xml.XMLCharacters
The bit array representing the valid XML public ID characters.
PUBLIC_IDENTIFIER - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a 'PUBLIC' lexical unit.
publicId - Variable in class io.sf.carte.echosvg.dom.AbstractEntity
The public id.
publicId - Variable in class io.sf.carte.echosvg.dom.AbstractNotation
The public id.
publicId - Variable in class io.sf.carte.echosvg.dom.GenericDocumentType
The DTD public ID, if specified.
publicId - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
The public id.
PublicIdHandler() - Constructor for class io.sf.carte.echosvg.apps.svgpp.Main.PublicIdHandler
 
purple - Static variable in class io.sf.carte.echosvg.svggen.SVGColor
 
PURPLE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'purple' RGB color.
PURPLE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'purple' color name.
PURPLE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'purple' color name.
push() - Method in class io.sf.carte.echosvg.dom.util.HashTableStack
Pushes a new table on the stack.
push(DoublyLinkedList.Node) - Method in class io.sf.carte.echosvg.util.DoublyLinkedList
Adds nde to tail of list
pushCount - Variable in class io.sf.carte.echosvg.dom.util.HashTableStack.Link
The count of pushes since this link was added.
pushDown(AbstractAnimation) - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Moves the animation down the sandwich such that it is in the right position according to begin time and document order.
put(char, AWTGlyphGeometryCache.Value) - Method in class io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache
Sets a new value for the given variable
put(int, Value, int, boolean) - Method in class io.sf.carte.echosvg.css.engine.StyleDeclaration
Sets a value within the declaration.
put(TranscodingHints.Key, Object) - Method in class io.sf.carte.echosvg.transcoder.TranscodingHints
Maps the specified key to the specified value in this TranscodingHints object.
put(ParsedURL, Filter) - Method in class io.sf.carte.echosvg.ext.awt.image.URLImageCache
Associate bi with purl. bi is only referenced through a soft reference so don't rely on the cache to keep it around.
put(Object, int) - Method in class io.sf.carte.echosvg.dom.util.IntTable
Sets the value associated with the given key.
put(Object, Object, Object, Object) - Method in class io.sf.carte.echosvg.dom.util.TriplyIndexedTable
Puts a value in the table.
put(String, int) - Method in class io.sf.carte.echosvg.css.engine.StringIntMap
Sets a new value for the given variable
put(String, ICCColorSpaceWithIntent) - Method in class io.sf.carte.echosvg.ext.awt.color.NamedProfileCache
Associate bi with profileName. bi is only referenced through a soft reference so don't rely on the cache to keep it around.
put(String, Object) - Method in class io.sf.carte.echosvg.css.engine.value.StringMap
Sets a new value for the given variable
put(String, String) - Method in class io.sf.carte.echosvg.dom.util.HashTableStack
Creates a mapping in the table on the top of the stack.
put(String, String, Node) - Method in class io.sf.carte.echosvg.dom.AbstractElement.NamedNodeHashMap
Sets a new value for the given variable
put(K, L, Object) - Method in class io.sf.carte.echosvg.util.DoublyIndexedTable
Puts a value in the table.
put(K, L, Object) - Method in class io.sf.carte.echosvg.util.SoftDoublyIndexedTable
Sets a new value for the given variable
putAll(TranscodingHints) - Method in class io.sf.carte.echosvg.transcoder.TranscodingHints
Copies all of the keys and corresponding values from the specified TranscodingHints object to this TranscodingHints object.
putAll(Map<? extends TranscodingHints.Key, ? extends Object>) - Method in class io.sf.carte.echosvg.transcoder.TranscodingHints
Copies all of the mappings from the specified Map to this TranscodingHints.
putAuthorProperty(StyleMap, int, Value, boolean, short) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Puts an author property from a style-map in another style-map, if possible.
putBlockHeightRelative(int, boolean) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Sets the block-height-relative flag of a property value.
putBlockWidthRelative(int, boolean) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Sets the block-width-relative flag of a property value.
putBridge(Bridge) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Associates the specified Bridge object with it's namespace URI and local name.
putBridge(String, String, Bridge) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Associates the specified Bridge object with the specified namespace URI and local name.
putColorRelative(int, boolean) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Sets the color-relative flag of a property value.
putComputed(int, boolean) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Sets the computed flag of a property value.
putElementsByTagName(Node, String, AbstractParentNode.ElementsByTagName) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Puts an ElementsByTagName object in the cache.
putElementsByTagNameNS(Node, String, String, AbstractParentNode.ElementsByTagNameNS) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Puts an ElementsByTagNameNS object in the cache.
putFontSizeRelative(int, boolean) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Sets the font-size-relative flag of a property value.
putIdentifierKeyCode(String, int) - Static method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeEventSupport.Listener
Put a key code to key identifier mapping into the IDENTIFIER_KEY_CODES table.
putImpl(Object, Object) - Method in class io.sf.carte.echosvg.util.SoftReferenceCache
Associate object with key.
putImportant(int, boolean) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Sets the priority of a property value.
putInherited(int, boolean) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Sets the inherited flag of a property value.
putInterpreterFactory(String, InterpreterFactory) - Method in class io.sf.carte.echosvg.script.InterpreterPool
Adds for the specified language, the specified Interpreter factory.
putLineHeightRelative(int, boolean) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Sets the line-height-relative flag of a property value.
putLiveAttributeValue(String, String, LiveAttributeValue) - Method in class io.sf.carte.echosvg.anim.dom.AbstractElement
Associates a live attribute value to this element.
putMask(int, short) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Puts a property mask, given the property index.
putNullCascaded(int, boolean) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Sets the null-cascaded flag of a property value.
putOrigin(int, short) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Sets the origin of the given value.
putParentRelative(int, boolean) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Sets the parent-relative flag of a property value.
putReservedNamespaceURI(String) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Adds a namespace URI to avoid when creating default bridges.
putValue(int, Value) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Puts a property value, given the property index.
px() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.LengthListBuilder
Implements LengthHandler.px().
px() - Method in class io.sf.carte.echosvg.parser.DefaultLengthHandler
Implements LengthHandler.px().
px() - Method in class io.sf.carte.echosvg.parser.LengthArrayProducer
Implements LengthHandler.px().
px() - Method in interface io.sf.carte.echosvg.parser.LengthHandler
Invoked when 'px' has been parsed.
px() - Method in class io.sf.carte.echosvg.parser.UnitProcessor.UnitResolver
Implements LengthHandler.px().

Q

q - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationTickRunnable
The RunnableQueue in which this is the RunnableQueue.IdleRunnable.
Quadradic - Class in io.sf.carte.echosvg.ext.awt.geom
A class representing a quadratic path segment.
Quadradic() - Constructor for class io.sf.carte.echosvg.ext.awt.geom.Quadradic
 
Quadradic(double, double, double, double, double, double) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.Quadradic
 
Quadradic(Point2D.Double, Point2D.Double, Point2D.Double) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.Quadradic
 
quadTo(float, float, float, float) - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
qualifiedName - Variable in class io.sf.carte.echosvg.dom.GenericDocumentType
The qualified name of the document element.
quality - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Output image quality.
querySelector(String) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
Returns the first element that is a descendant of this node and matches the given selector list.
querySelectorAll(String) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
Returns all the element descendants of this node that match selectors.
QUESTION - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a '?' lexical unit.
QUICK_LUT_SIZE - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 

R

r - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMCircleElement
The 'r' attribute value.
r - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMRadialGradientElement
The 'r' attribute value.
R - Static variable in class io.sf.carte.echosvg.ext.awt.image.ARGBChannel
Channel values
R2_BLACK - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
R2_COPYPEN - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
R2_MASKNOTPENNOT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
R2_MASKPEN - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
R2_MASKPENNOT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
R2_MERGENOTPEN - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
R2_MERGEPEN - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
R2_MERGEPENNOT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
R2_NOP - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
R2_NOT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
R2_NOTCOPYPEN - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
R2_NOTMASKPEN - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
R2_NOTMERGEPEN - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
R2_NOTXORPEN - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
R2_WHITE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
R2_XORPEN - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
rad() - Method in interface io.sf.carte.echosvg.parser.AngleHandler
Invoked when 'rad' has been parsed.
rad() - Method in class io.sf.carte.echosvg.parser.DefaultAngleHandler
Implements AngleHandler.rad().
rad(float, short) - Static method in class io.sf.carte.echosvg.anim.values.AnimatableAngleValue
Converts an angle value to radians.
RAD_TO_DEG - Static variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
RadialGradientElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.RadialGradientElementFactory
 
RadialGradientPaint - Class in io.sf.carte.echosvg.ext.awt
This class provides a way to fill a shape with a circular radial color gradient pattern.
RadialGradientPaint(float, float, float, float[], Color[]) - Constructor for class io.sf.carte.echosvg.ext.awt.RadialGradientPaint
Constructs a RadialGradientPaint, using the center as the focus point.
RadialGradientPaint(float, float, float, float, float, float[], Color[]) - Constructor for class io.sf.carte.echosvg.ext.awt.RadialGradientPaint
Constructs a RadialGradientPaint.
RadialGradientPaint(Point2D, float, float[], Color[]) - Constructor for class io.sf.carte.echosvg.ext.awt.RadialGradientPaint
Constructs a RadialGradientPaint, using the center as the focus point.
RadialGradientPaint(Point2D, float, Point2D, float[], Color[]) - Constructor for class io.sf.carte.echosvg.ext.awt.RadialGradientPaint
Constructs a RadialGradientPaint.
RadialGradientPaint(Point2D, float, Point2D, float[], Color[], MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum) - Constructor for class io.sf.carte.echosvg.ext.awt.RadialGradientPaint
Constructs a RadialGradientPaint.
RadialGradientPaint(Point2D, float, Point2D, float[], Color[], MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum, AffineTransform) - Constructor for class io.sf.carte.echosvg.ext.awt.RadialGradientPaint
Constructs a RadialGradientPaint.
RadialGradientPaint(Rectangle2D, float[], Color[]) - Constructor for class io.sf.carte.echosvg.ext.awt.RadialGradientPaint
Constructs a RadialGradientPaint, the gradient circle is defined by a bounding box.
random(int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TurbulencePatternRed
 
RangeRecord - Class in io.sf.carte.echosvg.svggen.font.table
Coverage Index (GlyphID) = StartCoverageIndex + GlyphID - Start GlyphID
RangeRecord(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.RangeRecord
Creates new RangeRecord
RasterImageNode - Class in io.sf.carte.echosvg.gvt
A graphics node that represents a raster image.
RasterImageNode() - Constructor for class io.sf.carte.echosvg.gvt.RasterImageNode
Constructs a new empty RasterImageNode.
read() - Method in class io.sf.carte.echosvg.util.Base64DecodeStream
 
read() - Method in class io.sf.carte.echosvg.util.io.StreamNormalizingReader
Read a single character.
read() - Method in class io.sf.carte.echosvg.util.io.StringNormalizingReader
Read a single character.
read(byte[], int, int) - Method in class io.sf.carte.echosvg.util.Base64DecodeStream
 
read(char[], int, int) - Method in class io.sf.carte.echosvg.util.io.NormalizingReader
Read characters into a portion of an array.
read(int, RandomAccessFile, int) - Method in class io.sf.carte.echosvg.svggen.font.table.GsubTable
1 - Single - Replace one glyph with one glyph 2 - Multiple - Replace one glyph with more than one glyph 3 - Alternate - Replace one glyph with one of many glyphs 4 - Ligature - Replace multiple glyphs with one glyph 5 - Context - Replace one or more glyphs in context 6 - Chaining - Context Replace one or more glyphs in chained context
read(int, RandomAccessFile, int) - Method in interface io.sf.carte.echosvg.svggen.font.table.LookupSubtableFactory
 
read(DataInputStream) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
Reads the WMF file from the specified Stream, read it and set the following properties: AbstractWMFReader.mtType : File type (0 : memory, 1 : disk) AbstractWMFReader.mtHeaderSize : Size of header in WORDS (always 9) AbstractWMFReader.mtVersion : Version of Microsoft Windows used AbstractWMFReader.mtSize : Total size of the metafile in WORDs AbstractWMFReader.mtNoObjects : Number of objects in the file AbstractWMFReader.mtMaxRecord : The size of largest record in WORDs AbstractWMFReader.mtNoParameters : Not Used (always 0) If the file contains an APM (aldus placeable header), this method read these additionnal properties : AbstractWMFReader.left : Left coordinate in metafile units AbstractWMFReader.right : Right coordinate in metafile units AbstractWMFReader.top : Top coordinate in metafile units AbstractWMFReader.bottom : Bottom coordinate in metafile units AbstractWMFReader.inch : Number of metafile units per inch
read(DataInputStream) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
Reads the Wmf file from the specified Stream.
read(RandomAccessFile) - Static method in class io.sf.carte.echosvg.svggen.font.table.ClassDef
 
read(RandomAccessFile) - Static method in class io.sf.carte.echosvg.svggen.font.table.Coverage
 
read(RandomAccessFile) - Static method in class io.sf.carte.echosvg.svggen.font.table.KernSubtable
 
read(RandomAccessFile, int) - Static method in class io.sf.carte.echosvg.svggen.font.table.LigatureSubst
 
read(RandomAccessFile, int) - Static method in class io.sf.carte.echosvg.svggen.font.table.SingleSubst
 
read(String) - Method in class io.sf.carte.echosvg.svggen.font.Font
 
readChar() - Method in class io.sf.carte.echosvg.util.io.ASCIIDecoder
Reads the next character.
readChar() - Method in interface io.sf.carte.echosvg.util.io.CharDecoder
Reads the next character.
readChar() - Method in class io.sf.carte.echosvg.util.io.GenericDecoder
Reads the next character.
readChar() - Method in class io.sf.carte.echosvg.util.io.ISO_8859_1Decoder
Reads the next character.
readChar() - Method in class io.sf.carte.echosvg.util.io.StringDecoder
Reads the next character.
readChar() - Method in class io.sf.carte.echosvg.util.io.UTF16Decoder
Reads the next character.
readChar() - Method in class io.sf.carte.echosvg.util.io.UTF8Decoder
Reads the next character.
readComment() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Reads a comment
reader - Variable in class io.sf.carte.echosvg.parser.AbstractParser
The normalizing reader.
reader - Variable in class io.sf.carte.echosvg.parser.AbstractScanner
The reader.
reader - Variable in class io.sf.carte.echosvg.transcoder.TranscoderInput
The optional input as a character stream.
reader - Variable in class io.sf.carte.echosvg.util.io.GenericDecoder
The reader used to decode the stream.
reader - Variable in class io.sf.carte.echosvg.xml.XMLScanner
The reader.
readFileList(String, List<String>) - Static method in class io.sf.carte.echosvg.apps.slideshow.Main
 
readIdentifier(String, int, int) - Method in class io.sf.carte.echosvg.xml.XMLScanner
Reads the given identifier.
readInstructions(ByteArrayInputStream, int) - Method in class io.sf.carte.echosvg.svggen.font.table.Program
 
readInstructions(RandomAccessFile, int) - Method in class io.sf.carte.echosvg.svggen.font.table.Program
 
readInt(DataInputStream) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
Read the next int (4 bytes) value in the DataInputStream.
readName(int) - Method in class io.sf.carte.echosvg.xml.XMLScanner
Reads a name.
readNmtoken() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Reads a Nmtoken.
readonly - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Is this document immutable?
readonly - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Is this element immutable?
readonly - Variable in class io.sf.carte.echosvg.dom.GenericAttr
Is this attribute immutable?
readonly - Variable in class io.sf.carte.echosvg.dom.GenericAttrNS
Is this attribute immutable?
readonly - Variable in class io.sf.carte.echosvg.dom.GenericCDATASection
Is this element immutable?
readonly - Variable in class io.sf.carte.echosvg.dom.GenericComment
Is this element immutable?
readonly - Variable in class io.sf.carte.echosvg.dom.GenericDocument
Is this document immutable?
readonly - Variable in class io.sf.carte.echosvg.dom.GenericDocumentFragment
Is this element immutable?
readonly - Variable in class io.sf.carte.echosvg.dom.GenericElement
Is this element immutable?
readonly - Variable in class io.sf.carte.echosvg.dom.GenericElementNS
Is this element immutable?
readonly - Variable in class io.sf.carte.echosvg.dom.GenericEntity
Is this node immutable?
readonly - Variable in class io.sf.carte.echosvg.dom.GenericEntityReference
Is this node immutable?
readonly - Variable in class io.sf.carte.echosvg.dom.GenericNotation
Is this node immutable?
readonly - Variable in class io.sf.carte.echosvg.dom.GenericProcessingInstruction
Is this node immutable?
readonly - Variable in class io.sf.carte.echosvg.dom.GenericText
Is this element immutable?
readonly - Variable in class io.sf.carte.echosvg.dom.StyleSheetProcessingInstruction
Is this node immutable?
readPEReference() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Reads a parameter entity reference.
readPIStart() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Reads a processing instruction start.
readRecords(DataInputStream) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
Read this InputStream records.
readRecords(DataInputStream) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
 
readRecords(DataInputStream) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFRecordStore
Reads the WMF file from the specified Stream.
readReference() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Reads an entity or character reference.
readResolve() - Method in class io.sf.carte.echosvg.apps.rasterizer.DestinationType
 
readResolve() - Method in class io.sf.carte.echosvg.ext.awt.g2d.TransformType
This is called by the serialization code before it returns an unserialized object.
readResolve() - Method in class io.sf.carte.echosvg.ext.awt.image.ARGBChannel
This is called by the serialization code before it returns an unserialized object.
readShort(DataInputStream) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
Read the next short (2 bytes) value in the DataInputStream.
readStream(InputStream) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageTagRegistry
 
readStream(InputStream, ICCColorSpaceWithIntent) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageTagRegistry
 
readString() - Method in class io.sf.carte.echosvg.xml.XMLScanner
Reads a simple string, like the ones used for version, encoding, public/system identifiers...
readURL(ParsedURL) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageTagRegistry
 
readURL(ParsedURL, ICCColorSpaceWithIntent) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageTagRegistry
 
readURL(InputStream, ParsedURL, ICCColorSpaceWithIntent, boolean, boolean) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageTagRegistry
 
rebind(String, String, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Rebinds each bindable element of the given name in the given element's subtree.
rebuildACI() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
rebuildImageNode() - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
 
recenterOnResize - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
 
record - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XblChildNodes
The XBLRecord.
recordFontUsage(String, Font) - Method in class io.sf.carte.echosvg.svggen.SVGFont
Records that the specified font has been used to draw the text string.
records - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
records - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFRecordStore
 
RecordStore - Class in io.sf.carte.echosvg.transcoder.wmf.tosvg
Deprecated.
jan '07 : this class is not used anywhere in EchoSVG, it might be removed in the future. Probably WMFRecordStore is what you need.
RecordStore() - Constructor for class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
Rectangle2DKey - Class in io.sf.carte.echosvg.transcoder.keys
A transcoding Key represented as a rectangle.
Rectangle2DKey() - Constructor for class io.sf.carte.echosvg.transcoder.keys.Rectangle2DKey
 
RectangleOptionHandler() - Constructor for class io.sf.carte.echosvg.apps.rasterizer.Main.RectangleOptionHandler
 
RectElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.RectElementFactory
 
RectListManager - Class in io.sf.carte.echosvg.ext.awt.geom
RectListManager is a class to manage a list of rectangular regions.
RectListManager() - Constructor for class io.sf.carte.echosvg.ext.awt.geom.RectListManager
Construct an initially empty RectListManager.
RectListManager(int) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.RectListManager
Construct an initially empty RectListManager, with initial capacity.
RectListManager(RectListManager) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.RectListManager
Construct a RectListManager from another RectListManager (data is copied).
RectListManager(Rectangle) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.RectListManager
Construct a RectListManager with one rectangle
RectListManager(Rectangle[]) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.RectListManager
Construct a RectListManager from an Array of Rectangles
RectListManager(Rectangle[], int, int) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.RectListManager
Construct a RectListManager from an Array of Rectangles
RectListManager(Collection<?>) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.RectListManager
Construct a RectListManager from a Collection of Rectangles
RectManager - Class in io.sf.carte.echosvg.css.engine.value
This class provides a manager for the property with support for rect values.
RectManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.RectManager
 
RectValue - Class in io.sf.carte.echosvg.css.engine.value
This class represents CSS rect values.
RectValue(Value, Value, Value, Value) - Constructor for class io.sf.carte.echosvg.css.engine.value.RectValue
Creates a new Rect value.
recycleTopLevelGroup() - Method in class io.sf.carte.echosvg.svggen.DOMTreeManager
Reset the state of this object to handler a new topLevelGroup
recycleTopLevelGroup(boolean) - Method in class io.sf.carte.echosvg.svggen.DOMTreeManager
Reset the state of this object to handler a new topLevelGroup
red - Variable in class io.sf.carte.echosvg.anim.values.AnimatableColorValue
The red component.
red - Variable in class io.sf.carte.echosvg.css.engine.value.RGBColorValue
The red component.
red - Static variable in class io.sf.carte.echosvg.svggen.SVGColor
 
RED - Static variable in class io.sf.carte.echosvg.ext.awt.image.ARGBChannel
Strings used to get a more readable output when a value is displayed.
RED - Static variable in class io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable8Bit
 
RED_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'red' RGB color.
RED_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'red' color name.
redComponent - Variable in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
The red component, if this value is a RGBColor.
redComponent - Variable in class io.sf.carte.echosvg.css.dom.CSSOMValue
The red component, if this value is a RGBColor.
RedComponent() - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.RedComponent
 
RedComponent() - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMValue.RedComponent
 
redFloatValueChanged(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractModificationHandler
Called when the red float value has changed.
redFloatValueChanged(short, float) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ModificationHandler
Called when the red float value has changed.
redFloatValueChanged(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the red float value has changed.
redFloatValueChanged(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
Called when the red float value has changed.
redFloatValueChanged(short, float) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the red float value has changed.
redo() - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLTextEditor
Redo
RedRable - Class in io.sf.carte.echosvg.ext.awt.image.renderable
RasterRable This is used to wrap a Rendered Image back into the RenderableImage world.
RedRable(CachableRed) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.RedRable
 
redTextChanged(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractModificationHandler
Called when the red value text has changed.
redTextChanged(String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ModificationHandler
Called when the red value text has changed.
redTextChanged(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the red value text has changed.
redTextChanged(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
Called when the red value text has changed.
redTextChanged(String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the red value text has changed.
ref - Variable in class io.sf.carte.echosvg.gvt.Marker
Reference point about which the marker should be drawn
ref - Variable in class io.sf.carte.echosvg.util.ParsedURLData
 
refAttrListener - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
DOM attribute listener for referencing definition elements.
RefAttrListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.RefAttrListener
 
ReferencedElementMutationListener() - Constructor for class io.sf.carte.echosvg.bridge.SVGUseElementBridge.ReferencedElementMutationListener
 
referencedURI - Variable in class io.sf.carte.echosvg.swing.svg.LinkActivationEvent
The URI the link references.
referenceNode - Variable in class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
The reference node.
referenceQueue - Variable in class io.sf.carte.echosvg.util.SoftDoublyIndexedTable
The reference queue.
referrer - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
The string representing the referrer.
REFLECT - Static variable in class io.sf.carte.echosvg.ext.awt.MultipleGradientPaint
Indicates (if the gradient starts or ends inside the target region), to cycle the gradient colors start-to-end, end-to-start to fill the remaining area.
refPrefix - Variable in class io.sf.carte.echosvg.svggen.CachedImageHandlerJPEGEncoder
 
refPrefix - Variable in class io.sf.carte.echosvg.svggen.CachedImageHandlerPNGEncoder
 
refX - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
The 'refX' attribute value.
refY - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
The 'refY' attribute value.
regionChangeListener - Variable in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
Listener for flowRegion changes.
RegionChangeListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge.RegionChangeListener
 
RegionInfo - Class in io.sf.carte.echosvg.extension.svg
This class holds the neccessary information to render a <batik:flowRegion> that is defined within the <batik:flowRoot> element.
RegionInfo - Class in io.sf.carte.echosvg.gvt.flow
This class holds the neccessary information to render a <batik:flowRegion> that is defined within the <batik:flowRoot> element.
RegionInfo(float, float, float, float, float) - Constructor for class io.sf.carte.echosvg.extension.svg.RegionInfo
 
RegionInfo(Shape, float) - Constructor for class io.sf.carte.echosvg.gvt.flow.RegionInfo
Creates a new RegionInfo with the given shape and alignment.
register(ImageWriter) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageWriterRegistry
 
register(RegistryEntry) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageTagRegistry
 
registerCustomCSSShorthandManager(ShorthandManager) - Method in class io.sf.carte.echosvg.dom.ExtensibleDOMImplementation
Allows the user to register a new shorthand CSS value manager.
registerCustomCSSValueManager(ValueManager) - Method in class io.sf.carte.echosvg.dom.ExtensibleDOMImplementation
Allows the user to register a new CSS value manager.
registerCustomElementFactory(String, String, ExtensibleDOMImplementation.ElementFactory) - Method in class io.sf.carte.echosvg.dom.ExtensibleDOMImplementation
Allows the user to register a new element factory.
registerEventFactory(String, DocumentEventSupport.EventFactory) - Method in class io.sf.carte.echosvg.dom.events.DocumentEventSupport
Registers a new EventFactory object.
registerExtension(BridgeExtension) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Lets the bridge tell the user agent that the following extension is supported by the bridge.
registerExtension(BridgeExtension) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Lets the bridge tell the user agent that the following ex tension is supported by the bridge.
registerExtension(BridgeExtension) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Lets the bridge tell the user agent that the following extension is supported by the bridge.
registerExtension(BridgeExtension) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Lets the bridge tell the user agent that the following extension is supported by the bridge.
registerFeature(String, Object) - Method in class io.sf.carte.echosvg.dom.AbstractDOMImplementation
Registers a DOM feature.
registerFont(Font) - Method in class io.sf.carte.echosvg.bridge.DefaultFontFamilyResolver
Register a font with this resolver.
registerHandler(ParsedURLProtocolHandler) - Static method in class io.sf.carte.echosvg.util.ParsedURL
Registers a Protocol handler by adding it to the handlers map.
registerSVGBridges() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Registers the bridges to handle SVG 1.0 elements.
registerTags(BridgeContext) - Method in interface io.sf.carte.echosvg.bridge.BridgeExtension
This method should update the BridgeContext with support for the tags in this extension.
registerTags(BridgeContext) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeExtension
This method should update the BridgeContext with support for the tags in this extension.
registerTags(BridgeContext) - Method in class io.sf.carte.echosvg.bridge.SVGBridgeExtension
This method should update the BridgeContext with support for the tags in this extension.
registerTags(BridgeContext) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGBridgeExtension
This method should update the BridgeContext with support for the tags in this extension.
registerTags(ExtensibleDOMImplementation) - Method in interface io.sf.carte.echosvg.dom.DomExtension
This method should update the DOMImplementation with support for the tags in this extension.
registerTags(ExtensibleDOMImplementation) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension
This method should update the DomContext with support for the tags in this extension.
RegistryEntry - Interface in io.sf.carte.echosvg.ext.awt.image.spi
The base interface for all image tag registry entries.
REGULAR - Static variable in class io.sf.carte.echosvg.svggen.SVGFont
 
rehash() - Method in class io.sf.carte.echosvg.css.engine.StringIntMap
Rehash the table
rehash() - Method in class io.sf.carte.echosvg.css.engine.value.StringMap
Rehash the table
rehash() - Method in class io.sf.carte.echosvg.dom.AbstractElement.NamedNodeHashMap
Rehash and grow the table.
rehash() - Method in class io.sf.carte.echosvg.dom.util.DocumentDescriptor
Rehash the table
rehash() - Method in class io.sf.carte.echosvg.dom.util.IntTable
Rehashes the table.
rehash() - Method in class io.sf.carte.echosvg.dom.util.TriplyIndexedTable
Rehash the table
rehash() - Method in class io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache
Rehash the table
rehash() - Method in class io.sf.carte.echosvg.util.DoublyIndexedTable
Rehash the table
rehash() - Method in class io.sf.carte.echosvg.util.SoftDoublyIndexedTable
Rehash the table
relatedException - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentError
The exception which cuased this error.
relatedNode - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentError
The error related data.
RELATIVE_COLORIMETRIC - Enum constant in enum class io.sf.graphics.java2d.color.RenderingIntent
Relative colorimetric rendering intent.
RELATIVE_COLORIMETRIC - Static variable in class io.sf.carte.echosvg.ext.awt.color.ICCColorSpaceExt
Deprecated.
 
relativeColorimetricToRGB(float[]) - Method in class io.sf.carte.echosvg.ext.awt.color.ICCColorSpaceExt
Deprecated.
Relative colorimetric needs to happen through CIEXYZ conversion
RelaxedExternalResourceSecurity - Class in io.sf.carte.echosvg.bridge
This implementation of ExternalResourceSecurity allows any external references.
RelaxedExternalResourceSecurity(ParsedURL, ParsedURL) - Constructor for class io.sf.carte.echosvg.bridge.RelaxedExternalResourceSecurity
 
RelaxedScriptSecurity - Class in io.sf.carte.echosvg.bridge
This implementation for the ScriptSecurity interface. allows the script to be loaded and does not impose constraints on the urls.
RelaxedScriptSecurity(String, ParsedURL, ParsedURL) - Constructor for class io.sf.carte.echosvg.bridge.RelaxedScriptSecurity
 
release() - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge.ProtectedStream
Close the stream.
releaseRenderingReferences() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Releases the references to the rendering resources,
reload() - Method in class io.sf.carte.echosvg.bridge.Location
The user agent reloads the current document.
reload() - Method in interface io.sf.carte.echosvg.w3c.dom.Location
The user agent reloads the current document.
REMAINDER - Static variable in interface io.sf.carte.echosvg.ext.swing.GridBagConstants
Specify that this component is the last component in its column or row.
remove() - Method in class io.sf.carte.echosvg.util.DoublyIndexedTable.TableIterator
 
remove(int) - Method in class io.sf.carte.echosvg.css.engine.StyleDeclaration
Removes the value at the given index.
remove(int) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Removes the graphics node at the specified position in the children list.
remove(int, int) - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLDocument
remove(ExtendedNode) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode.ChildNodes
Removes the given node from the tree.
remove(LRUCache.LRUObj) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.LRUCache
 
remove(DoublyLinkedList.Node) - Method in class io.sf.carte.echosvg.util.DoublyLinkedList
Removes nde from the list it is part of (should be this one, otherwise results are undefined).
remove(DropDownComponent.ScrollablePopupMenuItem, int, int) - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenu
Removes the item from this component.
remove(Rectangle) - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
Removes a single instance of the specified Rectangle from this collection, if it is present.
remove(Object) - Method in class io.sf.carte.echosvg.dom.util.IntTable
Removes an entry from the table.
remove(Object) - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
Removes a single instance of the specified element from this collection, if it is present.
remove(Object) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Removes the first instance of the specified graphics node from the children list.
remove(Object) - Method in class io.sf.carte.echosvg.transcoder.TranscodingHints
Removes the key and its corresponding value from this TranscodingHints object.
remove(String, String) - Method in class io.sf.carte.echosvg.dom.AbstractElement.NamedNodeHashMap
Removes an entry from the table.
remove(K, L) - Method in class io.sf.carte.echosvg.util.DoublyIndexedSet
Removes an entry from the set.
remove(K, L) - Method in class io.sf.carte.echosvg.util.DoublyIndexedTable
Removes an entry from the table.
removeAll(RectListManager) - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
 
removeAll(Collection<?>) - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
 
removeAll(Collection<?>) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Not supported - Throws UnsupportedOperationException exception.
removeAnimatedAttributeListener(AnimatedAttributeListener) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedValue
Removes a listener for changes to the animated value.
removeAnimatedAttributeListener(AnimatedAttributeListener) - Method in interface io.sf.carte.echosvg.anim.dom.AnimatedLiveAttributeValue
Removes a listener for changes to the animated value.
removeAnimatedAttributeListener(AnimatedAttributeListener) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Removes an AnimatedAttributeListener from this document.
removeAnimation(AbstractAnimation) - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Removes an animation from the document.
removeAttribute(String) - Method in class io.sf.carte.echosvg.dom.AbstractElement
removeAttributeNode(Attr) - Method in class io.sf.carte.echosvg.dom.AbstractElement
removeAttributeNS(String, String) - Method in class io.sf.carte.echosvg.dom.AbstractElement
removeBindingListener() - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext
Removes the BindingListener from the XBLManager.
removeBindingListener(BindingListener) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Removes the specified BindingListener from the global listener list.
removeBridge(String, String) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Removes the Bridge object associated to the specified namespace URI and local name.
removeButton - Variable in class io.sf.carte.echosvg.util.gui.CSSMediaPanel
The button to remove a CSS medium from the list.
RemoveButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.CSSMediaPanel.RemoveButtonAction
 
removeChild(TimedElement) - Method in class io.sf.carte.echosvg.anim.timing.TimeContainer
Removes a TimedElement from this container.
removeChild(Node) - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.removeChild(Node).
removeChild(Node) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
DOM: Implements Node.removeChild(Node).
removeClass(String) - Method in class io.sf.carte.echosvg.script.ImportInfo
Remove a class from the set of classes to import.
removeClearedEntries() - Method in class io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache
Removes the cleared entries.
removeClearedEntries() - Method in class io.sf.carte.echosvg.util.SoftDoublyIndexedTable
Removes the cleared entries.
removeContentSelectionChangedListener(XBLOMContentElement, ContentSelectionChangedListener) - Method in class io.sf.carte.echosvg.bridge.svg12.ContentManager
Removes the specified ContentSelectionChangedListener from the listener list.
removeContentSelectionChangedListener(ContentSelectionChangedListener) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Removes the specified ContentSelectionChangedListener from the global listener list.
removeContextFromChild(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
From the SVGContext from the element children of the node.
removeContextFromChild(BridgeContext, Element) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
From the SVGContext from the element children of the node.
removeCSSEngineListener(CSSEngineListener) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Removes a CSS engine listener.
removeCSSNavigableDocumentListener(CSSNavigableDocumentListener) - Method in class io.sf.carte.echosvg.anim.dom.SVG12OMDocument
Removes an event listener for mutations on the CSSNavigableDocument tree.
removeCSSNavigableDocumentListener(CSSNavigableDocumentListener) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Removes an event listener for mutations on the CSSNavigableDocument tree.
removeCSSNavigableDocumentListener(CSSNavigableDocumentListener) - Method in interface io.sf.carte.echosvg.css.engine.CSSNavigableDocument
Removes an event listener for mutations on the CSSNavigableDocument tree.
removeDefinition(DefaultXBLManager.DefinitionRecord) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Removes an xbl:definition element from the list of definitions that could possibly affect elements with the specified QName.
removeDefinitionElementListeners(XBLOMDefinitionElement, DefaultXBLManager.ImportRecord) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Removes DOM mutation listeners from the given definition element.
removeDefinitionRef(Element) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Removes a definition through its referring definition element (one with a 'ref' attribute).
removeDependent(TimingSpecifier, boolean) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Removes a dependent TimingSpecifier for this element.
removedNode - Variable in class io.sf.carte.echosvg.bridge.svg12.ContentManager
The recently removed node from the shadow tree.
removeDocumentListeners() - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
Removes DOM listeners from the document.
removeDocumentListeners() - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment
Removes DOM listeners from the document.
removeDOMListeners() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Removes event listeners from the DOM and CSS engine.
removeDOMListeners() - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext
Removes event listeners from the DOM and CSS engine.
removedStylableElementSibling - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The right sibling of the last removed node.
removeEntry(DocumentDescriptor.Entry) - Method in class io.sf.carte.echosvg.dom.util.DocumentDescriptor
 
removeEventListener(String, EventListener, boolean) - Method in class io.sf.carte.echosvg.dom.AbstractNode
removeEventListener(String, EventListener, boolean) - Method in class io.sf.carte.echosvg.dom.events.EventSupport
This method allows the removal of event listeners from the event target.
removeEventListenerNS(String, String, EventListener, boolean) - Method in class io.sf.carte.echosvg.anim.dom.XBLEventSupport
Deregisters an event listener.
removeEventListenerNS(String, String, EventListener, boolean) - Method in class io.sf.carte.echosvg.dom.AbstractNode
removeEventListenerNS(String, String, EventListener, boolean) - Method in class io.sf.carte.echosvg.dom.events.EventSupport
Deregisters an event listener.
removeEventListenerNS(String, String, EventListener, boolean) - Method in interface io.sf.carte.echosvg.dom.events.NodeEventTarget
This method allows the removal of an event listener, independently of the associated event group.
removeEventListeners(Document) - Method in class io.sf.carte.echosvg.bridge.FocusManager
Removes the event listeners from the document.
removeEventListeners(Document) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12FocusManager
Removes the event listeners from the document.
removeEventListeners(EventTarget) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Removes the event listeners from the document.
removeFill() - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Invoked to indicate that this timed element has had its fill removed.
removeFill() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge.SVGTimedElement
Invoked to indicate that this timed element has had its fill removed.
removeFill() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationRoot
Invoked to indicate that this timed element has had its fill removed.
removeFill(AbstractAnimation) - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Invoked to indicate that this timed element has had its fill removed.
removeFromWhitelist(String) - Static method in class io.sf.carte.echosvg.script.rhino.RhinoClassShutter
Remove the given regular expression from the whitelist.
removeGraphicsNodeKeyListener(GraphicsNodeKeyListener) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Removes the specified 'global' GraphicsNodeKeyListener which is notified of all KeyEvents dispatched.
removeGraphicsNodeKeyListener(GraphicsNodeKeyListener) - Method in interface io.sf.carte.echosvg.gvt.event.EventDispatcher
Removes the specified 'global' GraphicsNodeKeyListener which is notified of all KeyEvents dispatched.
removeGraphicsNodeMouseListener(GraphicsNodeMouseListener) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Removes the specified 'global' GraphicsNodeMouseListener which is notified of all MouseEvents dispatched.
removeGraphicsNodeMouseListener(GraphicsNodeMouseListener) - Method in interface io.sf.carte.echosvg.gvt.event.EventDispatcher
Removes the specified 'global' GraphicsNodeMouseListener which is notified of all MouseEvents dispatched.
removeGraphicsNodeMouseWheelListener(GraphicsNodeMouseWheelListener) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Removes the specified 'global' GraphicsNodeMouseWheelListener which is notified of all MouseWheelEvents dispatched.
removeGraphicsNodeMouseWheelListener(GraphicsNodeMouseWheelListener) - Method in interface io.sf.carte.echosvg.gvt.event.EventDispatcher
Removes the specified 'global' GraphicsNodeMouseWheelListener which is notified of all MouseWheelEvents dispatched.
removeGroupManager(DOMGroupManager) - Method in class io.sf.carte.echosvg.svggen.DOMTreeManager
 
removeGVTTreeBuilderListener(GVTTreeBuilderListener) - Method in class io.sf.carte.echosvg.swing.svg.GVTTreeBuilder
Removes a GVTTreeBuilderListener from this GVTTreeBuilder.
removeGVTTreeBuilderListener(GVTTreeBuilderListener) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Removes a GVTTreeBuilderListener from this component.
removeGVTTreeRendererListener(GVTTreeRendererListener) - Method in class io.sf.carte.echosvg.swing.gvt.GVTTreeRenderer
Removes a GVTTreeRendererListener from this GVTTreeRenderer.
removeGVTTreeRendererListener(GVTTreeRendererListener) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Removes a GVTTreeRendererListener from this component.
removeIdEntry(Element, String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Remove the mapping for element to id
removeIfNeeded(Object) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Removes the specified object from its parent list if it is an item, or creates a new item if the specified object is not an item.
removeImplementationEventListenerNS(String, String, EventListener, boolean) - Method in class io.sf.carte.echosvg.anim.dom.XBLEventSupport
Unregisters an implementation event listener.
removeImport(Element) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Removes an import.
removeInstanceTime(InstanceTime, boolean) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Called by a TimingSpecifier of this element when an InstanceTime should be removed.
removeInterpreterFactory(String) - Method in class io.sf.carte.echosvg.script.InterpreterPool
Removes the InterpreterFactory associated to the specified language.
removeItem(int) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList
removeItem(int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
removeItem(int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
removeItem(int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
removeItem(int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
removeItem(int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
removeItem(int) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
removeItem(int) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList
removeItem(int) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList
 
removeItem(int) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPointList
removeItem(int) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList
removeItem(int) - Method in interface org.w3c.dom.svg.SVGLengthList
 
removeItem(int) - Method in interface org.w3c.dom.svg.SVGNumberList
 
removeItem(int) - Method in interface org.w3c.dom.svg.SVGPathSegList
 
removeItem(int) - Method in interface org.w3c.dom.svg.SVGPointList
 
removeItem(int) - Method in interface org.w3c.dom.svg.SVGStringList
 
removeItem(int) - Method in interface org.w3c.dom.svg.SVGTransformList
 
removeItem(SVGItem) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Removes an item from the list.
removeItemImpl(int) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Removes an existing item from the list.
removeJGVTComponentListener(JGVTComponentListener) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
 
removeLanguageButton - Variable in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel
The RemoveLanguageButton.
RemoveLanguageButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel.RemoveLanguageButtonAction
 
removeLinkActivationListener(LinkActivationListener) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Removes a LinkActivationListener from this component.
removeListener(String, EventListener) - Method in class io.sf.carte.echosvg.dom.events.EventListenerList
Removes a listener.
removeNamedItem(String) - Method in class io.sf.carte.echosvg.dom.AbstractElement.NamedNodeHashMap
removeNamedItemNS(String, String) - Method in class io.sf.carte.echosvg.anim.dom.AbstractElement.ExtendedNamedNodeHashMap
removeNamedItemNS(String, String) - Method in class io.sf.carte.echosvg.dom.AbstractElement.NamedNodeHashMap
removePackage(String) - Method in class io.sf.carte.echosvg.script.ImportInfo
Remove a package from the set of packages to import.
removeProperty(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMComputedStyle
removeProperty(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration
removePropertyChangeListener(PropertyChangeListener) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Removes the specified PropertyChangeListener.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Removes the specified PropertyChangeListener for the specified property.
removeReservedNamespaceURI(String) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Removes a namespace URI to avoid when creating default bridges.
removeScriptingListeners(Node) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
Removes the scripting listeners from the given element and all of its descendants.
removeScriptingListenersOn(Element) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
Removes the scripting listeners from the given element.
removeScriptingListenersOn(Element) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment
Removes the scripting listeners from the given element.
removeSelectionListener(SelectionListener) - Method in class io.sf.carte.echosvg.bridge.ConcreteTextSelector
Remove a SelectionListener from this Selector's notification list.
removeSelectionListener(SelectionListener) - Method in interface io.sf.carte.echosvg.gvt.Selector
Remove a SelectionListener from this Selector's notification list.
removeSelectionListener(SelectionListener) - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
Remove a selection listener to be notified when the text selection changes in the document.
removeSVGDocumentLoaderListener(SVGDocumentLoaderListener) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Removes a SVGDocumentLoaderListener from this component.
removeSVGDocumentLoaderListener(SVGDocumentLoaderListener) - Method in class io.sf.carte.echosvg.swing.svg.SVGDocumentLoader
Removes a SVGDocumentLoaderListener from this SVGDocumentLoader.
removeSVGLoadEventDispatcherListener(SVGLoadEventDispatcherListener) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Removes a SVGLoadEventDispatcherListener from this component.
removeSVGLoadEventDispatcherListener(SVGLoadEventDispatcherListener) - Method in class io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcher
Removes a SVGLoadEventDispatcherListener from this SVGLoadEventDispatcher.
removeTargetListener(String, AnimationTargetListener) - Method in interface io.sf.carte.echosvg.anim.dom.SVGAnimationTargetContext
Removes a listener for changes to the given attribute value.
removeTargetListener(String, AnimationTargetListener) - Method in class io.sf.carte.echosvg.bridge.AnimatableSVGBridge
Removes a listener for changes to the given attribute value.
removeTargetListener(String, AnimationTargetListener) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
Removes a listener for changes to the given attribute value.
removeTargetListener(String, String, boolean, AnimationTargetListener) - Method in interface io.sf.carte.echosvg.anim.dom.AnimationTarget
Removes a listener for changes to the given attribute value.
removeTargetListener(String, String, boolean, AnimationTargetListener) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Removes a listener for changes to the given attribute value.
removeTargetListener(String, String, boolean, AnimationTargetListener) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
Removes a listener for changes to the given attribute value.
removeTemplateElementListeners(XBLOMTemplateElement, DefaultXBLManager.ImportRecord) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Removes DOM mutation listeners from the given template element.
removeTextEventListeners(BridgeContext, NodeEventTarget) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12TextElementBridge
Removes the DOM listeners for this text bridge.
removeTextEventListeners(BridgeContext, NodeEventTarget) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Removes the DOM listeners for this text bridge.
removeTimegraphListener(TimegraphListener) - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Removes a TimegraphListener from the document.
removeTimegraphListener(TimegraphListener) - Method in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
Removes a TimegraphListener from the document.
removeToolTip(Element) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas.CanvasUserAgent
 
removeTranscodingHint(TranscodingHints.Key) - Method in interface io.sf.carte.echosvg.transcoder.Transcoder
Removes the value of a single preference for the transcoding process.
removeTranscodingHint(TranscodingHints.Key) - Method in class io.sf.carte.echosvg.transcoder.TranscoderSupport
Removes the value of a single preference for the transcoding process.
removeTreeGraphicsNodeChangeListener(GraphicsNodeChangeListener) - Method in class io.sf.carte.echosvg.gvt.RootGraphicsNode
 
removeUIEventListeners(Document) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
 
removeUIEventListeners(Document) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext
 
removeUpdate(DocumentEvent) - Method in class io.sf.carte.echosvg.util.gui.URIChooser.DocumentAdapter
 
removeUpdateManagerListener(UpdateManagerListener) - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Removes a UpdateManagerListener from this UpdateManager.
removeUpdateManagerListener(UpdateManagerListener) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Removes a UpdateManagerListener from this component.
removeViewport(Element) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
 
renameNode(Node, String, String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
RenderedImageCachableRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This implements CachableRed around a RenderedImage.
RenderedImageCachableRed(RenderedImage) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
renderedImageToImage(RenderedImage) - Method in class io.sf.carte.echosvg.bridge.CursorManager
Implementation helper: converts a RenderedImage to an Image
renderer - Variable in class io.sf.carte.echosvg.bridge.RepaintManager
The renderer used to repaint the buffer.
renderer - Variable in class io.sf.carte.echosvg.swing.gvt.GVTTreeRenderer
The renderer used to paint.
renderer - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
The current renderer.
Renderer - Interface in io.sf.carte.echosvg.gvt.renderer
Interface for GVT Renderers.
rendererFactory - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
The renderer factory.
RendererFactory - Interface in io.sf.carte.echosvg.gvt.renderer
Interface for GVT renderer factory.
renderGNR() - Method in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
 
renderGVTTree() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Renders the GVT tree.
renderGVTTree() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Renders the GVT tree.
RENDERING_INTENT_ABSOLUTE_COLORIMETRIC - Static variable in interface org.w3c.dom.svg.SVGRenderingIntent
 
RENDERING_INTENT_AUTO - Static variable in interface org.w3c.dom.svg.SVGRenderingIntent
 
RENDERING_INTENT_PERCEPTUAL - Static variable in interface org.w3c.dom.svg.SVGRenderingIntent
 
RENDERING_INTENT_RELATIVE_COLORIMETRIC - Static variable in interface org.w3c.dom.svg.SVGRenderingIntent
 
RENDERING_INTENT_SATURATION - Static variable in interface org.w3c.dom.svg.SVGRenderingIntent
 
RENDERING_INTENT_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGRenderingIntent
 
renderingHints - Variable in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
 
renderingHints - Variable in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
Passed to the GVT tree to describe the rendering environment
RenderingHintsKeyExt - Class in io.sf.carte.echosvg.ext.awt
Contains additional RenderingHints Keys, such as KEY_AREA_OF_INTEREST
RenderingIntent - Enum Class in io.sf.graphics.java2d.color
Enumeration for rendering intents.
Rendering Process - Search tag in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Section
Rendering SVG inside HTML - Search tag in class io.sf.carte.echosvg.transcoder.util.CSSTranscodingHelper
Section
renderingTransform - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
The transform used for rendering.
reorderTextRuns(StrokingTextPainter.TextChunk, List<StrokingTextPainter.TextRun>) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
Reorder text runs as required by bidi algorithm.
repaint() - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Repaints the dirty areas, if needed.
repaint(RectListManager) - Method in class io.sf.carte.echosvg.gvt.renderer.DynamicRenderer
Repaints the associated GVT tree under the list of areas.
repaint(RectListManager) - Method in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
Repaints the associated GVT tree under the list of areas.
repaint(RectListManager) - Method in interface io.sf.carte.echosvg.gvt.renderer.Renderer
Repaints the associated GVT tree at least in areas under the list of areas.
repaint(RectListManager) - Method in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
Repaints the associated GVT tree under the list of areas.
repaint(Shape) - Method in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
 
repaint(Shape) - Method in interface io.sf.carte.echosvg.gvt.renderer.Renderer
Repaints the associated GVT tree at least under area.
repaint(Shape) - Method in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
Repaints the associated GVT tree under area.
repaintManager - Variable in class io.sf.carte.echosvg.bridge.UpdateManager
The repaint manager.
RepaintManager - Class in io.sf.carte.echosvg.bridge
This class manages the rendering of a GVT tree.
RepaintManager(ImageRenderer) - Constructor for class io.sf.carte.echosvg.bridge.RepaintManager
Creates a new repaint manager.
repaintThread - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Panel
The repaint thread.
RepaintThread(long, List<JComponent>) - Constructor for class io.sf.carte.echosvg.util.gui.MemoryMonitor.RepaintThread
Creates a new Thread.
repeat - Static variable in class io.sf.carte.echosvg.svggen.font.table.GlyfDescript
 
repeat(float, String) - Method in class io.sf.carte.echosvg.anim.timing.TimingSpecifierListProducer
Invoked when a repeat value timing specifier with no iteration is parsed.
repeat(float, String) - Method in class io.sf.carte.echosvg.parser.DefaultTimingSpecifierHandler
Invoked when a repeat value timing specifier with no iteration is parsed.
repeat(float, String) - Method in interface io.sf.carte.echosvg.parser.TimingSpecifierHandler
Invoked when a repeat value timing specifier with no iteration is parsed.
repeat(float, String, int) - Method in class io.sf.carte.echosvg.anim.timing.TimingSpecifierListProducer
Invoked when a repeat value timing specifier with an iteration is parsed.
repeat(float, String, int) - Method in class io.sf.carte.echosvg.parser.DefaultTimingSpecifierHandler
Invoked when a repeat value timing specifier with an iteration is parsed.
repeat(float, String, int) - Method in interface io.sf.carte.echosvg.parser.TimingSpecifierHandler
Invoked when a repeat value timing specifier with an iteration is parsed.
REPEAT - Static variable in class io.sf.carte.echosvg.ext.awt.MultipleGradientPaint
Indicates (if the gradient starts or ends inside the target region), to cycle the gradient colors start-to-end, start-to-end to fill the remaining area.
repeatCount - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
The number of repeats.
repeatDur - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
The duration of repeats.
repeatDuration - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
The computed repeat duration of the element.
repeatIteration - Variable in class io.sf.carte.echosvg.anim.timing.RepeatTimingSpecifier
The repeat iteration.
repeatIterationSpecified - Variable in class io.sf.carte.echosvg.anim.timing.RepeatTimingSpecifier
Whether a repeat iteration was specified.
repeatListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The repeat event listener.
RepeatTimingSpecifier - Class in io.sf.carte.echosvg.anim.timing
A class to handle repeat event SMIL timing specifiers.
RepeatTimingSpecifier(TimedElement, boolean, float, String) - Constructor for class io.sf.carte.echosvg.anim.timing.RepeatTimingSpecifier
Creates a new RepeatTimingSpecifier object without a repeat iteration.
RepeatTimingSpecifier(TimedElement, boolean, float, String, int) - Constructor for class io.sf.carte.echosvg.anim.timing.RepeatTimingSpecifier
Creates a new RepeatTimingSpecifier object with a repeat iteration.
replace(ExtendedNode, ExtendedNode) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode.ChildNodes
Replaces a node in the tree by an other.
replaceChild(Node, Node) - Method in class io.sf.carte.echosvg.dom.AbstractNode
replaceChild(Node, Node) - Method in class io.sf.carte.echosvg.dom.AbstractParentNode
replaceData(int, int, String) - Method in class io.sf.carte.echosvg.dom.AbstractCharacterData
replaceItem(String, int) - Method in interface org.w3c.dom.svg.SVGStringList
 
replaceItem(SVGLength, int) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList
replaceItem(SVGLength, int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
replaceItem(SVGLength, int) - Method in interface org.w3c.dom.svg.SVGLengthList
 
replaceItem(SVGNumber, int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
replaceItem(SVGNumber, int) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
replaceItem(SVGNumber, int) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList
replaceItem(SVGNumber, int) - Method in interface org.w3c.dom.svg.SVGNumberList
 
replaceItem(SVGPathSeg, int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
replaceItem(SVGPathSeg, int) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList
 
replaceItem(SVGPathSeg, int) - Method in interface org.w3c.dom.svg.SVGPathSegList
 
replaceItem(SVGPoint, int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
replaceItem(SVGPoint, int) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPointList
replaceItem(SVGPoint, int) - Method in interface org.w3c.dom.svg.SVGPointList
 
replaceItem(SVGTransform, int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
replaceItem(SVGTransform, int) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList
replaceItem(SVGTransform, int) - Method in interface org.w3c.dom.svg.SVGTransformList
 
replaceItemImpl(Object, int) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Replaces an existing item in the list with a new item.
replaceWholeText(String) - Method in class io.sf.carte.echosvg.dom.AbstractText
REPLICATE - Static variable in class io.sf.carte.echosvg.ext.awt.image.PadMode
Pad edges by replicating edge pixels
reportCharacterExpectedError(char, int) - Method in class io.sf.carte.echosvg.parser.AbstractParser
simple api to call often reported error.
reportError(String, Object[]) - Method in class io.sf.carte.echosvg.parser.AbstractParser
Signals an error to the error handler.
reportUnexpected(int) - Method in class io.sf.carte.echosvg.parser.PathParser
 
reportUnexpectedCharacterError(int) - Method in class io.sf.carte.echosvg.parser.AbstractParser
simple api to call often reported error.
request(ParsedURL) - Method in class io.sf.carte.echosvg.ext.awt.image.URLImageCache
If this returns null then you are now 'on the hook'. to put the Filter associated with ParsedURL into the cache.
request(String) - Method in class io.sf.carte.echosvg.ext.awt.color.NamedProfileCache
If this returns null then you are now 'on the hook'. to put the ICCColorSpaceExt associated with String into the cache.
requestImpl(Object) - Method in class io.sf.carte.echosvg.util.SoftReferenceCache
If this returns null then you are now 'on the hook'. to put the Object associated with key into the cache.
REQUIRED_IDENTIFIER - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a '#REQUIRED' lexical unit.
requiresBackgroundAccess() - Method in class io.sf.carte.echosvg.svggen.SVGAlphaComposite
 
reservedNamespaceSet - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
Default bridge reserved namespaces set.
reset() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength.BaseSVGLength
Resets the value of the associated attribute.
reset() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
Callback method after changes made to this length.
reset() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.SVGLengthItem
Notifies the parent list that this item has changed.
reset() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.BaseSVGAngle
Resets the value of the associated attribute.
reset() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.BaseSVGRect
Resets the value of the associated attribute.
reset() - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge.ProtectedStream
 
reset() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio
 
reset() - Method in class io.sf.carte.echosvg.dom.svg.SVGNumberItem
Notifies the parent SVGNumberList that this item's value has changed.
reset() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMAngle
Resets the associated attribute value according to the current value.
reset() - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
reset() - Method in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
Resets this Polygon object to an empty polygon.
reset() - Method in class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
Resets this Polyline2D object to an empty polygon.
reset() - Method in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser.Dialog
 
reset() - Method in class io.sf.carte.echosvg.svggen.font.Glyph
Resets the glyph to the TrueType table settings
reset() - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane
Resets this object (for reloads), releasing any cached data and recomputing scroll extents.
reset() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
resets this WMFReader.
reset() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
Resets the internal storage and viewport coordinates.
reset() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.TextureFactory
Rest the factory.
reset() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
Resets the internal storage and viewport coordinates.
reset() - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFRecordStore
Resets the internal storage and viewport coordinates.
reset() - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
reset(boolean) - Method in class io.sf.carte.echosvg.anim.timing.TimeContainer
Resets this element.
reset(boolean) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Resets this element.
RESET_SIZE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'reset-size' keyword.
RESET_TRANSFORM_ACTION - Static variable in class io.sf.carte.echosvg.swing.JSVGCanvas
The key for the Action to reset the transform.
resetAnimatedValue() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue
Resets the animated value.
resetAttribute() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Resets the value of the associated attribute.
resetAttribute() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Resets the value of the associated attribute.
resetAttribute() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Resets the value of the associated attribute.
resetAttribute() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Resets the value of the associated attribute.
resetAttribute() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
Resets the value of the associated attribute.
resetAttribute() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
Resets the value of the associated attribute.
resetAttribute() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
Resets the value of the associated attribute.
resetAttribute() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
Resets the value of the associated attribute.
resetAttribute() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
Resets the value of the associated attribute.
resetAttribute() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
Resets the value of the associated attribute.
resetAttribute() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGItem
Notifies the parent list that the item has changed.
resetAttribute() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Resets the value of the associated attribute.
resetAttribute() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
Notifies the parent list that this item has changed.
resetAttribute(AbstractElement, String, String, String) - Method in class io.sf.carte.echosvg.anim.dom.AttributeInitializer
Resets an attribute of the given element to its default value.
resetAttribute(SVGItem) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Resets the value of the associated attribute.
resetAttribute(SVGItem) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Appends the string representation of the given SVGItem to the DOM attribute.
resetAttribute(SVGItem) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Resets the value of the associated attribute.
resetAttribute(SVGItem) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Appends the string representation of the given SVGItem to the DOM attribute.
resetAttribute(SVGItem) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
Resets the value of the associated attribute.
resetAttribute(SVGItem) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
Appends the string representation of the given SVGItem to the DOM attribute.
resetAttribute(SVGItem) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
Resets the value of the associated attribute.
resetAttribute(SVGItem) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
Appends the string representation of the given SVGItem to the DOM attribute.
resetAttribute(SVGItem) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
Resets the value of the associated attribute.
resetAttribute(SVGItem) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
Appends the string representation of the given SVGItem to the DOM attribute.
resetAttribute(SVGItem) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Appends the string representation of the given SVGItem to the DOM attribute.
resetAttribute(String, String, String) - Method in class io.sf.carte.echosvg.anim.dom.AbstractElement
Resets an attribute to the default value.
resetDocument(Calendar) - Method in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
Resets the entire timegraph.
resetRange() - Method in class io.sf.carte.echosvg.gvt.flow.FlowRegions
 
resetRenderingTransform() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Resets the rendering transform to its initial value.
resetTransform(InputEvent) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractResetTransformInteractor
Resets the associated component's transform.
ResetTransformAction() - Constructor for class io.sf.carte.echosvg.swing.JSVGCanvas.ResetTransformAction
 
resetTransformInteractor - Variable in class io.sf.carte.echosvg.swing.JSVGCanvas
An interactor to reset the rendering transform.
resizeScrollBars() - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane
Compute the scrollbar extents, and determine if scrollbars should be visible.
resolve() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeDescript
 
resolve() - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfDescript
 
resolve(String) - Method in class io.sf.carte.echosvg.bridge.DefaultFontFamilyResolver
Resolves a font family name into a GVTFontFamily.
resolve(String) - Method in interface io.sf.carte.echosvg.bridge.FontFamilyResolver
Resolves a font family name into a GVTFontFamily.
resolve(String, FontFace) - Method in class io.sf.carte.echosvg.bridge.DefaultFontFamilyResolver
 
resolve(String, FontFace) - Method in interface io.sf.carte.echosvg.bridge.FontFamilyResolver
 
resolve(Event) - Method in class io.sf.carte.echosvg.anim.timing.AccesskeyTimingSpecifier
Invoked to resolve an event-like timing specifier into an instance time.
resolve(Event) - Method in class io.sf.carte.echosvg.anim.timing.EventbaseTimingSpecifier
Invoked to resolve an event-like timing specifier into an instance time.
resolve(Event) - Method in class io.sf.carte.echosvg.anim.timing.EventLikeTimingSpecifier
Invoked to resolve an event-like timing specifier into an instance time.
resolveColorComponent(Value) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
Returns the value of one color component (0 <= result <= 255).
resolved - Variable in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeDescript
 
resolvedFontFamilies - Static variable in class io.sf.carte.echosvg.bridge.DefaultFontFamilyResolver
This keeps track of all the resolved font families.
resolver - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr
The namespace resolver.
resolveURI(ParsedURL, String) - Static method in class io.sf.carte.echosvg.css.engine.value.AbstractValueFactory
Resolves an URI.
RESOURCE - Static variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor
The resource file name
ResourceFormatException - Exception Class in io.sf.carte.echosvg.util.resources
Signals a format error in a resource bundle
ResourceFormatException(String, String, String) - Constructor for exception class io.sf.carte.echosvg.util.resources.ResourceFormatException
Constructs a ResourceFormatException with the specified information.
resourceManager - Static variable in class io.sf.carte.echosvg.ext.awt.image.spi.Messages
The resource manager to decode messages.
resourceManager - Static variable in class io.sf.carte.echosvg.ext.swing.Resources
The resource manager to decode messages.
resourceManager - Static variable in class io.sf.carte.echosvg.util.Messages
The resource manager to decode messages.
ResourceManager - Class in io.sf.carte.echosvg.util.resources
This class offers convenience methods to decode resource bundle entries
ResourceManager(ResourceBundle) - Constructor for class io.sf.carte.echosvg.util.resources.ResourceManager
Creates a new resource manager
resources - Static variable in class io.sf.carte.echosvg.util.gui.CSSMediaPanel
The resource manager
resources - Static variable in class io.sf.carte.echosvg.util.gui.JErrorPane
The resource manager
resources - Static variable in class io.sf.carte.echosvg.util.gui.LanguageDialog
The resource manager
resources - Static variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor
The resource manager
resources - Static variable in class io.sf.carte.echosvg.util.gui.URIChooser
The resource manager
resources - Static variable in class io.sf.carte.echosvg.util.gui.UserStyleDialog
The resource manager
Resources - Class in io.sf.carte.echosvg.ext.swing
This class manages the message for the Swing extensions.
Resources() - Constructor for class io.sf.carte.echosvg.ext.swing.Resources
This class does not need to be instantiated.
RESOURCES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation
The error messages bundle class name.
RESOURCES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
The error messages bundle class name.
RESOURCES - Static variable in class io.sf.carte.echosvg.anim.timing.TimedElement
The error messages bundle class name.
RESOURCES - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Messages
The error messages bundle class name.
RESOURCES - Static variable in class io.sf.carte.echosvg.bridge.Messages
The error messages bundle class name.
RESOURCES - Static variable in class io.sf.carte.echosvg.css.engine.Messages
The error messages bundle class name.
RESOURCES - Static variable in class io.sf.carte.echosvg.css.engine.value.Messages
The error messages bundle class name.
RESOURCES - Static variable in class io.sf.carte.echosvg.dom.AbstractDocument
The error messages bundle class name.
RESOURCES - Static variable in class io.sf.carte.echosvg.dom.AbstractDOMImplementation
The error messages bundle class name.
RESOURCES - Static variable in interface io.sf.carte.echosvg.ext.awt.image.spi.ErrorConstants
The error messages bundle class name.
RESOURCES - Static variable in class io.sf.carte.echosvg.ext.awt.image.spi.Messages
The error messages bundle class name.
RESOURCES - Static variable in class io.sf.carte.echosvg.ext.swing.Messages
The error messages bundle class name.
RESOURCES - Static variable in class io.sf.carte.echosvg.ext.swing.Resources
The error messages bundle class name.
RESOURCES - Static variable in class io.sf.carte.echosvg.script.rhino.Messages
The error messages bundle class name.
RESOURCES - Static variable in class io.sf.carte.echosvg.svggen.font.Messages
The error messages bundle class name.
RESOURCES - Static variable in class io.sf.carte.echosvg.swing.Messages
The error messages bundle class name.
RESOURCES - Static variable in class io.sf.carte.echosvg.swing.svg.Messages
The error messages bundle class name.
RESOURCES - Static variable in class io.sf.carte.echosvg.transcoder.image.resources.Messages
The error messages bundle class name.
RESOURCES - Static variable in class io.sf.carte.echosvg.util.gui.CSSMediaPanel
The resource file name
RESOURCES - Static variable in class io.sf.carte.echosvg.util.gui.JErrorPane
The resource file name
RESOURCES - Static variable in class io.sf.carte.echosvg.util.gui.LanguageDialog
The resource file name
RESOURCES - Static variable in class io.sf.carte.echosvg.util.gui.LocationBar
The gui resources file name
RESOURCES - Static variable in class io.sf.carte.echosvg.util.gui.URIChooser
The resource file name
RESOURCES - Static variable in class io.sf.carte.echosvg.util.gui.UserStyleDialog
The resource file name
RESOURCES - Static variable in class io.sf.carte.echosvg.util.io.Messages
The error messages bundle class name.
RESOURCES - Static variable in class io.sf.carte.echosvg.util.Messages
The error messages bundle class name.
RESOURCES - Static variable in class io.sf.carte.echosvg.util.resources.Messages
The error messages bundle class name.
RESTART_ALWAYS - Static variable in class io.sf.carte.echosvg.anim.timing.TimedElement
 
RESTART_NEVER - Static variable in class io.sf.carte.echosvg.anim.timing.TimedElement
 
RESTART_WHEN_NOT_ACTIVE - Static variable in class io.sf.carte.echosvg.anim.timing.TimedElement
 
restartMode - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
The restart mode for this element.
result - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFilterPrimitiveStandardAttributes
The 'result' attribute value.
Result(boolean) - Constructor for class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.Result
Creates a new boolean Result object.
Result(double) - Constructor for class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.Result
Creates a new number Result object.
Result(String) - Constructor for class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.Result
Creates a new string Result object.
Result(NodeList, short) - Constructor for class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.Result
Creates a new node iterator Result object.
Result(Node, short) - Constructor for class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.Result
Creates a new single node Result object.
resultType - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.Result
The result type.
resume() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationTickRunnable
Forces an animation update, if the RunnableQueue is currently waiting.
resume() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.DebugAnimationTickRunnable
 
resume() - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Resumes the update manager.
resumeExecution() - Method in class io.sf.carte.echosvg.util.RunnableQueue
Resumes the execution of this queue.
resumeProcessing() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Resumes the processing of the current document.
retainAll(RectListManager) - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
 
retainAll(Collection<?>) - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
 
retainAll(Collection<?>) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Not supported - Throws UnsupportedOperationException exception.
retargetEvent(AbstractEvent, NodeEventTarget) - Method in class io.sf.carte.echosvg.anim.dom.XBLEventSupport
Clones and retargets the given event.
retrieveRaster() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileLRUMember
 
retry() - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge.ProtectedStream
 
returnCode - Variable in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.AddMediumDialog
The return code.
returnCode - Variable in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.Dialog
The return code.
returnCode - Variable in class io.sf.carte.echosvg.util.gui.LanguageDialog
The last return code.
returnCode - Variable in class io.sf.carte.echosvg.util.gui.URIChooser
The last return code.
returnCode - Variable in class io.sf.carte.echosvg.util.gui.UserStyleDialog
The last return code.
revalidate() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength.BaseSVGLength
Initializes the length, if needed.
revalidate() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
Callback method before any value is return from this length.
revalidate() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Initializes the list, if needed.
revalidate() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Initializes the list, if needed.
revalidate() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.BaseSVGAngle
Initializes the angle, if needed.
revalidate() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Initializes the list, if needed.
revalidate() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Initializes the list, if needed.
revalidate() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
Initializes the list, if needed.
revalidate() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
Initializes the list, if needed.
revalidate() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
Initializes the list, if needed.
revalidate() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
Initializes the list, if needed.
revalidate() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
Initializes the list, if needed.
revalidate() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.BaseSVGRect
Initializes the length, if needed.
revalidate() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
Initializes the list, if needed.
revalidate() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
Initializes the list, if needed.
revalidate() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Initializes the list, if needed.
revalidate() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMAngle
Updates the values in this object according to the associated attribute value.
reverse() - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter.TextRun
 
reverse() - Method in class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
reverse() - Method in class io.sf.carte.echosvg.ext.awt.geom.Linear
 
reverse() - Method in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
 
RGB_PREFIX - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
RGB_SUFFIX - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
rgbColorChanged(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractModificationHandler
Called when the RGBColor text has changed.
rgbColorChanged(String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ModificationHandler
Called when the RGBColor text has changed.
rgbColorChanged(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the RGBColor text has changed.
rgbColorICCColorChanged(String, String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.AbstractModificationHandler
Called when the RGBColor and the ICCColor text has changed.
rgbColorICCColorChanged(String, String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ModificationHandler
Called when the RGBColor and the ICCColor text has changed.
rgbColorICCColorChanged(String, String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the RGBColor and the ICCColor text has changed.
RGBColorValue - Class in io.sf.carte.echosvg.css.engine.value
This class represents RGB colors.
RGBColorValue(Value, Value, Value) - Constructor for class io.sf.carte.echosvg.css.engine.value.RGBColorValue
Creates a new, opaque RGBColorValue.
RGBColorValue(Value, Value, Value, Value) - Constructor for class io.sf.carte.echosvg.css.engine.value.RGBColorValue
Creates a new RGBColorValue.
RHINO_MIMETYPES - Static variable in class io.sf.carte.echosvg.bridge.RhinoInterpreterFactory
The MIME types that Rhino can handle.
rhinoClassLoader - Variable in class io.sf.carte.echosvg.bridge.RhinoInterpreter
The Rhino 'security domain'.
RhinoClassLoader - Class in io.sf.carte.echosvg.script.rhino
This class loader implementation will work whether or not the documentURL is null.
RhinoClassLoader(URL, ClassLoader) - Constructor for class io.sf.carte.echosvg.script.rhino.RhinoClassLoader
Constructor.
RhinoClassShutter - Class in io.sf.carte.echosvg.script.rhino
Class shutter that restricts access to EchoSVG internals from script.
RhinoClassShutter() - Constructor for class io.sf.carte.echosvg.script.rhino.RhinoClassShutter
 
RhinoInterpreter - Class in io.sf.carte.echosvg.bridge
A simple implementation of Interpreter interface to use Rhino ECMAScript interpreter.
RhinoInterpreter(URL) - Constructor for class io.sf.carte.echosvg.bridge.RhinoInterpreter
Build a Interpreter for ECMAScript using Rhino.
RhinoInterpreter(URL, ImportInfo) - Constructor for class io.sf.carte.echosvg.bridge.RhinoInterpreter
Build a Interpreter for ECMAScript using Rhino.
RhinoInterpreter.ArgumentsBuilder - Interface in io.sf.carte.echosvg.bridge
To build an argument list.
RhinoInterpreter.Entry - Class in io.sf.carte.echosvg.bridge
Class to store cached compiled scripts.
RhinoInterpreter.Factory - Class in io.sf.carte.echosvg.bridge
Factory for Context objects.
RhinoInterpreterFactory - Class in io.sf.carte.echosvg.bridge
Allows to create instances of RhinoInterpreter class.
RhinoInterpreterFactory() - Constructor for class io.sf.carte.echosvg.bridge.RhinoInterpreterFactory
Builds a RhinoInterpreterFactory.
right - Variable in class io.sf.carte.echosvg.css.engine.value.RectValue
The right value.
right - Variable in class io.sf.carte.echosvg.extension.svg.MarginInfo
 
right - Variable in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
right - Variable in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
right - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
RIGHT_BRACE - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a ')' lexical unit.
RIGHT_PARENTHESIS - Static variable in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector.Scanner
 
RIGHT_SQUARE_BRACKET - Static variable in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector.Scanner
 
rightComponent - Variable in class io.sf.carte.echosvg.css.dom.CSSOMValue
The right component, if this value is a Rect.
RightComponent() - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMValue.RightComponent
 
rightFloatValueChanged(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
Called when the right float value has changed.
rightFloatValueChanged(short, float) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the right float value has changed.
rightTextChanged(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
Called when the right value text has changed.
rightTextChanged(String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the right value text has changed.
RL_TB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'rl-tb' keyword.
RL_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'rl' keyword.
rManager - Static variable in class io.sf.carte.echosvg.util.gui.LocationBar
The resource manager
root - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
The root time container.
root - Variable in class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
The root node.
root - Variable in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
The root node.
root - Variable in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
The root of the GVT tree.
root - Variable in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
The root GraphicsNode as determined by setRootNode().
root - Variable in class io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcher
The root graphics node.
rootCR - Variable in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
 
rootFilter - Variable in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
 
rootGN - Variable in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
 
rootGN - Variable in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
Tree this Renderer paints.
RootGraphicsNode - Class in io.sf.carte.echosvg.gvt
The top-level graphics node of the GVT tree.
RootGraphicsNode() - Constructor for class io.sf.carte.echosvg.gvt.RootGraphicsNode
Constructs a new empty RootGraphicsNode.
ROSYBROWN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'rosybrown' RGB color.
ROSYBROWN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'rosybrown' color name.
rotate - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextPositioningElement
The 'rotate' attribute value.
rotate(double) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Concatenates the current Graphics2D Transform with a rotation transform.
rotate(double) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Concatenates the current Graphics2D Transform with a rotation transform.
rotate(double, double, double) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Concatenates the current Graphics2D Transform with a translated rotation transform.
rotate(double, double, double) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Concatenates the current Graphics2D Transform with a translated rotation transform.
rotate(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
rotate(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
Sets the transform to be rotation.
rotate(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.TransformListBuilder
rotate(float) - Method in class io.sf.carte.echosvg.parser.AWTTransformProducer
rotate(float) - Method in class io.sf.carte.echosvg.parser.DefaultFragmentIdentifierHandler
rotate(float) - Method in class io.sf.carte.echosvg.parser.DefaultTransformListHandler
rotate(float) - Method in interface io.sf.carte.echosvg.parser.TransformListHandler
Invoked when 'rotate(theta)' has been parsed.
rotate(float) - Method in interface org.w3c.dom.svg.SVGMatrix
 
rotate(float, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.TransformListBuilder
rotate(float, float, float) - Method in class io.sf.carte.echosvg.parser.AWTTransformProducer
rotate(float, float, float) - Method in class io.sf.carte.echosvg.parser.DefaultFragmentIdentifierHandler
rotate(float, float, float) - Method in class io.sf.carte.echosvg.parser.DefaultTransformListHandler
rotate(float, float, float) - Method in interface io.sf.carte.echosvg.parser.TransformListHandler
Invoked when 'rotate(theta, cx, cy)' has been parsed.
ROTATE - Static variable in class io.sf.carte.echosvg.ext.awt.g2d.TransformType
 
ROTATE_STRING - Static variable in class io.sf.carte.echosvg.ext.awt.g2d.TransformType
 
RotateAction(double) - Constructor for class io.sf.carte.echosvg.swing.JSVGCanvas.RotateAction
 
rotateAngle - Variable in class io.sf.carte.echosvg.anim.MotionAnimation
The angle of rotation (in radians) to use when automatic rotation is not being used.
rotateAuto - Variable in class io.sf.carte.echosvg.anim.MotionAnimation
Whether automatic rotation should be performed.
rotateAutoReverse - Variable in class io.sf.carte.echosvg.anim.MotionAnimation
Whether the automatic rotation should be reversed.
rotateFromVector(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
rotateFromVector(float, float) - Method in interface org.w3c.dom.svg.SVGMatrix
 
rotateInteractor - Variable in class io.sf.carte.echosvg.swing.JSVGCanvas
An interactor to perform a rotation.
rotateModel - Variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
The Model for the rotation
rotateTransform(Dimension, int, int) - Method in class io.sf.carte.echosvg.swing.gvt.AbstractRotateInteractor
Returns the rotate transform.
ROTATION - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Rotation for character, in degrees.
ROUND_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'round' keyword.
ROUND_XY_TO_GRID - Static variable in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
ROYALBLUE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'royalblue' RGB color.
ROYALBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'royalblue' color name.
RSQUARE_BRACKET - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a ']' lexical unit.
RTL_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'rtl' keyword.
rule - Variable in class io.sf.carte.echosvg.ext.awt.image.renderable.CompositeRable8Bit
 
rule(CSSValue) - Static method in class io.sf.carte.echosvg.bridge.CSSUtilities
Returns the winding rule represented by the specified CSSValue.
Rule - Interface in io.sf.carte.echosvg.css.engine
This interface represents a CSS rule.
RULE_ARITHMETIC - Static variable in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
Arithmatic rule 'out = k1*i1*i2 + k2*i1 + k3*i2 + k4'.
RULE_ATOP - Static variable in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
Porter-Duff src atop rule.
RULE_DARKEN - Static variable in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
SVG feBlend Darken rule
RULE_IN - Static variable in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
Porter-Duff src in rule.
RULE_LIGHTEN - Static variable in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
SVG feBlend Lighten rule
RULE_MULTIPLY - Static variable in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
SVG feBlend Multiply rule
RULE_OUT - Static variable in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
Porter-Duff src out rule.
RULE_OVER - Static variable in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
Porter-Duff src over rule, also used for feBlend normal.
RULE_SCREEN - Static variable in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
SVG feBlend Screen rule
RULE_XOR - Static variable in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
Porter-Duff src xor rule.
rules - Variable in class io.sf.carte.echosvg.css.engine.StyleSheet
The rules.
run() - Method in class io.sf.carte.echosvg.apps.svgpp.Main
Runs the pretty printer.
run() - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.EvaluateIntervalRunnable
 
run() - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.EvaluateRunnable
 
run() - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.EvaluateRunnableRunnable
 
run() - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window.IntervalRunnableTimerTask
 
run() - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window.IntervalScriptTimerTask
 
run() - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window.TimeoutRunnableTimerTask
 
run() - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window.TimeoutScriptTimerTask
 
run() - Method in class io.sf.carte.echosvg.bridge.SVGAElementBridge.AnchorDefaultActionable
 
run() - Method in class io.sf.carte.echosvg.bridge.SVGAElementBridge.MouseOutDefaultActionable
 
run() - Method in class io.sf.carte.echosvg.bridge.SVGAElementBridge.MouseOverDefaultActionable
 
run() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationThread
Ticks the animation over as fast as possible.
run() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationThread.Ticker
Ticks the animation over.
run() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationTickRunnable
Performs one tick of the animation.
run() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.DebugAnimationTickRunnable
 
run() - Method in class io.sf.carte.echosvg.bridge.UpdateManager.RepaintTimerTask
 
run() - Method in class io.sf.carte.echosvg.bridge.WindowWrapper.FunctionWrapper
Calls the function.
run() - Method in class io.sf.carte.echosvg.swing.gvt.GVTTreeRenderer
Runs this renderer.
run() - Method in class io.sf.carte.echosvg.swing.JSVGCanvas.ToolTipRunnable
 
run() - Method in class io.sf.carte.echosvg.swing.svg.GVTTreeBuilder
Runs this builder.
run() - Method in class io.sf.carte.echosvg.swing.svg.SVGDocumentLoader
Runs this loader.
run() - Method in class io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcher
Runs the dispatcher.
run() - Method in class io.sf.carte.echosvg.util.CleanerThread
 
run() - Method in class io.sf.carte.echosvg.util.gui.MemoryMonitor.RepaintThread
The thread main method.
run() - Method in class io.sf.carte.echosvg.util.gui.MemoryMonitor.RepaintThread.UpdateRunnable
 
run() - Method in class io.sf.carte.echosvg.util.RunnableQueue
Runs this queue.
run(Document, Window) - Method in interface io.sf.carte.echosvg.bridge.ScriptHandler
Runs this handler.
RUN_IN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'run-in' keyword.
runAtts - Static variable in class io.sf.carte.echosvg.bridge.GlyphLayout
 
runDefaultActions(AbstractEvent) - Method in class io.sf.carte.echosvg.dom.events.EventSupport
Runs all of the registered default actions for the given event object.
runEventHandler(String, Event, String, String) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
Runs an event handler.
runHandler - Variable in class io.sf.carte.echosvg.bridge.UpdateManager
The RunHandler for the RunnableQueue.
runHandler - Variable in class io.sf.carte.echosvg.util.RunnableQueue
The object which handle run events.
RunHandlerAdapter() - Constructor for class io.sf.carte.echosvg.util.RunnableQueue.RunHandlerAdapter
 
runnable - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.EvaluateRunnableRunnable
 
runnableInvoked(RunnableQueue, Runnable) - Method in class io.sf.carte.echosvg.bridge.UpdateManager.UpdateManagerRunHander
Called when the given Runnable has just been invoked and has returned.
runnableInvoked(RunnableQueue, Runnable) - Method in interface io.sf.carte.echosvg.util.RunnableQueue.RunHandler
Called when the given Runnable has just been invoked and has returned.
runnableInvoked(RunnableQueue, Runnable) - Method in class io.sf.carte.echosvg.util.RunnableQueue.RunHandlerAdapter
Called when the given Runnable has just been invoked and has returned.
runnableInvoked(Runnable) - Method in class io.sf.carte.echosvg.util.RunnableQueue
Called when a Runnable completes.
runnableQueue - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationThread
The RunnableQueue to perform the animation in.
RunnableQueue - Class in io.sf.carte.echosvg.util
This class represents an object which queues Runnable objects for invocation in a single thread.
RunnableQueue() - Constructor for class io.sf.carte.echosvg.util.RunnableQueue
 
RunnableQueue.IdleRunnable - Interface in io.sf.carte.echosvg.util
A Runnable that can also inform the caller how long it should be until it is run again.
RunnableQueue.Link - Class in io.sf.carte.echosvg.util
To store a Runnable.
RunnableQueue.LockableLink - Class in io.sf.carte.echosvg.util
To store a Runnable with an object waiting for him to be executed.
RunnableQueue.RunHandler - Interface in io.sf.carte.echosvg.util
This interface must be implemented by an object which wants to be notified of run events.
RunnableQueue.RunHandlerAdapter - Class in io.sf.carte.echosvg.util
This is an adapter class that implements the RunHandler interface.
RunnableQueue.RunnableQueueState - Class in io.sf.carte.echosvg.util
Type-safe enumeration of queue states.
runnableQueueThread - Variable in class io.sf.carte.echosvg.util.RunnableQueue
The current thread.
runnableStart(RunnableQueue, Runnable) - Method in class io.sf.carte.echosvg.bridge.UpdateManager.UpdateManagerRunHander
 
runnableStart(RunnableQueue, Runnable) - Method in interface io.sf.carte.echosvg.util.RunnableQueue.RunHandler
Called just prior to invoking the runnable
runnableStart(RunnableQueue, Runnable) - Method in class io.sf.carte.echosvg.util.RunnableQueue.RunHandlerAdapter
Called just prior to invoking the runnable
runnableStart(Runnable) - Method in class io.sf.carte.echosvg.util.RunnableQueue
Called just prior to executing a Runnable.
running - Variable in class io.sf.carte.echosvg.bridge.UpdateManager
Whether the update manager is running.
RUNNING - Static variable in class io.sf.carte.echosvg.util.RunnableQueue
The queue is in the process of running tasks.
runThread(Thread) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Unsupported operation.
runtime - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.RepaintThread
The runtime.
rx - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMEllipseElement
The 'rx' attribute value.
rx - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMRectElement
The 'rx' attribute value.
rxModel - Variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
The Model for the x-axis rotation center
ry - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMEllipseElement
The 'ry' attribute value.
ry - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMRectElement
The 'ry' attribute value.
ryModel - Variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
The Model for the y-axis rotation center

S

S - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents the S (space) lexical unit.
S_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 's-resize' keyword.
SADDLEBROWN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'saddlebrown' RGB color.
SADDLEBROWN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'saddlebrown' color name.
safeHandleOption(String[], SVGConverter) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main.AbstractOptionHandler
 
safeHandleOption(String[], SVGConverter) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main.NoValueOptionHandler
 
safeHandleOption(String[], SVGConverter) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main.SingleValueOptionHandler
 
safeResume() - Method in class io.sf.carte.echosvg.util.gui.MemoryMonitor.RepaintThread
Resumes the thread.
safeSuspend() - Method in class io.sf.carte.echosvg.util.gui.MemoryMonitor.RepaintThread
Suspends the thread.
SALMON_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'salmon' RGB color.
SALMON_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'salmon' color name.
sameFile(ParsedURL) - Method in class io.sf.carte.echosvg.util.ParsedURL
 
sameFile(ParsedURLData) - Method in class io.sf.carte.echosvg.util.ParsedURLData
 
sampleAt(float, boolean) - Method in class io.sf.carte.echosvg.anim.timing.TimeContainer
Calculates the local simple time.
sampleAt(float, boolean) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Calculates the local simple time.
sampleChildren(float, boolean) - Method in class io.sf.carte.echosvg.anim.timing.TimeContainer
Samples all the child timed elements.
sampledAt(float, float, int) - Method in class io.sf.carte.echosvg.anim.AbstractAnimation
Called when the element is sampled at the given time.
sampledAt(float, float, int) - Method in class io.sf.carte.echosvg.anim.InterpolatingAnimation
Called when the element is sampled at the given time.
sampledAt(float, float, int) - Method in class io.sf.carte.echosvg.anim.SetAnimation
Called when the element is sampled at the given time.
sampledAt(float, float, int) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Invoked to indicate that this timed element has been sampled at the given time.
sampledAt(float, float, int) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge.SVGTimedElement
Invoked to indicate that this timed element has been sampled at the given time.
sampledAt(float, float, int) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationRoot
Invoked to indicate that this timed element has been sampled at the given time.
sampledAt(AbstractAnimation, float, float, int) - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Invoked to indicate that this timed element has been sampled at the given time.
sampledAtUnitTime(float, int) - Method in class io.sf.carte.echosvg.anim.InterpolatingAnimation
Called when the element is sampled at the given unit time.
sampledAtUnitTime(float, int) - Method in class io.sf.carte.echosvg.anim.MotionAnimation
Called when the element is sampled at the given unit time.
sampledAtUnitTime(float, int) - Method in class io.sf.carte.echosvg.anim.SimpleAnimation
Called when the element is sampled at the given unit time.
sampledAtUnitTime(float, int) - Method in class io.sf.carte.echosvg.anim.TransformAnimation
Called when the element is sampled at the given unit time.
sampledLastValue(int) - Method in class io.sf.carte.echosvg.anim.AbstractAnimation
Called when the element is sampled for its "last" value.
sampledLastValue(int) - Method in class io.sf.carte.echosvg.anim.InterpolatingAnimation
Called when the element is sampled for its "last" value.
sampledLastValue(int) - Method in class io.sf.carte.echosvg.anim.SetAnimation
Called when the element is sampled for its "last" value.
sampledLastValue(int) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Invoked to indicate that this timed element has been sampled at the end of its active time, at an integer multiple of the simple duration.
sampledLastValue(int) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge.SVGTimedElement
Invoked to indicate that this timed element has been sampled at the end of its active time, at an integer multiple of the simple duration.
sampledLastValue(int) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationRoot
Invoked to indicate that this timed element has been sampled at the end of its active time, at an integer multiple of the simple duration.
sampledLastValue(AbstractAnimation, int) - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Invoked to indicate that this timed element has been sampled at the end of its active time, at an integer multiple of the simple duration.
Sandwich() - Constructor for class io.sf.carte.echosvg.anim.AnimationEngine.Sandwich
 
SANDYBROWN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'sandybrown' RGB color.
SANDYBROWN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'sandybrown' color name.
SANS_SERIF_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'sans-serif' keyword.
SATURATION - Enum constant in enum class io.sf.graphics.java2d.color.RenderingIntent
Saturation rendering intent.
SATURATION - Static variable in class io.sf.carte.echosvg.ext.awt.color.ICCColorSpaceExt
Deprecated.
 
saturationToRGB(float[]) - Method in class io.sf.carte.echosvg.ext.awt.color.ICCColorSpaceExt
Deprecated.
Saturation.
save() - Method in class io.sf.carte.echosvg.util.PreferenceManager
Saves the preference file.
SAXDocumentFactory - Class in io.sf.carte.echosvg.dom.util
This class contains methods for creating Document instances from an URI using SAX2.
SAXDocumentFactory(DOMImplementation) - Constructor for class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
Creates a new SAXDocumentFactory object with a default parser.
SAXDocumentFactory(DOMImplementation, XMLReader) - Constructor for class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
Creates a new SAXDocumentFactory object.
SAXDocumentFactory(DOMImplementation, XMLReader, boolean) - Constructor for class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
Creates a new SAXDocumentFactory object.
SAXDocumentFactory.PreInfo - Interface in io.sf.carte.echosvg.dom.util
 
SAXIOException - Exception Class in io.sf.carte.echosvg.dom.util
Wrapper for SAX Exceptions which would make it possible to include line and column information with SAX parse errors.
SAXIOException(String, SAXException) - Constructor for exception class io.sf.carte.echosvg.dom.util.SAXIOException
 
SAXIOException(SAXException) - Constructor for exception class io.sf.carte.echosvg.dom.util.SAXIOException
 
SAXSVGDocumentFactory - Class in io.sf.carte.echosvg.anim.dom
This class contains methods for creating SVGDocument instances from an URI using SAX2.
SAXSVGDocumentFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SAXSVGDocumentFactory
Creates a new SVGDocumentFactory object with a default parser.
SAXSVGDocumentFactory(XMLReader) - Constructor for class io.sf.carte.echosvg.anim.dom.SAXSVGDocumentFactory
Creates a new SVGDocumentFactory object.
SAXSVGDocumentFactory(XMLReader, boolean) - Constructor for class io.sf.carte.echosvg.anim.dom.SAXSVGDocumentFactory
Creates a new SVGDocumentFactory object.
SBListener(boolean) - Constructor for class io.sf.carte.echosvg.swing.JSVGScrollPane.SBListener
 
scale - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEDisplacementMapElement
The 'scale' attribute value.
scale - Variable in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
 
scale(double, double) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Concatenates the current Graphics2D Transform with a scaling transformation Subsequent rendering is resized according to the specified scaling factors relative to the previous scaling.
scale(double, double) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Concatenates the current Graphics2D Transform with a scaling transformation Subsequent rendering is resized according to the specified scaling factors relative to the previous scaling.
scale(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
scale(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
Sets the transform to be an x scale.
scale(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.TransformListBuilder
scale(float) - Method in class io.sf.carte.echosvg.parser.AWTTransformProducer
scale(float) - Method in class io.sf.carte.echosvg.parser.DefaultFragmentIdentifierHandler
scale(float) - Method in class io.sf.carte.echosvg.parser.DefaultTransformListHandler
scale(float) - Method in interface io.sf.carte.echosvg.parser.TransformListHandler
Invoked when 'scale(sx)' has been parsed.
scale(float) - Method in interface org.w3c.dom.svg.SVGMatrix
 
scale(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.TransformListBuilder
scale(float, float) - Method in class io.sf.carte.echosvg.parser.AWTTransformProducer
scale(float, float) - Method in class io.sf.carte.echosvg.parser.DefaultFragmentIdentifierHandler
scale(float, float) - Method in class io.sf.carte.echosvg.parser.DefaultTransformListHandler
scale(float, float) - Method in interface io.sf.carte.echosvg.parser.TransformListHandler
Invoked when 'scale(sx, sy)' has been parsed.
scale(int) - Method in class io.sf.carte.echosvg.svggen.font.Glyph
 
SCALE - Static variable in class io.sf.carte.echosvg.ext.awt.g2d.TransformType
 
SCALE_STRING - Static variable in class io.sf.carte.echosvg.ext.awt.g2d.TransformType
 
scaleChange(float) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane
Called when the scale size changes.
scaleNonUniform(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
scaleNonUniform(float, float) - Method in interface org.w3c.dom.svg.SVGMatrix
 
scaleX - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
scaleX(int, int) - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
Transforms an x-coordinate of a point for this component.
scaleXY - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
scaleY - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
scaleY(int, int) - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
Transforms a y-coordinate of a point for this component.
scan(int) - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
scanner - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
The document scanner.
Scanner(String) - Constructor for class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector.Scanner
Creates a new Scanner object.
scheduleGVTRendering() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Schedules a new GVT rendering.
scopedChildNodes - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XBLRecord
The xblScopedChildNodes NodeList for this node.
SCREEN - Static variable in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
FeBlend Screen rule.
SCREEN - Static variable in class io.sf.carte.echosvg.ext.awt.image.SVGComposite
 
script - Variable in class io.sf.carte.echosvg.bridge.RhinoInterpreter.Entry
The compiled script.
script - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.EvaluateIntervalRunnable
 
script - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.EvaluateRunnable
 
Script - Class in io.sf.carte.echosvg.svggen.font.table
 
Script(RandomAccessFile, int) - Constructor for class io.sf.carte.echosvg.svggen.font.table.Script
Creates new ScriptTable
SCRIPT - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
SCRIPT_ALERT - Static variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
String constant for the resource with the text for a script alert dialog.
SCRIPT_CONFIRM - Static variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
String constant for the resource with the text for a script confim dialog.
SCRIPT_PROMPT - Static variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
String constant for the resource with the text for a script prompt dialog.
SCRIPT_TAG_ARAB - Static variable in interface io.sf.carte.echosvg.svggen.font.table.ScriptTags
 
ScriptElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.ScriptElementFactory
 
ScriptEventWrapper - Interface in io.sf.carte.echosvg.script
Interface for objects that act as a Java wrapper for a javascript event object.
ScriptHandler - Interface in io.sf.carte.echosvg.bridge
This interface must be implemented in order to call Java code from an SVG document.
scriptingEnvironment - Variable in class io.sf.carte.echosvg.bridge.UpdateManager
The scripting environment.
ScriptingEnvironment - Class in io.sf.carte.echosvg.bridge
This class contains the informations needed by the SVG scripting.
ScriptingEnvironment(BridgeContext) - Constructor for class io.sf.carte.echosvg.bridge.ScriptingEnvironment
Creates a new ScriptingEnvironment.
ScriptingEnvironment.DOMAttrModifiedListener - Class in io.sf.carte.echosvg.bridge
 
ScriptingEnvironment.DOMNodeInsertedListener - Class in io.sf.carte.echosvg.bridge
The listener class for 'DOMNodeInserted' event.
ScriptingEnvironment.DOMNodeRemovedListener - Class in io.sf.carte.echosvg.bridge
The listener class for 'DOMNodeRemoved' event.
ScriptingEnvironment.EvaluateIntervalRunnable - Class in io.sf.carte.echosvg.bridge
To interpret a script.
ScriptingEnvironment.EvaluateRunnable - Class in io.sf.carte.echosvg.bridge
To interpret a script.
ScriptingEnvironment.EvaluateRunnableRunnable - Class in io.sf.carte.echosvg.bridge
To call a Runnable.
ScriptingEnvironment.ScriptingEventListener - Class in io.sf.carte.echosvg.bridge
To handle a scripting event.
ScriptingEnvironment.Window - Class in io.sf.carte.echosvg.bridge
Represents the window object of this environment.
ScriptingEnvironment.Window.IntervalRunnableTimerTask - Class in io.sf.carte.echosvg.bridge
A TimerTask to invoke a setInterval()-scheduled function that is specified by a Runnable.
ScriptingEnvironment.Window.IntervalScriptTimerTask - Class in io.sf.carte.echosvg.bridge
A TimerTask to invoke a setInterval()-scheduled function that is specified by a String.
ScriptingEnvironment.Window.TimeoutRunnableTimerTask - Class in io.sf.carte.echosvg.bridge
A TimerTask to invoke a setTimeout()-scheduled function that is specified by a Runnable.
ScriptingEnvironment.Window.TimeoutScriptTimerTask - Class in io.sf.carte.echosvg.bridge
A TimerTask to invoke a setTimeout()-scheduled function that is specified by a String.
ScriptingEventListener(String) - Constructor for class io.sf.carte.echosvg.bridge.ScriptingEnvironment.ScriptingEventListener
Creates a new ScriptingEventListener.
ScriptList - Class in io.sf.carte.echosvg.svggen.font.table
 
ScriptList(RandomAccessFile, int) - Constructor for class io.sf.carte.echosvg.svggen.font.table.ScriptList
Creates new ScriptList
ScriptRecord - Class in io.sf.carte.echosvg.svggen.font.table
 
ScriptRecord(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.ScriptRecord
Creates new ScriptRecord
scripts - Variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
List containing the allowed script types
ScriptSecurity - Interface in io.sf.carte.echosvg.bridge
An interface that allows UserAgents to describe the security constraints desired for scripting.
ScriptTags - Interface in io.sf.carte.echosvg.svggen.font.table
Definition of Script tags
SCROLL_DOWN_ACTION - Static variable in class io.sf.carte.echosvg.swing.JSVGCanvas
The key for the Action to scroll down.
SCROLL_LEFT_ACTION - Static variable in class io.sf.carte.echosvg.swing.JSVGCanvas
The key for the Action to scroll left.
SCROLL_LOCK_MASK - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
The scroll lock constant.
SCROLL_RIGHT_ACTION - Static variable in class io.sf.carte.echosvg.swing.JSVGCanvas
The key for the Action to scroll right.
SCROLL_UP_ACTION - Static variable in class io.sf.carte.echosvg.swing.JSVGCanvas
The key for the Action to scroll up.
SCROLL_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'scroll' keyword.
ScrollablePopupMenu(JComponent) - Constructor for class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenu
Constructor.
ScrollablePopupMenuAdapter() - Constructor for class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenuAdapter
 
ScrollablePopupMenuEvent(Object, int, int, String) - Constructor for class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenuEvent
Creates the ScrollablePopupMenuEvent.
ScrollAction(double, double) - Constructor for class io.sf.carte.echosvg.swing.JSVGCanvas.ScrollAction
 
SCROLLBAR_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'SCROLLBAR' color name.
scrollbarsAlwaysVisible - Variable in class io.sf.carte.echosvg.swing.JSVGScrollPane
 
ScrollDownAction(int) - Constructor for class io.sf.carte.echosvg.swing.JSVGCanvas.ScrollDownAction
 
ScrollLeftAction(int) - Constructor for class io.sf.carte.echosvg.swing.JSVGCanvas.ScrollLeftAction
 
ScrollListener() - Constructor for class io.sf.carte.echosvg.swing.JSVGScrollPane.ScrollListener
 
ScrollRightAction(int) - Constructor for class io.sf.carte.echosvg.swing.JSVGCanvas.ScrollRightAction
 
ScrollUpAction(int) - Constructor for class io.sf.carte.echosvg.swing.JSVGCanvas.ScrollUpAction
 
se - Variable in class io.sf.carte.echosvg.bridge.DefaultExternalResourceSecurity
The exception is built in the constructor and thrown if not null and the checkLoadExternalResource method is called.
se - Variable in class io.sf.carte.echosvg.bridge.DefaultScriptSecurity
The exception is built in the constructor and thrown if not null and the checkLoadScript method is called.
se - Variable in class io.sf.carte.echosvg.bridge.EmbededExternalResourceSecurity
The exception is built in the constructor and thrown if not null and the checkLoadExternalResource method is called.
se - Variable in class io.sf.carte.echosvg.bridge.EmbededScriptSecurity
The exception is built in the constructor and thrown if not null and the checkLoadScript method is called.
se - Variable in class io.sf.carte.echosvg.bridge.NoLoadExternalResourceSecurity
The exception is built in the constructor and thrown if not null and the checkLoadExternalResource method is called.
se - Variable in class io.sf.carte.echosvg.bridge.NoLoadScriptSecurity
The exception is built in the constructor and thrown if the checkLoadScript method is called.
SE_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'se-resize' keyword.
SEAGREEN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'seagreen' RGB color.
SEAGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'seagreen' color name.
SEASHELL_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'seashell' RGB color.
SEASHELL_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'seashell' color name.
secondaryBridgeContexts - Variable in class io.sf.carte.echosvg.bridge.UpdateManager
Array of resource documents' BridgeContexts.
secondaryScriptingEnvironments - Variable in class io.sf.carte.echosvg.bridge.UpdateManager
Array of resource documents' ScriptingEnvironments that should have their SVGLoad event dispatched.
SECTION_END - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a section end lexical unit, i.e. ']]>'.
securityOff - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Controls whether scripts should be run securely or not
seed - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFETurbulenceElement
The 'seed' attribute value.
seekTo(float, boolean) - Method in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
Samples the entire timegraph at the given time.
SEG_ARCTO - Static variable in interface io.sf.carte.echosvg.ext.awt.geom.ExtendedPathIterator
The segment type constant for an elliptical arc.
SEG_CLOSE - Static variable in interface io.sf.carte.echosvg.ext.awt.geom.ExtendedPathIterator
The segment type constant that specifies that the preceding subpath should be closed by appending a line segment back to the point corresponding to the most recent SEG_MOVETO.
SEG_CUBICTO - Static variable in interface io.sf.carte.echosvg.ext.awt.geom.ExtendedPathIterator
The segment type constant for the set of 3 points that specify a cubic parametric curve to be drawn from the most recently specified point.
SEG_LINETO - Static variable in interface io.sf.carte.echosvg.ext.awt.geom.ExtendedPathIterator
The segment type constant for a point that specifies the end point of a line to be drawn from the most recently specified point.
SEG_MOVETO - Static variable in interface io.sf.carte.echosvg.ext.awt.geom.ExtendedPathIterator
The segment type constant for a point that specifies the end point of a line to be drawn from the most recently specified point.
SEG_QUADTO - Static variable in interface io.sf.carte.echosvg.ext.awt.geom.ExtendedPathIterator
The segment type constant for the pair of points that specify a quadratic parametric curve to be drawn from the most recently specified point.
Segment - Interface in io.sf.carte.echosvg.ext.awt.geom
An interface that path segments must implement.
Segment.SplitResults - Class in io.sf.carte.echosvg.ext.awt.geom
 
segmentAtLength(float) - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength
Returns the index of the segment at the given distance along the path.
segmentIndexes - Variable in class io.sf.carte.echosvg.ext.awt.geom.PathLength
Array where the index is the index of the original path segment and the value is the index of the first of the flattened segments in PathLength.segments that corresponds to that original path segment.
SegmentList - Class in io.sf.carte.echosvg.ext.awt.geom
A class representing a list of path segments.
SegmentList() - Constructor for class io.sf.carte.echosvg.ext.awt.geom.SegmentList
 
SegmentList(Shape) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.SegmentList
 
SegmentList.SplitResults - Class in io.sf.carte.echosvg.ext.awt.geom
read-only helper class to represent a split-result.
segments - Variable in class io.sf.carte.echosvg.ext.awt.geom.PathLength
The list of flattened path segments.
segType - Variable in class io.sf.carte.echosvg.ext.awt.geom.PathLength.PathSegment
The path segment type.
select(Mark, Mark) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Sets the selection to the specified start and end mark.
Selectable - Interface in io.sf.carte.echosvg.gvt
Interface describing object that can be selected or have selections made on it.
selectableText - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Whether the text should be selectable if eventEnabled is false, this flag is ignored.
selectAll(double, double) - Method in class io.sf.carte.echosvg.bridge.TextNode
Selects all the text in this TextNode.
selectAll(double, double) - Method in interface io.sf.carte.echosvg.gvt.Selectable
Selects the entire contents of the GraphicsNode at (x, y).
selectAt(double, double) - Method in class io.sf.carte.echosvg.bridge.TextNode
Initializes the current selection to begin with the character at (x, y).
selectAt(double, double) - Method in interface io.sf.carte.echosvg.gvt.Selectable
Initializes the current selection to begin with the character at (x, y).
selectAt(double, double, TextNode) - Method in class io.sf.carte.echosvg.bridge.BasicTextPainter
Given an X, y coordinate, AttributedCharacterIterator, return a Mark which encapsulates a "selection start" action.
selectAt(double, double, TextNode) - Method in interface io.sf.carte.echosvg.bridge.TextPainter
Initiates a text selection on a particular AttributedCharacterIterator, using the text/font metrics employed by this TextPainter instance.
selectedChild - Variable in class io.sf.carte.echosvg.bridge.SVGSwitchElementBridge
The child element that was chosen for rendering according to the test attributes.
selectedContent - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultContentSelector
The selected nodes.
selectedContent - Variable in class io.sf.carte.echosvg.bridge.svg12.XPathPatternContentSelector
The selected nodes.
selectedContent - Variable in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector
The selected nodes.
selectedNodes - Variable in class io.sf.carte.echosvg.bridge.svg12.ContentManager
Map of content elements to a list of nodes that were selected by that content element.
SelectedNodes() - Constructor for class io.sf.carte.echosvg.bridge.svg12.DefaultContentSelector.SelectedNodes
Creates a new SelectedNodes object.
SelectedNodes() - Constructor for class io.sf.carte.echosvg.bridge.svg12.XPathPatternContentSelector.SelectedNodes
Creates a new SelectedNodes object.
SelectedNodes() - Constructor for class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector.SelectedNodes
Creates a new SelectedNodes object.
selectFirst(TextNode) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
Selects the first glyph in the text node.
selectFirst(TextNode) - Method in interface io.sf.carte.echosvg.bridge.TextPainter
Selects the first glyph in the text node.
selectInteractor(InputEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.Listener
Selects an interactor, given an input event.
selection - Variable in class io.sf.carte.echosvg.gvt.event.SelectionEvent
The object which composes the selection
SELECTION_CHANGED - Static variable in class io.sf.carte.echosvg.gvt.event.SelectionEvent
The id for the "selection changing" event.
SELECTION_CLEARED - Static variable in class io.sf.carte.echosvg.gvt.event.SelectionEvent
The id for the "selection cleared" event.
SELECTION_DONE - Static variable in class io.sf.carte.echosvg.gvt.event.SelectionEvent
The id for the "selection completed" event.
SELECTION_STARTED - Static variable in class io.sf.carte.echosvg.gvt.event.SelectionEvent
The id for the "selection started" event.
SelectionAdapter - Class in io.sf.carte.echosvg.gvt.event
Adapter for the listener interface for receiving selection events.
SelectionAdapter() - Constructor for class io.sf.carte.echosvg.gvt.event.SelectionAdapter
 
selectionChanged(SelectionEvent) - Method in class io.sf.carte.echosvg.gvt.event.SelectionAdapter
Invoked when a selection has changed.
selectionChanged(SelectionEvent) - Method in interface io.sf.carte.echosvg.gvt.event.SelectionListener
Invoked when a selection has changed.
selectionChanged(SelectionEvent) - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager.TextSelectionListener
 
selectionChanged(DropDownComponent.ScrollablePopupMenuItem, boolean) - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenu
Invoked when item selection changes.
selectionCleared(SelectionEvent) - Method in class io.sf.carte.echosvg.gvt.event.SelectionAdapter
Invoked when a selection is cleared.
selectionCleared(SelectionEvent) - Method in interface io.sf.carte.echosvg.gvt.event.SelectionListener
Invoked when a selection is cleared.
selectionCleared(SelectionEvent) - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager.TextSelectionListener
 
selectionDone(SelectionEvent) - Method in class io.sf.carte.echosvg.gvt.event.SelectionAdapter
Invoked when a selection is done.
selectionDone(SelectionEvent) - Method in interface io.sf.carte.echosvg.gvt.event.SelectionListener
Invoked when a selection is done.
selectionDone(SelectionEvent) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent.UnixTextSelectionListener
 
selectionDone(SelectionEvent) - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager.TextSelectionListener
 
SelectionEvent - Class in io.sf.carte.echosvg.gvt.event
An event which indicates that a selection is being made or has been made.
SelectionEvent(Object, int, Shape) - Constructor for class io.sf.carte.echosvg.gvt.event.SelectionEvent
Constructs a new graphics node paint event.
selectionHighlight - Variable in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
The selection highlight.
SelectionListener - Interface in io.sf.carte.echosvg.gvt.event
The listener interface for receiving selection events.
selectionOverlay - Variable in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
The selection overlay.
SelectionOverlay() - Constructor for class io.sf.carte.echosvg.swing.gvt.TextSelectionManager.SelectionOverlay
 
selectionOverlayColor - Variable in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
The color of the selection overlay.
selectionOverlayStrokeColor - Variable in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
The color of the outline of the selection overlay.
selectionStarted(SelectionEvent) - Method in class io.sf.carte.echosvg.gvt.event.SelectionAdapter
Invoked when a selection started.
selectionStarted(SelectionEvent) - Method in interface io.sf.carte.echosvg.gvt.event.SelectionListener
Invoked when a selection started.
selectionStarted(SelectionEvent) - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager.TextSelectionListener
 
selectLast(TextNode) - Method in class io.sf.carte.echosvg.bridge.StrokingTextPainter
Selects the last glyph in the text node.
selectLast(TextNode) - Method in interface io.sf.carte.echosvg.bridge.TextPainter
Selects the last glyph in the text node.
selectNewInterval(float, Interval) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Sets the current interval to the one specified.
Selector - Interface in io.sf.carte.echosvg.gvt
Interface which allows selection of GraphicsNodes and their contents.
SELECTOR_ANY - Static variable in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector
 
SELECTOR_ID - Static variable in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector
 
SELECTOR_INVALID - Static variable in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector
 
SELECTOR_QNAME - Static variable in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector
 
selectorAttributes - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The attributes found in stylesheets selectors.
selectorFactories - Static variable in class io.sf.carte.echosvg.bridge.svg12.AbstractContentSelector
Map of selector languages to factories.
selectorList - Variable in class io.sf.carte.echosvg.css.engine.StyleRule
The selector list.
selectors - Variable in class io.sf.carte.echosvg.bridge.svg12.ContentManager
Map of content elements to selectors.
selectorType - Variable in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector
The type of XPath subset expression.
selectSubString(int, int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
selectSubString(int, int) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildTextContent
 
selectSubString(int, int) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
selectSubString(int, int) - Method in interface io.sf.carte.echosvg.dom.svg.SVGTextContent
Causes the specified substring to be selected just as if the user selected the substring interactively.
selectSubString(int, int) - Method in interface org.w3c.dom.svg.SVGTextContentElement
 
selectSubString(Element, int, int) - Static method in class io.sf.carte.echosvg.anim.dom.SVGTextContentSupport
selectSubString(Element, int, int) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Select an ensemble of characters for that element.
selectTo(double, double) - Method in class io.sf.carte.echosvg.bridge.TextNode
Extends the current selection to the character at (x, y).
selectTo(double, double) - Method in interface io.sf.carte.echosvg.gvt.Selectable
Extends the current selection to the character at (x, y)..
selectTo(double, double, Mark) - Method in class io.sf.carte.echosvg.bridge.BasicTextPainter
Given an X, y coordinate, starting Mark, AttributedCharacterIterator, return a Mark which encapsulates a "selection continued" action.
selectTo(double, double, Mark) - Method in interface io.sf.carte.echosvg.bridge.TextPainter
Continues a text selection on a particular AttributedCharacterIterator, using the text/font metrics employed by this TextPainter instance.
selfCallingDisableInteractions - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Set to true before component calls setDisableInteractors so it knows that the users isn't the one calling it.
SEMI_CONDENSED_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'semi-condensed' keyword.
SEMI_EXPANDED_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'semi-expanded' keyword.
SEMIBOLD - Static variable in class io.sf.carte.echosvg.svggen.SVGFont
 
separator - Variable in class io.sf.carte.echosvg.css.engine.value.ListValue
The list separator.
SERIF_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'serif' keyword.
set - Static variable in class io.sf.carte.echosvg.svggen.SVGStylingAttributes
Attributes that represent styling properties
set(int, GraphicsNode) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Replaces the graphics node at the specified position in the children list with the specified graphics node.
set(TextPaintInfo) - Method in class io.sf.carte.echosvg.gvt.text.TextPaintInfo
 
setA(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
setA(float) - Method in interface org.w3c.dom.svg.SVGMatrix
 
setActiveDefinition(BindableElement, DefaultXBLManager.DefinitionRecord) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Sets the given definition as the active one for a particular bindable element.
setAffine(AffineTransform) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.AffineRable
Set the affine.
setAffine(AffineTransform) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AffineRable8Bit
Set the affine transform.
setAffineTransform(AffineTransform) - Method in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
setAlign(short) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
setAlign(short) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio
 
setAlign(short) - Method in interface org.w3c.dom.svg.SVGPreserveAspectRatio
 
setAllowedScriptTypes(String) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Sets the set of allowed script types (i.e., the set of possible values for the type attribute in the <script> element), as a comma separated list of allowed values.
setAlphaFunction(ComponentTransferFunction) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable
Sets the transfer function for the alpha channel
setAlphaFunction(ComponentTransferFunction) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable8Bit
Sets the transfer function for the alpha channel
setAlternate(boolean) - Method in class io.sf.carte.echosvg.css.engine.StyleSheet
Sets the 'alternate' attribute of this style-sheet.
setAlternateStylesheet(String) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Sets the alternateStyleSheet value.
setAlternateStyleSheet(String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Sets the alternate style-sheet title.
setAngle(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
setAngle(float) - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
setAngle(float) - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
 
setAngle(float) - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
 
setAngleHandler(AngleHandler) - Method in class io.sf.carte.echosvg.parser.AngleParser
Allows an application to register an angle handler.
setAnimatedValue(boolean) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedBoolean
Sets the animated value.
setAnimatedValue(float[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Sets the animated value.
setAnimatedValue(float[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
Sets the animated value.
setAnimatedValue(float, float, float, float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.AnimSVGRect
Sets the animated value.
setAnimatedValue(int, float) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
Sets the animated value.
setAnimatedValue(int, float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
Sets the animated value.
setAnimatedValue(short[], float[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Sets the animated value.
setAnimatedValue(short[], float[]) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
Sets the animated value.
setAnimatedValue(short, short) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
Updates the animated value.
setAnimatedValue(Iterator<SVGTransform>) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
Sets the animated value to a list of transforms.
setAnimatedValue(SVGTransform) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
Sets the animated value to a single transform.
setAnimatedValueToAngle(short, float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue
Sets the animated value to the given angle.
setAnimatedValueToAuto() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue
Sets the animated value to the "auto" value.
SetAnimation - Class in io.sf.carte.echosvg.anim
An animation class for 'set' animations.
SetAnimation(TimedElement, AnimatableElement, AnimatableValue) - Constructor for class io.sf.carte.echosvg.anim.SetAnimation
Creates a new SetAnimation.
setAnimationLimitingCPU(float) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Sets the animation limiting mode to a percentage of CPU.
setAnimationLimitingCPU(float) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
Sets the animation limiting mode to a percentage of CPU.
setAnimationLimitingCPU(float) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Sets the animation limiting mode to a percentage of CPU.
setAnimationLimitingFPS(float) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Sets the animation limiting mode to a number of frames per second.
setAnimationLimitingFPS(float) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
Sets the animation limiting mode to a number of frames per second.
setAnimationLimitingFPS(float) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Sets the animation limiting mode to a number of frames per second.
setAnimationLimitingMode() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Set the animationg limiting mode on the animation engine.
setAnimationLimitingNone() - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Sets the animation limiting mode to "none".
setAnimationLimitingNone() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
Sets the animation limiting mode to "none".
setAnimationLimitingNone() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Sets the animation limiting mode to "none".
setArea(Rectangle2D) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Sets the area as a Rectangle.
setAscent(float) - Method in class io.sf.carte.echosvg.gvt.flow.WordInfo
 
setAttribute(String, String) - Method in class io.sf.carte.echosvg.dom.AbstractElement
setAttributeArray(GVTAttributedCharacterIterator.TextAttribute, Object[], int, int) - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Sets values of a per-character attribute associated with the content string.
setAttributeArray(GVTAttributedCharacterIterator.TextAttribute, Object[], int, int) - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Sets values of a per-character attribute associated with the content string.
setAttributedCharacterIterator(AttributedCharacterIterator) - Method in class io.sf.carte.echosvg.bridge.TextNode
Sets the attributed character iterator of this text node.
setAttributeNode(Attr) - Method in class io.sf.carte.echosvg.dom.AbstractElement
setAttributeNodeNS(Attr) - Method in class io.sf.carte.echosvg.dom.AbstractElement
setAttributeNS(String, String, String) - Method in class io.sf.carte.echosvg.dom.AbstractElement
setAttributeValue(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Sets the DOM attribute value containing the point list.
setAttributeValue(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Sets the DOM attribute value containing the length list.
setAttributeValue(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Sets the DOM attribute value containing the point list.
setAttributeValue(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Sets the DOM attribute value containing the number list.
setAttributeValue(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
Sets the DOM attribute value containing the point list.
setAttributeValue(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
Sets the DOM attribute value containing the path data.
setAttributeValue(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
Sets the DOM attribute value containing the path data.
setAttributeValue(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
Sets the DOM attribute value containing the point list.
setAttributeValue(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
Sets the DOM attribute value containing the point list.
setAttributeValue(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
Sets the associated DOM attribute.
setAttributeValue(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue
Sets the associated DOM attribute.
setAttributeValue(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
Sets the DOM attribute value containing the transform list.
setAttributeValue(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
Sets the DOM attribute value containing the transform list.
setAttributeValue(String) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Sets the DOM attribute value containing the number list.
setAttributeValue(String) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio
 
setB(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
setB(float) - Method in interface org.w3c.dom.svg.SVGMatrix
 
setBackground(Color) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Sets the background color for the Graphics2D context.
setBackground(Color) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Sets the background color for the Graphics2D context.
setBackground(Color) - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext.GraphicContextDefaults
 
setBackgroundColor(Color) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Sets the backgroundColor value.
setBackgroundEnable(Rectangle2D) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Sets the enable background property to the specified rectangle.
setBackgroundPaint(Paint) - Method in class io.sf.carte.echosvg.gvt.CanvasGraphicsNode
Sets the background paint of this canvas graphics node.
setBaseFrequencyX(double) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable
Sets the base fequency in x direction.
setBaseFrequencyX(double) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable8Bit
Set the base fequency in x direction.
setBaseFrequencyY(double) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable
Sets the base fequency in y direction.
setBaseFrequencyY(double) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable8Bit
Set the base fequency in y direction.
setBaseTextPaintInfo(TextPaintInfo, Element, GraphicsNode, BridgeContext) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
setBaseTransform(AffineTransform) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Sets the base transform applied to MouseEvent coordinates prior to dispatch.
setBaseTransform(AffineTransform) - Method in interface io.sf.carte.echosvg.gvt.event.EventDispatcher
Sets the base transform applied to MouseEvent coordinates prior to dispatch.
setBaseVal(boolean) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedBoolean
setBaseVal(boolean) - Method in interface org.w3c.dom.svg.SVGAnimatedBoolean
 
setBaseVal(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumber
setBaseVal(float) - Method in interface org.w3c.dom.svg.SVGAnimatedNumber
 
setBaseVal(int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedInteger
setBaseVal(int) - Method in interface org.w3c.dom.svg.SVGAnimatedInteger
 
setBaseVal(short) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedEnumeration
setBaseVal(short) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration
setBaseVal(short) - Method in interface org.w3c.dom.svg.SVGAnimatedEnumeration
 
setBaseVal(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedString
setBaseVal(String) - Method in interface org.w3c.dom.svg.SVGAnimatedString
 
setBias(double) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable
Sets the shift value to apply to the result of convolution
setBias(double) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable8Bit
Returns the shift value to apply to the result of convolution
setBlueFunction(ComponentTransferFunction) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable
Sets the transfer function for the blue channel
setBlueFunction(ComponentTransferFunction) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable8Bit
Sets the transfer function for the blue channel
setBoolean(String, boolean) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Sets a boolean property.
setBounds(Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DeferRable
 
setBridgeContext(BridgeContext) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Sets the BridgeContext to be used for error information.
setBridgeContext(BridgeContext) - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
 
setBridgeContextAnimationLimitingMode() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Sets the animation limiting mode on the current bridge context.
setBrokenLinkProvider(BrokenLinkProvider) - Static method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageTagRegistry
 
setBubbleLimit(int) - Method in class io.sf.carte.echosvg.dom.events.AbstractEvent
Set the number of nodse this event will visit.
setC(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
setC(float) - Method in interface org.w3c.dom.svg.SVGMatrix
 
setChangeSrc(GraphicsNode) - Method in class io.sf.carte.echosvg.gvt.event.GraphicsNodeChangeEvent
 
setClip(int, int, int, int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Sets the current clip to the rectangle specified by the given coordinates.
setClip(int, int, int, int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Sets the current clip to the rectangle specified by the given coordinates.
setClip(ClipRable) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
 
setClip(ClipRable) - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Sets the clipping filter of this node.
setClip(Shape) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Sets the current clipping area to an arbitrary clip shape.
setClip(Shape) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Sets the current clipping area to an arbitrary clip shape.
setClip(Shape) - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext.GraphicContextDefaults
 
setClipPath(Shape) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ClipRable
Set the clip path to use.
setClipPath(Shape) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ClipRable8Bit
Set the clip path to use.
setClockHandler(ClockHandler) - Method in class io.sf.carte.echosvg.parser.ClockParser
Registers a parse event handler.
setColor(short, String, String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
setColor(short, String, String) - Method in interface org.w3c.dom.svg.SVGColor
 
setColor(Color) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Sets this graphics context's current color to the specified color.
setColor(Color) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Sets this graphics context's current color to the specified color.
setColor(Color) - Method in class io.sf.carte.echosvg.ext.awt.image.AbstractLight
Sets the new light color, newColor should be in sRGB.
setColor(Color) - Method in interface io.sf.carte.echosvg.ext.awt.image.Light
Sets the light color to a new value
setColor(String, Color) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Sets a Color preference.
setColorProfile(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
setColorProfile(String) - Method in interface org.w3c.dom.svg.SVGICCColor
 
setColorSpace(ICCColorSpaceWithIntent) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ProfileRable
Sets the ColorSpace of the Profile operation
setColorSpaceLinear(boolean) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractColorInterpolationRable
Sets the colorspace the operation will be performed in.
setColorSpaceLinear(boolean) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.FilterColorInterpolation
Sets the colorspace the operation will be performed in.
setComment(String) - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Sets the comment to be used.
setComposite(Composite) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Sets the Composite for the Graphics2D context.
setComposite(Composite) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Sets the Composite for the Graphics2D context.
setComposite(Composite) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Sets the composite of this node.
setComposite(Composite) - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Sets the composite of this node.
setComposite(Composite) - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext.GraphicContextDefaults
 
setCompositeRule(CompositeRule) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.CompositeRable
Set the composite rule to use for combining the sources.
setCompositeRule(CompositeRule) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.CompositeRable8Bit
Set the composite rule to use for combining the sources.
setCompressedText(String[]) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.PNGImageWriterParams
Sets the text strings to be stored in compressed form with this image.
setCompressionLevel(int) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageWriterParams
Sets the level used in lossless compression.
setCompressionLevel(Integer) - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Sets the compression level which will be used in embedded PNG images.
setCompressionMethod(String) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageWriterParams
Set the compression method that shall be used to encode the image.
setComputedStyleMap(String, StyleMap) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
Sets the computed style of this element/pseudo-element.
setComputedStyleMap(String, StyleMap) - Method in interface io.sf.carte.echosvg.css.engine.CSSStylableElement
Sets the computed style of this element/pseudo-element.
setComputedStyleMap(String, StyleMap) - Method in class io.sf.carte.echosvg.extension.StylableExtensionElement
Sets the computed style of this element/pseudo-element.
setComputedValue(Value) - Method in class io.sf.carte.echosvg.css.engine.value.ComputedValue
Sets the computed value.
setConnectTimeout(int) - Static method in class io.sf.carte.echosvg.util.ParsedURLData
Sets the connect timeout.
setConstrainScriptOrigin(boolean) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Sets whether scripts should only be loaded from the same location as the documents referencing them.
setContentScriptType(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
setContentScriptType(String) - Method in interface org.w3c.dom.svg.SVGSVGElement
 
setContentStyleType(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
setContentStyleType(String) - Method in interface org.w3c.dom.svg.SVGSVGElement
 
setContext(int) - Method in class io.sf.carte.echosvg.xml.XMLScanner
Sets the current context.
setCSSEngine(CSSEngine) - Method in class io.sf.carte.echosvg.dom.AbstractStylableDocument
Sets the CSS engine.
setCSSEngineUserAgent(CSSEngineUserAgent) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
 
setCssText(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMComputedStyle
setCssText(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration
setCssText(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.BlueComponent
setCssText(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.GreenComponent
setCssText(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.RedComponent
setCssText(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
setCssText(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AlphaComponent
setCssText(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.BlueComponent
setCssText(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.BottomComponent
setCssText(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.GreenComponent
setCssText(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.LeftComponent
setCssText(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.ListComponent
setCssText(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.RedComponent
setCssText(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.RightComponent
setCssText(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
setCssText(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.TopComponent
setCurrentGraphicsNode(GraphicsNode) - Method in class io.sf.carte.echosvg.gvt.GVTTreeWalker
Sets the current GraphicsNode to the specified node.
setCurrentGVTree(GraphicsNode) - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
Set the root node of the current GVT tree.
setCurrentNode(Node) - Method in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
setCurrentScale(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
setCurrentScale(float) - Method in interface org.w3c.dom.svg.SVGSVGElement
 
setCurrentTarget(AbstractEvent, NodeEventTarget) - Method in class io.sf.carte.echosvg.dom.events.EventSupport
Calls AbstractEvent.setCurrentTarget(org.w3c.dom.events.EventTarget).
setCurrentTime(float) - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Sets the current document time.
setCurrentTime(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
setCurrentTime(float) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
Sets the current document time.
setCurrentTime(float) - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
Sets the current document time.
setCurrentTime(float) - Method in interface io.sf.carte.echosvg.dom.svg.SVGSVGContext
Sets the current document time.
setCurrentTime(float) - Method in interface org.w3c.dom.svg.SVGSVGElement
 
setD(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
setD(float) - Method in interface org.w3c.dom.svg.SVGMatrix
 
setDarkMode(boolean) - Method in class io.sf.carte.echosvg.transcoder.util.CSSTranscodingHelper
Enables or disables dark mode.
setData(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStyleSheetProcessingInstruction
setData(String) - Method in class io.sf.carte.echosvg.dom.AbstractCharacterData
setData(String) - Method in class io.sf.carte.echosvg.dom.AbstractProcessingInstruction
setData(String) - Method in class io.sf.carte.echosvg.dom.StyleSheetProcessingInstruction
setDecorationTextPaintInfo(TextPaintInfo, Element) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
setDefaultBridge(Bridge) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Sets the Bridge object to be used for foreign namespace elements.
setDefaultFontFamily(String) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Sets the defaultFontFamily value.
setDefaultLocale(Locale) - Method in interface io.sf.carte.echosvg.i18n.ExtendedLocalizable
Sets the default locale for all the instances of this class in the same LocaleGroup.
setDefaultLocale(Locale) - Method in class io.sf.carte.echosvg.i18n.LocalizableSupport
setDepth(int) - Method in class io.sf.carte.echosvg.xml.XMLScanner
Sets the current depth in the XML tree.
setDescent(float) - Method in class io.sf.carte.echosvg.gvt.flow.WordInfo
 
setDestinationType(DestinationType) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Sets the destinationType attribute value.
setDimension(String, Dimension) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Sets a Dimension preference.
setDisableInteractions(boolean) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Turn off all 'interactor' objects (pan, zoom, etc) if 'b' is true, turn them on if 'b' is false.
setDisableInteractions(boolean) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
 
setDisableInteractions(boolean) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
 
setDoctype(DocumentType) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Sets the document type node.
setDoctypeOption(int) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Sets the doctype option.
setDocument(Document) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Sets the document this bridge context is dedicated to, to the specified document.
setDocument(Document) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Sets the Document to display.
setDocument(Document) - Method in class io.sf.carte.echosvg.transcoder.TranscoderInput
Sets the input of this transcoder input with the specified document.
setDocument(Document) - Method in class io.sf.carte.echosvg.transcoder.TranscoderOutput
Sets the output of this transcoder output with the specified document.
setDocumentInputEncoding(String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Sets the input encoding that was used when the document was being parsed.
setDocumentLoader(DocumentLoader) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Sets the document loader used to load external documents.
setDocumentLocator(Locator) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
setDocumentSize(Dimension2D) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Sets the size of the document to the specified dimension.
setDocumentState(int) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Sets the document state.
setDocumentURI(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
setDocumentURI(String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
setDocumentWidth(int) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Sets the document width.
setDocumentXmlEncoding(String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Sets the XML encoding that was found in the XML prolog.
setDoDilation(boolean) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.MorphologyRable
The switch that determines if the operation is to "dilate" or "erode".
setDoDilation(boolean) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.MorphologyRable8Bit
The switch that determines if the operation is to "dilate" or "erode".
setDOMFactory(Document) - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Sets the DOM Factory to be used.
setDOMGroupManager(DOMGroupManager) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Set a new DOM Group manager for this SVGGraphics2D.
setDOMTreeManager(DOMTreeManager) - Method in class io.sf.carte.echosvg.svggen.DefaultCachedImageHandler
This GenericImageHandler implementation does not need to interact with the DOMTreeManager.
setDOMTreeManager(DOMTreeManager) - Method in interface io.sf.carte.echosvg.svggen.GenericImageHandler
Sets the DomTreeManager this image handler may need to interact with.
setDOMTreeManager(DOMTreeManager) - Method in class io.sf.carte.echosvg.svggen.ImageCacher.Embedded
Sets the DOMTreeManager this cacher should work on.
setDOMTreeManager(DOMTreeManager) - Method in class io.sf.carte.echosvg.svggen.ImageCacher
Sets the DOMTreeManager this cacher should work on.
setDOMTreeManager(DOMTreeManager) - Method in class io.sf.carte.echosvg.svggen.SimpleImageHandler
This GenericImageHandler implementation does not need to interact with the DOMTreeManager.
setDOMTreeManager(DOMTreeManager) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Set a DOM Tree manager for the SVGGraphics2D.
setDoubleBuffered(boolean) - Method in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
Turns on/off double buffering in renderer.
setDoubleBuffered(boolean) - Method in interface io.sf.carte.echosvg.gvt.renderer.Renderer
Turns on/off double buffering in renderer.
setDoubleBuffered(boolean) - Method in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
Turns on/off double buffering in renderer.
setDoubleBufferedRendering(boolean) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Sets whether this component should use double buffering to render SVG documents.
setDst(File) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
When converting a single source, dst can be a file.
setDx(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGlyphRefElement
setDx(float) - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
 
setDy(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGlyphRefElement
setDy(float) - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
 
setDynamic(boolean) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Sets the document as DYNAMIC if dynamic is true STATIC otherwise.
setDynamicState(int) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Sets the document as a STATIC, INTERACTIVE or DYNAMIC document.
setE(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
setE(float) - Method in interface org.w3c.dom.svg.SVGMatrix
 
setEdgeMode(PadMode) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable
Sets the current edge handling mode.
setEdgeMode(PadMode) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable8Bit
Sets the current edge handling mode.
setElementData(Node, Object) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Associates a data object with a node so it can be retrieved later.
SetElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.SetElementFactory
 
setEmbeddedFontsOn(boolean) - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Sets if we should generate SVG Fonts for texts.
setEnabled(boolean) - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.DefaultScrollablePopupMenuItem
 
setEnabled(boolean) - Method in interface io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenuItem
Enables / disables the item
setEnabled(boolean) - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent
 
setEnableImageZoomInteractor(boolean) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Determines whether the image zoom interactor is enabled or not.
setEnablePanInteractor(boolean) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Determines whether the pan interactor is enabled or not.
setEnableResetTransformInteractor(boolean) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Determines whether the reset transform interactor is enabled or not.
setEnableRotateInteractor(boolean) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Determines whether the rotate interactor is enabled or not.
setEnableZoomInteractor(boolean) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Determines whether the zoom interactor is enabled or not.
setEncoding(String) - Method in class io.sf.carte.echosvg.transcoder.TranscoderInput
Set the character encoding, if known.
setEndMarker(Marker) - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Sets the marker that shall be drawn at the last vertex of the given shape.
setErrorHandler(ErrorHandler) - Method in class io.sf.carte.echosvg.parser.AbstractParser
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in interface io.sf.carte.echosvg.parser.Parser
Allows an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Sets the ErrorHandler to be used.
setErrorHandler(ErrorHandler) - Method in interface io.sf.carte.echosvg.transcoder.Transcoder
Sets the error handler this transcoder may use to report warnings and errors.
setErrorHandler(ErrorHandler) - Method in class io.sf.carte.echosvg.transcoder.TranscoderSupport
Sets the error handler this transcoder may use to report warnings and errors.
setErrorHandler(ErrorHandler) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
Sets a custom error handler.
setEventDispatchEnabled(boolean) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
 
setEventPhase(AbstractEvent, short) - Method in class io.sf.carte.echosvg.dom.events.EventSupport
Calls AbstractEvent.setEventPhase(short).
setEventQueueMaxSize(int) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
 
setEventsEnabled(boolean) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Sets the eventsEnabled property.
setExecuteOnload(boolean) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Sets whether or not scripts attached to the DOM using 'onload' event attribute must be executed before rasterizing.
setExtensionHandler(ExtensionHandler) - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Sets the ExtensionHandler to be used.
setExtensionHandler(ExtensionHandler) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
setF(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
setF(float) - Method in interface org.w3c.dom.svg.SVGMatrix
 
setFile(File) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
Creates the properties associated file.
setFile(String, File) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Sets a File property.
setFileFilter(FileFilter) - Method in class io.sf.carte.echosvg.util.gui.URIChooser
Sets the file filter to use with the file selector.
setFiles(String, File[]) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Sets an array of Files property.
setFilter(Filter) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Sets the filter of this node.
setFilter(Filter) - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Sets the filter of this node.
setFilterRegion(Rectangle2D) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.FilterChainRable
Sets the filter output area, in user space.
setFilterRegion(Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterChainRable8Bit
Sets the filter output area, in user space.
setFilterRegion(Rectangle2D) - Method in interface io.sf.carte.echosvg.gvt.filter.Mask
Returns the filter region to which this mask applies
setFilterRegion(Rectangle2D) - Method in class io.sf.carte.echosvg.gvt.filter.MaskRable8Bit
Returns the filter region to which this mask applies
setFilterRes(int, int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
setFilterRes(int, int) - Method in interface org.w3c.dom.svg.SVGFilterElement
 
setFilterResolutionX(int) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.FilterChainRable
Sets the resolution along the X axis, i.e., the maximum size for intermediate images along that axis.
setFilterResolutionX(int) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterChainRable8Bit
Sets the resolution along the X axis, i.e., the maximum size for intermediate images along that axis.
setFilterResolutionX(int) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.FilterResRable
Sets the resolution along the X axis, i.e., the maximum size for intermediate images along that axis.
setFilterResolutionX(int) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterResRable8Bit
Sets the resolution along the X axis, i.e., the maximum size for intermediate images along that axis.
setFilterResolutionY(int) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.FilterChainRable
Sets the resolution along the Y axis, i.e., the maximum size for intermediate images along that axis.
setFilterResolutionY(int) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterChainRable8Bit
Sets the resolution along the Y axis, i.e., the maximum size for intermediate images along that axis.
setFilterResolutionY(int) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.FilterResRable
Sets the resolution along the Y axis, i.e., the maximum size for intermediate images along that axis.
setFilterResolutionY(int) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterResRable8Bit
Sets the resolution along the Y axis, i.e., the maximum size for intermediate images along that axis.
setFirstContour(int) - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
setFirstIndex(int) - Method in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
setFixedCascadedStyle(boolean) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Sets the fixedCascadedValues property.
setFloat(String, float) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Sets a float property.
setFloatValue(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.BlueComponent
setFloatValue(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.GreenComponent
setFloatValue(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.RedComponent
setFloatValue(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AlphaComponent
setFloatValue(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.BlueComponent
setFloatValue(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.BottomComponent
setFloatValue(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.GreenComponent
setFloatValue(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.LeftComponent
setFloatValue(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.ListComponent
setFloatValue(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.RedComponent
setFloatValue(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.RightComponent
setFloatValue(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
setFloatValue(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.TopComponent
setFloodPaint(Paint) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.FloodRable
Set the flood paint.
setFloodPaint(Paint) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FloodRable8Bit
Set the flood fill paint
setFloodRegion(Rectangle2D) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.FloodRable
Sets the flood region
setFloodRegion(Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FloodRable8Bit
Sets the flood region
setFlowLine(Object) - Method in class io.sf.carte.echosvg.gvt.flow.WordInfo
 
setFont(Font) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Sets this graphics context's font to the specified font.
setFont(Font) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Sets this graphics context's font to the specified font.
setFont(Font) - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext.GraphicContextDefaults
 
setFont(String, Font) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Sets a Font preference.
setFontFamilyMap(Map<Object, Object>) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Sets the map of font families to the specified value.
setFormat(boolean) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Sets the format attribute.
setFormat(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAltGlyphElement
setFormat(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGlyphRefElement
setFormat(String) - Method in interface org.w3c.dom.svg.SVGAltGlyphElement
 
setFormat(String) - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
 
setFractalNoise(boolean) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable
Turns on/off fractal noise.
setFractalNoise(boolean) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable8Bit
Turns on/off fractal noise.
setFragmentIdentifier(String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Sets the current fragment identifier.
setFragmentIdentifierHandler(FragmentIdentifierHandler) - Method in class io.sf.carte.echosvg.parser.FragmentIdentifierParser
Allows an application to register a fragment identifier handler.
setGeneratorContext(SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Sets an non null SVGGeneratorContext.
setGenericImageHandler(GenericImageHandler) - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Sets the GenericImageHandler to be used.
setGlobalUserAgent(String) - Static method in class io.sf.carte.echosvg.util.ParsedURL
 
setGlyphGroups(GlyphGroupInfo[]) - Method in class io.sf.carte.echosvg.gvt.flow.WordInfo
 
setGlyphPosition(int, Point2D) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Sets the position of the specified glyph within this GlyphVector.
setGlyphPosition(int, Point2D) - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Sets the position of the specified glyph within this GlyphVector.
setGlyphPosition(int, Point2D) - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Sets the position of the specified glyph within this GlyphVector.
setGlyphPosition(int, Point2D) - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Sets the position of the specified glyph within this GlyphVector.
setGlyphRef(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAltGlyphElement
setGlyphRef(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGlyphRefElement
setGlyphRef(String) - Method in interface org.w3c.dom.svg.SVGAltGlyphElement
 
setGlyphRef(String) - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
 
setGlyphTransform(int, AffineTransform) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Sets the transform of the specified glyph within this GlyphVector.
setGlyphTransform(int, AffineTransform) - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Sets the transform of the specified glyph within this GlyphVector.
setGlyphTransform(int, AffineTransform) - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Sets the transform of the specified glyph within this GlyphVector.
setGlyphTransform(int, AffineTransform) - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Sets the transform of the specified glyph within this GlyphVector.
setGlyphVisible(int, boolean) - Method in class io.sf.carte.echosvg.gvt.font.AWTGVTGlyphVector
Tells the glyph vector whether or not to draw the specified glyph.
setGlyphVisible(int, boolean) - Method in interface io.sf.carte.echosvg.gvt.font.GVTGlyphVector
Tells the glyph vector whether or not to draw the specified glyph.
setGlyphVisible(int, boolean) - Method in class io.sf.carte.echosvg.gvt.font.MultiGlyphVector
Tells the glyph vector whether or not to draw the specified glyph.
setGlyphVisible(int, boolean) - Method in class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Tells the glyph vector whether or not to draw the specified glyph.
setGraphicContextDefaults(SVGGeneratorContext.GraphicContextDefaults) - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Sets the default to be used for the graphic context.
setGraphicsNode(GraphicsNode) - Method in exception class io.sf.carte.echosvg.bridge.BridgeException
Sets the graphics node that represents the current GVT tree built.
setGraphicsNode(GraphicsNode) - Method in class io.sf.carte.echosvg.gvt.filter.BackgroundRable8Bit
Sets the GraphicsNode this image should render
setGraphicsNode(GraphicsNode) - Method in interface io.sf.carte.echosvg.gvt.filter.GraphicsNodeRable
Sets the GraphicsNode associated with this image.
setGraphicsNode(GraphicsNode) - Method in class io.sf.carte.echosvg.gvt.filter.GraphicsNodeRable8Bit
Sets the GraphicsNode this image should render
setGraphicsNode(GraphicsNode) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Sets the GVT tree to display.
setGraphicsNode(GraphicsNode, boolean) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Sets the GVT tree to display.
setGraphicsNode(GraphicsNode, boolean) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
 
setGreenFunction(ComponentTransferFunction) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable
Sets the transfer function for the green channel
setGreenFunction(ComponentTransferFunction) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable8Bit
Sets the transfer function for the green channel
setGridBounds(int, int, int, int) - Method in class io.sf.carte.echosvg.util.gui.ExtendedGridBagConstraints
Modifies gridx, gridy, gridwidth, gridheight.
setGVTBuilder(GVTBuilder) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Sets the GVT builder that uses this context.
setHeight(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.AnimSVGRect
DOM: Implements SVGRect.setHeight(float).
setHeight(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.BaseSVGRect
DOM: Implements SVGRect.setHeight(float).
setHeight(float) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
In less than or equal to zero, the height is not constrained on the output image.
setHeight(float) - Method in class io.sf.carte.echosvg.dom.svg.SVGOMRect
DOM: Implements SVGRect.setHeight(float).
setHeight(float) - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
 
setHeight(float) - Method in interface org.w3c.dom.svg.SVGRect
 
setHighFreeMemoryColor(Color) - Method in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
Sets the high free memory block color.
setHighUsedMemoryColor(Color) - Method in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
Sets the high used memory block color.
setHitCheckChildren(boolean) - Method in class io.sf.carte.echosvg.gvt.ImageNode
If hitCheckChildren is true then nodeHitAt will return child nodes of this image.
setHTMLEmbedding(boolean) - Method in class io.sf.carte.echosvg.transcoder.util.CSSTranscodingHelper
Enables or disables the processing of HTML.
setId(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
DOM: Implements SVGElement.setId(String).
setId(String) - Method in interface org.w3c.dom.svg.SVGElement
Sets the id content attribute.
setIdAttribute(String, boolean) - Method in class io.sf.carte.echosvg.dom.AbstractElement
setIdAttributeNode(Attr, boolean) - Method in class io.sf.carte.echosvg.dom.AbstractElement
setIdAttributeNS(String, String, boolean) - Method in class io.sf.carte.echosvg.dom.AbstractElement
setIDGenerator(SVGIDGenerator) - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Sets the SVGIDGenerator to be used.
setIdleRunnable(RunnableQueue.IdleRunnable) - Method in class io.sf.carte.echosvg.util.RunnableQueue
Sets a Runnable to be run whenever the queue is empty.
setImage(Filter) - Method in class io.sf.carte.echosvg.gvt.RasterImageNode
Sets the raster image of this raster image node.
setImage(GraphicsNode) - Method in class io.sf.carte.echosvg.gvt.ImageNode
Sets the graphics node that represents the image.
setImageAttributes(Element, double, double, double, double, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.SimpleImageHandler
Sets the x/y/width/height attributes on the <image> element.
setImageHandler(ImageHandler) - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Sets the ImageHandler to be used.
setImageSize(float, float) - Method in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
Sets document size according to the hints.
setImageSize(float, float) - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
Sets document size according to the hints.
setIndex(int) - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength.PathSegment
Sets the segment index.
setIndex(int) - Method in class io.sf.carte.echosvg.gvt.text.AttributedCharacterSpanIterator
Sets the position to the specified position in the text.
setIndex(int) - Method in class io.sf.carte.echosvg.gvt.text.BidiAttributedCharacterIterator
Sets the position to the specified position in the text and returns that character.
setIndex(int) - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Sets the position to the specified position in the text.
setIndex(int) - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Sets the position to the specified position in the text.
setIndexed(int) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Tells the PNG encoder to reduce the image to 256 colors, so the PNG file is indexed.
setInputStream(InputStream) - Method in class io.sf.carte.echosvg.transcoder.TranscoderInput
Sets the input of this transcoder input with the specified byte stream.
setInteger(String, int) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Sets an int property.
setInteractive(boolean) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Sets the document as INTERACTIVE if interactive is true STATIC otherwise.
setInternationalText(String[]) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.PNGImageWriterParams
Sets an array of Strings containing, in this order, the keyword, the language tag, the translated keyword and the internationalized text.
setInterpreterPool(InterpreterPool) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Sets the interpreter pool used to handle scripts to the specified interpreter pool.
setInterval(Runnable, long) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
setInterval(Runnable, long) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
setInterval(Runnable, long) - Method in interface io.sf.carte.echosvg.bridge.Window
Calls the 'run' method of the given Runnable repeatedly after the given amount of time.
setInterval(String, long) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
setInterval(String, long) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
setInterval(String, long) - Method in interface io.sf.carte.echosvg.bridge.Window
Evaluates the given string repeatedly after the given amount of time.
setInterval(Context, Scriptable, Object[], Function) - Static method in class io.sf.carte.echosvg.bridge.WindowWrapper
Wraps the 'setInterval' methods of the Window interface.
setIsId(boolean) - Method in class io.sf.carte.echosvg.dom.AbstractAttr
Sets whether this attribute is an ID attribute.
setIsSVG12(boolean) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Sets whether the document supports SVG 1.2.
setJPEGQuality(float, boolean) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageWriterParams
Sets the quality setting for encoding JPEG images.
setKd(double) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable
Sets the diffuse constant, or kd
setKd(double) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable8Bit
Sets the diffuse constant, or kd
setKernel(Kernel) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable
Sets the Convolution Kernel to use.
setKernel(Kernel) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable8Bit
Sets the Convolution Kernel to use.
setKernelUnitLength(double[]) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable
Sets the [x,y] distance in user space between kernel values If set to zero then one pixel in device space will be used.
setKernelUnitLength(double[]) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable8Bit
Sets the [x,y] distance in user space between kernel values If set to zero then device space will be used.
setKernelUnitLength(double[]) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable
Sets the min [dx,dy] distance in user space for evaluation of the sobel gradient.
setKernelUnitLength(double[]) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable8Bit
Sets the min [dx,dy] distance in user space for evaluation of the sobel gradient.
setKernelUnitLength(double[]) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable
Sets the min [dx,dy] distance in user space for evaluation of the sobel gradient.
setKernelUnitLength(double[]) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable8Bit
Sets the min [dx,dy] distance in user space for evaluation of the sobel gradient.
setKs(double) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable
Sets the specular constant, or ks
setKs(double) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable8Bit
Sets the specular constant, or ks
setLanguage(String) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Sets the user language.
setLanguages(String) - Method in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel
Sets the user languages.
setLanguages(String) - Method in class io.sf.carte.echosvg.util.gui.LanguageDialog
Sets the user languages.
setLargeArcFlag(boolean) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
setLargeArcFlag(boolean) - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
setLargeArcFlag(boolean) - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
 
setLargeArcFlag(boolean) - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
 
setLastToolTipEvent(long, EventTarget) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Sets the time and element of the last tool tip event handled.
setLayout(LayoutManager) - Method in class io.sf.carte.echosvg.ext.swing.JGridBagPanel
This method only takes effect if the LayoutManager is a GridBagLayout
setLength(float) - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength.PathSegment
Sets the length of the path segment.
setLengthHandler(LengthHandler) - Method in class io.sf.carte.echosvg.parser.LengthParser
Allows an application to register a length handler.
setLengthListHandler(LengthListHandler) - Method in class io.sf.carte.echosvg.parser.LengthListParser
Allows an application to register a length list handler.
setLight(Light) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable
 
setLight(Light) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable8Bit
 
setLight(Light) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable
 
setLight(Light) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable8Bit
 
setLineHeight(double) - Method in class io.sf.carte.echosvg.gvt.flow.LineInfo
This method updates the line height and recalculates the available flow ranges for the line.
setLineHeight(float) - Method in class io.sf.carte.echosvg.gvt.flow.WordInfo
 
setList(List<AbstractDocument.IdSoftRef>) - Method in class io.sf.carte.echosvg.dom.AbstractDocument.IdSoftRef
 
setLitRegion(Rectangle2D) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable
Sets the litRegion for this filter
setLitRegion(Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable8Bit
Set this filter's litRegion
setLitRegion(Rectangle2D) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable
Sets the litRegion for this filter
setLitRegion(Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable8Bit
Set this filter's litRegion
setLocal(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMColorProfileElement
setLocal(String) - Method in interface org.w3c.dom.svg.SVGColorProfileElement
 
setLocale(Locale) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
setLocale(Locale) - Static method in class io.sf.carte.echosvg.anim.timing.TimedElement
setLocale(Locale) - Static method in class io.sf.carte.echosvg.apps.rasterizer.Messages
setLocale(Locale) - Static method in class io.sf.carte.echosvg.bridge.Messages
setLocale(Locale) - Method in class io.sf.carte.echosvg.bridge.RhinoInterpreter
Provides a way to the user to specify a locale which override the default one.
setLocale(Locale) - Static method in class io.sf.carte.echosvg.css.engine.Messages
setLocale(Locale) - Static method in class io.sf.carte.echosvg.css.engine.value.Messages
setLocale(Locale) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
setLocale(Locale) - Method in class io.sf.carte.echosvg.dom.AbstractDOMImplementation
setLocale(Locale) - Static method in class io.sf.carte.echosvg.ext.awt.image.spi.Messages
setLocale(Locale) - Static method in class io.sf.carte.echosvg.ext.swing.Messages
setLocale(Locale) - Static method in class io.sf.carte.echosvg.ext.swing.Resources
setLocale(Locale) - Method in class io.sf.carte.echosvg.i18n.LocaleGroup
Sets the default locale for all the instances of ExtendedLocalizable in this group.
setLocale(Locale) - Method in interface io.sf.carte.echosvg.i18n.Localizable
Provides a way to the user to specify a locale which override the default one.
setLocale(Locale) - Method in class io.sf.carte.echosvg.i18n.LocalizableSupport
setLocale(Locale) - Method in class io.sf.carte.echosvg.parser.AbstractParser
setLocale(Locale) - Static method in class io.sf.carte.echosvg.script.rhino.Messages
setLocale(Locale) - Static method in class io.sf.carte.echosvg.svggen.font.Messages
setLocale(Locale) - Static method in class io.sf.carte.echosvg.swing.Messages
setLocale(Locale) - Static method in class io.sf.carte.echosvg.swing.svg.Messages
setLocale(Locale) - Static method in class io.sf.carte.echosvg.transcoder.image.resources.Messages
setLocale(Locale) - Static method in class io.sf.carte.echosvg.util.io.Messages
setLocale(Locale) - Static method in class io.sf.carte.echosvg.util.Messages
setLocale(Locale) - Static method in class io.sf.carte.echosvg.util.resources.Messages
setLocale(Locale) - Method in class io.sf.carte.echosvg.xml.XMLScanner
setLocaleGroup(LocaleGroup) - Method in interface io.sf.carte.echosvg.i18n.ExtendedLocalizable
Sets the group to which this object belongs.
setLocaleGroup(LocaleGroup) - Method in class io.sf.carte.echosvg.i18n.LocalizableSupport
setLocation(Point2D) - Method in class io.sf.carte.echosvg.bridge.TextNode
Sets the location of this text node.
setLocation(Object) - Method in class io.sf.carte.echosvg.bridge.WindowWrapper
Return the Location for this Window.
setLocation(Element, int, int) - Method in class io.sf.carte.echosvg.dom.util.DocumentDescriptor
Sets the location in the source file of the end element.
setLowFreeMemoryColor(Color) - Method in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
Sets the low free memory block color.
setLowUsedMemoryColor(Color) - Method in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
Sets the low used memory block color.
setMainProperties(CSSStylableElement, CSSEngine.MainPropertyReceiver, String, String, boolean) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
 
setMainProperty(String, Value, boolean) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.StyleDeclaration
Sets a main property value in response to a shorthand property being set.
setMainProperty(String, Value, boolean) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.CSSNavigableDocumentHandler
Sets a main property value in response to a shorthand property being set.
setMainProperty(String, Value, boolean) - Method in interface io.sf.carte.echosvg.css.engine.CSSEngine.MainPropertyReceiver
Called with a non-shorthand property name and it's value.
setManagerData(Object) - Method in class io.sf.carte.echosvg.dom.AbstractNode
Sets the XBL manager associated data for this node.
setManagerData(Object) - Method in interface io.sf.carte.echosvg.dom.xbl.XBLManagerData
Sets the XBL manager associated data for this node.
setMargin(float) - Method in class io.sf.carte.echosvg.extension.svg.MarginInfo
 
setMargin(float) - Method in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
setMargin(float) - Method in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
setMask(Mask) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Sets the mask of this node.
setMask(Mask) - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Sets the mask of this node.
setMaskNode(GraphicsNode) - Method in interface io.sf.carte.echosvg.gvt.filter.Mask
Set the masking image to that described by gn.
setMaskNode(GraphicsNode) - Method in class io.sf.carte.echosvg.gvt.filter.MaskRable8Bit
Set the masking image to that described by gn.
setMatrix(float[][]) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.ColorMatrixRed
 
setMatrix(SVGMatrix) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransform
setMatrix(SVGMatrix) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
setMatrix(SVGMatrix) - Method in interface org.w3c.dom.svg.SVGTransform
 
setMaxHeight(float) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
If less than or equal to zero, the maximum height does not have any effect on the output image.
setMaxWidth(float) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
If less than or equal to zero, the maximum width does not have any effect on the output image.
setMedia(MediaQueryList) - Method in class io.sf.carte.echosvg.css.engine.StyleSheet
Sets the media to use to compute the styles.
setMedia(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMStyleElement
setMedia(String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Sets the media to use to compute the styles.
setMedia(String) - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel
Sets the list of media to edit to the specified media list (separated by space).
setMedia(String) - Method in interface org.w3c.dom.svg.SVGStyleElement
 
setMedia(List<String>) - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel
Sets the list of media to edit.
setMediaList(MediaQueryList) - Method in class io.sf.carte.echosvg.css.engine.MediaRule
Sets the media list.
setMediaType(String) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Sets the mediaType value.
setMediumFreeMemoryColor(Color) - Method in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
Sets the medium free memory block color.
setMediumUsedMemoryColor(Color) - Method in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
Sets the medium used memory block color.
setMeetOrSlice(short) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
setMeetOrSlice(short) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio
 
setMeetOrSlice(short) - Method in interface org.w3c.dom.svg.SVGPreserveAspectRatio
 
setMiddleMarker(Marker) - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Sets the marker that shall be drawn at every other vertex (not the first or the last one) of the given shape.
setMinRepaintTime(int) - Method in class io.sf.carte.echosvg.bridge.UpdateManager
 
setModel(DropDownComponent.ScrollablePopupMenuModel) - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenu
Sets the ScrollablePopupMenuModel.
setModificationHandler(CSSOMStyleDeclaration.ModificationHandler) - Method in class io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration
Sets the modification handler of this value.
setModificationHandler(CSSOMSVGColor.ModificationHandler) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
Sets the modification handler of this value.
setModificationHandler(CSSOMSVGColor.ModificationHandler) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint
Sets the modification handler of this value.
setModificationHandler(CSSOMValue.ModificationHandler) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
Sets the modification handler of this value.
setMySize(Dimension) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
This method is called when the component knows the desired size of the window (based on width/height of outermost SVG element).
setName(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMColorProfileElement
setName(String) - Method in interface org.w3c.dom.svg.SVGColorProfileElement
 
setName(String) - Method in interface org.w3c.dom.svg.SVGColorProfileRule
 
setNamedItem(String, String, Node) - Method in class io.sf.carte.echosvg.dom.AbstractElement.NamedNodeHashMap
Adds a node to the map.
setNamedItem(Node) - Method in class io.sf.carte.echosvg.dom.AbstractElement.NamedNodeHashMap
setNamedItemNS(Node) - Method in class io.sf.carte.echosvg.dom.AbstractElement.NamedNodeHashMap
setNewline(String) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Sets the newline characters.
setNext(DoublyLinkedList.Node) - Method in class io.sf.carte.echosvg.util.DoublyLinkedList.Node
 
setNextSibling(Node) - Method in class io.sf.carte.echosvg.dom.AbstractChildNode
Sets the node immediately following this node.
setNextSibling(Node) - Method in class io.sf.carte.echosvg.dom.AbstractNode
Sets the node immediately following this node.
setNextSibling(Node) - Method in class io.sf.carte.echosvg.dom.AbstractParentChildNode
Sets the node immediately following this node.
setNextSibling(Node) - Method in interface io.sf.carte.echosvg.dom.ExtendedNode
Sets the node immediately following this node.
setNodeDecrementEvent(InputEvent) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Associates all InputEvents of type e.getID() with "decrementing" of the currently selected GraphicsNode.
setNodeDecrementEvent(InputEvent) - Method in interface io.sf.carte.echosvg.gvt.event.EventDispatcher
Associates all InputEvents of type e.getID() with "decrementing" of the currently selected GraphicsNode.
setNodeIncrementEvent(InputEvent) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Associates all InputEvents of type e.getID() with "incrementing" of the currently selected GraphicsNode.
setNodeIncrementEvent(InputEvent) - Method in interface io.sf.carte.echosvg.gvt.event.EventDispatcher
Associates all InputEvents of type e.getID() with "incrementing" of the currently selected GraphicsNode.
setNodeName(String) - Method in class io.sf.carte.echosvg.dom.AbstractAttr
Sets the node name.
setNodeName(String) - Method in class io.sf.carte.echosvg.dom.AbstractEntity
Sets the name of this node.
setNodeName(String) - Method in class io.sf.carte.echosvg.dom.AbstractEntityReference
Sets the name of this node.
setNodeName(String) - Method in class io.sf.carte.echosvg.dom.AbstractNode
Sets the name of this node.
setNodeName(String) - Method in class io.sf.carte.echosvg.dom.AbstractNotation
Sets the name of this node.
setNodeName(String) - Method in interface io.sf.carte.echosvg.dom.ExtendedNode
Sets the name of this node.
setNodeName(String) - Method in class io.sf.carte.echosvg.dom.GenericElement
Sets the name of this node.
setNodeName(String) - Method in class io.sf.carte.echosvg.dom.GenericElementNS
Sets the name of this node.
setNodeName(String) - Method in class io.sf.carte.echosvg.dom.GenericProcessingInstruction
Sets the node name.
setNodeName(String) - Method in class io.sf.carte.echosvg.dom.StyleSheetProcessingInstruction
Sets the node name.
setNodeValue(String) - Method in class io.sf.carte.echosvg.dom.AbstractAttr
DOM: Implements Node.setNodeValue(String).
setNodeValue(String) - Method in class io.sf.carte.echosvg.dom.AbstractCharacterData
DOM: Implements Node.setNodeValue(String).
setNodeValue(String) - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.setNodeValue(String).
setNodeValue(String) - Method in class io.sf.carte.echosvg.dom.AbstractProcessingInstruction
DOM: Implements Node.setNodeValue(String).
setNotationName(String) - Method in class io.sf.carte.echosvg.dom.AbstractEntity
Sets the notation name.
setNumberListHandler(NumberListHandler) - Method in class io.sf.carte.echosvg.parser.NumberListParser
Allows an application to register a number list handler.
setNumOctaves(int) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable
Sets the number of octaves for the noise function .
setNumOctaves(int) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable8Bit
Set the number of octaves for the noise function .
setObj(LRUCache.LRUObj) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.LRUCache.LRUNode
 
setOffset(Point2D) - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Sets the text position used for the implicit origin of glyph layout.
setOffset(Point2D) - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Sets the text position used for the implicit origin of glyph layout.
setOrientToAngle(SVGAngle) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
setOrientToAngle(SVGAngle) - Method in interface org.w3c.dom.svg.SVGMarkerElement
 
setOrientToAuto() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
setOrientToAuto() - Method in interface org.w3c.dom.svg.SVGMarkerElement
 
setOut(Writer) - Method in class io.sf.carte.echosvg.bridge.RhinoInterpreter
By default Rhino has no output method in its language.
setOut(Writer) - Method in interface io.sf.carte.echosvg.script.Interpreter
This method should change the output Writer that will be used when output function of the scripting langage is used.
setOutputStream(OutputStream) - Method in class io.sf.carte.echosvg.transcoder.TranscoderOutput
Sets the output of this transcoder output with the specified byte stream.
setOverflow(boolean) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TileRable
Sets the overflow strategy
setOverflow(boolean) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TileRable8Bit
Sets the overflow strategy
setOwnerDocument(Document) - Method in class io.sf.carte.echosvg.dom.AbstractNode
Sets the owner document of this node.
setOwnerDocument(Document) - Method in interface io.sf.carte.echosvg.dom.ExtendedNode
Sets the owner document of this node.
setOwnerElement(AbstractElement) - Method in class io.sf.carte.echosvg.dom.AbstractAttr
Sets the owner element.
setPadMode(PadMode) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.PadRable
Set the current extension mode for pad
setPadMode(PadMode) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.PadRable8Bit
Set the current extension mode for pad
setPadRect(Rectangle2D) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.PadRable
Set the current rectangle for padding.
setPadRect(Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.PadRable8Bit
Set the current rectangle for padding.
setPaint(short, String, String, String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint
setPaint(short, String, String, String) - Method in interface org.w3c.dom.svg.SVGPaint
 
setPaint(Paint) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Sets the Paint attribute for the Graphics2D context.
setPaint(Paint) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Sets the Paint attribute for the Graphics2D context.
setPaint(Paint) - Method in class io.sf.carte.echosvg.gvt.FillShapePainter
Sets the paint used to fill a shape.
setPaint(Paint) - Method in class io.sf.carte.echosvg.gvt.StrokeShapePainter
Sets the paint used to fill a shape.
setPaint(Paint) - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext.GraphicContextDefaults
 
setPaintingTransform(AffineTransform) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Sets the painting transform.
setPaintMode() - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Sets the paint mode of this graphics context to overwrite the destination with this graphics context's current color.
setPanelBorder(JComponent, String) - Method in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
 
setParaEnd(boolean) - Method in class io.sf.carte.echosvg.gvt.flow.LineInfo
 
setParameter(String, Object) - Method in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentConfiguration
Sets the given parameter.
setParent(StyleSheet) - Method in class io.sf.carte.echosvg.css.engine.StyleSheet
Sets the parent sheet.
setParent(AbstractSVGList) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.SVGLengthItem
Assigns a parent list to this item.
setParent(AbstractSVGList) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGItem
Assigns a parent list to this item.
setParent(AbstractSVGList) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
Assigns a parent list to this item.
setParent(AbstractSVGList) - Method in interface io.sf.carte.echosvg.dom.svg.SVGItem
Associates an item to an SVGXXXList
setParent(AbstractSVGList) - Method in class io.sf.carte.echosvg.dom.svg.SVGNumberItem
Associates this item to the given SVGNumberList.
setParent(CompositeGraphicsNode) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Sets the parent node of this graphics node.
setParentNode(Node) - Method in class io.sf.carte.echosvg.dom.AbstractChildNode
Sets the parent node.
setParentNode(Node) - Method in class io.sf.carte.echosvg.dom.AbstractNode
Sets the parent node.
setParentNode(Node) - Method in class io.sf.carte.echosvg.dom.AbstractParentChildNode
Sets the parent node.
setParentNode(Node) - Method in interface io.sf.carte.echosvg.dom.ExtendedNode
Sets the parent node.
setParsedURL(ParsedURL) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Sets the URI of the document.
setPath(Shape) - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength
Sets the path to use for calculations.
setPath(String) - Method in class io.sf.carte.echosvg.util.gui.UserStyleDialog.Panel
Sets the current dialog path.
setPath(String) - Method in class io.sf.carte.echosvg.util.gui.UserStyleDialog
Sets the current dialog path.
setPathHandler(PathHandler) - Method in class io.sf.carte.echosvg.parser.PathParser
Allows an application to register a path handler.
setPathIterator(PathIterator, double, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength.SingleSegmentPathIterator
Sets the path iterator to use and the initial SEG_MOVETO command to return before it.
setPathSegType(short) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.SVGPathSegGenericItem
 
setPixelUnitToMillimeter(float) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Sets the millimeters per pixel constant.
setPoint(String, Point) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Sets a Point preference.
setPointerEventType(int) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Sets the type that describes how this graphics node reacts to events.
setPointerEventType(int) - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Sets the type that describes how this graphics node reacts to events.
setPointerEventType(int) - Method in class io.sf.carte.echosvg.gvt.ShapeNode
 
setPointsHandler(PointsHandler) - Method in class io.sf.carte.echosvg.parser.PointsParser
Allows an application to register a points handler.
setPosition(Point2D) - Method in class io.sf.carte.echosvg.gvt.font.Glyph
Sets the position of the glyph.
setPositionTransform(AffineTransform) - Method in class io.sf.carte.echosvg.gvt.CanvasGraphicsNode
 
setPrecision(int) - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Sets the precision used by this context.
setPreferenceDirectory(String) - Static method in class io.sf.carte.echosvg.util.PreferenceManager
Sets a String representing the directory where PreferenceManager instances should look for preferences files.
setPrefix(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
DOM: Implements Node.setPrefix(String).
setPrefix(String) - Method in class io.sf.carte.echosvg.anim.dom.XBLOMElement
DOM: Implements Node.setPrefix(String).
setPrefix(String) - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements Node.setPrefix(String).
setPrefix(String) - Method in class io.sf.carte.echosvg.extension.PrefixableStylableExtensionElement
DOM: Implements Node.setPrefix(String).
setPreserveAlpha(boolean) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable
Sets Alpha channel handling.
setPreserveAlpha(boolean) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable8Bit
Sets Alpha channel handling.
setPreserveAspectRatioHandler(PreserveAspectRatioHandler) - Method in class io.sf.carte.echosvg.parser.PreserveAspectRatioParser
Allows an application to register a PreserveAspectRatioParser handler.
setPrev(DoublyLinkedList.Node) - Method in class io.sf.carte.echosvg.util.DoublyLinkedList.Node
 
setPreviousSibling(Node) - Method in class io.sf.carte.echosvg.dom.AbstractChildNode
Sets the node immediately preceding this node.
setPreviousSibling(Node) - Method in class io.sf.carte.echosvg.dom.AbstractNode
Sets the node immediately preceding this node.
setPreviousSibling(Node) - Method in class io.sf.carte.echosvg.dom.AbstractParentChildNode
Sets the node immediately preceding this node.
setPreviousSibling(Node) - Method in interface io.sf.carte.echosvg.dom.ExtendedNode
Sets the node immediately preceding this node.
setProgressivePaint(boolean) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Whether to enable the progressive paint.
setProperties(Map<String, Object>) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DeferRable
 
setProperty(String, String, String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMComputedStyle
setProperty(String, String, String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration
setPublicId(String) - Method in class io.sf.carte.echosvg.dom.AbstractEntity
Sets the public id.
setPublicId(String) - Method in class io.sf.carte.echosvg.dom.AbstractNotation
Sets the public id.
setPublicId(String) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Sets the public ID.
setQuality(float) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Sets the JPEG encoding quality.
setR1(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
setR1(float) - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
setR1(float) - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
 
setR1(float) - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
 
setR2(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
setR2(float) - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
setR2(float) - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
 
setR2(float) - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
 
setRadiusX(double) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.MorphologyRable
The radius along the x axis, in user space.
setRadiusX(double) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.MorphologyRable8Bit
The radius along the x axis, in user space.
setRadiusY(double) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.MorphologyRable
The radius along the y axis, in user space.
setRadiusY(double) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.MorphologyRable8Bit
The radius along the y axis, in user space.
setRange(int) - Method in class io.sf.carte.echosvg.gvt.flow.GlyphGroupInfo
 
setRaster(Raster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileLRUMember
 
setReader(Reader) - Method in class io.sf.carte.echosvg.transcoder.TranscoderInput
Sets the input of this transcoder input with the specified character stream.
setReading(boolean) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
setReadonly(boolean) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Sets this node readonly attribute.
setReadonly(boolean) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Sets this node readonly attribute.
setReadonly(boolean) - Method in interface io.sf.carte.echosvg.dom.ExtendedNode
Sets this node readonly attribute.
setReadonly(boolean) - Method in class io.sf.carte.echosvg.dom.GenericAttr
Sets this node readonly attribute.
setReadonly(boolean) - Method in class io.sf.carte.echosvg.dom.GenericAttrNS
Sets this node readonly attribute.
setReadonly(boolean) - Method in class io.sf.carte.echosvg.dom.GenericCDATASection
Sets this node readonly attribute.
setReadonly(boolean) - Method in class io.sf.carte.echosvg.dom.GenericComment
Sets this node readonly attribute.
setReadonly(boolean) - Method in class io.sf.carte.echosvg.dom.GenericDocument
Sets this node readonly attribute.
setReadonly(boolean) - Method in class io.sf.carte.echosvg.dom.GenericDocumentFragment
Sets this node readonly attribute.
setReadonly(boolean) - Method in class io.sf.carte.echosvg.dom.GenericDocumentType
 
setReadonly(boolean) - Method in class io.sf.carte.echosvg.dom.GenericElement
Sets this node readonly attribute.
setReadonly(boolean) - Method in class io.sf.carte.echosvg.dom.GenericElementNS
Sets this node readonly attribute.
setReadonly(boolean) - Method in class io.sf.carte.echosvg.dom.GenericEntity
Sets this node readonly attribute.
setReadonly(boolean) - Method in class io.sf.carte.echosvg.dom.GenericEntityReference
Sets this node readonly attribute.
setReadonly(boolean) - Method in class io.sf.carte.echosvg.dom.GenericNotation
Sets this node readonly attribute.
setReadonly(boolean) - Method in class io.sf.carte.echosvg.dom.GenericProcessingInstruction
Sets this node readonly attribute.
setReadonly(boolean) - Method in class io.sf.carte.echosvg.dom.GenericText
Sets this node readonly attribute.
setReadonly(boolean) - Method in class io.sf.carte.echosvg.dom.StyleSheetProcessingInstruction
Sets this node readonly attribute.
setReadonly(boolean) - Method in class io.sf.carte.echosvg.dom.svg.SVGOMUseShadowRoot
Sets this node readonly attribute.
setReadonly(boolean) - Method in class io.sf.carte.echosvg.extension.ExtensionElement
Sets this node readonly attribute.
setReadTimeout(int) - Static method in class io.sf.carte.echosvg.util.ParsedURLData
Sets the read timeout.
setRecenterOnResize(boolean) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Returns sate of the recenter on resize flag.
setRecordStore(WMFRecordStore) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
Sets the WMFRecordStore this WMFPainter should use to render
setRectangle(String, Rectangle) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Sets a Rectangle preference.
setRedFunction(ComponentTransferFunction) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable
Sets the transfer function for the red channel
setRedFunction(ComponentTransferFunction) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable8Bit
Sets the transfer function for the red channel
setReferrer(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Sets the referrer string.
setRenderingHint(RenderingHints.Key, Object) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Sets the value of a single preference for the rendering algorithms.
setRenderingHint(RenderingHints.Key, Object) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Sets the value of a single preference for the rendering algorithms.
setRenderingHint(RenderingHints.Key, Object) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Maps the specified key to the specified value in the rendering hints of this node.
setRenderingHint(RenderingHints.Key, Object) - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Maps the specified key to the specified value in the rendering hints of this node.
setRenderingHints(RenderingHints) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Sets the rendering hints of this node.
setRenderingHints(RenderingHints) - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Sets the rendering hints of this node.
setRenderingHints(RenderingHints) - Method in interface io.sf.carte.echosvg.gvt.renderer.ImageRenderer
Sets the specified rendering hints to be used for future renderings.
setRenderingHints(RenderingHints) - Method in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
 
setRenderingHints(RenderingHints) - Method in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
 
setRenderingHints(RenderingHints) - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext.GraphicContextDefaults
 
setRenderingHints(Map<?, ?>) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Replaces the values of all preferences for the rendering algorithms with the specified hints.
setRenderingHints(Map<?, ?>) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Replaces the values of all preferences for the rendering algorithms with the specified hints.
setRenderingHints(Map<RenderingHints.Key, Object>) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Copies all of the mappings from the specified Map to the rendering hints of this node.
setRenderingHints(Map<RenderingHints.Key, Object>) - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Copies all of the mappings from the specified Map to the rendering hints of this node.
setRenderingIntent(short) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMColorProfileElement
setRenderingIntent(short) - Method in interface org.w3c.dom.svg.SVGColorProfileElement
 
setRenderingIntent(short) - Method in interface org.w3c.dom.svg.SVGColorProfileRule
 
setRenderingTransform(AffineTransform) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Sets the rendering transform.
setRenderingTransform(AffineTransform, boolean) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
 
setResolution(int) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.ImageWriterParams
Sets the target resolution of the bitmap image to be written.
setRGBColor(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
setRGBColor(String) - Method in interface org.w3c.dom.svg.SVGColor
 
setRGBColorICCColor(String, String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
setRGBColorICCColor(String, String) - Method in interface org.w3c.dom.svg.SVGColor
 
setRoot(TimedElement, TimedDocumentRoot) - Method in class io.sf.carte.echosvg.anim.timing.TimeContainer
Recursively sets the TimedDocumentRoot of the given TimedElement and any of its descendants.
setRoot(RootGraphicsNode) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Sets the root node of this graphics node.
setRoot(RootGraphicsNode) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Sets the root node of this grahics node and modify all its children.
setRootNode(GraphicsNode) - Method in class io.sf.carte.echosvg.gvt.event.AWTEventDispatcher
Sets the root node for MouseEvent dispatch containment searches and field selections.
setRootNode(GraphicsNode) - Method in interface io.sf.carte.echosvg.gvt.event.EventDispatcher
Sets the root node for MouseEvent dispatch containment searches and field selections.
setRotate(float, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransform
setRotate(float, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
setRotate(float, float, float) - Method in interface org.w3c.dom.svg.SVGTransform
 
setRunHandler(RunnableQueue.RunHandler) - Method in class io.sf.carte.echosvg.util.RunnableQueue
Sets the RunHandler for this queue.
setScale(double) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable
The displacement scale factor
setScale(double) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable8Bit
The displacement scale factor
setScale(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransform
setScale(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
setScale(float, float) - Method in interface org.w3c.dom.svg.SVGTransform
 
setScale(float, float, boolean) - Method in class io.sf.carte.echosvg.bridge.GlyphLayout
Sets the scaling factor to use for string. if ajdSpacing is true then only the spacing between glyphs will be adjusted otherwise the glyphs and the spaces between them will be adjusted.
setScale(float, float, boolean) - Method in interface io.sf.carte.echosvg.bridge.TextSpanLayout
Sets the scaling factor to use for string. if ajdSpacing is true then only the spacing between glyphs will be adjusted otherwise the glyphs and the spaces between them will be adjusted.
setScreenTransform(AffineTransform) - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Sets the display transform.
setScreenTransform(AffineTransform) - Method in class io.sf.carte.echosvg.bridge.AnimatableGenericSVGBridge
Sets the transform to be used from the global transform space to pixels.
setScreenTransform(AffineTransform) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
 
setScreenTransform(AffineTransform) - Method in class io.sf.carte.echosvg.bridge.SVGDescriptiveElementBridge
 
setScreenTransform(AffineTransform) - Method in class io.sf.carte.echosvg.bridge.SVGDocumentBridge
 
setScreenTransform(AffineTransform) - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Sets the transformation matrix to be used from the userspace of the root element to the screen.
setScreenTransform(AffineTransform) - Method in interface io.sf.carte.echosvg.dom.svg.SVGContext
Sets the transform to be used from the global transform space to pixels.
setScrollbarsAlwaysVisible(boolean) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane
 
setScrollPosition() - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane
Sets the translation portion of the transform based upon the current scroll bar position
setSecurityOff(boolean) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Sets whether or not scripts should be run securely
setSeed(int) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable
Sets the seed value for the pseudo random number generator.
setSeed(int) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable8Bit
Set the seed value for the pseudo random number generator.
setSelected(boolean) - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.DefaultScrollablePopupMenuItem
 
setSelected(boolean) - Method in interface io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenuItem
Selects and deselects the item.
setSelection(Mark, Mark) - Method in class io.sf.carte.echosvg.bridge.ConcreteTextSelector
 
setSelection(Mark, Mark) - Method in class io.sf.carte.echosvg.bridge.TextNode
 
setSelection(Mark, Mark) - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
Sets the selected text
setSelectionOverlayColor(Color) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Sets the color of the selection overlay to the specified color.
setSelectionOverlayColor(Color) - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
Sets the color of the selection overlay to the specified color.
setSelectionOverlayStrokeColor(Color) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Sets the color of the outline of the selection overlay to the specified color.
setSelectionOverlayStrokeColor(Color) - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
Sets the color of the outline of the selection overlay to the specified color.
setSelectionOverlayXORMode(boolean) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Sets whether or not the selection overlay will be painted in XOR mode, depending on the specified parameter.
setSelectionOverlayXORMode(boolean) - Method in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
Sets whether or not the selection overlay will be painted in XOR mode, depending on the specified parameter.
setSelectorList(SelectorList) - Method in class io.sf.carte.echosvg.css.engine.StyleRule
Sets the selector list.
setShadowTree(XBLOMShadowTreeElement) - Method in class io.sf.carte.echosvg.anim.dom.BindableElement
Sets the shadow tree for this bindable element.
setShape(Shape) - Method in class io.sf.carte.echosvg.gvt.CompositeShapePainter
Sets the Shape this shape painter is associated with.
setShape(Shape) - Method in class io.sf.carte.echosvg.gvt.FillShapePainter
Sets the Shape this shape painter is associated with.
setShape(Shape) - Method in class io.sf.carte.echosvg.gvt.flow.RegionInfo
Sets the flow region shape.
setShape(Shape) - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Sets the Shape this shape painter is associated with.
setShape(Shape) - Method in class io.sf.carte.echosvg.gvt.ShapeNode
Sets the shape of this ShapeNode.
setShape(Shape) - Method in interface io.sf.carte.echosvg.gvt.ShapePainter
Sets the Shape this shape painter is associated with.
setShape(Shape) - Method in class io.sf.carte.echosvg.gvt.StrokeShapePainter
Sets the Shape this shape painter is associated with.
setShapePainter(ShapePainter) - Method in class io.sf.carte.echosvg.gvt.ShapeNode
Sets the ShapePainter used by this shape node to render its shape.
setSize(int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.LRUCache
 
setSize(int) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileCache
 
setSkewX(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransform
setSkewX(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
setSkewX(float) - Method in interface org.w3c.dom.svg.SVGTransform
 
setSkewY(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransform
setSkewY(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
setSkewY(float) - Method in interface org.w3c.dom.svg.SVGTransform
 
setSnapshotTime(float) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Sets the document time to seek to before rasterizing.
setSource(Filter) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.AffineRable
Sets the source to be offset.
setSource(Filter) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AffineRable8Bit
Sets the source to be affine.
setSource(Filter) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ClipRable
The source to be clipped by the outline of the clip node.
setSource(Filter) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ClipRable8Bit
The source to be masked by the mask node.
setSource(Filter) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ColorMatrixRable
Sets the source to be offset.
setSource(Filter) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ColorMatrixRable8Bit
Sets the source of the blur operation
setSource(Filter) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable
Sets the source to be offset.
setSource(Filter) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ComponentTransferRable8Bit
Sets the source of the blur operation
setSource(Filter) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable
Sets the source to be Convolved
setSource(Filter) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable8Bit
 
setSource(Filter) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DeferRable
Key method that sets the src.
setSource(Filter) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable
Sets the source to be filtered
setSource(Filter) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable8Bit
Sets the source to be filtered
setSource(Filter) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.FilterChainRable
Sets the source for this chain.
setSource(Filter) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterChainRable8Bit
Sets the source to be src.
setSource(Filter) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.FilterResRable
Sets the source to be cropped
setSource(Filter) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.FilterResRable8Bit
Sets the source to be cropped
setSource(Filter) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.GaussianBlurRable
Sets the source to be blurred.
setSource(Filter) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.GaussianBlurRable8Bit
Sets the source of the blur operation
setSource(Filter) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.MorphologyRable
Sets the source to be offset.
setSource(Filter) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.MorphologyRable8Bit
Sets the source to be offset.
setSource(Filter) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.OffsetRable
Sets the source to be offset.
setSource(Filter) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.PadRable
Sets the source to be padded
setSource(Filter) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.PadRable8Bit
Sets the source to be affine.
setSource(Filter) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ProfileRable
Sets the source of the blur operation
setSource(Filter) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable
Sets the source to be filtered
setSource(Filter) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable8Bit
Sets the source to be filtered
setSource(Filter) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TileRable
Sets the filter source (the tile content used to fill the tile region.
setSource(Filter) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TileRable8Bit
Sets the filter source
setSource(Filter) - Method in interface io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationFilter
Sets the source to be offset.
setSource(Filter) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationFilter8Bit
Sets the source of the operation
setSource(Filter) - Method in interface io.sf.carte.echosvg.gvt.filter.Mask
The source to be masked by the mask node.
setSource(Filter) - Method in class io.sf.carte.echosvg.gvt.filter.MaskRable8Bit
The source to be masked by the mask node.
setSource(GraphicsNode) - Method in class io.sf.carte.echosvg.gvt.ProxyGraphicsNode
Sets the graphics node to proxy to the specified graphics node.
setSources(String[]) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Sets the list of individual SVG sources.
setSources(List<? extends RenderableImage>) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.CompositeRable
The sources to be composited togeather.
setSources(List<? extends RenderableImage>) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.CompositeRable8Bit
The sources to be composited togeather.
setSources(List<Filter>) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable
The sources to be used in the displacement operation The source at index 0 is displacement by the channels in source at index 1 defined by the xChannelSelector and the yChannelSelector.
setSources(List<Filter>) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable8Bit
Sets this filter sources.
setSpecified(boolean) - Method in class io.sf.carte.echosvg.dom.AbstractAttr
Sets the specified attribute.
setSpecified(boolean) - Method in class io.sf.carte.echosvg.dom.AbstractNode
Sets the value of the specified attribute.
setSpecified(boolean) - Method in interface io.sf.carte.echosvg.dom.ExtendedNode
Sets the value of the specified attribute.
setSpecularExponent(double) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable
Sets the specular exponent
setSpecularExponent(double) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable8Bit
Sets the specular exponent
setSrc(String) - Method in interface org.w3c.dom.svg.SVGColorProfileRule
 
setStartMarker(Marker) - Method in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Sets the marker that shall be drawn at the first vertex of the given shape.
setStartOffset(float) - Method in class io.sf.carte.echosvg.gvt.text.TextPath
Sets the offset along the path where the first glyph should be rendered.
setStdDeviation(float, float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEGaussianBlurElement
setStdDeviation(float, float) - Method in interface org.w3c.dom.svg.SVGFEGaussianBlurElement
 
setStdDeviationX(double) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.GaussianBlurRable
The deviation along the x axis, in user space.
setStdDeviationX(double) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.GaussianBlurRable8Bit
The deviation along the x axis, in user space.
setStdDeviationY(double) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.GaussianBlurRable
The deviation along the y axis, in user space.
setStdDeviationY(double) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.GaussianBlurRable8Bit
The deviation along the y axis, in user space.
setStitched(boolean) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable
Sets stitching state for tiles.
setStitched(boolean) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable8Bit
Set stitching state for tiles.
setStrictErrorChecking(boolean) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
setString(String) - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Sets this iterator's contents to an unattributed copy of String s.
setString(String) - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Sets this iterator's contents to an unattributed copy of String s.
setString(String) - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
setString(String, String) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Sets a String preference.
setString(AttributedString) - Method in class io.sf.carte.echosvg.gvt.text.GVTACIImpl
Assigns this iterator's contents to be equivalent to AttributedString s.
setString(AttributedString) - Method in interface io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator
Assigns this iterator's contents to be equivalent to AttributedString s.
setStrings(String, String[]) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Sets a String array preference.
setStringValue(short, String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.FloatComponent
setStringValue(short, String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.FloatComponent
setStringValue(short, String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.ListComponent
setStringValue(short, String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue
setStroke(Stroke) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Sets the Stroke for the Graphics2D context.
setStroke(Stroke) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Sets the Stroke for the Graphics2D context.
setStroke(Stroke) - Method in class io.sf.carte.echosvg.gvt.StrokeShapePainter
Sets the stroke used to draw the outline of a shape.
setStroke(Stroke) - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext.GraphicContextDefaults
 
setStyle(Element, Map<String, String>, SVGGeneratorContext) - Method in class io.sf.carte.echosvg.svggen.DefaultStyleHandler
Sets the style described by styleMap on the given element.
setStyle(Element, Map<String, String>, SVGGeneratorContext) - Method in interface io.sf.carte.echosvg.svggen.StyleHandler
Sets the style described by styleMap on the given element.
setStyleDeclaration(StyleDeclaration) - Method in class io.sf.carte.echosvg.css.dom.CSSOMStoredStyleDeclaration
Sets the object storing the properties of this style declaration.
setStyleDeclaration(StyleDeclaration) - Method in interface io.sf.carte.echosvg.css.engine.StyleDeclarationProvider
Sets the object storing the properties of this style declaration.
setStyleDeclaration(StyleDeclaration) - Method in class io.sf.carte.echosvg.css.engine.StyleRule
Sets the style map.
setStyleHandler(StyleHandler) - Method in class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Sets the StyleHandler to be used.
setSurfaceScale(double) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable
Sets the surface scale
setSurfaceScale(double) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DiffuseLightingRable8Bit
Sets the surface scale
setSurfaceScale(double) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable
Sets the surface scale
setSurfaceScale(double) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable8Bit
Sets the surface scale
setSVGCanvasSize(Dimension) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Set the Canvas size, this is used to set the width and height attributes on the outermost 'svg' element.
setSVGContext(SVGContext) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Sets the SVG context to use to get SVG specific informations.
setSVGContext(SVGContext) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Sets the SVG context to use to get SVG specific informations.
setSVGCursor(Cursor) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Informs the user agent to change the cursor.
setSVGCursor(Cursor) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Unsupported operation.
setSVGCursor(Cursor) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Informs the user agent to change the cursor.
setSVGCursor(Cursor) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Informs the user agent to change the cursor.
setSVGDocument(SVGDocument) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Sets the SVGDocument to display.
setSweepFlag(boolean) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
setSweepFlag(boolean) - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
setSweepFlag(boolean) - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
 
setSweepFlag(boolean) - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
 
setSyntaxFont(Map<String, Font>) - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLContext
 
setSyntaxForeground(Map<String, Color>) - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLContext
 
setSystemId(String) - Method in class io.sf.carte.echosvg.dom.AbstractEntity
Sets the system id.
setSystemId(String) - Method in class io.sf.carte.echosvg.dom.AbstractNotation
Sets the system id.
setSystemId(String) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Sets the system ID.
setTabulationWidth(int) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Sets the tabulation width.
setTarget(AbstractEvent, NodeEventTarget) - Method in class io.sf.carte.echosvg.dom.events.EventSupport
Calls AbstractEvent.setTarget(org.w3c.dom.events.EventTarget).
setTarget(Point) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable
Sets the target point of the kernel (what pixel under the kernel should be set to the result of the convolution).
setTarget(Point) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ConvolveMatrixRable8Bit
 
setTarget(String) - Method in class io.sf.carte.echosvg.dom.GenericProcessingInstruction
Sets the target value.
setText(String) - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.DefaultScrollablePopupMenuItem
 
setText(String) - Method in interface io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenuItem
Sets the item name.
setText(String) - Method in class io.sf.carte.echosvg.util.gui.LocationBar
Sets the current text.
setText(String) - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLTextEditor
setText(String[]) - Method in class io.sf.carte.echosvg.ext.awt.image.spi.PNGImageWriterParams
Sets the textual data to be stored in uncompressed form with this image.
setTextColor(Color) - Method in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
Sets the text color.
setTextContent(String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
setTextContent(String) - Method in class io.sf.carte.echosvg.dom.AbstractNode
setTextContent(String) - Method in class io.sf.carte.echosvg.dom.AbstractNotation
setTextPainter(TextPainter) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Sets the text painter that will be used by text nodes.
setTextPainter(TextPainter) - Method in class io.sf.carte.echosvg.bridge.FlowTextNode
 
setTextPainter(TextPainter) - Method in class io.sf.carte.echosvg.bridge.TextNode
Sets the text painter of this text node.
setTextPainter(TextPainter) - Method in class io.sf.carte.echosvg.extension.svg.FlowExtTextNode
 
setTextRuns(List<StrokingTextPainter.TextRun>) - Method in class io.sf.carte.echosvg.bridge.TextNode
Sets the list of text runs of this text node.
setTextSelection(Mark, Mark) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Informs the user agent that the text selection has changed.
setTextSelection(Mark, Mark) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
This user agent doesn't display text selections.
setTextSelection(Mark, Mark) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Informs the user agent that the text selection has changed.
setTextSelection(Mark, Mark) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Informs the user agent that the text selection should be changed.
setTile(int, int, Raster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
 
setTile(int, int, Raster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileGrid
 
setTile(int, int, Raster) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileMap
 
setTile(int, int, Raster) - Method in interface io.sf.carte.echosvg.ext.awt.image.rendered.TileStore
 
setTiledRegion(Rectangle2D) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TileRable
Sets the tile region
setTiledRegion(Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TileRable8Bit
Sets the tiled region
setTileRegion(Rectangle2D) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TileRable
Sets the tile region
setTileRegion(Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TileRable8Bit
Sets the tile region
setTileStore(TileStore) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
 
setTimeout(long) - Static method in class io.sf.carte.echosvg.util.CleanerThread
Set the timeout of the cleaner thread, in milliseconds.
setTimeout(Runnable, long) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
setTimeout(Runnable, long) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
setTimeout(Runnable, long) - Method in interface io.sf.carte.echosvg.bridge.Window
Calls the 'run' method of the given Runnable after the given amount of time.
setTimeout(String, long) - Method in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
setTimeout(String, long) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
setTimeout(String, long) - Method in interface io.sf.carte.echosvg.bridge.Window
Evaluates the given string after the given amount of time.
setTimeout(Context, Scriptable, Object[], Function) - Static method in class io.sf.carte.echosvg.bridge.WindowWrapper
Wraps the 'setTimeout' methods of the Window interface.
setTimestamp(long) - Method in class io.sf.carte.echosvg.dom.events.DOMTimeEvent
Sets the timestamp of this time event.
setTimingSpecifierHandler(TimingSpecifierHandler) - Method in class io.sf.carte.echosvg.parser.TimingSpecifierParser
Registers a parse event handler.
setTimingSpecifierListHandler(TimingSpecifierListHandler) - Method in class io.sf.carte.echosvg.parser.TimingSpecifierListParser
Registers a parse event handler.
setTitle(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMStyleElement
setTitle(String) - Method in class io.sf.carte.echosvg.css.engine.StyleSheet
Sets the 'title' attribute of this style-sheet.
setTitle(String) - Method in interface org.w3c.dom.svg.SVGStyleElement
 
setToolTip(Element, String) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas.CanvasUserAgent
Sets the tool tip on the input element.
setTopLevelGroup(Element) - Method in class io.sf.carte.echosvg.svggen.DOMTreeManager
Sets the topLevelGroup to the input element.
setTopLevelGroup(Element) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Sets the topLevelGroup to the input element.
setTranscoderBooleanHint(Transcoder, String, TranscodingHints.Key) - Static method in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
setTranscoderFloatHint(Transcoder, String, TranscodingHints.Key) - Static method in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
setTranscoderRectangleHint(Transcoder, String, TranscodingHints.Key) - Static method in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
setTranscoderStringHint(Transcoder, String, TranscodingHints.Key) - Static method in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
setTranscodingHints(TranscodingHints) - Method in interface io.sf.carte.echosvg.transcoder.Transcoder
Sets the values of all preferences for the transcoding algorithms with the specified hints.
setTranscodingHints(TranscodingHints) - Method in class io.sf.carte.echosvg.transcoder.TranscoderSupport
Sets the values of all preferences for the transcoding algorithms with the specified hints.
setTranscodingHints(Map<TranscodingHints.Key, ?>) - Method in interface io.sf.carte.echosvg.transcoder.Transcoder
Replaces the values of all preferences for the transcoding algorithms with the specified hints.
setTranscodingHints(Map<TranscodingHints.Key, ?>) - Method in class io.sf.carte.echosvg.transcoder.TranscoderSupport
Replaces the values of all preferences for the transcoding algorithms with the specified hints.
setTransform(GraphicsNode, Element, BridgeContext) - Method in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
Sets the graphics node's transform to the current animated transform value.
setTransform(AffineTransform) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Sets the AffineTransform currently applied to the drawing by the UserAgent.
setTransform(AffineTransform) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Unsupported operation.
setTransform(AffineTransform) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Sets the Transform in the Graphics2D context.
setTransform(AffineTransform) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Sets the Transform in the Graphics2D context.
setTransform(AffineTransform) - Method in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser.Dialog
 
setTransform(AffineTransform) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Sets the transform of this node.
setTransform(AffineTransform) - Method in class io.sf.carte.echosvg.gvt.font.Glyph
Sets the transform to be applied to this glyph.
setTransform(AffineTransform) - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Sets the transform of this node.
setTransform(AffineTransform) - Method in interface io.sf.carte.echosvg.gvt.renderer.ImageRenderer
Sets the transform from the current user space (as defined by the top node of the GVT tree, to the associated device space.
setTransform(AffineTransform) - Method in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
Sets the transform from the current user space (as defined by the top node of the GVT tree, to the associated device space.
setTransform(AffineTransform) - Method in interface io.sf.carte.echosvg.gvt.renderer.Renderer
Sets the transform from the current user space (as defined by the top node of the GVT tree, to the associated device space.
setTransform(AffineTransform) - Method in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
Sets the transform from the current user space (as defined by the top node of the GVT tree, to the associated device space.
setTransform(AffineTransform) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Sets the AffineTransform to be applied to the drawing by the UserAgent.
setTransform(AffineTransform) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Sets the AffineTransform to be applied to the drawing by the UserAgent.
setTransform(AffineTransform) - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Return the rendering transform.
setTransform(Element, TransformStackElement[]) - Method in class io.sf.carte.echosvg.svggen.DOMGroupManager
Processes the transform attribute value corresponding to a given transform stack
setTransformListHandler(TransformListHandler) - Method in class io.sf.carte.echosvg.parser.TransformListParser
Allows an application to register a transform list handler.
setTransition(BufferedImage) - Method in class io.sf.carte.echosvg.apps.slideshow.Main
 
setTranslate(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransform
setTranslate(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
setTranslate(float, float) - Method in interface org.w3c.dom.svg.SVGTransform
 
setTree(GraphicsNode) - Method in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
This associates the given GVT Tree with this renderer.
setTree(GraphicsNode) - Method in interface io.sf.carte.echosvg.gvt.renderer.Renderer
This associates the given GVT Tree with this renderer.
setTree(GraphicsNode) - Method in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
This associates the given GVT Tree with this renderer.
setTrim(float) - Method in interface io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationFilter
Sets the trim percent for this normalization.
setTrim(float) - Method in class io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationFilter8Bit
Sets the trim percent for this normalization.
setTurbulenceRegion(Rectangle2D) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable
Sets the turbulence region
setTurbulenceRegion(Rectangle2D) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable8Bit
Sets the turbulence region
setType(short) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransform
Sets the type of transformation.
setType(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMScriptElement
setType(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMStyleElement
setType(String) - Method in interface org.w3c.dom.svg.SVGScriptElement
 
setType(String) - Method in interface org.w3c.dom.svg.SVGStyleElement
 
setUnitType(short) - Method in class io.sf.carte.echosvg.dom.svg.SVGOMAngle
 
setUnspecifiedAttribute(String, String, String) - Method in class io.sf.carte.echosvg.anim.dom.AbstractElement.ExtendedNamedNodeHashMap
Adds an unspecified attribute to the map.
setUnspecifiedAttribute(String, String, String) - Method in class io.sf.carte.echosvg.anim.dom.AbstractElement
Sets an unspecified attribute.
setUnsupportedAttributes(Set<AttributedCharacterIterator.Attribute>) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
This method let's users indicate that they don't care that certain text attributes will not be properly converted to SVG, in exchange when those attributes are used they will get real SVG text instead of paths.
Setup(int, Object) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.GdiObject
Setup this Object, which means that it is used and associated with an Object.
setupCache(CachableRed) - Method in class io.sf.carte.echosvg.gvt.renderer.DynamicRenderer
 
setupCache(CachableRed) - Method in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
 
setUpdateManager(BridgeContext, UpdateManager) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Sets the update manager on the given BridgeContext.
setUpdateManager(UpdateManager) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Sets the update manager.
setupRenderer(AffineTransform, boolean, Shape, int, int) - Method in class io.sf.carte.echosvg.bridge.RepaintManager
Sets up the renderer so that it is ready to render for the new 'context' defined by the user to device transform, double buffering state, area of interest and width/height.
setupSeed(int) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TurbulencePatternRed
 
setUri(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint
DOM: Implements SVGPaint.setUri(String).
setUri(String) - Method in interface org.w3c.dom.svg.SVGPaint
 
setURI(ParsedURL) - Method in class io.sf.carte.echosvg.css.engine.ImportRule
Sets the URI of the imported stylesheet.
setURI(String) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas
Sets the URI to the specified uri.
setURI(String) - Method in class io.sf.carte.echosvg.transcoder.TranscoderInput
Sets the input of this transcoder input with the specified URI.
setURI(String) - Method in class io.sf.carte.echosvg.transcoder.TranscoderOutput
Sets the output of this transcoder output with the specified URI.
setUrl(URL) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
Sets the current URL
setUrl(URL) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFRecordStore
Sets the current URL
setURL(String, URL) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Sets an URL property.
setURLObject(URL) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Sets the URI of the document.
setURLs(String, URL[]) - Method in class io.sf.carte.echosvg.util.PreferenceManager
Sets an array of URLs property.
setUseAntialiasedClip(boolean) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.ClipRable
Set the default behaviour of anti-aliased clipping. for this clip object.
setUseAntialiasedClip(boolean) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.ClipRable8Bit
Set the default behaviour of anti-aliased clipping. for this clip object.
setUseCurrentView(boolean) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
setUseCurrentView(boolean) - Method in interface org.w3c.dom.svg.SVGSVGElement
 
setUsedLocale() - Method in class io.sf.carte.echosvg.i18n.LocalizableSupport
returns true if the locale is different from the previously used locale.
setUsePrimitivePaint(boolean) - Method in interface io.sf.carte.echosvg.gvt.filter.GraphicsNodeRable
Set to true if this Rable should get it's contents by calling primitivePaint on the associated GraphicsNode or false if it should use paint.
setUsePrimitivePaint(boolean) - Method in class io.sf.carte.echosvg.gvt.filter.GraphicsNodeRable8Bit
Set to true if this Rable should get it's contents by calling primitivePaint on the associated GraphicsNode or false if it should use paint.
setUserAgent(UserAgent) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Sets the user agent to the specified user agent.
setUserAgent(String) - Method in class io.sf.carte.echosvg.util.ParsedURL
Sets the user agent associated with this url (null clears any associated user agent).
setUserAgentStyleSheet(StyleSheet) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Sets the user agent style-sheet.
setUserData(String, Object, UserDataHandler) - Method in class io.sf.carte.echosvg.dom.AbstractNode
setUserStylesheet(String) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Sets the user stylesheet.
setUserStyleSheet(StyleSheet) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Sets the user style-sheet.
setUseShadowTree(SVGOMUseShadowRoot) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
Sets the shadow tree for this 'use' element.
setUseUnixTextSelection(boolean) - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
If 'b' is true text selections will copied to the clipboard immediately.
setValidate(boolean) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Defines whether or not input sources should be validated in the conversion process
setValidating(boolean) - Method in interface io.sf.carte.echosvg.dom.util.DocumentFactory
Sets whether or not the XML stream has to be validate, depending on the specified parameter.
setValidating(boolean) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
Sets whether or not the XML parser will validate the XML document depending on the specified parameter.
setValue(double) - Method in class io.sf.carte.echosvg.ext.swing.DoubleDocument
 
setValue(float) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
DOM: Implements SVGLength.setValue(float).
setValue(float) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
DOM: Implements SVGLength.setValue(float).
setValue(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
DOM: Implements SVGAngle.setValue(float).
setValue(float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ColorNumber
setValue(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumber
DOM: Implements SVGNumber.setValue(float).
setValue(float) - Method in class io.sf.carte.echosvg.dom.svg.SVGOMAngle
DOM: Implements SVGAngle.setValue(float).
setValue(float) - Method in interface org.w3c.dom.svg.SVGAngle
 
setValue(float) - Method in interface org.w3c.dom.svg.SVGLength
 
setValue(float) - Method in interface org.w3c.dom.svg.SVGNumber
 
setValue(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.SVGPathSegGenericItem
 
setValue(float, float, float, float, float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.SVGPathSegGenericItem
 
setValue(String) - Method in class io.sf.carte.echosvg.dom.AbstractAttr
DOM: Implements Attr.setValue(String).
setValueAsString(String) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
setValueAsString(String) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
setValueAsString(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
setValueAsString(String) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio
 
setValueAsString(String) - Method in class io.sf.carte.echosvg.dom.svg.SVGOMAngle
setValueAsString(String) - Method in interface org.w3c.dom.svg.SVGAngle
 
setValueAsString(String) - Method in interface org.w3c.dom.svg.SVGLength
 
setValueAsString(List<SVGItem>) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Sets the DOM attribute value to be the string representation of the given list.
setValueInSpecifiedUnits(float) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
setValueInSpecifiedUnits(float) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
setValueInSpecifiedUnits(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
setValueInSpecifiedUnits(float) - Method in class io.sf.carte.echosvg.dom.svg.SVGOMAngle
setValueInSpecifiedUnits(float) - Method in interface org.w3c.dom.svg.SVGAngle
 
setValueInSpecifiedUnits(float) - Method in interface org.w3c.dom.svg.SVGLength
 
setValues(CSSEngine, ShorthandManager.PropertyHandler, LexicalUnit, boolean) - Method in class io.sf.carte.echosvg.css.engine.value.css2.FontShorthandManager
setValues(CSSEngine, ShorthandManager.PropertyHandler, LexicalUnit, boolean) - Method in interface io.sf.carte.echosvg.css.engine.value.ShorthandManager
Sets the properties which are affected by this shorthand property.
setValues(CSSEngine, ShorthandManager.PropertyHandler, LexicalUnit, boolean) - Method in class io.sf.carte.echosvg.css.engine.value.svg.MarkerShorthandManager
setValues(CSSEngine, ShorthandManager.PropertyHandler, LexicalUnit, boolean) - Method in class io.sf.carte.echosvg.css.engine.value.svg12.MarginShorthandManager
setVerticalAlignment(float) - Method in class io.sf.carte.echosvg.extension.svg.RegionInfo
Sets the alignment position of the text within this flow region.
setVerticalAlignment(float) - Method in class io.sf.carte.echosvg.gvt.flow.RegionInfo
Sets the alignment position of the text within this flow region.
setViewingTransform(AffineTransform) - Method in class io.sf.carte.echosvg.gvt.CanvasGraphicsNode
 
setVisible(boolean) - Method in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser.Dialog
 
setVisible(boolean) - Method in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
Sets if this node is visible or not depending on the specified value.
setVisible(boolean) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Sets if this node is visible or not depending on the specified value.
setVisible(boolean) - Method in interface io.sf.carte.echosvg.gvt.GraphicsNode
Sets if this node is visible or not depending on the specified value.
setVisible(boolean) - Method in class io.sf.carte.echosvg.gvt.ImageNode
 
setVpH(int) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
Sets the viewport height
setVpW(int) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
Sets the viewport width
setVpX(float) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFRecordStore
Sets the viewport x origin
setVpX(int) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
Sets the viewport x origin
setVpY(float) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFRecordStore
Sets the viewport y origin
setVpY(int) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
Sets the viewport y origin
setWeight(double, double) - Method in class io.sf.carte.echosvg.util.gui.ExtendedGridBagConstraints
Modifies the weightx and weighty.
setWidth(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.AnimSVGRect
DOM: Implements SVGRect.setWidth(float).
setWidth(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.BaseSVGRect
DOM: Implements SVGRect.setWidth(float).
setWidth(float) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
In less than or equal to zero, the width is not constrained on the output image.
setWidth(float) - Method in class io.sf.carte.echosvg.dom.svg.SVGOMRect
DOM: Implements SVGRect.setWidth(float).
setWidth(float) - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
 
setWidth(float) - Method in interface org.w3c.dom.svg.SVGRect
 
setWindingRule(int) - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
setWindingRule(int) - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
Sets the winding rule used to construct the path.
setWindingRule(int) - Method in class io.sf.carte.echosvg.parser.AWTPolylineProducer
Sets the winding rule used to construct the path.
setWindingRule(int) - Method in interface io.sf.carte.echosvg.parser.ShapeProducer
Sets the winding rule used to construct the path.
setWriter(Writer) - Method in class io.sf.carte.echosvg.transcoder.TranscoderOutput
Sets the output of this transcoder output with the specified character stream.
setX(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.AnimSVGRect
DOM: Implements SVGRect.setX(float).
setX(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.BaseSVGRect
DOM: Implements SVGRect.setX(float).
setX(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGlyphRefElement
setX(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGTextContentSupport.SVGTextPoint
 
setX(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
setX(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
 
setX(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem
 
setX(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem
 
setX(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem
 
setX(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem
 
setX(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem
 
setX(float) - Method in class io.sf.carte.echosvg.dom.svg.SVGOMPoint
DOM: Implements SVGPoint.setX(float).
setX(float) - Method in class io.sf.carte.echosvg.dom.svg.SVGOMRect
DOM: Implements SVGRect.setX(float).
setX(float) - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
setX(float) - Method in class io.sf.carte.echosvg.dom.svg.SVGPointItem
DOM: Implements SVGPoint.setX(float).
setX(float) - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength.PathSegment
Sets the x coordinate of the path segment.
setX(float) - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
 
setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
 
setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
 
setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
 
setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
 
setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
 
setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
 
setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
 
setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
 
setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothAbs
 
setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothRel
 
setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegLinetoAbs
 
setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegLinetoHorizontalAbs
 
setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegLinetoHorizontalRel
 
setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegLinetoRel
 
setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegMovetoAbs
 
setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegMovetoRel
 
setX(float) - Method in interface org.w3c.dom.svg.SVGPoint
 
setX(float) - Method in interface org.w3c.dom.svg.SVGRect
 
setX1(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
 
setX1(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem
 
setX1(float) - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
setX1(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
 
setX1(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
 
setX1(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
 
setX1(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
 
setX2(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
 
setX2(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem
 
setX2(float) - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
setX2(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
 
setX2(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
 
setX2(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
 
setX2(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
 
setXBLManager(BridgeContext, XBLManager) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Sets the xblManager variable of the given BridgeContext.
setXBLManager(XBLManager) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Sets the XBLManager used for this document.
setXblShadowTree(BindableElement, XBLOMShadowTreeElement) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Sets the shadow tree for the given bindable element.
setXChannelSelector(ARGBChannel) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable
Select which component values will be used for displacement along the X axis
setXChannelSelector(ARGBChannel) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable8Bit
Select which component values will be used for displacement along the X axis
setXLinkActuate(Element, String) - Static method in class io.sf.carte.echosvg.dom.util.XLinkSupport
Sets the value of the 'xlink:actuate' attribute of the given element.
setXLinkArcRole(Element, String) - Static method in class io.sf.carte.echosvg.dom.util.XLinkSupport
Sets the value of the 'xlink:arcrole' attribute of the given element.
setXLinkHref(Element, String) - Static method in class io.sf.carte.echosvg.dom.util.XLinkSupport
Sets the value of the 'xlink:href' attribute of the given element.
setXLinkRole(Element, String) - Static method in class io.sf.carte.echosvg.dom.util.XLinkSupport
Sets the value of the 'xlink:role' attribute of the given element.
setXLinkShow(Element, String) - Static method in class io.sf.carte.echosvg.dom.util.XLinkSupport
Sets the value of the 'xlink:show' attribute of the given element.
setXLinkTitle(Element, String) - Static method in class io.sf.carte.echosvg.dom.util.XLinkSupport
Sets the value of the 'xlink:title' attribute of the given element.
setXLinkType(Element, String) - Static method in class io.sf.carte.echosvg.dom.util.XLinkSupport
Sets the value of the 'xlink:type' attribute of the given element.
setXMLbase(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
setXMLbase(String) - Method in interface org.w3c.dom.svg.SVGElement
 
setXMLDeclaration(String) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
Sets the XML declaration text.
setXMLFilter(XMLFilter) - Method in class io.sf.carte.echosvg.transcoder.TranscoderOutput
Sets the output of this transcoder output with the specified XML filter.
setXMLlang(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGDescriptiveElement
DOM: Sets the xml:lang attribute value.
setXMLlang(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
DOM: Sets the xml:lang attribute value.
setXMLlang(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEImageElement
DOM: Sets the xml:lang attribute value.
setXMLlang(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
DOM: Sets the xml:lang attribute value.
setXMLlang(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
DOM: Sets the xml:lang attribute value.
setXMLlang(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
DOM: Sets the xml:lang attribute value.
setXMLlang(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
DOM: Sets the xml:lang attribute value.
setXMLlang(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSymbolElement
DOM: Sets the xml:lang attribute value.
setXMLlang(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
DOM: Sets the xml:lang attribute value.
setXMLlang(String) - Method in class io.sf.carte.echosvg.extension.GraphicsExtensionElement
DOM: Sets the xml:lang attribute value.
setXMLlang(String) - Method in interface org.w3c.dom.svg.SVGLangSpace
 
setXMLReader(XMLReader) - Method in interface io.sf.carte.echosvg.dom.util.DocumentFactory
Set the factory to parse with the given XMLReader.
setXMLReader(XMLReader) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
 
setXMLReader(XMLReader) - Method in class io.sf.carte.echosvg.transcoder.TranscoderInput
Sets the input of this transcoder input with the specified XML reader.
setXMLReader(XMLReader) - Method in class io.sf.carte.echosvg.transcoder.util.CSSTranscodingHelper
Set the XMLReader to be used when parsing.
setXMLspace(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGDescriptiveElement
DOM: Sets the xml:space attribute value.
setXMLspace(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
DOM: Sets the xml:space attribute value.
setXMLspace(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFEImageElement
DOM: Sets the xml:space attribute value.
setXMLspace(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
DOM: Sets the xml:space attribute value.
setXMLspace(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
DOM: Sets the xml:space attribute value.
setXMLspace(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
DOM: Sets the xml:space attribute value.
setXMLspace(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMStyleElement
setXMLspace(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
DOM: Sets the xml:space attribute value.
setXMLspace(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSymbolElement
DOM: Sets the xml:space attribute value.
setXMLspace(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
DOM: Sets the xml:space attribute value.
setXMLspace(String) - Method in class io.sf.carte.echosvg.extension.GraphicsExtensionElement
DOM: Sets the xml:space attribute value.
setXMLspace(String) - Method in interface org.w3c.dom.svg.SVGLangSpace
 
setXMLspace(String) - Method in interface org.w3c.dom.svg.SVGStyleElement
 
setXmlStandalone(boolean) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
setXmlVersion(String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
setXoffset(double) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.OffsetRable
Set the x offset.
setXORMode(Color) - Method in class io.sf.carte.echosvg.ext.awt.g2d.DefaultGraphics2D
Sets the paint mode of this graphics context to alternate between this graphics context's current color and the new specified color.
setXORMode(Color) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
Sets the paint mode of this graphics context to alternate between this graphics context's current color and the new specified color.
setY(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.AnimSVGRect
DOM: Implements SVGRect.setY(float).
setY(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.BaseSVGRect
DOM: Implements SVGRect.setY(float).
setY(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMGlyphRefElement
setY(float) - Method in class io.sf.carte.echosvg.anim.dom.SVGTextContentSupport.SVGTextPoint
 
setY(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
setY(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
 
setY(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem
 
setY(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem
 
setY(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem
 
setY(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem
 
setY(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem
 
setY(float) - Method in class io.sf.carte.echosvg.dom.svg.SVGOMPoint
DOM: Implements SVGPoint.setY(float).
setY(float) - Method in class io.sf.carte.echosvg.dom.svg.SVGOMRect
DOM: Implements SVGRect.setY(float).
setY(float) - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
setY(float) - Method in class io.sf.carte.echosvg.dom.svg.SVGPointItem
DOM: Implements SVGPoint.setY(float).
setY(float) - Method in class io.sf.carte.echosvg.ext.awt.geom.PathLength.PathSegment
Sets the y coordinate of the path segment.
setY(float) - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
 
setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
 
setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
 
setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
 
setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
 
setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
 
setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
 
setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
 
setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
 
setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothAbs
 
setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothRel
 
setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegLinetoAbs
 
setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegLinetoRel
 
setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegLinetoVerticalAbs
 
setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegLinetoVerticalRel
 
setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegMovetoAbs
 
setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegMovetoRel
 
setY(float) - Method in interface org.w3c.dom.svg.SVGPoint
 
setY(float) - Method in interface org.w3c.dom.svg.SVGRect
 
setY1(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
 
setY1(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem
 
setY1(float) - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
setY1(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
 
setY1(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
 
setY1(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
 
setY1(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
 
setY2(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
 
setY2(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem
 
setY2(float) - Method in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
setY2(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
 
setY2(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
 
setY2(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
 
setY2(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
 
setYChannelSelector(ARGBChannel) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable
Select which component values will be used for displacement along the Y axis
setYChannelSelector(ARGBChannel) - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.DisplacementMapRable8Bit
Select which component values will be used for displacement along the Y axis
setYoffset(double) - Method in interface io.sf.carte.echosvg.ext.awt.image.renderable.OffsetRable
Set the y offset.
setZoomAndPan(short) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
setZoomAndPan(short) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSymbolElement
setZoomAndPan(short) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMViewElement
setZoomAndPan(short) - Method in interface org.w3c.dom.svg.SVGZoomAndPan
 
setZoomAndPan(Element, short) - Static method in class io.sf.carte.echosvg.dom.svg.SVGZoomAndPanSupport
Sets the zoomAndPan attribute value.
severity - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentError
The error severity.
shadowTree - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
Store the shadow tree of the use element.
shadowTree - Variable in class io.sf.carte.echosvg.bridge.svg12.ContentManager
The shadow tree whose content elements this object is managing.
ShadowTreeEvent - Interface in io.sf.carte.echosvg.dom.xbl
Interface for shadow tree related events.
shadowTreeNodeInsertedListener - Variable in class io.sf.carte.echosvg.bridge.svg12.ContentManager
DOMNodeInserted listener for content elements in the shadow tree.
ShadowTreeNodeInsertedListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.ContentManager.ShadowTreeNodeInsertedListener
 
shadowTreeNodeRemovedListener - Variable in class io.sf.carte.echosvg.bridge.svg12.ContentManager
DOMNodeRemoved listener for content elements in the shadow tree.
ShadowTreeNodeRemovedListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.ContentManager.ShadowTreeNodeRemovedListener
 
shadowTreeSubtreeModifiedListener - Variable in class io.sf.carte.echosvg.bridge.svg12.ContentManager
DOMSubtreeModified listener for content elements in the shadow tree.
ShadowTreeSubtreeModifiedListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.ContentManager.ShadowTreeSubtreeModifiedListener
 
shape - Variable in class io.sf.carte.echosvg.gvt.CompositeShapePainter
The shape associated with this painter
shape - Variable in class io.sf.carte.echosvg.gvt.FillShapePainter
The Shape to be painted.
shape - Variable in class io.sf.carte.echosvg.gvt.ShapeNode
The shape that describes this ShapeNode.
shape - Variable in class io.sf.carte.echosvg.gvt.StrokeShapePainter
Shape painted by this painter.
SHAPE_RENDERING_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
ShapeExtender - Class in io.sf.carte.echosvg.ext.awt.geom
This class wraps a normal path into an extended path.
ShapeExtender(Shape) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.ShapeExtender
 
ShapeExtender.EPIWrap - Class in io.sf.carte.echosvg.ext.awt.geom
 
ShapeNode - Class in io.sf.carte.echosvg.gvt
A graphics node that represents a shape.
ShapeNode() - Constructor for class io.sf.carte.echosvg.gvt.ShapeNode
Constructs a new empty ShapeNode.
shapePainter - Variable in class io.sf.carte.echosvg.gvt.ShapeNode
The shape painter used to paint the shape of this shape node.
ShapePainter - Interface in io.sf.carte.echosvg.gvt
Renders the shape of a ShapeNode.
ShapeProducer - Interface in io.sf.carte.echosvg.parser
This interface represents objects which creates Shape objects.
ShapeRenderingManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'shape-rendering' property values.
ShapeRenderingManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.ShapeRenderingManager
 
shear(double, double) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Concatenates the current Graphics2D Transform with a shearing transform.
shear(double, double) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Concatenates the current Graphics2D Transform with a shearing transform.
SHEAR - Static variable in class io.sf.carte.echosvg.ext.awt.g2d.TransformType
 
SHEAR_STRING - Static variable in class io.sf.carte.echosvg.ext.awt.g2d.TransformType
 
sheet - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMStyleElement
The style sheet.
sheet - Variable in class io.sf.carte.echosvg.dom.StyleSheetProcessingInstruction
The style sheet.
SHIFT_MASK - Static variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeInputEvent
The shift key modifier constant.
SHIFTJIS_CHARSET - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
shiftKey - Variable in class io.sf.carte.echosvg.dom.events.DOMKeyEvent
 
shorthandIndexes - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The shorthand-property/int mappings.
ShorthandManager - Interface in io.sf.carte.echosvg.css.engine.value
This interface represents the objects which provide support for shorthand properties.
ShorthandManager.PropertyHandler - Interface in io.sf.carte.echosvg.css.engine.value
To handle a property value created by a ShorthandManager.
shorthandManagers - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The shorthand managers.
shouldUpdate - Variable in class io.sf.carte.echosvg.anim.AnimationEngine.Sandwich
Whether the animation needs to have its value copied into the document.
shouldUpdateCurrentInterval - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
Whether the list of instance times should be checked to update the current interval.
showAlert(String) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Shows an alert dialog box.
showAlert(String) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Shows an alert dialog box.
showAlert(String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Shows an alert dialog box.
showAlert(String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Shows an alert dialog box.
showAlert(String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Shows an alert dialog box.
showAlert(String) - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Shows an alert dialog box.
showAlert(String) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
Shows an alert dialog box.
showAlert(String) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentGUIAdapter
Shows an alert dialog box.
showConfirm(String) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Shows a confirm dialog box.
showConfirm(String) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Shows a confirm dialog box.
showConfirm(String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Shows a confirm dialog box.
showConfirm(String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Shows a confirm dialog box.
showConfirm(String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Shows a confirm dialog box.
showConfirm(String) - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Shows a confirm dialog box.
showConfirm(String) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
Shows a confirm dialog box.
showConfirm(String) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentGUIAdapter
Shows a confirm dialog box.
showDetailButton - Variable in class io.sf.carte.echosvg.util.gui.JErrorPane
The button used to show or not the details.
ShowDetailButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.JErrorPane.ShowDetailButtonAction
 
showDialog() - Method in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser.Dialog
 
showDialog() - Method in class io.sf.carte.echosvg.util.gui.LanguageDialog
Shows the dialog.
showDialog() - Method in class io.sf.carte.echosvg.util.gui.URIChooser
Shows the dialog.
showDialog() - Method in class io.sf.carte.echosvg.util.gui.UserStyleDialog
Shows the dialog.
showDialog(Component, String) - Static method in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
Displays the panel in a modal dialog box.
showDialog(Component, String) - Static method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel
Brings up a modal dialog to edit/add/remove CSS media.
showDialog(Component, String, String) - Static method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel
Brings up a modal dialog to edit/add/remove CSS media.
showDialog(Component, String, List<String>) - Static method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel
Brings up a modal dialog to edit/add/remove CSS media.
showMenu(Component, Component) - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent.ScrollablePopupMenu
Shows this popup menu.
showPrompt(String) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Shows a prompt dialog box.
showPrompt(String) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Shows a prompt dialog box.
showPrompt(String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Shows a prompt dialog box.
showPrompt(String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Shows a prompt dialog box.
showPrompt(String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Shows a prompt dialog box.
showPrompt(String) - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Shows a prompt dialog box.
showPrompt(String) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
Shows a prompt dialog box.
showPrompt(String) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentGUIAdapter
Shows a prompt dialog box.
showPrompt(String, String) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Shows a prompt dialog box.
showPrompt(String, String) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Shows a prompt dialog box.
showPrompt(String, String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Shows a prompt dialog box.
showPrompt(String, String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Shows a prompt dialog box.
showPrompt(String, String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Shows a prompt dialog box.
showPrompt(String, String) - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Shows a prompt dialog box.
showPrompt(String, String) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
Shows a prompt dialog box.
showPrompt(String, String) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentGUIAdapter
Shows a prompt dialog box.
showUsage() - Static method in class io.sf.carte.echosvg.apps.slideshow.Main
 
shutdown() - Static method in class io.sf.carte.echosvg.util.CleanerThread
Shut down the cleaner thread.
SIENNA_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'sienna' RGB color.
SIENNA_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'sienna' color name.
SIGN_PERCENT - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
SIGN_POUND - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
silentConvertURIPaint(Element, GraphicsNode, Value, float, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.PaintServer
Converts a Paint specified by URI without sending any error. if a problem occured while processing the URI, it just returns null (same effect as 'none')
silver - Static variable in class io.sf.carte.echosvg.svggen.SVGColor
 
SILVER_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'silver' RGB color.
SILVER_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'silver' color name.
SimpleAnimation - Class in io.sf.carte.echosvg.anim
An animation class for 'animate' animations.
SimpleAnimation(TimedElement, AnimatableElement, int, float[], float[], boolean, boolean, AnimatableValue[], AnimatableValue, AnimatableValue, AnimatableValue) - Constructor for class io.sf.carte.echosvg.anim.SimpleAnimation
Creates a new SimpleAnimation.
simpleDur - Variable in class io.sf.carte.echosvg.anim.timing.TimedElement
Duration of this element, if TimedElement.durMedia = false.
SimpleEventFactory() - Constructor for class io.sf.carte.echosvg.dom.events.DocumentEventSupport.SimpleEventFactory
 
SimpleImageHandler - Class in io.sf.carte.echosvg.svggen
Implements the GenericImageHandler interface and only uses <image> elements.
SimpleImageHandler(ImageHandler) - Constructor for class io.sf.carte.echosvg.svggen.SimpleImageHandler
 
simplify() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileBlock
 
singleNodeValue - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.Result
The single node value.
SingleSegmentPathIterator() - Constructor for class io.sf.carte.echosvg.ext.awt.geom.PathLength.SingleSegmentPathIterator
 
SingleSubst - Class in io.sf.carte.echosvg.svggen.font.table
 
SingleSubst() - Constructor for class io.sf.carte.echosvg.svggen.font.table.SingleSubst
 
SingleSubstFormat1 - Class in io.sf.carte.echosvg.svggen.font.table
 
SingleSubstFormat1(RandomAccessFile, int) - Constructor for class io.sf.carte.echosvg.svggen.font.table.SingleSubstFormat1
Creates new SingleSubstFormat1
SingleSubstFormat2 - Class in io.sf.carte.echosvg.svggen.font.table
 
SingleSubstFormat2(RandomAccessFile, int) - Constructor for class io.sf.carte.echosvg.svggen.font.table.SingleSubstFormat2
Creates new SingleSubstFormat2
singleton - Static variable in class io.sf.carte.echosvg.bridge.FlowTextPainter
A unique instance of this class.
singleton - Static variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter
A unique instance of this class.
singleton - Static variable in class io.sf.carte.echosvg.extension.svg.FlowExtTextPainter
A unique instance of this class.
SINGLETON - Static variable in class io.sf.carte.echosvg.bridge.DefaultFontFamilyResolver
 
SingleValueOptionHandler() - Constructor for class io.sf.carte.echosvg.apps.rasterizer.Main.SingleValueOptionHandler
 
size - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XblChildNodes
The number of nodes.
size - Variable in class io.sf.carte.echosvg.css.engine.StyleSheet
The number of rules.
size - Variable in class io.sf.carte.echosvg.dom.AbstractParentNode.ElementsByTagName
The number of nodes.
size - Variable in class io.sf.carte.echosvg.dom.AbstractParentNode.ElementsByTagNameNS
The number of nodes.
size - Variable in class io.sf.carte.echosvg.gvt.font.AWTGVTFont
 
size() - Method in class io.sf.carte.echosvg.css.engine.StyleDeclaration
Returns the number of values in the declaration.
size() - Method in class io.sf.carte.echosvg.dom.events.EventListenerList
Returns the number of event listeners stored in this object.
size() - Method in class io.sf.carte.echosvg.dom.util.IntTable
Returns the size of this table.
size() - Method in class io.sf.carte.echosvg.dom.util.TriplyIndexedTable
Returns the size of this table.
size() - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
Returns the number of elements currently stored in this collection.
size() - Method in class io.sf.carte.echosvg.ext.awt.geom.SegmentList
 
size() - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns the number of children of this composite graphics node.
size() - Method in class io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache
Returns the size of this table.
size() - Method in class io.sf.carte.echosvg.util.DoublyIndexedSet
Returns the number of entries in the set.
size() - Method in class io.sf.carte.echosvg.util.DoublyIndexedTable
Returns the size of this table.
size() - Method in class io.sf.carte.echosvg.util.SoftDoublyIndexedTable
Returns the size of this table.
SizingHelper - Class in io.sf.carte.echosvg.transcoder.impl
Helper methods for SVG sizing.
skewX(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
skewX(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.TransformListBuilder
skewX(float) - Method in class io.sf.carte.echosvg.parser.AWTTransformProducer
skewX(float) - Method in class io.sf.carte.echosvg.parser.DefaultFragmentIdentifierHandler
skewX(float) - Method in class io.sf.carte.echosvg.parser.DefaultTransformListHandler
skewX(float) - Method in interface io.sf.carte.echosvg.parser.TransformListHandler
Invoked when 'skewX(skx)' has been parsed.
skewX(float) - Method in interface org.w3c.dom.svg.SVGMatrix
 
skewY(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
skewY(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.TransformListBuilder
skewY(float) - Method in class io.sf.carte.echosvg.parser.AWTTransformProducer
skewY(float) - Method in class io.sf.carte.echosvg.parser.DefaultFragmentIdentifierHandler
skewY(float) - Method in class io.sf.carte.echosvg.parser.DefaultTransformListHandler
skewY(float) - Method in interface io.sf.carte.echosvg.parser.TransformListHandler
Invoked when 'skewY(sky)' has been parsed.
skewY(float) - Method in interface org.w3c.dom.svg.SVGMatrix
 
skipCommaSpaces() - Method in class io.sf.carte.echosvg.parser.AbstractParser
Skips the whitespaces and an optional comma.
skipCommaSpaces() - Method in class io.sf.carte.echosvg.parser.FragmentIdentifierParser
Skips the whitespaces and an optional comma.
skipCommaSpaces2() - Method in class io.sf.carte.echosvg.parser.PathParser
Skips the whitespaces and an optional comma.
skipIdentifier() - Method in class io.sf.carte.echosvg.parser.FragmentIdentifierParser
Skips characters in the given reader until a white space is encountered.
skipIdentifier() - Method in class io.sf.carte.echosvg.parser.PreserveAspectRatioParser
Skips characters in the given reader until a white space is encountered.
skippedEntity(String) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
 
skipSpaces() - Method in class io.sf.carte.echosvg.parser.AbstractParser
Skips the whitespaces in the current reader.
skipSpaces() - Method in class io.sf.carte.echosvg.parser.FragmentIdentifierParser
Skips the whitespaces in the current reader.
skipSpaces() - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
skipSubPath() - Method in class io.sf.carte.echosvg.parser.PathParser
Skips a sub-path.
skipTransform() - Method in class io.sf.carte.echosvg.parser.FragmentIdentifierParser
Skips characters in the given reader until a ')' is encountered.
skipTransform() - Method in class io.sf.carte.echosvg.parser.TransformListParser
Skips characters in the given reader until a ')' is encountered.
SKYBLUE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'skyblue' RGB color.
SKYBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'skyblue' color name.
SLATEBLUE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'slateblue' RGB color.
SLATEBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'slateblue' color name.
SLATEGRAY_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'slategray' RGB color.
SLATEGRAY_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'slategray' color name.
SLATEGREY_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'slategrey' RGB color.
SLATEGREY_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'slategrey' color name.
slice() - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when 'slice' has been parsed.
slice() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'slice' has been parsed.
slice() - Method in class io.sf.carte.echosvg.parser.DefaultPreserveAspectRatioHandler
slice() - Method in interface io.sf.carte.echosvg.parser.PreserveAspectRatioHandler
Invoked when 'slice' has been parsed.
slope - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMComponentTransferFunctionElement
The 'slope' attribute value.
slope - Variable in class io.sf.carte.echosvg.ext.awt.image.LinearTransfer
The slope of the linear function
slope - Variable in class io.sf.carte.echosvg.extension.svg.EchoSVGHistogramNormalizationFilter8Bit
 
slope - Variable in class io.sf.carte.echosvg.gvt.font.GVTFontFace
 
sm - Variable in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
SMALL_CAPS - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for FONT_VARIANT specifying small caps
SMALL_CAPS_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'small-caps' keyword.
SMALL_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'small' keyword.
SMALLER_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'smaller' keyword.
SMIL_ACCUMULATE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_ADDITIVE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_ALWAYS_VALUE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_ANIMATE_COLOR_TAG - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_ANIMATE_MOTION_TAG - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_ANIMATE_TAG - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_ATTRIBUTE_NAME_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_ATTRIBUTE_TYPE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_AUTO_VALUE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_BEGIN_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_BEGIN_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_BEGIN_EVENT_NAME - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_BY_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_CALC_MODE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_CSS_VALUE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_DISCRETE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_DUR_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_END_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_END_EVENT_NAME - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_FILL_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_FREEZE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_FROM_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_HOLD_VALUE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_INDEFINITE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_KEY_POINTS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_KEY_SPLINES_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_KEY_TIMES_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_LINEAR_VALUE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_MAX_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_MEDIA_VALUE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_MIN_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_NEVER_VALUE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_NONE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_ORIGIN_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_PACED_VALUE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_PATH_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_REMOVE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_REPEAT_COUNT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_REPEAT_DUR_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_REPEAT_EVENT_ALT_NAME - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_REPEAT_EVENT_NAME - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_REPLACE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_RESTART_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_SET_TAG - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_SPLINE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_SUM_VALUE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_TO_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_VALUES_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_WHEN_NOT_ACTIVE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMIL_XML_VALUE - Static variable in interface io.sf.carte.echosvg.util.SMILConstants
 
SMILConstants - Interface in io.sf.carte.echosvg.util
Constants for SMIL animation element and attribute names and values.
snapshotItem(int) - Method in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.Result
Returns the ith item in the snapshot.
snapshotTime - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Document time to seek to.
SNOW_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'snow' RGB color.
SNOW_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'snow' color name.
SOFT_HYPHEN - Static variable in class io.sf.carte.echosvg.bridge.FlowGlyphLayout
 
SOFT_HYPHEN - Static variable in class io.sf.carte.echosvg.bridge.FlowTextPainter
 
SOFT_HYPHEN - Static variable in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
SoftDoublyIndexedTable<K,L> - Class in io.sf.carte.echosvg.util
This class represents a doubly indexed hash table, which holds soft references to the contained values.
SoftDoublyIndexedTable() - Constructor for class io.sf.carte.echosvg.util.SoftDoublyIndexedTable
Creates a new SoftDoublyIndexedTable.
SoftDoublyIndexedTable(int) - Constructor for class io.sf.carte.echosvg.util.SoftDoublyIndexedTable
Creates a new DoublyIndexedTable.
SoftReferenceCache - Class in io.sf.carte.echosvg.util
This class manages a cache of soft references to objects that may take some time to load or create, such as images loaded from the network.
SoftReferenceCache() - Constructor for class io.sf.carte.echosvg.util.SoftReferenceCache
Let people create their own caches.
SoftReferenceCache(boolean) - Constructor for class io.sf.carte.echosvg.util.SoftReferenceCache
Constructs a soft reference cache.
SoftReferenceCleared(T) - Constructor for class io.sf.carte.echosvg.util.CleanerThread.SoftReferenceCleared
 
SOLID_COLOR_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVG12CSSEngine
 
SOLID_OPACITY_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVG12CSSEngine
 
SolidColorElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.SolidColorElementFactory
 
solveCubic(double, double, double, double, double[]) - Static method in class io.sf.carte.echosvg.ext.awt.geom.AbstractSegment
 
solveLine(double, double, double[]) - Static method in class io.sf.carte.echosvg.ext.awt.geom.AbstractSegment
 
solveQuad(double, double, double, double[]) - Static method in class io.sf.carte.echosvg.ext.awt.geom.AbstractSegment
 
sortRow(SegmentList) - Method in class io.sf.carte.echosvg.gvt.flow.FlowRegions
 
sortRules(ArrayList<Rule>, SelectorMatcher) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine
Sorts the rules matching the element/pseudo-element of given style sheet to the list.
source - Variable in class io.sf.carte.echosvg.gvt.ProxyGraphicsNode
The graphics node to proxy.
SOURCE_NAME_SVG - Static variable in class io.sf.carte.echosvg.bridge.RhinoInterpreter
Constant used to describe an SVG source
sources - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Sources files or URLs
SOUTH - Static variable in interface io.sf.carte.echosvg.ext.swing.GridBagConstants
Put the component at the bottom of its display area, centered horizontally.
SOUTHEAST - Static variable in interface io.sf.carte.echosvg.ext.swing.GridBagConstants
Put the component at the bottom-right corner of its display area.
SOUTHWEST - Static variable in interface io.sf.carte.echosvg.ext.swing.GridBagConstants
Put the component at the bottom-left corner of its display area.
space - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager.AttributeInfo
The space before the name.
SPACE - Static variable in class io.sf.carte.echosvg.bridge.FlowGlyphLayout
 
SPACE - Static variable in class io.sf.carte.echosvg.bridge.FlowTextPainter
 
SPACE - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
space1 - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager.AttributeInfo
The space before '='.
space1 - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager.NameInfo
The space before the name.
space2 - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager.AttributeInfo
The space after '='.
space2 - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager.NameInfo
The space after the name
spacing - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextPathElement
The 'spacing' attribute value.
SPACING_VALUES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextPathElement
The 'spacing' attribute values.
SpacingManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the '*-spacing' property values.
SpacingManager(String) - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.SpacingManager
Creates a new SpacingManager.
specularConstant - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFESpecularLightingElement
The 'specularConstant' attribute value.
specularExponent - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFESpecularLightingElement
The 'specularExponent' attribute value.
specularExponent - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
The 'specularExponent' attribute value.
SpecularLightingRable - Interface in io.sf.carte.echosvg.ext.awt.image.renderable
This filter follows the specification of the feSpecularLighting filter in the SVG 1.0 specification.
SpecularLightingRable8Bit - Class in io.sf.carte.echosvg.ext.awt.image.renderable
Implementation of the SpecularLightRable interface.
SpecularLightingRable8Bit(Filter, Rectangle2D, Light, double, double, double, double[]) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.SpecularLightingRable8Bit
 
SpecularLightingRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
 
SpecularLightingRed(double, double, Light, BumpMap, Rectangle, double, double, boolean) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.SpecularLightingRed
 
split(double) - Method in class io.sf.carte.echosvg.ext.awt.geom.AbstractSegment
 
split(double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Linear
 
split(double) - Method in interface io.sf.carte.echosvg.ext.awt.geom.Segment
 
split(double) - Method in class io.sf.carte.echosvg.ext.awt.geom.SegmentList
 
split(String) - Method in class io.sf.carte.echosvg.dom.events.DOMUIEvent
Splits a whitespace separated string into tokens.
splitAfter(double) - Method in class io.sf.carte.echosvg.ext.awt.geom.AbstractSegment
 
splitAfter(double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Linear
 
splitAfter(double) - Method in interface io.sf.carte.echosvg.ext.awt.geom.Segment
 
splitBefore(double) - Method in class io.sf.carte.echosvg.ext.awt.geom.AbstractSegment
 
splitBefore(double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Linear
 
splitBefore(double) - Method in interface io.sf.carte.echosvg.ext.awt.geom.Segment
 
splitCdata(Element, Node, DOMErrorHandler) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
Splits the given CDATA node if required.
splitOneGo() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileBlock
 
splitRect(Rectangle, Rectangle, Rectangle[]) - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
 
SplitResults(SegmentList, SegmentList) - Constructor for class io.sf.carte.echosvg.ext.awt.geom.SegmentList.SplitResults
 
splitText(int) - Method in class io.sf.carte.echosvg.dom.AbstractText
DOM: Implements Text.splitText(int).
SpotLight - Class in io.sf.carte.echosvg.ext.awt.image
A light source which emits a light of constant intensity in all directions.
SpotLight(double, double, double, double, double, double, double, double, Color) - Constructor for class io.sf.carte.echosvg.ext.awt.image.SpotLight
 
SPREAD_METHOD_VALUES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMGradientElement
The 'spreadMethod' attribute values.
spreadMethod - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMGradientElement
The 'spreadMethod' attribute value.
SPRINGGREEN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'springgreen' RGB color.
SPRINGGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'springgreen' color name.
SQUARE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'square' keyword.
SRC_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
SRCAND - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
SRCCOPY - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
SRCERASE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
SRCINVERT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
SrcManager - Class in io.sf.carte.echosvg.css.engine.value.css2
One line Class Desc Complete Class Desc
SrcManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.css2.SrcManager
 
SRCPAINT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
srcs - Variable in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
sRGB - Static variable in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Standard prebuilt sRGB color model with no alpha.
SRGB - Static variable in class io.sf.carte.echosvg.ext.awt.MultipleGradientPaint
Indicates that the color interpolation should occur in sRGB space.
sRGB_Pre - Static variable in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Standard prebuilt sRGB color model with premultiplied alpha.
sRGB_Unpre - Static variable in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Standard prebuilt sRGB color model with unpremultiplied alpha.
SRGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'sRGB' keyword.
sRGBToLsRGB(double) - Static method in class io.sf.carte.echosvg.ext.awt.image.AbstractLight
Conversion function for light values.
sRGBToLsRGB(double) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.Any2LsRGBRed
 
stacktrace - Variable in class io.sf.carte.echosvg.util.gui.JErrorPane
The stack trace.
STANDALONE_IDENTIFIER - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a 'standalone' lexical unit.
STAR - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a '*' lexical unit.
start - Variable in class io.sf.carte.echosvg.parser.AbstractScanner
The start offset of the last lexical unit.
start - Variable in class io.sf.carte.echosvg.xml.XMLScanner
The start offset of the last lexical unit.
start(long) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
Starts the animation engine.
START - Static variable in class io.sf.carte.echosvg.bridge.TextNode.Anchor
The anchor which enables the rendered characters to be aligned such that the start of the text string is at the initial current text location.
START_TAG - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a start tag lexical unit, i.e. '<Name'.
START_TAG_CONTEXT - Static variable in class io.sf.carte.echosvg.xml.XMLScanner
The start tag context.
START_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'start' keyword.
START_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg12.SVG12ValueConstants
The 'start' keyword.
startAngle() - Method in interface io.sf.carte.echosvg.parser.AngleHandler
Invoked when the angle attribute parsing starts.
startAngle() - Method in class io.sf.carte.echosvg.parser.DefaultAngleHandler
startCDATA() - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
startChar - Variable in class io.sf.carte.echosvg.gvt.text.TextPaintInfo
 
startCounterStyle(String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
startCounterStyle(String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
startDocument() - Method in class io.sf.carte.echosvg.anim.dom.SAXSVGDocumentFactory
startDocument() - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
startDTD(String, String, String) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
started - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
Whether animation processing has started.
started - Variable in class io.sf.carte.echosvg.bridge.UpdateManager
Whether the manager was started.
startElement(String, String, String, Attributes) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
startEntity(String) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
startFeatureMap(String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
startFeatureMap(String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
startFontFace() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
startFontFace() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
startFontFeatures(String[]) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
startFontFeatures(String[]) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
startFragmentIdentifier() - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when the fragment identifier starts.
startFragmentIdentifier() - Method in class io.sf.carte.echosvg.parser.DefaultFragmentIdentifierHandler
startFragmentIdentifier() - Method in interface io.sf.carte.echosvg.parser.FragmentIdentifierHandler
Invoked when the fragment identifier starts.
startGVTTreeBuilder() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Starts a tree builder.
startingLines - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
The elements starting lines.
startInteraction(InputEvent) - Method in interface io.sf.carte.echosvg.swing.gvt.Interactor
Tells whether the given event will start the interactor.
startInteraction(InputEvent) - Method in class io.sf.carte.echosvg.swing.gvt.InteractorAdapter
Tells whether the given event will start the interactor.
startKeyframe(LexicalUnit) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
startKeyframe(LexicalUnit) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
startKeyframes(String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
startKeyframes(String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
startLen - Variable in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
startLength() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.LengthListBuilder
startLength() - Method in class io.sf.carte.echosvg.parser.DefaultLengthHandler
startLength() - Method in class io.sf.carte.echosvg.parser.LengthArrayProducer
startLength() - Method in interface io.sf.carte.echosvg.parser.LengthHandler
Invoked when the length attribute starts.
startLength() - Method in class io.sf.carte.echosvg.parser.UnitProcessor.UnitResolver
startLengthList() - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.LengthListBuilder
startLengthList() - Method in class io.sf.carte.echosvg.parser.DefaultLengthListHandler
startLengthList() - Method in class io.sf.carte.echosvg.parser.LengthArrayProducer
Invoked when the length list attribute starts.
startLengthList() - Method in interface io.sf.carte.echosvg.parser.LengthListHandler
Invoked when the length list attribute starts.
startList() - Method in class io.sf.carte.echosvg.dom.svg.ListBuilder
Begins the construction of the list.
startList() - Method in interface io.sf.carte.echosvg.dom.svg.ListHandler
Indicates that the parser starts generating the list
startMargin(String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
startMargin(String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
startMarker - Variable in class io.sf.carte.echosvg.gvt.MarkerShapePainter
Start Marker
startMedia(MediaQueryList) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
startMedia(MediaQueryList) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
startMouseCapture(Context, Scriptable, Object[], Function) - Static method in class io.sf.carte.echosvg.bridge.GlobalWrapper
Wraps the 'startMouseCapture' method of the SVGGlobal interface.
startMouseCapture(EventTarget, boolean, boolean) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext
Starts mouse capture.
startMouseCapture(EventTarget, boolean, boolean) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment.Global
startMouseCapture(EventTarget, boolean, boolean) - Method in interface io.sf.carte.echosvg.dom.svg12.SVGGlobal
Starts mouse capture.
startNumber() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList.NumberListBuilder
startNumber() - Method in class io.sf.carte.echosvg.parser.DefaultNumberListHandler
startNumber() - Method in interface io.sf.carte.echosvg.parser.NumberListHandler
Invoked when the number attribute starts.
startNumberList() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList.NumberListBuilder
startNumberList() - Method in class io.sf.carte.echosvg.parser.DefaultNumberListHandler
startNumberList() - Method in class io.sf.carte.echosvg.parser.FloatArrayProducer
Invoked when the number list attribute starts.
startNumberList() - Method in interface io.sf.carte.echosvg.parser.NumberListHandler
Invoked when the number list attribute starts.
startOffset - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextPathElement
The 'startOffset' attribute value.
startPage(PageSelectorList) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
startPage(PageSelectorList) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
startPath() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
startPath() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
startPath() - Method in class io.sf.carte.echosvg.parser.AWTPathProducer
startPath() - Method in class io.sf.carte.echosvg.parser.DefaultPathHandler
startPath() - Method in class io.sf.carte.echosvg.parser.PathArrayProducer
startPath() - Method in interface io.sf.carte.echosvg.parser.PathHandler
Invoked when the path starts.
startPoints() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPointList.PointsListBuilder
startPoints() - Method in class io.sf.carte.echosvg.parser.AWTPolylineProducer
startPoints() - Method in class io.sf.carte.echosvg.parser.DefaultPointsHandler
startPoints() - Method in class io.sf.carte.echosvg.parser.FloatArrayProducer
startPoints() - Method in interface io.sf.carte.echosvg.parser.PointsHandler
Invoked when the points attribute starts.
startPrefixMapping(String, String) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
 
startPreserveAspectRatio() - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when the PreserveAspectRatio parsing starts.
startPreserveAspectRatio() - Method in class io.sf.carte.echosvg.parser.DefaultPreserveAspectRatioHandler
startPreserveAspectRatio() - Method in interface io.sf.carte.echosvg.parser.PreserveAspectRatioHandler
Invoked when the PreserveAspectRatio parsing starts.
startProcessing() - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Starts XBL processing on the document.
startProcessing() - Method in class io.sf.carte.echosvg.dom.xbl.GenericXBLManager
Starts XBL processing on the document.
startProcessing() - Method in interface io.sf.carte.echosvg.dom.xbl.XBLManager
Starts XBL processing on the document.
startProperty(String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
startProperty(String) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
startSelector(SelectorList) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
startSelector(SelectorList) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
startSupports(BooleanCondition) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
startSupports(BooleanCondition) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
startSVGLoadEventDispatcher(GraphicsNode) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Starts a SVGLoadEventDispatcher thread.
startTimingSpecifierList() - Method in class io.sf.carte.echosvg.parser.DefaultTimingSpecifierListHandler
Invoked when parsing of a timing specifier list commences.
startTimingSpecifierList() - Method in interface io.sf.carte.echosvg.parser.TimingSpecifierListHandler
Invoked when parsing of a timing specifier list commences.
startTransformList() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.TransformListBuilder
startTransformList() - Method in class io.sf.carte.echosvg.parser.AWTTransformProducer
startTransformList() - Method in class io.sf.carte.echosvg.parser.DefaultFragmentIdentifierHandler
startTransformList() - Method in class io.sf.carte.echosvg.parser.DefaultTransformListHandler
startTransformList() - Method in interface io.sf.carte.echosvg.parser.TransformListHandler
Invoked when the tranform starts.
startValue - Variable in class io.sf.carte.echosvg.swing.JSVGScrollPane.SBListener
 
startViewport() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.DocumentAdapter
 
startViewport() - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
startViewTarget() - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when a view target specification starts.
startViewTarget() - Method in class io.sf.carte.echosvg.parser.DefaultFragmentIdentifierHandler
Invoked when a view target specification starts.
startViewTarget() - Method in interface io.sf.carte.echosvg.parser.FragmentIdentifierHandler
Invoked when a view target specification starts.
state - Variable in class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
The iterator state.
state - Variable in class io.sf.carte.echosvg.util.RunnableQueue
The Suspension state of this thread.
stateChanged(ChangeEvent) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane.SBListener
 
stateChanged(ChangeEvent) - Method in class io.sf.carte.echosvg.util.gui.UserStyleDialog.Panel.FileCheckBoxChangeListener
 
stateLock - Variable in class io.sf.carte.echosvg.util.RunnableQueue
Object to synchronize/wait/notify for suspension issues.
STATIC - Static variable in class io.sf.carte.echosvg.bridge.BridgeContext
Indicates that no DOM listeners should be registered.
StaticRenderer - Class in io.sf.carte.echosvg.gvt.renderer
Simple implementation of the Renderer that simply does static rendering in an offscreen buffer image.
StaticRenderer() - Constructor for class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
Creates a new StaticRenderer object.
StaticRenderer(RenderingHints, AffineTransform) - Constructor for class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
 
STEELBLUE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'steelblue' RGB color.
STEELBLUE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'steelblue' color name.
STITCH_TILES_VALUES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFETurbulenceElement
The 'stitchTiles' attribute values.
stitchTiles - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFETurbulenceElement
The 'stitchTiles' attribute value.
Stop(Color, float) - Constructor for class io.sf.carte.echosvg.bridge.AbstractSVGGradientElementBridge.Stop
Constructs a new stop definition.
STOP_COLOR_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
STOP_OPACITY_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
StopElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.StopElementFactory
 
stopImmediatePropagation - Variable in class io.sf.carte.echosvg.dom.events.AbstractEvent
Whether the event propagation must be stopped immediately.
stopImmediatePropagation() - Method in class io.sf.carte.echosvg.dom.events.AbstractEvent
DOM: Stops propagation of this event immediately, even to listeners in the current group.
stopImmediatePropagation(AbstractEvent, boolean) - Method in class io.sf.carte.echosvg.dom.events.EventSupport
Calls AbstractEvent.stopImmediatePropagation(boolean).
stopMouseCapture() - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext
Stops mouse capture.
stopMouseCapture() - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment.Global
Stops mouse capture.
stopMouseCapture() - Method in interface io.sf.carte.echosvg.dom.svg12.SVGGlobal
Stops mouse capture.
stopMouseCapture(Context, Scriptable, Object[], Function) - Static method in class io.sf.carte.echosvg.bridge.GlobalWrapper
Wraps the 'stopMouseCapture' method of the SVGGlobal interface.
stopProcessing() - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Stops XBL processing on the document.
stopProcessing() - Method in class io.sf.carte.echosvg.dom.xbl.GenericXBLManager
Stops XBL processing on the document.
stopProcessing() - Method in interface io.sf.carte.echosvg.dom.xbl.XBLManager
Stops XBL processing on the document.
stopProcessing() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Stops the processing of the current tree.
stopProcessing() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Stops the processing of the current document.
stopPropagation - Variable in class io.sf.carte.echosvg.dom.events.AbstractEvent
Whether the event propagation must be stopped after the current event listener group has been completed.
stopPropagation() - Method in class io.sf.carte.echosvg.dom.events.AbstractEvent
DOM: The stopPropagation method is used prevent further propagation of an event during event flow.
stopPropagation(AbstractEvent, boolean) - Method in class io.sf.carte.echosvg.dom.events.EventSupport
Calls AbstractEvent.stopPropagation(boolean).
stopThenRun(Runnable) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
This method calls stop processing waits for all threads to die then runs the Runnable in the event queue thread.
storeEventListener(BridgeContext, EventTarget, String, EventListener, boolean) - Static method in class io.sf.carte.echosvg.bridge.BridgeEventSupport
Calls storeEventListener on the given BridgeContext.
storeEventListener(EventTarget, String, EventListener, boolean) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Adds to the eventListenerSet the specified event listener registration.
storeEventListenerNS(BridgeContext, EventTarget, String, String, EventListener, boolean) - Static method in class io.sf.carte.echosvg.bridge.BridgeEventSupport
Calls storeEventListenerNS on the given BridgeContext.
storeEventListenerNS(EventTarget, String, String, EventListener, boolean) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Adds to the eventListenerSet the specified event listener registration.
storeImplementationEventListenerNS(EventTarget, String, String, EventListener, boolean) - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext
Adds to the eventListenerSet the specified implementation event listener registration.
str - Variable in class io.sf.carte.echosvg.bridge.RhinoInterpreter.Entry
The script string.
stream - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
 
stream - Variable in class io.sf.carte.echosvg.util.ParsedURLData
 
stream(Writer) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
stream(Writer, boolean) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
stream(Writer, boolean, boolean) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
stream(String) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
stream(String, boolean) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
stream(Element, Writer) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
stream(Element, Writer, boolean, boolean) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
StreamNormalizingReader - Class in io.sf.carte.echosvg.util.io
This class represents a NormalizingReader which handles streams of bytes.
StreamNormalizingReader() - Constructor for class io.sf.carte.echosvg.util.io.StreamNormalizingReader
This constructor is intended for use by subclasses.
StreamNormalizingReader(InputStream) - Constructor for class io.sf.carte.echosvg.util.io.StreamNormalizingReader
Creates a new NormalizingReader.
StreamNormalizingReader(InputStream, String) - Constructor for class io.sf.carte.echosvg.util.io.StreamNormalizingReader
Creates a new NormalizingReader.
StreamNormalizingReader(Reader) - Constructor for class io.sf.carte.echosvg.util.io.StreamNormalizingReader
Creates a new NormalizingReader.
StreamNormalizingReader.ASCIIDecoderFactory - Class in io.sf.carte.echosvg.util.io
To create an ASCIIDecoder.
StreamNormalizingReader.CharDecoderFactory - Interface in io.sf.carte.echosvg.util.io
Represents a CharDecoder factory.
StreamNormalizingReader.ISO_8859_1DecoderFactory - Class in io.sf.carte.echosvg.util.io
To create an ISO_8859_1Decoder.
StreamNormalizingReader.UTF16DecoderFactory - Class in io.sf.carte.echosvg.util.io
To create a UTF16Decoder.
StreamNormalizingReader.UTF8DecoderFactory - Class in io.sf.carte.echosvg.util.io
To create a UTF8Decoder.
StreamRegistryEntry - Interface in io.sf.carte.echosvg.ext.awt.image.spi
This type of Image tag registy entry is used for most normal image file formats.
STRETCH_ANDSCANS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
STRETCH_BLACKONWHITE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
STRETCH_COLORONCOLOR - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
STRETCH_DELETESCANS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
STRETCH_HALFTONE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
STRETCH_ORSCANS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
STRETCH_WHITEONBLACK - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
strictErrorChecking - Variable in class io.sf.carte.echosvg.dom.AbstractDocument
Whether strict error checking is in force.
strikeOut - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFFont
 
STRIKETHROUGH_ON - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for STRIKETHROUGH specifying strikethrough-on
strikethroughOffset - Variable in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
 
strikethroughPaint - Variable in class io.sf.carte.echosvg.gvt.text.TextPaintInfo
 
strikethroughPosition - Variable in class io.sf.carte.echosvg.gvt.font.GVTFontFace
 
strikethroughStroke - Variable in class io.sf.carte.echosvg.gvt.text.TextPaintInfo
 
strikethroughStrokePaint - Variable in class io.sf.carte.echosvg.gvt.text.TextPaintInfo
 
strikethroughThickness - Variable in class io.sf.carte.echosvg.gvt.font.GVTFontFace
 
strikethroughThickness - Variable in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
 
string - Variable in class io.sf.carte.echosvg.anim.values.AnimatableStringValue
The string value.
string - Variable in class io.sf.carte.echosvg.util.io.StringDecoder
The string which contains the decoded characters.
string - Variable in class io.sf.carte.echosvg.util.io.StringNormalizingReader
The characters.
STRING - Static variable in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector.Scanner
 
STRING - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a string lexical unit.
string1() - Method in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector.Scanner
Scans a single quoted string.
string2() - Method in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector.Scanner
Scans a double quoted string.
StringArrayKey - Class in io.sf.carte.echosvg.transcoder.keys
A transcoding Key represented as a string array.
StringArrayKey() - Constructor for class io.sf.carte.echosvg.transcoder.keys.StringArrayKey
 
StringDecoder - Class in io.sf.carte.echosvg.util.io
This class reads a string.
StringDecoder(String) - Constructor for class io.sf.carte.echosvg.util.io.StringDecoder
Creates a new StringDecoder.
StringIntMap - Class in io.sf.carte.echosvg.css.engine
A simple hashtable, not synchronized, with fixed load factor.
StringIntMap(int) - Constructor for class io.sf.carte.echosvg.css.engine.StringIntMap
Creates a new table.
StringIntMap.Entry - Class in io.sf.carte.echosvg.css.engine
To manage collisions
StringKey - Class in io.sf.carte.echosvg.transcoder.keys
A transcoding Key represented as a string.
StringKey() - Constructor for class io.sf.carte.echosvg.transcoder.keys.StringKey
 
StringMap - Class in io.sf.carte.echosvg.css.engine.value
A simple hashtable, not synchronized, with fixed load factor and with equality test made with '=='.
StringMap() - Constructor for class io.sf.carte.echosvg.css.engine.value.StringMap
Creates a new table.
StringMap(int) - Constructor for class io.sf.carte.echosvg.css.engine.value.StringMap
Creates a new table with an initial capacity.
StringMap(StringMap) - Constructor for class io.sf.carte.echosvg.css.engine.value.StringMap
Creates a copy of the given StringMap object.
StringMap.Entry - Class in io.sf.carte.echosvg.css.engine.value
To manage collisions
StringNormalizingReader - Class in io.sf.carte.echosvg.util.io
This class represents a NormalizingReader which handles Strings.
StringNormalizingReader(String) - Constructor for class io.sf.carte.echosvg.util.io.StringNormalizingReader
Creates a new StringNormalizingReader.
StringRecord(String) - Constructor for class io.sf.carte.echosvg.transcoder.wmf.tosvg.MetaRecord.StringRecord
 
strings - Variable in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AttributedStringBuffer
The strings.
stringToLineBreakClasses(String) - Static method in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
stringValue - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr.Result
The string value.
StringValue - Class in io.sf.carte.echosvg.css.engine.value
This class represents string values.
StringValue(short, String) - Constructor for class io.sf.carte.echosvg.css.engine.value.StringValue
Creates a new StringValue.
stringValueChanged(short, String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
Called when the string value has changed.
stringValueChanged(short, String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the string value has changed.
stripFirst() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AttributedStringBuffer
Strips the last string character.
stripLast() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AttributedStringBuffer
Strips the last string character.
stroke - Variable in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Current Stroke
stroke - Variable in class io.sf.carte.echosvg.gvt.StrokeShapePainter
The stroke attribute used to draw the outline of the shape.
STROKE - Static variable in interface io.sf.carte.echosvg.gvt.GraphicsNode
Indicates that this graphics node can be the target for events when the mouse is over the stroked area whatever or not it is the visible.
STROKE_DASHARRAY_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
STROKE_DASHOFFSET_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
STROKE_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
STROKE_LINECAP_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
STROKE_LINEJOIN_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
STROKE_MITERLIMIT_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
STROKE_OPACITY_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
STROKE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'stroke' keyword.
STROKE_WIDTH - Static variable in class io.sf.carte.echosvg.bridge.SVGUtilities
The strokeWidth coordinate system constants.
STROKE_WIDTH_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
StrokeDasharrayManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a factory for the 'stroke-dasharray' property values.
StrokeDasharrayManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.StrokeDasharrayManager
 
StrokeDashoffsetManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a factory for the 'stroke-dashoffset' property values.
StrokeDashoffsetManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.StrokeDashoffsetManager
 
strokedShape - Variable in class io.sf.carte.echosvg.gvt.StrokeShapePainter
Stroked version of the shape.
StrokeLinecapManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'stroke-linecap' property values.
StrokeLinecapManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.StrokeLinecapManager
 
StrokeLinejoinManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'stroke-linejoin' property values.
StrokeLinejoinManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.StrokeLinejoinManager
 
StrokeMiterlimitManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a factory for the 'stroke-miterlimit' property values.
StrokeMiterlimitManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.StrokeMiterlimitManager
 
strokePaint - Variable in class io.sf.carte.echosvg.gvt.text.TextPaintInfo
 
StrokeShapePainter - Class in io.sf.carte.echosvg.gvt
A shape painter that can be used to draw the outline of a shape.
StrokeShapePainter(Shape) - Constructor for class io.sf.carte.echosvg.gvt.StrokeShapePainter
Constructs a new ShapePainter that can be used to draw the outline of a Shape.
strokeStroke - Variable in class io.sf.carte.echosvg.gvt.text.TextPaintInfo
 
StrokeWidthManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a factory for the 'stroke-width' property values.
StrokeWidthManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.StrokeWidthManager
 
StrokingTextPainter - Class in io.sf.carte.echosvg.bridge
More sophisticated implementation of TextPainter which renders the attributed character iterator of a TextNode.
StrokingTextPainter() - Constructor for class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
StrokingTextPainter.TextChunk - Class in io.sf.carte.echosvg.bridge
 
StrokingTextPainter.TextRun - Class in io.sf.carte.echosvg.bridge
Inner convenience class for associating a TextLayout for sub-spans, and the ACI which iterates over that subspan.
StylableExtensionElement - Class in io.sf.carte.echosvg.extension
This class implements the basic features an element must have in order to be usable as a foreign element within an SVGOMDocument, and the support for both the 'style' attribute and the style attributes (ie: fill="red", ...).
StylableExtensionElement() - Constructor for class io.sf.carte.echosvg.extension.StylableExtensionElement
Creates a new Element object.
StylableExtensionElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.extension.StylableExtensionElement
Creates a new Element object.
style - Variable in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
The 'style' attribute value.
style(Node) - Static method in class io.sf.carte.echosvg.svggen.SVGCSSStyler
Invoking this method removes all the styling attributes (such as 'fill' or 'fill-opacity') from the input element and its descendant and replaces them with their CSS2 property counterparts.
styleDeclaration - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleDeclarationBuilder
 
styleDeclaration - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
styleDeclaration - Variable in class io.sf.carte.echosvg.css.engine.StyleRule
The style declaration.
StyleDeclaration - Class in io.sf.carte.echosvg.css.engine
This class represents a collection of CSS property values.
StyleDeclaration() - Constructor for class io.sf.carte.echosvg.css.engine.StyleDeclaration
 
StyleDeclaration(CSSEngine) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGStylableElement.StyleDeclaration
Creates a new StyleDeclaration.
styleDeclarationBuilder - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The style declaration document handler used to build a StyleDeclaration object.
StyleDeclarationBuilder() - Constructor for class io.sf.carte.echosvg.css.engine.CSSEngine.StyleDeclarationBuilder
 
StyleDeclarationColorValue(String) - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMSVGStyleDeclaration.StyleDeclarationColorValue
Creates a new StyleDeclarationColorValue.
styleDeclarationDocumentHandler - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The style declaration document handler.
StyleDeclarationDocumentHandler() - Constructor for class io.sf.carte.echosvg.css.engine.CSSEngine.StyleDeclarationDocumentHandler
 
StyleDeclarationPaintValue(String) - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue
Creates a new StyleDeclarationPaintValue.
StyleDeclarationProvider - Interface in io.sf.carte.echosvg.css.engine
An interface for CSSStyleDeclaration objects to expose their underlying StyleDeclaration objects storing the properties.
styleDeclarationUpdateHandler - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The style declaration update handler.
StyleDeclarationUpdateHandler() - Constructor for class io.sf.carte.echosvg.css.engine.CSSEngine.StyleDeclarationUpdateHandler
 
StyleDeclarationValue(String) - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration.StyleDeclarationValue
Creates a new StyleDeclarationValue.
StyleElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.StyleElementFactory
 
StyleHandler - Interface in io.sf.carte.echosvg.svggen
The StyleHandler interface allows you to specialize how the style will be set on an SVG Element.
styleLocalName - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The style attribute local name.
styleMap - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleDeclarationDocumentHandler
 
styleMap - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleDeclarationUpdateHandler
 
StyleMap - Class in io.sf.carte.echosvg.css.engine
This class represents objects which contains property/value mappings.
StyleMap(int) - Constructor for class io.sf.carte.echosvg.css.engine.StyleMap
Creates a new StyleMap.
styleNamespaceURI - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The style attribute namespace URI.
StyleReference - Class in io.sf.carte.echosvg.bridge
A style reference represents a graphics node, CSS property pair.
StyleReference(GraphicsNode, String) - Constructor for class io.sf.carte.echosvg.bridge.StyleReference
Creates a new StyleReference.
styleRule - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
StyleRule - Class in io.sf.carte.echosvg.css.engine
This class represents a style rule.
StyleRule() - Constructor for class io.sf.carte.echosvg.css.engine.StyleRule
 
styleSheet - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMStyleElement
The DOM CSS style-sheet.
styleSheet - Variable in class io.sf.carte.echosvg.anim.dom.SVGStyleSheetProcessingInstruction
The style-sheet.
styleSheet - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
StyleSheet - Class in io.sf.carte.echosvg.css.engine
This class represents a list of rules.
StyleSheet() - Constructor for class io.sf.carte.echosvg.css.engine.StyleSheet
 
styleSheetDocumentHandler - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The style sheet document handler.
StyleSheetDocumentHandler() - Constructor for class io.sf.carte.echosvg.css.engine.CSSEngine.StyleSheetDocumentHandler
 
StyleSheetFactory - Interface in io.sf.carte.echosvg.dom
This interface represents a StyleSheet factory.
styleSheetNodes - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The DOM nodes which contains StyleSheets.
StyleSheetProcessingInstruction - Class in io.sf.carte.echosvg.dom
This class provides an implementation of the 'xml-stylesheet' processing instructions.
StyleSheetProcessingInstruction() - Constructor for class io.sf.carte.echosvg.dom.StyleSheetProcessingInstruction
Creates a new ProcessingInstruction object.
StyleSheetProcessingInstruction(String, AbstractDocument, StyleSheetFactory) - Constructor for class io.sf.carte.echosvg.dom.StyleSheetProcessingInstruction
Creates a new ProcessingInstruction object.
styleSheetRemoved - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
Whether a style sheet as been removed from the document.
styleToSVG(Font) - Static method in class io.sf.carte.echosvg.svggen.SVGFont
 
SUB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'sub' keyword.
subCtx - Variable in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
 
subCtx - Variable in class io.sf.carte.echosvg.bridge.SVGUseElementBridge
The bridge context for the referenced document.
subdivide(double, Cubic, Cubic) - Method in class io.sf.carte.echosvg.ext.awt.geom.Cubic
Subdivides this Cubic curve into two curves at given t.
subdivide(double, Linear, Linear) - Method in class io.sf.carte.echosvg.ext.awt.geom.Linear
Subdivides this Cubic curve into two curves.
subdivide(double, Quadradic, Quadradic) - Method in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
Subdivides this Quadradic curve into two curves at given t.
subdivide(double, Segment, Segment) - Method in class io.sf.carte.echosvg.ext.awt.geom.Cubic
Subdivides this Cubic curve into two curves at given t.
subdivide(double, Segment, Segment) - Method in class io.sf.carte.echosvg.ext.awt.geom.Linear
Subdivides this Linear segment into two segments at given t.
subdivide(double, Segment, Segment) - Method in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
Subdivides this Quadradic curve into two curves at t. can be done with getSegment but this is more efficent.
subdivide(double, Segment, Segment) - Method in interface io.sf.carte.echosvg.ext.awt.geom.Segment
 
subdivide(Cubic, Cubic) - Method in class io.sf.carte.echosvg.ext.awt.geom.Cubic
Subdivides this Cubic curve into two curves at t = 0.5. can be done with getSegment but this is more efficent.
subdivide(Linear, Linear) - Method in class io.sf.carte.echosvg.ext.awt.geom.Linear
Subdivides this Cubic curve into two curves at t = 0.5.
subdivide(Quadradic, Quadradic) - Method in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
Subdivides this Quadradic curve into two curves at t = 0.5. can be done with getSegment but this is more efficent.
subdivide(Segment, Segment) - Method in class io.sf.carte.echosvg.ext.awt.geom.Cubic
Subdivides this Cubic curve into two curves at t = 0.5. can be done with getSegment but this is more efficent.
subdivide(Segment, Segment) - Method in class io.sf.carte.echosvg.ext.awt.geom.Linear
Subdivides this Linear segment into two segments at t = 0.5. can be done with getSegment but this is more efficent.
subdivide(Segment, Segment) - Method in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
Subdivides this Quadradic curve into two curves at t = 0.5. can be done with getSegment but this is more efficent.
subdivide(Segment, Segment) - Method in interface io.sf.carte.echosvg.ext.awt.geom.Segment
 
SubImageElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.SubImageElementFactory
 
SubImageRefElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.SubImageRefElementFactory
 
subLength(double, double, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
subLength(double, double, double) - Method in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
 
subList(int, int) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Not supported - Throws UnsupportedOperationException exception.
subpanel - Variable in class io.sf.carte.echosvg.util.gui.JErrorPane
The sub panel that contains the stack trace text area.
substitute(int) - Method in class io.sf.carte.echosvg.svggen.font.table.SingleSubst
 
substitute(int) - Method in class io.sf.carte.echosvg.svggen.font.table.SingleSubstFormat1
 
substitute(int) - Method in class io.sf.carte.echosvg.svggen.font.table.SingleSubstFormat2
 
substringData(int, int) - Method in class io.sf.carte.echosvg.dom.AbstractCharacterData
subtract(RectListManager, int, int) - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
 
subtreeModified(Node) - Method in class io.sf.carte.echosvg.css.engine.CSSEngine.CSSNavigableDocumentHandler
A subtree of the CSSNavigableDocument tree has been modified in some way.
subtreeModified(Node) - Method in interface io.sf.carte.echosvg.css.engine.CSSNavigableDocumentListener
A subtree of the CSSNavigableDocument tree has been modified in some way.
subtreeModifiedEventListener - Variable in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
The DOM EventListener to receive 'DOMSubtreeModified' event.
sumTime - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationTickRunnable
SUPER_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'super' keyword.
Supported CSS - Search tag in class io.sf.carte.echosvg.transcoder.util.CSSTranscodingHelper
Section
supportExtension(String) - Method in interface io.sf.carte.echosvg.bridge.UserAgent
Tells whether the given extension is supported by this user agent.
supportExtension(String) - Method in class io.sf.carte.echosvg.bridge.UserAgentAdapter
Tells whether the given extension is supported by this user agent.
supportExtension(String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgent
Tells whether the given extension is supported by this user agent.
supportExtension(String) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Tells whether the given extension is supported by this user agent.
supportExtension(String) - Method in interface io.sf.carte.echosvg.swing.svg.SVGUserAgent
Tells whether the given extension is supported by this user agent.
supportExtension(String) - Method in class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
Tells whether the given extension is supported by this user agent.
surfaceScale - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEDiffuseLightingElement
The 'surfaceScale' attribute value.
surfaceScale - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFESpecularLightingElement
The 'surfaceScale' attribute value.
surroundPixels(double) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.GaussianBlurRed8Bit
Calculate the number of surround pixels required for a given standard Deviation.
surroundPixels(double, RenderingHints) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.GaussianBlurRed8Bit
Calculate the number of surround pixels required for a given standard Deviation.
suspend() - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Suspends the update manager.
suspendCalled - Variable in class io.sf.carte.echosvg.bridge.UpdateManager
Whether the suspend() method was called.
suspended - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.RepaintThread
Whether or not the thread was supended.
SUSPENDED - Static variable in class io.sf.carte.echosvg.util.RunnableQueue
The queue is no longer running any tasks and will not run any tasks until resumeExecution is called.
suspendExecution(boolean) - Method in class io.sf.carte.echosvg.util.RunnableQueue
Suspends the execution of this queue after the current runnable completes.
SUSPENDING - Static variable in class io.sf.carte.echosvg.util.RunnableQueue
The queue may still be running tasks but as soon as possible will go to SUSPENDED state.
suspendInteractions - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Whether to suspend interactions.
suspendProcessing() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Suspend the processing of the current document.
suspendRedraw(int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
suspendRedraw(int) - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
 
suspendRedraw(int) - Method in interface io.sf.carte.echosvg.dom.svg.SVGSVGContext
Suspends redrawing of the canvas for the given number of milliseconds.
suspendRedraw(int) - Method in interface org.w3c.dom.svg.SVGSVGElement
 
SuspensionInfo(int, long) - Constructor for class io.sf.carte.echosvg.bridge.UpdateManager.SuspensionInfo
 
SVG_100_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_200_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_300_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_400_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_500_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_600_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_700_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_800_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_900_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_A_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_A_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ABSOLUTE_COLORIMETRIC_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ACCENT_HEIGHT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ACCUMULATE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ADDITIVE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ALIGN_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ALL_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ALPHABETIC_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ALT_GLYPH_DEF_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ALT_GLYPH_ITEM_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ALT_GLYPH_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_AMPLITUDE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ANGLETYPE_DEG - Static variable in interface org.w3c.dom.svg.SVGAngle
 
SVG_ANGLETYPE_GRAD - Static variable in interface org.w3c.dom.svg.SVGAngle
 
SVG_ANGLETYPE_RAD - Static variable in interface org.w3c.dom.svg.SVGAngle
 
SVG_ANGLETYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGAngle
 
SVG_ANGLETYPE_UNSPECIFIED - Static variable in interface org.w3c.dom.svg.SVGAngle
 
SVG_ANIMATE_COLOR_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ANIMATE_MOTION_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ANIMATE_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ANIMATE_TRANSFORM_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ARABIC_FORM_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ARITHMETIC_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ASCENT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ATOP_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ATTRIBUTE_NAME_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ATTRIBUTE_TYPE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_AUTO_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_AZIMUTH_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_B_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_BACKGROUND_ALPHA_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_BACKGROUND_IMAGE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_BASE_FREQUENCY_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_BASE_PROFILE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_BBOX_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_BEGIN_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_BEVEL_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_BIAS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_BOLD_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_BOLDER_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_BUTT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_BY_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_CALC_MODE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_CAP_HEIGHT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_CHANNEL_A - Static variable in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
 
SVG_CHANNEL_B - Static variable in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
 
SVG_CHANNEL_G - Static variable in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
 
SVG_CHANNEL_R - Static variable in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
 
SVG_CHANNEL_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
 
SVG_CIRCLE_CX_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_CIRCLE_CY_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_CIRCLE_R_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_CIRCLE_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_CLASS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_CLICK_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for 'click' MouseEvent.
SVG_CLIP_PATH_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_CLIP_PATH_CLIP_PATH_UNITS_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_CLIP_PATH_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_CLIP_PATH_UNITS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_COLOR_INTERPOLATION_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_COLOR_PROFILE_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_COLOR_RENDERING_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_COLORTYPE_CURRENTCOLOR - Static variable in interface org.w3c.dom.svg.SVGColor
 
SVG_COLORTYPE_RGBCOLOR - Static variable in interface org.w3c.dom.svg.SVGColor
 
SVG_COLORTYPE_RGBCOLOR_ICCCOLOR - Static variable in interface org.w3c.dom.svg.SVGColor
 
SVG_COLORTYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGColor
 
SVG_COMPONENT_TRANSFER_FUNCTION_AMPLITUDE_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_COMPONENT_TRANSFER_FUNCTION_EXPONENT_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_COMPONENT_TRANSFER_FUNCTION_INTERCEPT_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_COMPONENT_TRANSFER_FUNCTION_OFFSET_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_COMPONENT_TRANSFER_FUNCTION_SLOPE_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_COMPONENT_TRANSFER_FUNCTION_TABLE_VALUES_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_COMPOSITE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_CONTENT_SCRIPT_TYPE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_CONTENT_STYLE_TYPE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_CRISP_EDGES_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_CROSSHAIR_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_CURSOR_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_CURSOR_X_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_CURSOR_Y_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_CX_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_CY_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_D_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_DARKEN_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_DEFINITION_SRC_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_DEFS_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_DESC_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_DESCENT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_DIFFUSE_CONSTANT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_DIGIT_ONE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_DILATE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_DISABLE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_DISCRETE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_DIVISOR_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_DOM_EVENT - Static variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
 
SVG_DOMACTIVATE_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for 'DOMActivate' UIEvent.
SVG_DOMFOCUSIN_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for 'DOMFocusIn' UIEvent.
SVG_DOMFOCUSOUT_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for 'DOMFocusOut' UIEvent.
SVG_DUPLICATE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_DUR_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_DX_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_DY_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_E_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_EDGE_MODE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_EDGEMODE_DUPLICATE - Static variable in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
SVG_EDGEMODE_NONE - Static variable in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
SVG_EDGEMODE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
SVG_EDGEMODE_WRAP - Static variable in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
SVG_ELEVATION_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ELLIPSE_CX_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ELLIPSE_CY_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ELLIPSE_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ENABLE_BACKGROUND_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_END_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_END_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ERODE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_EVEN_ODD_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_EVENT_ATTRS - Static variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
 
SVG_EVENT_CLICK - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_EVENT_KEYDOWN - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_EVENT_KEYPRESS - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_EVENT_KEYUP - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_EVENT_MOUSEDOWN - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_EVENT_MOUSEMOVE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_EVENT_MOUSEOUT - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_EVENT_MOUSEOVER - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_EVENT_MOUSEUP - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_EXACT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_EXPONENT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_EXTENSION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
SVG file extension
SVG_EXTENSION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter.SVGFileFilter
 
SVG_EXTENSION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverterURLSource
SVG file extension
SVG_EXTENSION - Static variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFTranscoder
 
SVG_EXTERNAL_RESOURCES_REQUIRED_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FALSE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_BLEND_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_COLOR_MATRIX_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_COMPONENT_TRANSFER_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_COMPOSITE_K1_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_COMPOSITE_K2_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_COMPOSITE_K3_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_COMPOSITE_K4_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_COMPOSITE_OPERATOR_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_COMPOSITE_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_CONVOLVE_MATRIX_EDGE_MODE_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_CONVOLVE_MATRIX_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_DIFFUSE_LIGHTING_DIFFUSE_CONSTANT_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_DIFFUSE_LIGHTING_SURFACE_SCALE_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_DIFFUSE_LIGHTING_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_DISPLACEMENT_MAP_SCALE_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_DISPLACEMENT_MAP_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_DISTANT_LIGHT_AZIMUTH_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_DISTANT_LIGHT_ELEVATION_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_DISTANT_LIGHT_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_FLOOD_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_FUNC_A_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_FUNC_B_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_FUNC_G_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_FUNC_R_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_GAUSSIAN_BLUR_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_IMAGE_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_MERGE_NODE_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_MERGE_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_MORPHOLOGY_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_OFFSET_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_POINT_LIGHT_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_POINT_LIGHT_X_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_POINT_LIGHT_Y_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_POINT_LIGHT_Z_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_SPECULAR_LIGHTING_SPECULAR_CONSTANT_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_SPECULAR_LIGHTING_SPECULAR_EXPONENT_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_SPECULAR_LIGHTING_SURFACE_SCALE_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_SPECULAR_LIGHTING_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_SPOT_LIGHT_LIMITING_CONE_ANGLE_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_SPOT_LIGHT_POINTS_AT_X_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_SPOT_LIGHT_POINTS_AT_Y_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_SPOT_LIGHT_POINTS_AT_Z_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_SPOT_LIGHT_SPECULAR_EXPONENT_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_SPOT_LIGHT_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_SPOT_LIGHT_X_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_SPOT_LIGHT_Y_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_SPOT_LIGHT_Z_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_TILE_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_TURBULENCE_NUM_OCTAVES_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_TURBULENCE_SEED_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FE_TURBULENCE_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FEBLEND_MODE_DARKEN - Static variable in interface org.w3c.dom.svg.SVGFEBlendElement
 
SVG_FEBLEND_MODE_LIGHTEN - Static variable in interface org.w3c.dom.svg.SVGFEBlendElement
 
SVG_FEBLEND_MODE_MULTIPLY - Static variable in interface org.w3c.dom.svg.SVGFEBlendElement
 
SVG_FEBLEND_MODE_NORMAL - Static variable in interface org.w3c.dom.svg.SVGFEBlendElement
 
SVG_FEBLEND_MODE_SCREEN - Static variable in interface org.w3c.dom.svg.SVGFEBlendElement
 
SVG_FEBLEND_MODE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGFEBlendElement
 
SVG_FECOLORMATRIX_TYPE_HUEROTATE - Static variable in interface org.w3c.dom.svg.SVGFEColorMatrixElement
 
SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA - Static variable in interface org.w3c.dom.svg.SVGFEColorMatrixElement
 
SVG_FECOLORMATRIX_TYPE_MATRIX - Static variable in interface org.w3c.dom.svg.SVGFEColorMatrixElement
 
SVG_FECOLORMATRIX_TYPE_SATURATE - Static variable in interface org.w3c.dom.svg.SVGFEColorMatrixElement
 
SVG_FECOLORMATRIX_TYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGFEColorMatrixElement
 
SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE - Static variable in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
 
SVG_FECOMPONENTTRANSFER_TYPE_GAMMA - Static variable in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
 
SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY - Static variable in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
 
SVG_FECOMPONENTTRANSFER_TYPE_LINEAR - Static variable in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
 
SVG_FECOMPONENTTRANSFER_TYPE_TABLE - Static variable in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
 
SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
 
SVG_FECOMPOSITE_OPERATOR_ARITHMETIC - Static variable in interface org.w3c.dom.svg.SVGFECompositeElement
 
SVG_FECOMPOSITE_OPERATOR_ATOP - Static variable in interface org.w3c.dom.svg.SVGFECompositeElement
 
SVG_FECOMPOSITE_OPERATOR_IN - Static variable in interface org.w3c.dom.svg.SVGFECompositeElement
 
SVG_FECOMPOSITE_OPERATOR_OUT - Static variable in interface org.w3c.dom.svg.SVGFECompositeElement
 
SVG_FECOMPOSITE_OPERATOR_OVER - Static variable in interface org.w3c.dom.svg.SVGFECompositeElement
 
SVG_FECOMPOSITE_OPERATOR_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGFECompositeElement
 
SVG_FECOMPOSITE_OPERATOR_XOR - Static variable in interface org.w3c.dom.svg.SVGFECompositeElement
 
SVG_FILL_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FILL_OPACITY_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FILL_PAINT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FILL_RULE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FILTER_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FILTER_FILTER_UNITS_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FILTER_HEIGHT_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FILTER_MARGINS_UNITS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Attribute name for filterMarginsUnits
SVG_FILTER_MH_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Default value for filter mh
SVG_FILTER_MW_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Default value for filter mw
SVG_FILTER_MX_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Default value for filter mx
SVG_FILTER_MY_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Default value for filter my
SVG_FILTER_PRIMITIVE_HEIGHT_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FILTER_PRIMITIVE_MARGINS_UNITS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Attribute name for filterPrimitiveMarginsUnits
SVG_FILTER_PRIMITIVE_UNITS_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FILTER_PRIMITIVE_WIDTH_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FILTER_PRIMITIVE_X_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FILTER_PRIMITIVE_Y_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FILTER_RES_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FILTER_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FILTER_UNITS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FILTER_WIDTH_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FILTER_X_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FILTER_Y_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FLOOD_COLOR_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FLOOD_OPACITY_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FLOOD_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FLOW_DIV_TAG - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Tag name for EchoSVG's flowRoot extension div element SVG 1.2).
SVG_FLOW_LINE_TAG - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Tag name for EchoSVG's flowRoot extension line element SVG 1.2).
SVG_FLOW_PARA_TAG - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Tag name for EchoSVG's flowRoot extension p element SVG 1.2).
SVG_FLOW_REGION_BREAK_TAG - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Tag name for EchoSVG's flowRoot extension flow Region break element SVG 1.2).
SVG_FLOW_REGION_EXCLUDE_TAG - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Tag name for EchoSVG's flowRoot extension Region element (SVG 1.2).
SVG_FLOW_REGION_TAG - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Tag name for EchoSVG's flowRoot extension Region element (SVG 1.2).
SVG_FLOW_ROOT_TAG - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Tag name for EchoSVG's flowRoot extension (SVG 1.2).
SVG_FLOW_SPAN_TAG - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Tag name for EchoSVG's flowRoot extension span element SVG 1.2).
SVG_FONT_FACE_FONT_STRETCH_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FONT_FACE_FONT_STYLE_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FONT_FACE_FONT_VARIANT_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FONT_FACE_FONT_WEIGHT_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FONT_FACE_FORMAT_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FONT_FACE_NAME_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FONT_FACE_PANOSE_1_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FONT_FACE_SLOPE_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FONT_FACE_SRC_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FONT_FACE_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FONT_FACE_UNITS_PER_EM_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FONT_FACE_URI_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FONT_FAMILY_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FONT_SIZE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FONT_STRETCH_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FONT_STYLE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FONT_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FONT_VARIANT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FONT_WEIGHT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FOREIGN_OBJECT_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FOREIGN_OBJECT_X_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FOREIGN_OBJECT_Y_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FORMAT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FRACTAL_NOISE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FROM_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FX_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_FY_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_G_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_G_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_G1_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_G2_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_GAMMA_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_GEOMETRIC_PRECISION_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_GLYPH_NAME_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_GLYPH_REF_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_GLYPH_REF_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_GLYPH_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_GRADIENT_TRANSFORM_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_GRADIENT_UNITS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_H_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_HANDLER_TAG - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
SVG 1.2 'handler' element tag name.
SVG_HANGING_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_HEIGHT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_HELP_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_HKERN_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_HORIZ_ADV_X_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_HORIZ_ORIGIN_X_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_HORIZ_ORIGIN_X_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_HORIZ_ORIGIN_Y_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_HORIZ_ORIGIN_Y_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_HUE_ROTATE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_HUNDRED_PERCENT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ID_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_IDENTITY_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_IDEOGRAPHIC_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_IMAGE_RENDERING_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_IMAGE_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_IMAGE_X_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_IMAGE_Y_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_IN_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_IN_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_IN2_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_INITIAL_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_INTERCEPT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_INVALID_VALUE_ERR - Static variable in exception class org.w3c.dom.svg.SVGException
 
SVG_ISOLATED_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ITALIC_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_K_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_K1_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_K2_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_K3_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_K4_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_KERN_K_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_KERNEL_MATRIX_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_KERNEL_UNIT_LENGTH_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_KERNING_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_KEY_POINTS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_KEY_SPLINES_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_KEY_TIMES_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_KEYDOWN_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for 'keydown' KeyEvent.
SVG_KEYEVENTS_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for KeyEvent.
SVG_KEYPRESS_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for 'keypress' KeyEvent.
SVG_KEYUP_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for 'keyup' KeyEvent.
SVG_LANG_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_LENGTH_ADJUST_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_LENGTH_LIST_SEPARATOR - Static variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList
Separator for a length list.
SVG_LENGTHTYPE_CM - Static variable in interface org.w3c.dom.svg.SVGLength
 
SVG_LENGTHTYPE_EMS - Static variable in interface org.w3c.dom.svg.SVGLength
 
SVG_LENGTHTYPE_EXS - Static variable in interface org.w3c.dom.svg.SVGLength
 
SVG_LENGTHTYPE_IN - Static variable in interface org.w3c.dom.svg.SVGLength
 
SVG_LENGTHTYPE_MM - Static variable in interface org.w3c.dom.svg.SVGLength
 
SVG_LENGTHTYPE_NUMBER - Static variable in interface org.w3c.dom.svg.SVGLength
 
SVG_LENGTHTYPE_PC - Static variable in interface org.w3c.dom.svg.SVGLength
 
SVG_LENGTHTYPE_PERCENTAGE - Static variable in interface org.w3c.dom.svg.SVGLength
 
SVG_LENGTHTYPE_PT - Static variable in interface org.w3c.dom.svg.SVGLength
 
SVG_LENGTHTYPE_PX - Static variable in interface org.w3c.dom.svg.SVGLength
 
SVG_LENGTHTYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGLength
 
SVG_LIGHTEN_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_LIGHTER_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_LIGHTING_COLOR_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_LIMITING_CONE_ANGLE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_LINE_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_LINE_X1_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_LINE_X2_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_LINE_Y1_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_LINE_Y2_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_LINEAR_GRADIENT_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_LINEAR_GRADIENT_X1_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_LINEAR_GRADIENT_X2_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_LINEAR_GRADIENT_Y1_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_LINEAR_GRADIENT_Y2_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_LINEAR_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_LINEAR_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_LOCAL_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_LUMINANCE_TO_ALPHA_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MAGNIFY_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MARKER_HEIGHT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MARKER_MARKER_HEIGHT_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MARKER_MARKER_UNITS_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MARKER_MARKER_WIDTH_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MARKER_ORIENT_ANGLE - Static variable in interface org.w3c.dom.svg.SVGMarkerElement
 
SVG_MARKER_ORIENT_AUTO - Static variable in interface org.w3c.dom.svg.SVGMarkerElement
 
SVG_MARKER_ORIENT_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MARKER_ORIENT_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGMarkerElement
 
SVG_MARKER_REF_X_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MARKER_REF_Y_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MARKER_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MARKER_UNITS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MARKER_WIDTH_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MARKERUNITS_STROKEWIDTH - Static variable in interface org.w3c.dom.svg.SVGMarkerElement
 
SVG_MARKERUNITS_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGMarkerElement
 
SVG_MARKERUNITS_USERSPACEONUSE - Static variable in interface org.w3c.dom.svg.SVGMarkerElement
 
SVG_MASK_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MASK_CONTENT_UNITS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MASK_HEIGHT_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MASK_MASK_UNITS_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MASK_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MASK_UNITS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MASK_WIDTH_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MASK_X_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MASK_Y_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MATHEMATICAL_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MATRIX_NOT_INVERTABLE - Static variable in exception class org.w3c.dom.svg.SVGException
 
SVG_MATRIX_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MAX_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MAX_PIXEL_SIZE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Attribute name for pixel-height attribute
SVG_MEDIA_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MEDIAL_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MEET_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MEETORSLICE_MEET - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
 
SVG_MEETORSLICE_SLICE - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
 
SVG_MEETORSLICE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
 
SVG_METADATA_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_METHOD_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MH_ATRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Attribute name for filter mh attribute
SVG_MIDDLE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MIN_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MIN_PIXEL_SIZE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Attribute name for pixel-width attribute
SVG_MISSING_GLYPH_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MITER_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MODE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MORPHOLOGY_OPERATOR_DILATE - Static variable in interface org.w3c.dom.svg.SVGFEMorphologyElement
 
SVG_MORPHOLOGY_OPERATOR_ERODE - Static variable in interface org.w3c.dom.svg.SVGFEMorphologyElement
 
SVG_MORPHOLOGY_OPERATOR_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGFEMorphologyElement
 
SVG_MOUSEDOWN_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for 'mousedown' MouseEvent.
SVG_MOUSEEVENTS_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for MouseEvent.
SVG_MOUSEMOVE_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for 'mousemove' MouseEvent.
SVG_MOUSEOUT_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for 'mouseout' MouseEvent.
SVG_MOUSEOVER_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for 'mouseover' MouseEvent.
SVG_MOUSEUP_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for 'mouseup' MouseEvent.
SVG_MOVE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MPATH_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MULTI_IMAGE_TAG - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Tag name for EchoSVG's multiImage extension.
SVG_MULTIPLY_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_MW_ATRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Attribute name for filter mw attribute
SVG_MX_ATRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Attribute name for filter mx attribute
SVG_MY_ATRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Attribute name for filter my attribute
SVG_N_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_NAME_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_NAMESPACE_URI - Static variable in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation
The SVG namespace uri.
SVG_NAMESPACE_URI - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_NE_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_NEW_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_NINETY_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_NO_STITCH_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_NON_ZERO_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_NONE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_NORMAL_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_NUM_OCTAVES_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_NUMBER_LIST_SEPARATOR - Static variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumberList
Separator for a length list.
SVG_NW_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_OBJECT_BOUNDING_BOX_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_OBLIQUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_OFFSET_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ONABORT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onabort' attribute name of type SVGEvents.
SVG_ONACTIVATE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onabort' attribute name of type SVGEvents.
SVG_ONBEGIN_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onbegin' attribute name of type SVGEvents.
SVG_ONCLICK_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onclick' attribute name of type MouseEvents.
SVG_ONE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ONEND_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onend' attribute name of type SVGEvents.
SVG_ONERROR_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onerror' attribute name of type SVGEvents.
SVG_ONFOCUSIN_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onfocusin' attribute name of type UIEvents.
SVG_ONFOCUSOUT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onfocusout' attribute name of type UIEvents.
SVG_ONKEYDOWN_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onkeydown' attribute name of type KeyEvents.
SVG_ONKEYPRESS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onkeypress' attribute name of type KeyEvents.
SVG_ONKEYUP_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onkeyup' attribute name of type KeyEvents.
SVG_ONLOAD_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onload' attribute name of type SVGEvents.
SVG_ONMOUSEDOWN_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onmousedown' attribute name of type MouseEvents.
SVG_ONMOUSEMOVE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onmousemove' attribute name of type MouseEvents.
SVG_ONMOUSEOUT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onmouseout' attribute name of type MouseEvents.
SVG_ONMOUSEOVER_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onmouseover' attribute name of type MouseEvents.
SVG_ONMOUSEUP_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onmouseup' attribute name of type MouseEvents.
SVG_ONREPEAT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onrepeat' attribute name of type SVGEvents.
SVG_ONRESIZE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onresize' attribute name of type SVGEvents.
SVG_ONSCROLL_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onscroll' attribute name of type SVGEvents.
SVG_ONUNLOAD_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onunload' attribute name of type SVGEvents.
SVG_ONZOOM_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The 'onzoom' attribute name of type SVGEvents.
SVG_OPACITY_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_OPAQUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_OPERATOR_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_OPTIMIZE_LEGIBILITY_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_OPTIMIZE_QUALITY_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_OPTIMIZE_SPEED_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ORDER_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ORG_W3C_DOM_SVG_ALL_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ORG_W3C_DOM_SVG_ANIMATION_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ORG_W3C_DOM_SVG_DYNAMIC_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ORG_W3C_DOM_SVG_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ORG_W3C_DOM_SVG_STATIC_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ORG_W3C_SVG_ALL_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ORG_W3C_SVG_ANIMATION_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ORG_W3C_SVG_DYNAMIC_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ORG_W3C_SVG_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ORG_W3C_SVG_STATIC_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ORIENT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ORIENTATION_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ORIGIN_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_OUT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_OVER_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_OVERLINE_POSITION_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_OVERLINE_THICKNESS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_PACED_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_PAD_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_PAINTTYPE_CURRENTCOLOR - Static variable in interface org.w3c.dom.svg.SVGPaint
 
SVG_PAINTTYPE_NONE - Static variable in interface org.w3c.dom.svg.SVGPaint
 
SVG_PAINTTYPE_RGBCOLOR - Static variable in interface org.w3c.dom.svg.SVGPaint
 
SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR - Static variable in interface org.w3c.dom.svg.SVGPaint
 
SVG_PAINTTYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGPaint
 
SVG_PAINTTYPE_URI - Static variable in interface org.w3c.dom.svg.SVGPaint
 
SVG_PAINTTYPE_URI_CURRENTCOLOR - Static variable in interface org.w3c.dom.svg.SVGPaint
 
SVG_PAINTTYPE_URI_NONE - Static variable in interface org.w3c.dom.svg.SVGPaint
 
SVG_PAINTTYPE_URI_RGBCOLOR - Static variable in interface org.w3c.dom.svg.SVGPaint
 
SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR - Static variable in interface org.w3c.dom.svg.SVGPaint
 
SVG_PANOSE_1_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_PATH_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_PATH_LENGTH_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_PATH_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_PATHSEG_LIST_SEPARATOR - Static variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList
Separator for a point list.
SVG_PATTERN_CONTENT_UNITS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_PATTERN_HEIGHT_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_PATTERN_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_PATTERN_TRANSFORM_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_PATTERN_UNITS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_PATTERN_WIDTH_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_PATTERN_X_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_PATTERN_Y_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_PERCEPTUAL_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_POINT_LIST_SEPARATOR - Static variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGPointList
Separator for a point list.
SVG_POINTER_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_POINTS_AT_X_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_POINTS_AT_Y_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_POINTS_AT_Z_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_POINTS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_POLYGON_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_POLYLINE_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_PRESERVE_ALPHA_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_PRESERVE_ASPECT_RATIO_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_PRESERVE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_PRESERVEASPECTRATIO_NONE - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
 
SVG_PRESERVEASPECTRATIO_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
 
SVG_PRESERVEASPECTRATIO_XMAXYMAX - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
 
SVG_PRESERVEASPECTRATIO_XMAXYMID - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
 
SVG_PRESERVEASPECTRATIO_XMAXYMIN - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
 
SVG_PRESERVEASPECTRATIO_XMIDYMAX - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
 
SVG_PRESERVEASPECTRATIO_XMIDYMID - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
 
SVG_PRESERVEASPECTRATIO_XMIDYMIN - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
 
SVG_PRESERVEASPECTRATIO_XMINYMAX - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
 
SVG_PRESERVEASPECTRATIO_XMINYMID - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
 
SVG_PRESERVEASPECTRATIO_XMINYMIN - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
 
SVG_PRIMITIVE_UNITS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_PUBLIC_ID - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_R_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_R_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_RADIAL_GRADIENT_CX_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_RADIAL_GRADIENT_CY_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_RADIAL_GRADIENT_R_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_RADIAL_GRADIENT_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_RADIUS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_RECT_HEIGHT_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_RECT_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_RECT_WIDTH_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_RECT_X_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_RECT_Y_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_REF_X_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_REF_Y_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_REFLECT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_RELATIVE_COLORIMETRIC_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_RENDERING_INTENT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_REPEAT_COUNT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_REPEAT_DUR_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_REPEAT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_REQUIRED_EXTENSIONS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_REQUIRED_FEATURES_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_RESTART_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_RESULT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ROTATE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ROUND_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_RX_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_RY_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_S_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SATURATE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SATURATION_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SCALE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SCREEN_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SCRIPT_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SCRIPT_TYPE_APPLICATION_ECMASCRIPT - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SCRIPT_TYPE_APPLICATION_JAVASCRIPT - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SCRIPT_TYPE_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SCRIPT_TYPE_ECMASCRIPT - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SCRIPT_TYPE_JAVA - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SCRIPT_TYPE_JAVASCRIPT - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SE_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SEED_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SET_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SHAPE_RENDERING_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SHORTHAND_MANAGERS - Static variable in class io.sf.carte.echosvg.css.engine.SVG12CSSEngine
The shorthand managers for SVG.
SVG_SHORTHAND_MANAGERS - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
The shorthand managers for SVG.
SVG_SLICE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SLOPE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SNAPSHOT_TIME_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SOLID_COLOR_TAG - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Tag name for EchoSVG's solid color extension (SVG 1.2).
SVG_SOURCE_ALPHA_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SOURCE_GRAPHIC_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SPACE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SPACING_AND_GLYPHS_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SPACING_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SPACING_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SPECULAR_CONSTANT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SPECULAR_EXPONENT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SPREAD_METHOD_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SPREADMETHOD_PAD - Static variable in interface org.w3c.dom.svg.SVGGradientElement
 
SVG_SPREADMETHOD_REFLECT - Static variable in interface org.w3c.dom.svg.SVGGradientElement
 
SVG_SPREADMETHOD_REPEAT - Static variable in interface org.w3c.dom.svg.SVGGradientElement
 
SVG_SPREADMETHOD_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGGradientElement
 
SVG_SQUARE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SRGB_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_START_OFFSET_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_START_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STD_DEVIATION_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STEMH_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STEMV_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STITCH_TILES_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STITCH_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STITCHTYPE_NOSTITCH - Static variable in interface org.w3c.dom.svg.SVGFETurbulenceElement
 
SVG_STITCHTYPE_STITCH - Static variable in interface org.w3c.dom.svg.SVGFETurbulenceElement
 
SVG_STITCHTYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGFETurbulenceElement
 
SVG_STOP_COLOR_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STOP_OPACITY_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STOP_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STRETCH_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STRIKETHROUGH_POSITION_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STRIKETHROUGH_THICKNESS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STRING_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STROKE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STROKE_DASHARRAY_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STROKE_DASHOFFSET_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STROKE_LINECAP_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STROKE_LINEJOIN_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STROKE_MITERLIMIT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STROKE_OPACITY_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STROKE_PAINT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STROKE_WIDTH_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STROKE_WIDTH_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STYLE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_STYLE_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SUB_IMAGE_REF_TAG - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Tag name for EchoSVG's subImageRef multiImage extension.
SVG_SUB_IMAGE_TAG - Static variable in interface io.sf.carte.echosvg.util.SVG12Constants
Tag name for EchoSVG's subImage multiImage extension.
SVG_SURFACE_SCALE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG_HEIGHT_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG_WIDTH_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG_X_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG_Y_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_ANIMATION_EVENTS_ATTRIBUTE_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_ANIMATION_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_BASIC_CLIP_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_BASIC_FILTER_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_BASIC_FONT_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_BASIC_GRAPHICS_ATTRIBUTE_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_BASIC_PAINT_ATTRIBUTE_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_BASIC_STRUCTURE_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_BASIC_TEXT_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_CLIP_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_COLOR_PROFILE_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_CONDITIONAL_PROCESSING_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_CONTAINER_ATTRIBUTE_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_CORE_ATTRIBUTE_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_CURSOR_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_DOCUMENT_EVENTS_ATTRIBUTE_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_EXTENSIBILITY_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_EXTERNAL_RESOURCES_REQUIRED_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_FILTER_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_FONT_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_GRADIENT_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_GRAPHICAL_EVENTS_ATTRIBUTE_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_GRAPHICS_ATTRIBUTE_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_HYPERLINKING_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_IMAGE_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_MARKER_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_MASK_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_OPACITY_ATTRIBUTE_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_PAINT_ATTRIBUTE_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_PATTERN_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_SCRIPT_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_SHAPE_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_STRUCTURE_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_STYLE_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_SVG_ANIMATION_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_SVG_DOM_ANIMATION_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_SVG_DOM_DYNAMIC_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_SVG_DOM_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_SVG_DOM_STATIC_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_SVG_DYNAMIC_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_SVG_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_SVG_STATIC_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_TEXT_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_VIEW_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_VIEWPORT_ATTRIBUTE_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVG11_XLINK_FEATURE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SVGABORT_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for 'SVGAbort' SVGEvent.
SVG_SVGERROR_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for 'SVGError' SVGEvent.
SVG_SVGEVENTS_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for SVGEvent.
SVG_SVGLOAD_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for 'SVGLoad' SVGEvent.
SVG_SVGRESIZE_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for 'SVGResize' SVGEvent.
SVG_SVGSCROLL_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for 'SVGScroll' SVGEvent.
SVG_SVGUNLOAD_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for 'SVGUnload' SVGEvent.
SVG_SVGZOOM_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for 'SVGZoom' SVGEvent.
SVG_SW_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SWITCH_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SYMBOL_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SYSTEM_ID - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_SYSTEM_LANGUAGE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TABLE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TABLE_VALUES_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TARGET_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TARGET_X_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TARGET_Y_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TERMINAL_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TEXT_ANCHOR_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TEXT_LENGTH_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TEXT_PATH_START_OFFSET_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TEXT_PATH_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TEXT_RENDERING_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TEXT_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TEXT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TITLE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TITLE_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TO_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TRANSFORM_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TRANSFORM_MATRIX - Static variable in interface org.w3c.dom.svg.SVGTransform
 
SVG_TRANSFORM_ROTATE - Static variable in interface org.w3c.dom.svg.SVGTransform
 
SVG_TRANSFORM_SCALE - Static variable in interface org.w3c.dom.svg.SVGTransform
 
SVG_TRANSFORM_SKEWX - Static variable in interface org.w3c.dom.svg.SVGTransform
 
SVG_TRANSFORM_SKEWY - Static variable in interface org.w3c.dom.svg.SVGTransform
 
SVG_TRANSFORM_TRANSLATE - Static variable in interface org.w3c.dom.svg.SVGTransform
 
SVG_TRANSFORM_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGTransform
 
SVG_TRANSFORMATION_LIST_SEPARATOR - Static variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList
Separator for a point list.
SVG_TRANSLATE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TREF_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TRUE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TSPAN_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TURBULENCE_TYPE_FRACTALNOISE - Static variable in interface org.w3c.dom.svg.SVGFETurbulenceElement
 
SVG_TURBULENCE_TYPE_TURBULENCE - Static variable in interface org.w3c.dom.svg.SVGFETurbulenceElement
 
SVG_TURBULENCE_TYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGFETurbulenceElement
 
SVG_TURBULENCE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_TYPE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_U1_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_U2_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_UIEVENTS_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
The event type for UIEvent.
SVG_UNDERLINE_POSITION_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_UNDERLINE_THICKNESS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_UNICODE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_UNICODE_RANGE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_UNIT_TYPE_OBJECTBOUNDINGBOX - Static variable in interface org.w3c.dom.svg.SVGUnitTypes
 
SVG_UNIT_TYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGUnitTypes
 
SVG_UNIT_TYPE_USERSPACEONUSE - Static variable in interface org.w3c.dom.svg.SVGUnitTypes
 
SVG_UNITS_PER_EM_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_USE_HEIGHT_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_USE_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_USE_WIDTH_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_USE_X_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_USE_Y_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_USER_SPACE_ON_USE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_V_ALPHABETIC_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_V_HANGING_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_V_IDEOGRAPHIC_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_V_MATHEMATICAL_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_V_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_VALUE_MANAGERS - Static variable in class io.sf.carte.echosvg.css.engine.SVG12CSSEngine
The value managers for SVG.
SVG_VALUE_MANAGERS - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
The value managers for SVG.
SVG_VALUES_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_VERSION - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_VERSION_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_VERT_ADV_Y_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_VERT_ORIGIN_X_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_VERT_ORIGIN_Y_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_VIEW_BOX_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_VIEW_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_VIEW_TARGET_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_VKERN_TAG - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_W_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_WAIT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_WIDTH_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_WIDTHS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_WRAP_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_WRONG_TYPE_ERR - Static variable in exception class org.w3c.dom.svg.SVGException
 
SVG_X_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_X_CHANNEL_SELECTOR_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_X_HEIGHT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_X1_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_X2_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_XMAXYMAX_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_XMAXYMID_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_XMAXYMIN_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_XMIDYMAX_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_XMIDYMID_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_XMIDYMIN_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_XMINYMAX_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_XMINYMID_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_XMINYMIN_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_XOR_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_Y_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_Y_CHANNEL_SELECTOR_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_Y1_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_Y2_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_Z_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ZERO_PERCENT_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ZERO_VALUE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ZOOM_AND_PAN_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
SVG_ZOOMANDPAN_DISABLE - Static variable in interface org.w3c.dom.svg.SVGZoomAndPan
 
SVG_ZOOMANDPAN_MAGNIFY - Static variable in interface org.w3c.dom.svg.SVGZoomAndPan
 
SVG_ZOOMANDPAN_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGZoomAndPan
 
svg11Factories - Static variable in class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation
The SVG element factories.
SVG12BridgeContext - Class in io.sf.carte.echosvg.bridge.svg12
Bridge context for SVG 1.2 documents.
SVG12BridgeContext(UserAgent) - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext
Constructs a new bridge context.
SVG12BridgeContext(UserAgent, DocumentLoader) - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext
Constructs a new bridge context.
SVG12BridgeContext(UserAgent, InterpreterPool, DocumentLoader) - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext
Constructs a new bridge context.
SVG12BridgeContext.EventListenerWrapper - Class in io.sf.carte.echosvg.bridge.svg12
Wrapper for DOM event listeners so that they will see only original events (i.e., not retargetted).
SVG12BridgeContext.ImplementationEventListenerMememto - Class in io.sf.carte.echosvg.bridge.svg12
A class used to store an implementation EventListener added to the DOM.
SVG12BridgeContext.XBLBindingListener - Class in io.sf.carte.echosvg.bridge.svg12
The BindingListener.
SVG12BridgeContext.XBLContentListener - Class in io.sf.carte.echosvg.bridge.svg12
The ContentSelectionChangedListener.
SVG12BridgeEventSupport - Class in io.sf.carte.echosvg.bridge.svg12
This class is responsible for tracking GraphicsNodeMouseEvents and forwarding them to the DOM as regular DOM MouseEvents.
SVG12BridgeEventSupport() - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeEventSupport
 
SVG12BridgeEventSupport.Listener - Class in io.sf.carte.echosvg.bridge.svg12
A GraphicsNodeMouseListener that dispatch DOM events accordingly.
SVG12BridgeExtension - Class in io.sf.carte.echosvg.bridge.svg12
This is a Service interface for classes that want to extend the functionality of the Bridge, to support new tags in the rendering tree.
SVG12BridgeExtension() - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeExtension
 
SVG12BridgeUpdateHandler - Interface in io.sf.carte.echosvg.bridge.svg12
A BridgeUpdateHandler interface for SVG 1.2 specific events.
SVG12Constants - Interface in io.sf.carte.echosvg.util
Define SVG 1.2 constants, such as tag names, attribute names and URI
SVG12CSSConstants - Interface in io.sf.carte.echosvg.util
This interface defines constants for CSS with SVG12.
SVG12CSSEngine - Class in io.sf.carte.echosvg.css.engine
This class provides a CSS engine initialized for SVG.
SVG12CSSEngine(Document, ParsedURL, Parser, CSSContext) - Constructor for class io.sf.carte.echosvg.css.engine.SVG12CSSEngine
Creates a new SVG12CSSEngine.
SVG12CSSEngine(Document, ParsedURL, Parser, ValueManager[], ShorthandManager[], CSSContext) - Constructor for class io.sf.carte.echosvg.css.engine.SVG12CSSEngine
Creates a new SVG12CSSEngine.
SVG12DOMImplementation - Class in io.sf.carte.echosvg.anim.dom
This class implements the DOMImplementation interface.
SVG12DOMImplementation() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation
Creates a new SVGDOMImplementation object.
SVG12DOMImplementation.FlowDivElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'flowDiv' element.
SVG12DOMImplementation.FlowLineElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'flowLine' element.
SVG12DOMImplementation.FlowParaElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'flowPara' element.
SVG12DOMImplementation.FlowRegionBreakElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'flowRegionBreak' element.
SVG12DOMImplementation.FlowRegionElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'flowRegion' element.
SVG12DOMImplementation.FlowRegionExcludeElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'flowRegion' element.
SVG12DOMImplementation.FlowRootElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'flowRoot' element.
SVG12DOMImplementation.FlowSpanElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'flowSpan' element.
SVG12DOMImplementation.HandlerElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'handler' element.
SVG12DOMImplementation.MultiImageElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'multiImage' element.
SVG12DOMImplementation.SolidColorElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'solidColor' element.
SVG12DOMImplementation.SubImageElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'subImage' element.
SVG12DOMImplementation.SubImageRefElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'SubImageRef' element.
SVG12DOMImplementation.XBLContentElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'xbl:content' element.
SVG12DOMImplementation.XBLDefinitionElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'xbl:definition' element.
SVG12DOMImplementation.XBLHandlerGroupElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'xbl:handlerGroup' element.
SVG12DOMImplementation.XBLImportElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'xbl:import' element.
SVG12DOMImplementation.XBLShadowTreeElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'xbl:shadowTree' element.
SVG12DOMImplementation.XBLTemplateElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'xbl:template' element.
SVG12DOMImplementation.XBLXBLElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'xbl:xbl' element.
svg12Factories - Static variable in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation
The SVG element factories.
SVG12FocusManager - Class in io.sf.carte.echosvg.bridge.svg12
Focus manager for SVG 1.2 documents.
SVG12FocusManager(Document) - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12FocusManager
Constructs a new SVG12FocusManager for the specified document.
SVG12FocusManager.DOMFocusInTracker - Class in io.sf.carte.echosvg.bridge.svg12
The class that is responsible for tracking 'DOMFocusIn' changes.
SVG12FocusManager.MouseClickTracker - Class in io.sf.carte.echosvg.bridge.svg12
The class that is responsible for tracking 'mouseclick' changes.
SVG12FocusManager.MouseOutTracker - Class in io.sf.carte.echosvg.bridge.svg12
The class that is responsible for tracking 'mouseout' changes.
SVG12FocusManager.MouseOverTracker - Class in io.sf.carte.echosvg.bridge.svg12
The class that is responsible for tracking 'mouseover' changes.
SVG12OMDocument - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGDocument and provides support for SVG 1.2 specifics.
SVG12OMDocument() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12OMDocument
Creates a new uninitialized document.
SVG12OMDocument(DocumentType, DOMImplementation) - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12OMDocument
Creates a new SVG12OMDocument.
SVG12RhinoInterpreter - Class in io.sf.carte.echosvg.bridge
A RhinoInterpreter for SVG 1.2 documents.
SVG12RhinoInterpreter(URL) - Constructor for class io.sf.carte.echosvg.bridge.SVG12RhinoInterpreter
Creates an SVG12RhinoInterpreter object.
SVG12RhinoInterpreter(URL, ImportInfo) - Constructor for class io.sf.carte.echosvg.bridge.SVG12RhinoInterpreter
Creates an SVG12RhinoInterpreter object.
SVG12ScriptingEnvironment - Class in io.sf.carte.echosvg.bridge.svg12
Manages scripting handlers for SVG 1.2 'handler' elements.
SVG12ScriptingEnvironment(BridgeContext) - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12ScriptingEnvironment
Creates a new SVG12ScriptingEnvironment.
SVG12ScriptingEnvironment.DOMAttrModifiedListener - Class in io.sf.carte.echosvg.bridge.svg12
 
SVG12ScriptingEnvironment.DOMNodeInsertedListener - Class in io.sf.carte.echosvg.bridge.svg12
The listener class for 'DOMNodeInserted' event.
SVG12ScriptingEnvironment.DOMNodeRemovedListener - Class in io.sf.carte.echosvg.bridge.svg12
The listener class for 'DOMNodeRemoved' event.
SVG12ScriptingEnvironment.Global - Class in io.sf.carte.echosvg.bridge.svg12
The SVGGlobal object.
SVG12ScriptingEnvironment.HandlerScriptingEventListener - Class in io.sf.carte.echosvg.bridge.svg12
To handle a scripting event with an XML Events style handler.
SVG12TextElementBridge - Class in io.sf.carte.echosvg.bridge.svg12
Bridge class for SVG 'text' elements with support for text content that has been specified with XBL.
SVG12TextElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12TextElementBridge
 
SVG12TextElementBridge.DOMChildNodeRemovedEventListener - Class in io.sf.carte.echosvg.bridge.svg12
The DOM EventListener invoked when a node is removed.
SVG12TextElementBridge.DOMSubtreeModifiedEventListener - Class in io.sf.carte.echosvg.bridge.svg12
The DOM EventListener invoked when the subtree is modified.
SVG12URIResolver - Class in io.sf.carte.echosvg.bridge.svg12
A URIResolver for SVG 1.2 documents.
SVG12URIResolver(SVGDocument, DocumentLoader) - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12URIResolver
Creates a new SVG12URIResolver object.
SVG12ValueConstants - Interface in io.sf.carte.echosvg.css.engine.value.svg12
This interface provides constants for SVG 1.2 values.
svgAbortListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The SVGAbort event listener.
SVGAbstractTranscoder - Class in io.sf.carte.echosvg.transcoder
This class may be the base class of all transcoders which take an SVG document as input and which need to build a DOM tree.
SVGAbstractTranscoder() - Constructor for class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
 
SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent - Class in io.sf.carte.echosvg.transcoder
A user agent implementation for PrintTranscoder.
SVGAbstractTranscoderUserAgent() - Constructor for class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
 
SVGAElement - Interface in org.w3c.dom.svg
 
SVGAElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <a> element.
SVGAElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGAElementBridge
Constructs a new bridge for the <a> element.
SVGAElementBridge.AnchorDefaultActionable - Class in io.sf.carte.echosvg.bridge
 
SVGAElementBridge.AnchorListener - Class in io.sf.carte.echosvg.bridge
To handle a click on an anchor.
SVGAElementBridge.CursorHolder - Class in io.sf.carte.echosvg.bridge
 
SVGAElementBridge.CursorMouseOutListener - Class in io.sf.carte.echosvg.bridge
To handle a mouseout on an anchor and set the cursor.
SVGAElementBridge.CursorMouseOverListener - Class in io.sf.carte.echosvg.bridge
To handle a mouseover on an anchor and set the cursor.
SVGAElementBridge.MouseOutDefaultActionable - Class in io.sf.carte.echosvg.bridge
 
SVGAElementBridge.MouseOverDefaultActionable - Class in io.sf.carte.echosvg.bridge
 
SVGAlphaComposite - Class in io.sf.carte.echosvg.svggen
Utility class that converts an AlphaComposite object into a set of SVG properties and definitions.
SVGAlphaComposite(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGAlphaComposite
 
SVGAltGlyphDefElement - Interface in org.w3c.dom.svg
 
SVGAltGlyphElement - Interface in org.w3c.dom.svg
 
SVGAltGlyphElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <altGlyph> element.
SVGAltGlyphElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGAltGlyphElementBridge
Constructs a new bridge for the <altGlyph> element.
SVGAltGlyphHandler - Class in io.sf.carte.echosvg.bridge
SVG font altGlyph handler.
SVGAltGlyphHandler(BridgeContext, Element) - Constructor for class io.sf.carte.echosvg.bridge.SVGAltGlyphHandler
Constructs an SVGAltGlyphHandler.
SVGAltGlyphItemElement - Interface in org.w3c.dom.svg
 
SVGAngle - Interface in org.w3c.dom.svg
 
SVGAnimateColorElement - Interface in org.w3c.dom.svg
 
SVGAnimateColorElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the 'animateColor' animation element.
SVGAnimateColorElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimateColorElementBridge
 
SVGAnimatedAngle - Interface in org.w3c.dom.svg
 
SVGAnimatedBoolean - Interface in org.w3c.dom.svg
 
SVGAnimatedEnumeration - Interface in org.w3c.dom.svg
 
SVGAnimatedInteger - Interface in org.w3c.dom.svg
 
SVGAnimatedLength - Interface in org.w3c.dom.svg
 
SVGAnimatedLengthList - Interface in org.w3c.dom.svg
 
SVGAnimatedNumber - Interface in org.w3c.dom.svg
 
SVGAnimatedNumberList - Interface in org.w3c.dom.svg
 
SVGAnimatedPathData - Interface in org.w3c.dom.svg
 
SVGAnimatedPathDataSupport - Class in io.sf.carte.echosvg.dom.svg
This class provide support for the SVGAnimatedPathData interface.
SVGAnimatedPathDataSupport() - Constructor for class io.sf.carte.echosvg.dom.svg.SVGAnimatedPathDataSupport
 
SVGAnimatedPoints - Interface in org.w3c.dom.svg
 
SVGAnimatedPreserveAspectRatio - Interface in org.w3c.dom.svg
 
SVGAnimatedRect - Interface in org.w3c.dom.svg
 
SVGAnimatedString - Interface in org.w3c.dom.svg
 
SVGAnimatedTransformList - Interface in org.w3c.dom.svg
 
SVGAnimateElement - Interface in org.w3c.dom.svg
 
SVGAnimateElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the 'animate' animation element.
SVGAnimateElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimateElementBridge
 
SVGAnimateMotionElement - Interface in org.w3c.dom.svg
 
SVGAnimateMotionElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the 'animateMotion' animation element.
SVGAnimateMotionElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimateMotionElementBridge
 
SVGAnimateTransformElement - Interface in org.w3c.dom.svg
 
SVGAnimateTransformElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the 'animateTransform' animation element.
SVGAnimateTransformElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimateTransformElementBridge
 
SVGAnimationContext - Interface in io.sf.carte.echosvg.dom.svg
Context class for SVG animation elements to support extra methods.
SVGAnimationElement - Interface in org.w3c.dom.svg
 
SVGAnimationElementBridge - Class in io.sf.carte.echosvg.bridge
An abstract base class for the SVG animation element bridges.
SVGAnimationElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
 
SVGAnimationElementBridge.SVGTimedElement - Class in io.sf.carte.echosvg.bridge
A TimedElement class for SVG animation elements.
SVGAnimationEngine - Class in io.sf.carte.echosvg.bridge
An AnimationEngine for SVG documents.
SVGAnimationEngine(Document, BridgeContext) - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine
Creates a new SVGAnimationEngine.
SVGAnimationEngine.AnimatableAngleOrIdentFactory - Class in io.sf.carte.echosvg.bridge
Factory class for AnimatableAngleOrIdentValues.
SVGAnimationEngine.AnimatableAngleValueFactory - Class in io.sf.carte.echosvg.bridge
Factory class for AnimatableAngleValues.
SVGAnimationEngine.AnimatableBooleanValueFactory - Class in io.sf.carte.echosvg.bridge
Factory class for AnimatableBooleanValues.
SVGAnimationEngine.AnimatableColorValueFactory - Class in io.sf.carte.echosvg.bridge
Factory class for AnimatableColorValues.
SVGAnimationEngine.AnimatableIntegerValueFactory - Class in io.sf.carte.echosvg.bridge
Factory class for AnimatableIntegerValues.
SVGAnimationEngine.AnimatableLengthListValueFactory - Class in io.sf.carte.echosvg.bridge
Factory class for AnimatableLengthListValues.
SVGAnimationEngine.AnimatableLengthOrIdentFactory - Class in io.sf.carte.echosvg.bridge
Factory class for AnimatableLengthOrIdentValues.
SVGAnimationEngine.AnimatableLengthValueFactory - Class in io.sf.carte.echosvg.bridge
Factory class for AnimatableLengthValues.
SVGAnimationEngine.AnimatableNumberListValueFactory - Class in io.sf.carte.echosvg.bridge
Factory class for AnimatableNumberListValues.
SVGAnimationEngine.AnimatableNumberOrIdentFactory - Class in io.sf.carte.echosvg.bridge
Factory class for AnimatableNumberOrIdentValues.
SVGAnimationEngine.AnimatableNumberOrPercentageValueFactory - Class in io.sf.carte.echosvg.bridge
SVGAnimationEngine.AnimatableNumberValueFactory - Class in io.sf.carte.echosvg.bridge
Factory class for AnimatableNumberValues.
SVGAnimationEngine.AnimatablePaintValueFactory - Class in io.sf.carte.echosvg.bridge
Factory class for AnimatablePaintValues.
SVGAnimationEngine.AnimatablePathDataFactory - Class in io.sf.carte.echosvg.bridge
Factory class for AnimatablePathDataValues.
SVGAnimationEngine.AnimatablePointListValueFactory - Class in io.sf.carte.echosvg.bridge
Factory class for AnimatablePointListValues.
SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory - Class in io.sf.carte.echosvg.bridge
SVGAnimationEngine.AnimatableRectValueFactory - Class in io.sf.carte.echosvg.bridge
Factory class for AnimatableNumberListValues.
SVGAnimationEngine.AnimatableStringValueFactory - Class in io.sf.carte.echosvg.bridge
Factory class for computed CSS AnimatableStringValues.
SVGAnimationEngine.AnimationRoot - Class in io.sf.carte.echosvg.bridge
A class for the root time container.
SVGAnimationEngine.AnimationThread - Class in io.sf.carte.echosvg.bridge
The thread that ticks the animation.
SVGAnimationEngine.AnimationThread.Ticker - Class in io.sf.carte.echosvg.bridge
A runnable that ticks the animation engine.
SVGAnimationEngine.AnimationTickRunnable - Class in io.sf.carte.echosvg.bridge
Idle runnable to tick the animation.
SVGAnimationEngine.CSSValueFactory - Class in io.sf.carte.echosvg.bridge
Factory class for AnimatableValues for CSS properties.
SVGAnimationEngine.DebugAnimationTickRunnable - Class in io.sf.carte.echosvg.bridge
Idle runnable to tick the animation, that reads times from System.in.
SVGAnimationEngine.Factory - Interface in io.sf.carte.echosvg.bridge
Interface for AnimatableValue factories.
SVGAnimationEngine.UncomputedAnimatableStringValueFactory - Class in io.sf.carte.echosvg.bridge
Factory class for AnimatableStringValues.
SVGAnimationTargetContext - Interface in io.sf.carte.echosvg.anim.dom
Context interface for elements that can be the target of animations.
SVGArc - Class in io.sf.carte.echosvg.svggen
Utility class that converts an Arc2D object into a corresponding SVG element, i.e., a path with an elliptical arc and optionally lines..
SVGArc(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGArc
 
SVGAttribute - Class in io.sf.carte.echosvg.svggen
Represents an SVG attribute and provides convenience methods to determine whether or not the attribute applies to a given element type.
SVGAttribute(Set<String>, boolean) - Constructor for class io.sf.carte.echosvg.svggen.SVGAttribute
 
SVGAttributeMap - Class in io.sf.carte.echosvg.svggen
Repository of SVG attribute descriptions, accessible by name.
SVGAttributeMap() - Constructor for class io.sf.carte.echosvg.svggen.SVGAttributeMap
 
SVGBasicStroke - Class in io.sf.carte.echosvg.svggen
Utility class that converts a Java BasicStroke object into a set of SVG style attributes
SVGBasicStroke(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGBasicStroke
 
SVGBridgeExtension - Class in io.sf.carte.echosvg.bridge
This is a Service interface for classes that want to extend the functionality of the Bridge, to support new tags in the rendering tree.
SVGBridgeExtension() - Constructor for class io.sf.carte.echosvg.bridge.SVGBridgeExtension
 
SVGBrokenLinkProvider - Class in io.sf.carte.echosvg.bridge
This interface is to be used to provide alternate ways of generating a placeholder image when the ImageTagRegistry fails to handle a given reference.
SVGBrokenLinkProvider() - Constructor for class io.sf.carte.echosvg.bridge.SVGBrokenLinkProvider
 
SVGBufferedImageOp - Class in io.sf.carte.echosvg.svggen
Utility class that converts a BufferedImageOp object into an SVG filter.
SVGBufferedImageOp(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGBufferedImageOp
 
SVGCircleElement - Interface in org.w3c.dom.svg
 
SVGCircleElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <circle> element.
SVGCircleElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGCircleElementBridge
Constructs a new bridge for the <circle> element.
SVGClip - Class in io.sf.carte.echosvg.svggen
Utility class that converts a Path object into an SVG clip
SVGClip(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGClip
 
SVGClipDescriptor - Class in io.sf.carte.echosvg.svggen
Describes an SVG clip
SVGClipDescriptor(String, Element) - Constructor for class io.sf.carte.echosvg.svggen.SVGClipDescriptor
Creates a new SVGClipDescriptor.
SVGClipPathElement - Interface in org.w3c.dom.svg
 
SVGClipPathElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <clipPath> element.
SVGClipPathElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGClipPathElementBridge
Constructs a new bridge for the <clipPath> element.
SVGColor - Class in io.sf.carte.echosvg.svggen
Utility class that converts a Color object into a set of corresponding SVG attributes.
SVGColor - Interface in org.w3c.dom.svg
 
SVGColor(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGColor
 
SVGColorManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the SVGColor property values.
SVGColorManager(String) - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.SVGColorManager
Creates a new SVGColorManager.
SVGColorManager(String, Value) - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.SVGColorManager
Creates a new SVGColorManager.
SVGColorProfileElement - Interface in org.w3c.dom.svg
 
SVGColorProfileElementBridge - Class in io.sf.carte.echosvg.bridge
This class bridges an SVG color-profile element with an ICC_ColorSpace object.
SVGColorProfileElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGColorProfileElementBridge
 
SVGColorProfileRule - Interface in org.w3c.dom.svg
 
SVGComponentTransferFunctionElement - Interface in org.w3c.dom.svg
 
SVGComposite - Class in io.sf.carte.echosvg.ext.awt.image
This provides an implementation of all the composite rules in SVG.
SVGComposite - Class in io.sf.carte.echosvg.svggen
Utility class that converts a Composite object into a set of SVG properties and definitions.
SVGComposite(CompositeRule) - Constructor for class io.sf.carte.echosvg.ext.awt.image.SVGComposite
 
SVGComposite(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGComposite
 
SVGComposite.AlphaPreCompositeContext - Class in io.sf.carte.echosvg.ext.awt.image
 
SVGComposite.AlphaPreCompositeContext_INT_PACK - Class in io.sf.carte.echosvg.ext.awt.image
 
SVGComposite.ArithCompositeContext - Class in io.sf.carte.echosvg.ext.awt.image
 
SVGComposite.ArithCompositeContext_INT_PACK - Class in io.sf.carte.echosvg.ext.awt.image
 
SVGComposite.ArithCompositeContext_INT_PACK_LUT - Class in io.sf.carte.echosvg.ext.awt.image
 
SVGComposite.AtopCompositeContext - Class in io.sf.carte.echosvg.ext.awt.image
 
SVGComposite.AtopCompositeContext_INT_PACK - Class in io.sf.carte.echosvg.ext.awt.image
 
SVGComposite.DarkenCompositeContext - Class in io.sf.carte.echosvg.ext.awt.image
 
SVGComposite.DarkenCompositeContext_INT_PACK - Class in io.sf.carte.echosvg.ext.awt.image
 
SVGComposite.InCompositeContext - Class in io.sf.carte.echosvg.ext.awt.image
 
SVGComposite.InCompositeContext_INT_PACK - Class in io.sf.carte.echosvg.ext.awt.image
 
SVGComposite.LightenCompositeContext - Class in io.sf.carte.echosvg.ext.awt.image
 
SVGComposite.LightenCompositeContext_INT_PACK - Class in io.sf.carte.echosvg.ext.awt.image
 
SVGComposite.MultiplyCompositeContext - Class in io.sf.carte.echosvg.ext.awt.image
The following classes implement the various blend modes from SVG.
SVGComposite.MultiplyCompositeContext_INT_PACK - Class in io.sf.carte.echosvg.ext.awt.image
 
SVGComposite.OutCompositeContext - Class in io.sf.carte.echosvg.ext.awt.image
 
SVGComposite.OutCompositeContext_INT_PACK - Class in io.sf.carte.echosvg.ext.awt.image
 
SVGComposite.OverCompositeContext - Class in io.sf.carte.echosvg.ext.awt.image
This implements SRC_OVER for 4 band byte data.
SVGComposite.OverCompositeContext_INT_PACK - Class in io.sf.carte.echosvg.ext.awt.image
This implements SRC_OVER for Int packed data where the src is premultiplied.
SVGComposite.OverCompositeContext_INT_PACK_NA - Class in io.sf.carte.echosvg.ext.awt.image
This implements SRC_OVER for Int packed data and dest has no Alpha...
SVGComposite.OverCompositeContext_INT_PACK_UNPRE - Class in io.sf.carte.echosvg.ext.awt.image
This implements SRC_OVER for Int packed data where the src is unpremultiplied.
SVGComposite.OverCompositeContext_NA - Class in io.sf.carte.echosvg.ext.awt.image
This implements SRC_OVER for 4 band byte src data and 3 band byte dst data.
SVGComposite.ScreenCompositeContext - Class in io.sf.carte.echosvg.ext.awt.image
 
SVGComposite.ScreenCompositeContext_INT_PACK - Class in io.sf.carte.echosvg.ext.awt.image
 
SVGComposite.XorCompositeContext - Class in io.sf.carte.echosvg.ext.awt.image
 
SVGComposite.XorCompositeContext_INT_PACK - Class in io.sf.carte.echosvg.ext.awt.image
 
SVGCompositeDescriptor - Class in io.sf.carte.echosvg.svggen
Used to represent an SVG Composite.
SVGCompositeDescriptor(String, String) - Constructor for class io.sf.carte.echosvg.svggen.SVGCompositeDescriptor
 
SVGCompositeDescriptor(String, String, Element) - Constructor for class io.sf.carte.echosvg.svggen.SVGCompositeDescriptor
 
SVGConstants - Interface in io.sf.carte.echosvg.util
Define SVG constants, such as tag names, attribute names and URI
svgContext - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
The SVG context.
svgContext - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMElement
The SVG context to get SVG specific informations.
SVGContext - Interface in io.sf.carte.echosvg.dom.svg
This interface is the placeholder for SVG application informations.
SVGConverter - Class in io.sf.carte.echosvg.apps.rasterizer
This application can be used to convert SVG images to raster images.
SVGConverter - Interface in io.sf.carte.echosvg.svggen
Defines the interface for classes that are able to convert part or all of a GraphicContext.
SVGConverter() - Constructor for class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
SVGConverter(SVGConverterController) - Constructor for class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
 
SVGConverter.SVGFileFilter - Class in io.sf.carte.echosvg.apps.rasterizer
Convenience class to filter svg files
SVGConverterController - Interface in io.sf.carte.echosvg.apps.rasterizer
Interface for controlling some aspectes of the SVGConverter operation.
SVGConverterException - Exception Class in io.sf.carte.echosvg.apps.rasterizer
Describes an error condition in SVGConverter
SVGConverterException(String) - Constructor for exception class io.sf.carte.echosvg.apps.rasterizer.SVGConverterException
 
SVGConverterException(String, boolean) - Constructor for exception class io.sf.carte.echosvg.apps.rasterizer.SVGConverterException
 
SVGConverterException(String, Object[]) - Constructor for exception class io.sf.carte.echosvg.apps.rasterizer.SVGConverterException
 
SVGConverterException(String, Object[], boolean) - Constructor for exception class io.sf.carte.echosvg.apps.rasterizer.SVGConverterException
 
SVGConverterFileSource - Class in io.sf.carte.echosvg.apps.rasterizer
Describes a file source for the SVGConverter
SVGConverterFileSource(File) - Constructor for class io.sf.carte.echosvg.apps.rasterizer.SVGConverterFileSource
 
SVGConverterFileSource(File, String) - Constructor for class io.sf.carte.echosvg.apps.rasterizer.SVGConverterFileSource
 
SVGConverterSource - Interface in io.sf.carte.echosvg.apps.rasterizer
Interface used to handle both Files and URLs in the SVGConverter
SVGConverterURLSource - Class in io.sf.carte.echosvg.apps.rasterizer
 
SVGConverterURLSource(String) - Constructor for class io.sf.carte.echosvg.apps.rasterizer.SVGConverterURLSource
 
SVGConvolveOp - Class in io.sf.carte.echosvg.svggen
Utility class that converts a ConvolveOp object into an SVG filter descriptor.
SVGConvolveOp(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGConvolveOp
 
SVGCSSEngine - Class in io.sf.carte.echosvg.css.engine
This class provides a CSS engine initialized for SVG.
SVGCSSEngine(Document, ParsedURL, Parser, CSSContext) - Constructor for class io.sf.carte.echosvg.css.engine.SVGCSSEngine
Creates a new SVGCSSEngine.
SVGCSSEngine(Document, ParsedURL, Parser, ValueManager[], ShorthandManager[], CSSContext) - Constructor for class io.sf.carte.echosvg.css.engine.SVGCSSEngine
Creates a new SVGCSSEngine.
SVGCSSEngine(Document, ParsedURL, Parser, ValueManager[], ShorthandManager[], String[], String, String, String, String, boolean, String, CSSContext) - Constructor for class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
SVGCSSRule - Interface in org.w3c.dom.svg
 
SVGCSSStyler - Class in io.sf.carte.echosvg.svggen
This utility class converts a standard SVG document that uses attribute into one that uses the CSS style attribute instead.
SVGCSSStyler() - Constructor for class io.sf.carte.echosvg.svggen.SVGCSSStyler
 
SVGCursorElement - Interface in org.w3c.dom.svg
 
SVGCustomBufferedImageOp - Class in io.sf.carte.echosvg.svggen
Utility class that converts an custom BufferedImageOp object into an equivalent SVG filter.
SVGCustomBufferedImageOp(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGCustomBufferedImageOp
 
SVGCustomComposite - Class in io.sf.carte.echosvg.svggen
Utility class that converts an custom Composite object into a set of SVG properties and definitions.
SVGCustomComposite(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGCustomComposite
 
SVGCustomPaint - Class in io.sf.carte.echosvg.svggen
Utility class that converts an custom Paint object into a set of SVG properties and definitions.
SVGCustomPaint(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGCustomPaint
 
SVGDecoratedShapeElementBridge - Class in io.sf.carte.echosvg.bridge
The base bridge class for decorated shapes.
SVGDecoratedShapeElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGDecoratedShapeElementBridge
Constructs a new bridge for SVG decorated shapes.
SVGDefinitionSrcElement - Interface in org.w3c.dom.svg
 
SVGDefsElement - Interface in org.w3c.dom.svg
 
SVGDescElement - Interface in org.w3c.dom.svg
 
SVGDescElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <desc> element.
SVGDescElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGDescElementBridge
Constructs a new bridge for the <desc> element.
SVGDescriptiveElement - Class in io.sf.carte.echosvg.anim.dom
This class provides a common superclass for elements which contain descriptive text.
SVGDescriptiveElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDescriptiveElement
Creates a new SVGDescriptiveElement object.
SVGDescriptiveElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDescriptiveElement
Creates a new SVGDescriptiveElement object.
SVGDescriptiveElementBridge - Class in io.sf.carte.echosvg.bridge
Base class for 'descriptive' elements, mostly title and desc.
SVGDescriptiveElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGDescriptiveElementBridge
 
SVGDescriptor - Interface in io.sf.carte.echosvg.svggen
Defines the interface for a set of SVG attributes and related definitions.
svgDocument - Variable in class io.sf.carte.echosvg.swing.svg.GVTTreeBuilder
The SVG document to give to the bridge.
svgDocument - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The current SVG document.
svgDocument - Variable in class io.sf.carte.echosvg.swing.svg.SVGDocumentLoaderEvent
The associated SVG document.
svgDocument - Variable in class io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcher
The SVG document to give to the bridge.
SVGDocument - Interface in org.w3c.dom.svg
 
SVGDocumentBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for an SVGDocument node.
SVGDocumentBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGDocumentBridge
Constructs a new bridge the SVG document.
SVGDocumentFactory - Interface in io.sf.carte.echosvg.dom.svg
This interface represents an object which can build a SVGDocument.
SVGDocumentLoader - Class in io.sf.carte.echosvg.swing.svg
This class represents an object which loads asynchroneaously a SVG document.
SVGDocumentLoader(String, DocumentLoader) - Constructor for class io.sf.carte.echosvg.swing.svg.SVGDocumentLoader
Creates a new SVGDocumentLoader.
SVGDocumentLoaderAdapter - Class in io.sf.carte.echosvg.swing.svg
An adapter class that represents a listener to the SVGDocumentLoaderEvent events.
SVGDocumentLoaderAdapter() - Constructor for class io.sf.carte.echosvg.swing.svg.SVGDocumentLoaderAdapter
 
SVGDocumentLoaderEvent - Class in io.sf.carte.echosvg.swing.svg
This class represents an event which indicate an event originated from a SVGDocumentLoader instance.
SVGDocumentLoaderEvent(Object, SVGDocument) - Constructor for class io.sf.carte.echosvg.swing.svg.SVGDocumentLoaderEvent
Creates a new SVGDocumentLoaderEvent.
SVGDocumentLoaderListener - Interface in io.sf.carte.echosvg.swing.svg
This interface represents a listener to the SVGDocumentLoaderEvent events.
svgDocumentLoaderListeners - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The document loader listeners.
SVGDOMImplementation - Class in io.sf.carte.echosvg.anim.dom
This class implements the DOMImplementation interface.
SVGDOMImplementation() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation
Creates a new SVGDOMImplementation object.
SVGDOMImplementation.AElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'a' element.
SVGDOMImplementation.AltGlyphDefElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'altGlyphDef' element.
SVGDOMImplementation.AltGlyphElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'altGlyph' element.
SVGDOMImplementation.AltGlyphItemElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'altGlyphItem' element.
SVGDOMImplementation.AnimateColorElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'animateColor' element.
SVGDOMImplementation.AnimateElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'animate' element.
SVGDOMImplementation.AnimateMotionElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'animateMotion' element.
SVGDOMImplementation.AnimateTransformElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'animateTransform' element.
SVGDOMImplementation.CircleElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'circle' element.
SVGDOMImplementation.ClipPathElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'clip-path' element.
SVGDOMImplementation.ColorProfileElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'color-profile' element.
SVGDOMImplementation.CursorElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'cursor' element.
SVGDOMImplementation.DefinitionSrcElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'definition-src' element.
SVGDOMImplementation.DefsElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'defs' element.
SVGDOMImplementation.DescElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'desc' element.
SVGDOMImplementation.EllipseElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create an 'ellipse' element.
SVGDOMImplementation.FeBlendElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feBlend' element.
SVGDOMImplementation.FeColorMatrixElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feColorMatrix' element.
SVGDOMImplementation.FeComponentTransferElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feComponentTransfer' element.
SVGDOMImplementation.FeCompositeElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feComposite' element.
SVGDOMImplementation.FeConvolveMatrixElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feConvolveMatrix' element.
SVGDOMImplementation.FeDiffuseLightingElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feDiffuseLighting' element.
SVGDOMImplementation.FeDisplacementMapElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feDisplacementMap' element.
SVGDOMImplementation.FeDistantLightElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feDistantLight' element.
SVGDOMImplementation.FeFloodElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feFlood' element.
SVGDOMImplementation.FeFuncAElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feFuncA' element.
SVGDOMImplementation.FeFuncBElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feFuncB' element.
SVGDOMImplementation.FeFuncGElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feFuncG' element.
SVGDOMImplementation.FeFuncRElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feFuncR' element.
SVGDOMImplementation.FeGaussianBlurElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feGaussianBlur' element.
SVGDOMImplementation.FeImageElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feImage' element.
SVGDOMImplementation.FeMergeElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feMerge' element.
SVGDOMImplementation.FeMergeNodeElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feMergeNode' element.
SVGDOMImplementation.FeMorphologyElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feMorphology' element.
SVGDOMImplementation.FeOffsetElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feOffset' element.
SVGDOMImplementation.FePointLightElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'fePointLight' element.
SVGDOMImplementation.FeSpecularLightingElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feSpecularLighting' element.
SVGDOMImplementation.FeSpotLightElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feSpotLight' element.
SVGDOMImplementation.FeTileElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feTile' element.
SVGDOMImplementation.FeTurbulenceElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'feTurbulence' element
SVGDOMImplementation.FilterElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'filter' element.
SVGDOMImplementation.FontElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'font' element.
SVGDOMImplementation.FontFaceElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'font-face' element.
SVGDOMImplementation.FontFaceFormatElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'font-face-format' element.
SVGDOMImplementation.FontFaceNameElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'font-face-name' element.
SVGDOMImplementation.FontFaceSrcElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'font-face-src' element.
SVGDOMImplementation.FontFaceUriElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'font-face-uri' element.
SVGDOMImplementation.ForeignObjectElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'foreignObject' element.
SVGDOMImplementation.GElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'g' element.
SVGDOMImplementation.GlyphElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'glyph' element.
SVGDOMImplementation.GlyphRefElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'glyphRef' element.
SVGDOMImplementation.HkernElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'hkern' element.
SVGDOMImplementation.ImageElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'image' element.
SVGDOMImplementation.LinearGradientElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'linearGradient' element.
SVGDOMImplementation.LineElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'line' element.
SVGDOMImplementation.MarkerElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'marker' element.
SVGDOMImplementation.MaskElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'mask' element.
SVGDOMImplementation.MetadataElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'metadata' element.
SVGDOMImplementation.MissingGlyphElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'missing-glyph' element.
SVGDOMImplementation.MpathElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'mpath' element.
SVGDOMImplementation.PathElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'path' element.
SVGDOMImplementation.PatternElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'pattern' element.
SVGDOMImplementation.PolygonElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'polygon' element.
SVGDOMImplementation.PolylineElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'polyline' element.
SVGDOMImplementation.RadialGradientElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'radialGradient' element.
SVGDOMImplementation.RectElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'rect' element.
SVGDOMImplementation.ScriptElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'script' element.
SVGDOMImplementation.SetElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'set' element.
SVGDOMImplementation.StopElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'stop' element.
SVGDOMImplementation.StyleElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'style' element.
SVGDOMImplementation.SvgElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create an 'svg' element.
SVGDOMImplementation.SwitchElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'switch' element.
SVGDOMImplementation.SymbolElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'symbol' element.
SVGDOMImplementation.TextElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'text' element.
SVGDOMImplementation.TextPathElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'textPath' element.
SVGDOMImplementation.TitleElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'title' element.
SVGDOMImplementation.TrefElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'tref' element.
SVGDOMImplementation.TspanElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'tspan' element.
SVGDOMImplementation.UseElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'use' element.
SVGDOMImplementation.ViewElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'view' element.
SVGDOMImplementation.VkernElementFactory - Class in io.sf.carte.echosvg.anim.dom
To create a 'vkern' element.
svgElement - Variable in class io.sf.carte.echosvg.bridge.SVGImageElementBridge.ForwardEventListener
The root element of the SVG image.
SVGElement - Interface in org.w3c.dom.svg
 
SvgElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.SvgElementFactory
 
SVGElementInstance - Interface in org.w3c.dom.svg
 
SVGElementInstanceList - Interface in org.w3c.dom.svg
 
SVGEllipse - Class in io.sf.carte.echosvg.svggen
Utility class that converts an Ellipse2D object into a corresponding SVG element, i.e., a circle or an ellipse.
SVGEllipse(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGEllipse
 
SVGEllipseElement - Interface in org.w3c.dom.svg
 
SVGEllipseElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <ellipse> element.
SVGEllipseElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGEllipseElementBridge
Constructs a new bridge for the <ellipse> element.
svgErrorListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The SVGError event listener.
SVGEvent - Interface in org.w3c.dom.svg
 
SVGException - Exception Class in org.w3c.dom.svg
 
SVGException(short, String) - Constructor for exception class org.w3c.dom.svg.SVGException
 
SVGExternalResourcesRequired - Interface in org.w3c.dom.svg
 
SVGFeatureStrings - Class in io.sf.carte.echosvg.util
Exposes the SVG feature strings that EchoSVG supports.
SVGFeatureStrings() - Constructor for class io.sf.carte.echosvg.util.SVGFeatureStrings
 
SVGFEBlendElement - Interface in org.w3c.dom.svg
 
SVGFeBlendElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feBlend> element.
SVGFeBlendElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeBlendElementBridge
Constructs a new bridge for the <feBlend> element.
SVGFEColorMatrixElement - Interface in org.w3c.dom.svg
 
SVGFeColorMatrixElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feColorMatrix> element.
SVGFeColorMatrixElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeColorMatrixElementBridge
Constructs a new bridge for the <feColorMatrix> element.
SVGFEComponentTransferElement - Interface in org.w3c.dom.svg
 
SVGFeComponentTransferElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feComponentTransfer> element.
SVGFeComponentTransferElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeComponentTransferElementBridge
Constructs a new bridge for the <feComponentTransfer> element.
SVGFeComponentTransferElementBridge.SVGFeFuncAElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feFuncA> element.
SVGFeComponentTransferElementBridge.SVGFeFuncBElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feFuncB> element.
SVGFeComponentTransferElementBridge.SVGFeFuncElementBridge - Class in io.sf.carte.echosvg.bridge
The base bridge class for component transfer function.
SVGFeComponentTransferElementBridge.SVGFeFuncGElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feFuncG> element.
SVGFeComponentTransferElementBridge.SVGFeFuncRElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feFuncR> element.
SVGFECompositeElement - Interface in org.w3c.dom.svg
 
SVGFeCompositeElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feComposite> element.
SVGFeCompositeElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeCompositeElementBridge
Constructs a new bridge for the <feComposite> element.
SVGFEConvolveMatrixElement - Interface in org.w3c.dom.svg
 
SVGFeConvolveMatrixElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feConvolveMatrix> element.
SVGFeConvolveMatrixElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeConvolveMatrixElementBridge
Constructs a new bridge for the <feConvolveMatrix> element.
SVGFEDiffuseLightingElement - Interface in org.w3c.dom.svg
 
SVGFeDiffuseLightingElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feDiffuseLighting> element.
SVGFeDiffuseLightingElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeDiffuseLightingElementBridge
Constructs a new bridge for the <feDiffuseLighting> element.
SVGFEDisplacementMapElement - Interface in org.w3c.dom.svg
 
SVGFeDisplacementMapElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feDisplacementMap> element.
SVGFeDisplacementMapElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeDisplacementMapElementBridge
Constructs a new bridge for the <feDisplacementMap> element.
SVGFEDistantLightElement - Interface in org.w3c.dom.svg
 
SVGFeDistantLightElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.AbstractSVGLightingElementBridge.SVGFeDistantLightElementBridge
Constructs a new bridge for a light element.
SVGFEFloodElement - Interface in org.w3c.dom.svg
 
SVGFeFloodElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feFlood> element.
SVGFeFloodElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeFloodElementBridge
Constructs a new bridge for the <feFlood> element.
SVGFEFuncAElement - Interface in org.w3c.dom.svg
 
SVGFeFuncAElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeComponentTransferElementBridge.SVGFeFuncAElementBridge
Constructs a new bridge for the feFuncA element.
SVGFEFuncBElement - Interface in org.w3c.dom.svg
 
SVGFeFuncBElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeComponentTransferElementBridge.SVGFeFuncBElementBridge
Constructs a new bridge for the feFuncB element.
SVGFeFuncElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeComponentTransferElementBridge.SVGFeFuncElementBridge
Constructs a new bridge for component transfer function.
SVGFEFuncGElement - Interface in org.w3c.dom.svg
 
SVGFeFuncGElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeComponentTransferElementBridge.SVGFeFuncGElementBridge
Constructs a new bridge for the feFuncG element.
SVGFEFuncRElement - Interface in org.w3c.dom.svg
 
SVGFeFuncRElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeComponentTransferElementBridge.SVGFeFuncRElementBridge
Constructs a new bridge for the feFuncR element.
SVGFEGaussianBlurElement - Interface in org.w3c.dom.svg
 
SVGFeGaussianBlurElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feGaussianBlur> element.
SVGFeGaussianBlurElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeGaussianBlurElementBridge
Constructs a new bridge for the <feGaussianBlur> element.
SVGFEImageElement - Interface in org.w3c.dom.svg
 
SVGFeImageElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feImage> element.
SVGFeImageElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeImageElementBridge
Constructs a new bridge for the <feImage> element.
SVGFEMergeElement - Interface in org.w3c.dom.svg
 
SVGFeMergeElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feMerge> element.
SVGFeMergeElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeMergeElementBridge
Constructs a new bridge for the <feMerge> element.
SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feMergeNode> element.
SVGFEMergeNodeElement - Interface in org.w3c.dom.svg
 
SVGFeMergeNodeElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge
Constructs a new bridge for the <feMergeNode> element.
SVGFEMorphologyElement - Interface in org.w3c.dom.svg
 
SVGFeMorphologyElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feMorphology> element.
SVGFeMorphologyElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeMorphologyElementBridge
Constructs a new bridge for the <feMorphology> element.
SVGFEOffsetElement - Interface in org.w3c.dom.svg
 
SVGFeOffsetElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feOffset> element.
SVGFeOffsetElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeOffsetElementBridge
Constructs a new bridge for the <feOffset> element.
SVGFEPointLightElement - Interface in org.w3c.dom.svg
 
SVGFePointLightElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.AbstractSVGLightingElementBridge.SVGFePointLightElementBridge
Constructs a new bridge for a light element.
SVGFESpecularLightingElement - Interface in org.w3c.dom.svg
 
SVGFeSpecularLightingElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feSpecularLighting> element.
SVGFeSpecularLightingElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeSpecularLightingElementBridge
Constructs a new bridge for the <feSpecularLighting> element.
SVGFESpotLightElement - Interface in org.w3c.dom.svg
 
SVGFeSpotLightElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.AbstractSVGLightingElementBridge.SVGFeSpotLightElementBridge
Constructs a new bridge for a light element.
SVGFETileElement - Interface in org.w3c.dom.svg
 
SVGFeTileElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feTile> element.
SVGFeTileElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeTileElementBridge
Constructs a new bridge for the <feTile> element.
SVGFETurbulenceElement - Interface in org.w3c.dom.svg
 
SVGFeTurbulenceElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <feTurbulence> element.
SVGFeTurbulenceElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFeTurbulenceElementBridge
Constructs a new bridge for the <feTurbulence> element.
SVGFileFilter - Class in io.sf.carte.echosvg.swing.svg
This implementation of FileFilter will allows SVG files with extention '.svg' or '.svgz'.
SVGFileFilter() - Constructor for class io.sf.carte.echosvg.apps.rasterizer.SVGConverter.SVGFileFilter
 
SVGFileFilter() - Constructor for class io.sf.carte.echosvg.swing.svg.SVGFileFilter
 
SVGFilterConverter - Interface in io.sf.carte.echosvg.svggen
Defines the interface for classes that are able to convert a BufferedImageOp filter.
SVGFilterDescriptor - Class in io.sf.carte.echosvg.svggen
Used to represent an SVG Composite.
SVGFilterDescriptor(String) - Constructor for class io.sf.carte.echosvg.svggen.SVGFilterDescriptor
 
SVGFilterDescriptor(String, Element) - Constructor for class io.sf.carte.echosvg.svggen.SVGFilterDescriptor
 
SVGFilterElement - Interface in org.w3c.dom.svg
 
SVGFilterElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <filter> element.
SVGFilterElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFilterElementBridge
Constructs a new bridge for the <filter> element.
SVGFilterPrimitiveStandardAttributes - Interface in org.w3c.dom.svg
 
SVGFitToViewBox - Interface in org.w3c.dom.svg
 
SVGFlowRootElementBridge - Class in io.sf.carte.echosvg.bridge.svg12
Bridge class for the <flowRoot> element.
SVGFlowRootElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
Constructs a new bridge for the <flowRoot> element.
SVGFlowRootElementBridge.FlowContentBridge - Class in io.sf.carte.echosvg.bridge.svg12
Bridge class for flow text children that contain text.
SVGFlowRootElementBridge.RegionChangeListener - Class in io.sf.carte.echosvg.bridge.svg12
svg:shapechange listener for flowRegion elements.
SVGFont - Class in io.sf.carte.echosvg.svggen.font
Converts a TrueType font to an SVG embedded font.
SVGFont - Class in io.sf.carte.echosvg.svggen
Utility class that converts a Font object into a set of SVG font attributes
SVGFont() - Constructor for class io.sf.carte.echosvg.svggen.font.SVGFont
 
SVGFont(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGFont
 
SVGFontDescriptor - Class in io.sf.carte.echosvg.svggen
Describes an SVG font
SVGFontDescriptor(String, String, String, String, Element) - Constructor for class io.sf.carte.echosvg.svggen.SVGFontDescriptor
Constructor
SVGFontElement - Interface in org.w3c.dom.svg
 
SVGFontElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <font> element.
SVGFontElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFontElementBridge
Constructs a new bridge for the <font> element.
SVGFontFace - Class in io.sf.carte.echosvg.bridge
This class represents a <font-face> element or @font-face rule
SVGFontFace(Element, List<Object>, String, float, String, String, String, String, float, String, float, float, float, float, float, float, float, float) - Constructor for class io.sf.carte.echosvg.bridge.SVGFontFace
Constructes an SVGFontFace with the specfied font-face attributes.
SVGFontFaceElement - Interface in org.w3c.dom.svg
 
SVGFontFaceElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <font-face> element.
SVGFontFaceElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGFontFaceElementBridge
Constructs a new bridge for the <font-face> element.
SVGFontFaceFormatElement - Interface in org.w3c.dom.svg
 
SVGFontFaceNameElement - Interface in org.w3c.dom.svg
 
SVGFontFaceSrcElement - Interface in org.w3c.dom.svg
 
SVGFontFaceUriElement - Interface in org.w3c.dom.svg
 
SVGFontFamily - Class in io.sf.carte.echosvg.bridge
A font family class for SVG fonts.
SVGFontFamily(GVTFontFace, Element, BridgeContext) - Constructor for class io.sf.carte.echosvg.bridge.SVGFontFamily
Constructs an SVGFontFamily.
SVGFontUtilities - Class in io.sf.carte.echosvg.bridge
Utility class for SVG fonts.
SVGFontUtilities() - Constructor for class io.sf.carte.echosvg.bridge.SVGFontUtilities
 
SVGForeignObjectElement - Interface in org.w3c.dom.svg
 
SVGGElement - Interface in org.w3c.dom.svg
 
SVGGElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <g> element.
SVGGElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGGElementBridge
Constructs a new bridge for the <g> element.
svgGenerator - Variable in class io.sf.carte.echosvg.transcoder.ToSVGAbstractTranscoder
 
SVGGeneratorContext - Class in io.sf.carte.echosvg.svggen
This class contains all non graphical contextual information that are needed by the SVGGraphics2D to generate SVG from Java 2D primitives.
SVGGeneratorContext(Document) - Constructor for class io.sf.carte.echosvg.svggen.SVGGeneratorContext
Builds an instance of SVGGeneratorContext with the given domFactory but let the user set later the other contextual information.
SVGGeneratorContext.GraphicContextDefaults - Class in io.sf.carte.echosvg.svggen
Class to describe the GraphicContext defaults to be used.
SVGGlobal - Interface in io.sf.carte.echosvg.dom.svg12
Interface for a global scripting object for an SVG document.
SVGGlyphElement - Interface in org.w3c.dom.svg
 
SVGGlyphElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <glyph> element.
SVGGlyphElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGGlyphElementBridge
Constructs a new bridge for the <glyph> element.
SVGGlyphRefElement - Interface in org.w3c.dom.svg
 
SVGGradientElement - Interface in org.w3c.dom.svg
 
SVGGraphicContext - Class in io.sf.carte.echosvg.svggen
Represents the SVG equivalent of a Java 2D API graphic context attribute.
SVGGraphicContext(Map<String, String>, TransformStackElement[]) - Constructor for class io.sf.carte.echosvg.svggen.SVGGraphicContext
 
SVGGraphicContext(Map<String, String>, Map<String, String>, TransformStackElement[]) - Constructor for class io.sf.carte.echosvg.svggen.SVGGraphicContext
 
SVGGraphicContextConverter - Class in io.sf.carte.echosvg.svggen
This class performs the task of converting the state of the Java 2D API graphic context into a set of graphic attributes.
SVGGraphicContextConverter(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGGraphicContextConverter
 
SVGGraphicObjectConverter - Class in io.sf.carte.echosvg.svggen
 
SVGGraphicObjectConverter(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGGraphicObjectConverter
 
SVGGraphics2D - Class in io.sf.carte.echosvg.svggen
This implementation of the java.awt.Graphics2D abstract class allows users to generate SVG (Scalable Vector Graphics) content from Java code.
SVGGraphics2D(SVGGeneratorContext, boolean) - Constructor for class io.sf.carte.echosvg.svggen.SVGGraphics2D
Creates a new SVGGraphics2D object.
SVGGraphics2D(SVGGraphics2D) - Constructor for class io.sf.carte.echosvg.svggen.SVGGraphics2D
This constructor is used in create()
SVGGraphics2D(Document) - Constructor for class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
SVGGraphics2D(Document, ImageHandler, ExtensionHandler, boolean) - Constructor for class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
SVGGraphics2DIOException - Exception Class in io.sf.carte.echosvg.svggen
Thrown when an SVG Generator method receives an illegal argument in parameter.
SVGGraphics2DIOException(IOException) - Constructor for exception class io.sf.carte.echosvg.svggen.SVGGraphics2DIOException
Constructs a new SVGGraphics2DIOException with the specified detail message.
SVGGraphics2DIOException(String) - Constructor for exception class io.sf.carte.echosvg.svggen.SVGGraphics2DIOException
Constructs a new SVGGraphics2DIOException with the specified detail message.
SVGGraphics2DIOException(String, IOException) - Constructor for exception class io.sf.carte.echosvg.svggen.SVGGraphics2DIOException
Constructs a new SVGGraphics2DIOException with the specified detail message.
SVGGraphics2DRuntimeException - Exception Class in io.sf.carte.echosvg.svggen
Thrown when an SVG Generator method receives an illegal argument in parameter.
SVGGraphics2DRuntimeException(Exception) - Constructor for exception class io.sf.carte.echosvg.svggen.SVGGraphics2DRuntimeException
Constructs a new SVGGraphics2DRuntimeException with the specified detail message.
SVGGraphics2DRuntimeException(String) - Constructor for exception class io.sf.carte.echosvg.svggen.SVGGraphics2DRuntimeException
Constructs a new SVGGraphics2DRuntimeException with the specified detail message.
SVGGraphics2DRuntimeException(String, Exception) - Constructor for exception class io.sf.carte.echosvg.svggen.SVGGraphics2DRuntimeException
Constructs a new SVGGraphics2DRuntimeException with the specified detail message.
SVGGraphicsElement - Class in io.sf.carte.echosvg.anim.dom
This class provides a common superclass for all graphics elements.
SVGGraphicsElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
Creates a new SVGGraphicsElement.
SVGGraphicsElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
Creates a new SVGGraphicsElement object.
SVGGVTFont - Class in io.sf.carte.echosvg.bridge
Represents an SVG font.
SVGGVTFont(float, GVTFontFace, String[], String[], String[], String[], String[], BridgeContext, Element[], Element, Element[], Element[], Element) - Constructor for class io.sf.carte.echosvg.bridge.SVGGVTFont
Constructs a new SVGGVTFont of the specified size.
SVGGVTGlyphVector - Class in io.sf.carte.echosvg.gvt.font
A GVTGlyphVector class for SVG fonts.
SVGGVTGlyphVector(GVTFont, Glyph[], FontRenderContext) - Constructor for class io.sf.carte.echosvg.gvt.font.SVGGVTGlyphVector
Constructs an SVGGVTGlyphVector.
SVGHintsDescriptor - Class in io.sf.carte.echosvg.svggen
Describes a set of SVG hints
SVGHintsDescriptor(String, String, String, String, String) - Constructor for class io.sf.carte.echosvg.svggen.SVGHintsDescriptor
Constructor
SVGHKernElement - Interface in org.w3c.dom.svg
 
SVGHKernElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <hkern> element.
SVGHKernElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGHKernElementBridge
Constructs a new bridge for the <hkern> element.
svgHorizontalCoordinateArrayToUserSpace(Element, String, String, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.TextUtilities
Returns the float list that represents a set of horizontal values or percentage.
svgHorizontalCoordinateToObjectBoundingBox(String, String, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.bridge.UnitProcessor
Returns the specified horizontal coordinate in object bounding box coordinate system.
svgHorizontalCoordinateToUserSpace(String, String, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.bridge.UnitProcessor
Returns the specified horizontal coordinate in user units.
svgHorizontalLengthToObjectBoundingBox(String, String, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.bridge.UnitProcessor
Returns the specified horizontal length in object bounding box coordinate system.
svgHorizontalLengthToUserSpace(String, String, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.bridge.UnitProcessor
Returns the specified horizontal length in user units.
SVGICCColor - Interface in org.w3c.dom.svg
 
SVGIDGenerator - Class in io.sf.carte.echosvg.svggen
Generates id for an arbitrary number of prefix
SVGIDGenerator() - Constructor for class io.sf.carte.echosvg.svggen.SVGIDGenerator
 
SVGImageElement - Interface in org.w3c.dom.svg
 
SVGImageElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <image> element.
SVGImageElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGImageElementBridge
Constructs a new bridge for the <image> element.
SVGImageElementBridge.ForwardEventListener - Class in io.sf.carte.echosvg.bridge
A simple DOM listener to forward events from the SVG image document to the original document.
SVGImageElementBridge.ProtectedStream - Class in io.sf.carte.echosvg.bridge
 
SVGItem - Interface in io.sf.carte.echosvg.dom.svg
This interface represents an item in an SVGXXXList.
SVGKernElementBridge - Class in io.sf.carte.echosvg.bridge
A base Bridge class for the kerning elements.
SVGKernElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGKernElementBridge
 
SVGLangSpace - Interface in org.w3c.dom.svg
 
SVGLength - Interface in org.w3c.dom.svg
 
SVGLengthItem(short, float, short) - Constructor for class io.sf.carte.echosvg.anim.dom.AbstractSVGLengthList.SVGLengthItem
Creates a new SVGLengthItem.
SVGLengthList - Interface in org.w3c.dom.svg
 
svgLengthToObjectBoundingBox(String, String, short, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.bridge.UnitProcessor
Returns the specified length with the specified direction in user units.
svgLengthToUserSpace(String, String, short, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.bridge.UnitProcessor
Returns the specified length with the specified direction in user units.
SVGLine - Class in io.sf.carte.echosvg.svggen
Utility class that converts a Line2D object into a corresponding SVG line element.
SVGLine(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGLine
 
SVGLinearGradient - Class in io.sf.carte.echosvg.svggen
Utility class that converts a Java GradientPaint into an SVG linear gradient element
SVGLinearGradient(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGLinearGradient
 
SVGLinearGradientElement - Interface in org.w3c.dom.svg
 
SVGLinearGradientElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <linearGradient> element.
SVGLinearGradientElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGLinearGradientElementBridge
Constructs a new SVGLinearGradientElementBridge.
SVGLineElement - Interface in org.w3c.dom.svg
 
SVGLineElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <line> element.
SVGLineElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGLineElementBridge
Constructs a new bridge for the <line> element.
SVGListener() - Constructor for class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Creates a new SVGListener.
svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when a onload event dispatch was cancelled.
svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent) - Method in class io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcherAdapter
Called when a onload event dispatch was cancelled.
svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent) - Method in interface io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcherListener
Called when a onload event dispatch was cancelled.
svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when a onload event dispatch was completed.
svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent) - Method in class io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcherAdapter
Called when a onload event dispatch was completed.
svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent) - Method in interface io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcherListener
Called when a onload event dispatch was completed.
svgLoadEventDispatcher - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The SVGLoadEventDispatcher.
SVGLoadEventDispatcher - Class in io.sf.carte.echosvg.swing.svg
This class dispatches the SVGLoadEvent event on a SVG document.
SVGLoadEventDispatcher(GraphicsNode, SVGDocument, BridgeContext, UpdateManager) - Constructor for class io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcher
Creates a new SVGLoadEventDispatcher.
SVGLoadEventDispatcherAdapter - Class in io.sf.carte.echosvg.swing.svg
This class provides an adapter for the SVGLoadEventDispatcherListener interface.
SVGLoadEventDispatcherAdapter() - Constructor for class io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcherAdapter
 
SVGLoadEventDispatcherEvent - Class in io.sf.carte.echosvg.swing.svg
This class represents an event which indicate an event originated from a SVGLoadEventDispatcher instance.
SVGLoadEventDispatcherEvent(Object, GraphicsNode) - Constructor for class io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcherEvent
Creates a new SVGLoadEventDispatcherEvent.
SVGLoadEventDispatcherListener - Interface in io.sf.carte.echosvg.swing.svg
This interface represents a listener to the SVGLoadEventDispatcherEvent events.
svgLoadEventDispatcherListeners - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The SVG onload dispatcher listeners.
svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when a onload event dispatch failed.
svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent) - Method in class io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcherAdapter
Called when a onload event dispatch failed.
svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent) - Method in interface io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcherListener
Called when a onload event dispatch failed.
svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when a onload event dispatch started.
svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent) - Method in class io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcherAdapter
Called when a onload event dispatch started.
svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent) - Method in interface io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcherListener
Called when a onload event dispatch started.
SVGLocatable - Interface in org.w3c.dom.svg
 
SVGLocatableSupport - Class in io.sf.carte.echosvg.anim.dom
This class provides support for the SVGLocatable interface.
SVGLocatableSupport() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGLocatableSupport
Creates a new SVGLocatable element.
SVGLookupOp - Class in io.sf.carte.echosvg.svggen
Utility class that converts a LookupOp object into an SVG filter descriptor.
SVGLookupOp(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGLookupOp
 
SVGMarkerElement - Interface in org.w3c.dom.svg
 
SVGMarkerElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <marker> element.
SVGMarkerElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGMarkerElementBridge
Constructs a new bridge for the <marker> element.
SVGMaskElement - Interface in org.w3c.dom.svg
 
SVGMaskElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <mask> element.
SVGMaskElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGMaskElementBridge
Constructs a new bridge for the <mask> element.
SVGMatrix - Interface in org.w3c.dom.svg
 
SVGMetadataElement - Interface in org.w3c.dom.svg
 
SVGMissingGlyphElement - Interface in org.w3c.dom.svg
 
SVGMissingGlyphElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <missing-glyph> element.
SVGMissingGlyphElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGMissingGlyphElementBridge
 
SVGMotionAnimatableElement - Interface in io.sf.carte.echosvg.dom.svg
An interface for SVG elements that can be animated with 'animateMotion'.
SVGMPathElement - Interface in org.w3c.dom.svg
 
SVGMultiImageElementBridge - Class in io.sf.carte.echosvg.bridge.svg12
Bridge class for the <multiImage> element.
SVGMultiImageElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVGMultiImageElementBridge
 
SVGMultiImageElementBridge.MultiImageElementViewport - Class in io.sf.carte.echosvg.bridge.svg12
A viewport defined an <svg> element.
SVGNumber - Interface in org.w3c.dom.svg
 
SVGNumberItem - Class in io.sf.carte.echosvg.dom.svg
Representation of the item SVGNumber.
SVGNumberItem(float) - Constructor for class io.sf.carte.echosvg.dom.svg.SVGNumberItem
Creates a new SVGNumberItem.
SVGNumberList - Interface in org.w3c.dom.svg
 
SVGOMAElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGAElement.
SVGOMAElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAElement
Creates a new SVGOMAElement object.
SVGOMAElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAElement
Creates a new SVGOMAElement object.
SVGOMAltGlyphDefElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGAltGlyphDefElement.
SVGOMAltGlyphDefElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAltGlyphDefElement
Creates a new SVGOMAltGlyphDefElement object.
SVGOMAltGlyphDefElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAltGlyphDefElement
Creates a new SVGOMAltGlyphDefElement object.
SVGOMAltGlyphElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGAltGlyphElement.
SVGOMAltGlyphElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAltGlyphElement
Creates a new SVGOMAltGlyphElement object.
SVGOMAltGlyphElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAltGlyphElement
Creates a new SVGOMAltGlyphElement object.
SVGOMAltGlyphItemElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGAltGlyphItemElement.
SVGOMAltGlyphItemElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAltGlyphItemElement
Creates a new SVGOMAltGlyphItemElement object.
SVGOMAltGlyphItemElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAltGlyphItemElement
Creates a new SVGOMAltGlyphItemElement object.
SVGOMAngle - Class in io.sf.carte.echosvg.dom.svg
Implementation of an SVGAngle not associated with any attribute.
SVGOMAngle() - Constructor for class io.sf.carte.echosvg.dom.svg.SVGOMAngle
 
SVGOMAnimateColorElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGAnimateColorElement.
SVGOMAnimateColorElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimateColorElement
Creates a new SVGOMAnimateColorElement object.
SVGOMAnimateColorElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimateColorElement
Creates a new SVGOMAnimateColorElement object.
SVGOMAnimatedBoolean - Class in io.sf.carte.echosvg.anim.dom
This class implements the SVGAnimatedBoolean interface.
SVGOMAnimatedBoolean(AbstractElement, String, String, boolean) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedBoolean
Creates a new SVGOMAnimatedBoolean.
SVGOMAnimatedEnumeration - Class in io.sf.carte.echosvg.anim.dom
This class provides an implementation of the SVGAnimatedEnumeration interface.
SVGOMAnimatedEnumeration(AbstractElement, String, String, String[], short) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedEnumeration
Creates a new SVGOMAnimatedEnumeration.
SVGOMAnimatedInteger - Class in io.sf.carte.echosvg.anim.dom
This class implements the SVGAnimatedInteger interface.
SVGOMAnimatedInteger(AbstractElement, String, String, int) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedInteger
Creates a new SVGOMAnimatedInteger.
SVGOMAnimatedLength - Class in io.sf.carte.echosvg.anim.dom
This class provides an implementation of the SVGAnimatedLength interface.
SVGOMAnimatedLength(AbstractElement, String, String, String, short, boolean) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLength
Creates a new SVGOMAnimatedLength.
SVGOMAnimatedLengthList - Class in io.sf.carte.echosvg.anim.dom
This class is the implementation of the SVGAnimatedLengthList interface.
SVGOMAnimatedLengthList(AbstractElement, String, String, String, boolean, short) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList
Creates a new SVGOMAnimatedLengthList.
SVGOMAnimatedLengthList.AnimSVGLengthList - Class in io.sf.carte.echosvg.anim.dom
SVGLengthList implementation for the animated length list value.
SVGOMAnimatedLengthList.BaseSVGLengthList - Class in io.sf.carte.echosvg.anim.dom
SVGLengthList implementation for the base length list value.
SVGOMAnimatedMarkerOrientValue - Class in io.sf.carte.echosvg.anim.dom
A class that handles an SVGAnimatedAngle and an SVGAnimatedEnumeration for the 'marker' element's 'orient' attribute.
SVGOMAnimatedMarkerOrientValue(AbstractElement, String, String) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue
Creates a new SVGOMAnimatedMarkerOrientValue.
SVGOMAnimatedMarkerOrientValue.AnimatedAngle - Class in io.sf.carte.echosvg.anim.dom
The SVGAnimatedAngle component of the marker orient value.
SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration - Class in io.sf.carte.echosvg.anim.dom
The SVGAnimatedEnumeration component of the marker orient value.
SVGOMAnimatedMarkerOrientValue.AnimSVGAngle - Class in io.sf.carte.echosvg.anim.dom
This class represents the SVGAngle returned by SVGOMAnimatedMarkerOrientValue.AnimatedAngle.getAnimVal().
SVGOMAnimatedMarkerOrientValue.BaseSVGAngle - Class in io.sf.carte.echosvg.anim.dom
This class represents the SVGAngle returned by SVGOMAnimatedMarkerOrientValue.AnimatedAngle.getBaseVal().
SVGOMAnimatedNumber - Class in io.sf.carte.echosvg.anim.dom
This class implements the SVGAnimatedNumber interface.
SVGOMAnimatedNumber(AbstractElement, String, String, float) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumber
Creates a new SVGOMAnimatedNumber.
SVGOMAnimatedNumber(AbstractElement, String, String, float, boolean) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumber
Creates a new SVGOMAnimatedNumber possibly parsing it as a percentage.
SVGOMAnimatedNumberList - Class in io.sf.carte.echosvg.anim.dom
This class is the implementation of the SVGAnimatedNumberList interface.
SVGOMAnimatedNumberList(AbstractElement, String, String, String, boolean) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList
Creates a new SVGOMAnimatedNumberList.
SVGOMAnimatedNumberList.AnimSVGNumberList - Class in io.sf.carte.echosvg.anim.dom
SVGNumberList implementation for the animated number list value.
SVGOMAnimatedNumberList.BaseSVGNumberList - Class in io.sf.carte.echosvg.anim.dom
SVGNumberList implementation for the base number list value.
SVGOMAnimatedPathData - Class in io.sf.carte.echosvg.anim.dom
This class is the implementation of the SVGAnimatedPathData interface.
SVGOMAnimatedPathData(AbstractElement, String, String, String) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData
Creates a new SVGOMAnimatedPathData.
SVGOMAnimatedPathData.AnimSVGPathSegList - Class in io.sf.carte.echosvg.anim.dom
SVGPathSegList implementation for the animated path data value.
SVGOMAnimatedPathData.BaseSVGPathSegList - Class in io.sf.carte.echosvg.anim.dom
SVGPathSegList implementation for the base path data value.
SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList - Class in io.sf.carte.echosvg.anim.dom
SVGPathSegList implementation for the normalized version of the base path data value.
SVGOMAnimatedPoints - Class in io.sf.carte.echosvg.anim.dom
This class is the implementation of the SVGAnimatedPoints interface.
SVGOMAnimatedPoints(AbstractElement, String, String, String) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints
Creates a new SVGOMAnimatedPoints.
SVGOMAnimatedPoints.AnimSVGPointList - Class in io.sf.carte.echosvg.anim.dom
SVGPointList implementation for the animated point list value.
SVGOMAnimatedPoints.BaseSVGPointList - Class in io.sf.carte.echosvg.anim.dom
SVGPointList implementation for the base point list value.
SVGOMAnimatedPreserveAspectRatio - Class in io.sf.carte.echosvg.anim.dom
This class implements the SVGAnimatedPreserveAspectRatio interface.
SVGOMAnimatedPreserveAspectRatio(AbstractElement) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio
Creates a new SVGOMAnimatedPreserveAspectRatio.
SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue - Class in io.sf.carte.echosvg.anim.dom
This class represents the SVGPreserveAspectRatio returned by SVGOMAnimatedPreserveAspectRatio.getAnimVal().
SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue - Class in io.sf.carte.echosvg.anim.dom
This class represents the SVGPreserveAspectRatio returned by SVGOMAnimatedPreserveAspectRatio.getBaseVal().
SVGOMAnimatedRect - Class in io.sf.carte.echosvg.anim.dom
Implementation of SVGAnimatedRect.
SVGOMAnimatedRect(AbstractElement, String, String, String) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect
Creates a new SVGOMAnimatedRect.
SVGOMAnimatedRect.AnimSVGRect - Class in io.sf.carte.echosvg.anim.dom
This class represents the SVGRect returned by getAnimVal().
SVGOMAnimatedRect.BaseSVGRect - Class in io.sf.carte.echosvg.anim.dom
This class represents the SVGRect returned by getBaseVal().
SVGOMAnimatedString - Class in io.sf.carte.echosvg.anim.dom
This class implements the SVGAnimatedString interface.
SVGOMAnimatedString(AbstractElement, String, String) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedString
Creates a new SVGOMAnimatedString.
SVGOMAnimatedTransformList - Class in io.sf.carte.echosvg.anim.dom
This class is the implementation of the SVGAnimatedTransformList interface.
SVGOMAnimatedTransformList(AbstractElement, String, String, String) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList
Creates a new SVGOMAnimatedTransformList.
SVGOMAnimatedTransformList.AnimSVGTransformList - Class in io.sf.carte.echosvg.anim.dom
SVGTransformList implementation for the animated transform list value.
SVGOMAnimatedTransformList.BaseSVGTransformList - Class in io.sf.carte.echosvg.anim.dom
SVGTransformList implementation for the base transform list value.
SVGOMAnimateElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGAnimateElement.
SVGOMAnimateElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimateElement
Creates a new SVGOMAnimateElement object.
SVGOMAnimateElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimateElement
Creates a new SVGOMAnimateElement object.
SVGOMAnimateMotionElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGAnimateMotionElement.
SVGOMAnimateMotionElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimateMotionElement
Creates a new SVGOMAnimateMotionElement object.
SVGOMAnimateMotionElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimateMotionElement
Creates a new SVGOMAnimateMotionElement object.
SVGOMAnimateTransformElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGAnimateTransformElement.
SVGOMAnimateTransformElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimateTransformElement
Creates a new SVGOMAnimateTransformElement object.
SVGOMAnimateTransformElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimateTransformElement
Creates a new SVGOMAnimateTransformElement object.
SVGOMAnimationElement - Class in io.sf.carte.echosvg.anim.dom
This class provides an implementation of the SVGAnimationElement interface.
SVGOMAnimationElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimationElement
Creates a new SVGOMAnimationElement.
SVGOMAnimationElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMAnimationElement
Creates a new SVGOMAnimationElement object.
SVGOMCircleElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGCircleElement.
SVGOMCircleElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMCircleElement
Creates a new SVGOMCircleElement object.
SVGOMCircleElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMCircleElement
Creates a new SVGOMCircleElement object.
SVGOMClipPathElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGClipPathElement.
SVGOMClipPathElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMClipPathElement
Creates a new SVGOMClipPathElement object.
SVGOMClipPathElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMClipPathElement
Creates a new SVGOMClipPathElement object.
SVGOMColorProfileElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGColorProfileElement.
SVGOMColorProfileElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMColorProfileElement
Creates a new SVGOMColorProfileElement object.
SVGOMColorProfileElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMColorProfileElement
Creates a new SVGOMColorProfileElement object.
SVGOMComponentTransferFunctionElement - Class in io.sf.carte.echosvg.anim.dom
This class represents the component transfer function elements.
SVGOMComponentTransferFunctionElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMComponentTransferFunctionElement
Creates a new Element object.
SVGOMComponentTransferFunctionElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMComponentTransferFunctionElement
Creates a new Element object.
SVGOMCursorElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGCursorElement.
SVGOMCursorElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMCursorElement
Creates a new SVGOMCursorElement object.
SVGOMCursorElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMCursorElement
Creates a new SVGOMCursorElement object.
SVGOMDefinitionSrcElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGDefinitionSrcElement.
SVGOMDefinitionSrcElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMDefinitionSrcElement
Creates a new SVGOMDefinitionSrcElement object.
SVGOMDefinitionSrcElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMDefinitionSrcElement
Creates a new SVGOMDefinitionSrcElement object.
SVGOMDefsElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGDefsElement.
SVGOMDefsElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMDefsElement
Creates a new SVGOMDefsElement object.
SVGOMDefsElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMDefsElement
Creates a new SVGOMDefsElement object.
SVGOMDescElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGDescElement.
SVGOMDescElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMDescElement
Creates a new SVGOMDescElement object.
SVGOMDescElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMDescElement
Creates a new SVGOMDescElement object.
SVGOMDocument - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGDocument.
SVGOMDocument() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Creates a new uninitialized document.
SVGOMDocument(DocumentType, DOMImplementation) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMDocument
Creates a new document.
SVGOMDocument.AnimAttrListener - Class in io.sf.carte.echosvg.anim.dom
Listener class for animated attribute changes.
SVGOMDocument.DOMAttrModifiedListenerWrapper - Class in io.sf.carte.echosvg.anim.dom
DOM attribute modified listener wrapper.
SVGOMDocument.DOMCharacterDataModifiedListenerWrapper - Class in io.sf.carte.echosvg.anim.dom
DOM character data modified listener wrapper.
SVGOMDocument.DOMNodeInsertedListenerWrapper - Class in io.sf.carte.echosvg.anim.dom
DOM node inserted listener wrapper.
SVGOMDocument.DOMNodeRemovedListenerWrapper - Class in io.sf.carte.echosvg.anim.dom
DOM node removed listener wrapper.
SVGOMDocument.DOMSubtreeModifiedListenerWrapper - Class in io.sf.carte.echosvg.anim.dom
DOM subtree modified listener wrapper.
SVGOMElement - Class in io.sf.carte.echosvg.anim.dom
This class implements the SVGElement interface.
SVGOMElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMElement
Creates a new Element object.
SVGOMElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMElement
Creates a new Element object.
SVGOMElement.UnitContext - Class in io.sf.carte.echosvg.anim.dom
To resolve the units.
SVGOMEllipseElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGEllipseElement.
SVGOMEllipseElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMEllipseElement
Creates a new SVGOMEllipseElement object.
SVGOMEllipseElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMEllipseElement
Creates a new SVGOMEllipseElement object.
SVGOMEvent - Class in io.sf.carte.echosvg.dom.svg
This class provides an implementation of the SVGEvent interface.
SVGOMEvent() - Constructor for class io.sf.carte.echosvg.dom.svg.SVGOMEvent
 
SVGOMException - Exception Class in io.sf.carte.echosvg.dom.svg
An implementation of the SVGException class.
SVGOMException(short, String) - Constructor for exception class io.sf.carte.echosvg.dom.svg.SVGOMException
Constructs a new SVGOMException with the specified parameters.
SVGOMFEBlendElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFEBlendElement.
SVGOMFEBlendElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEBlendElement
Creates a new SVGOMFEBlendElement object.
SVGOMFEBlendElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEBlendElement
Creates a new SVGOMFEBlendElement object.
SVGOMFEColorMatrixElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFEColorMatrixElement.
SVGOMFEColorMatrixElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEColorMatrixElement
Creates a new SVGOMFEColorMatrixElement object.
SVGOMFEColorMatrixElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEColorMatrixElement
Creates a new SVGOMFEColorMatrixElement object.
SVGOMFEComponentTransferElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFEComponentTransferElement.
SVGOMFEComponentTransferElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEComponentTransferElement
Creates a new SVGOMFEComponentTransferElement object.
SVGOMFEComponentTransferElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEComponentTransferElement
Creates a new SVGOMFEComponentTransferElement object.
SVGOMFECompositeElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFECompositeElement.
SVGOMFECompositeElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
Creates a new SVGOMFECompositeElement object.
SVGOMFECompositeElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
Creates a new SVGOMFECompositeElement object.
SVGOMFEConvolveMatrixElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFEConvolveMatrixElement.
SVGOMFEConvolveMatrixElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
Creates a new SVGOMFEConvolveMatrixElement object.
SVGOMFEConvolveMatrixElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
Creates a new SVGOMFEConvolveMatrixElement object.
SVGOMFEDiffuseLightingElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFEDiffuseLightingElement.
SVGOMFEDiffuseLightingElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEDiffuseLightingElement
Creates a new SVGOMFEDiffuseLightingElement object.
SVGOMFEDiffuseLightingElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEDiffuseLightingElement
Creates a new SVGOMFEDiffuseLightingElement object.
SVGOMFEDisplacementMapElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFEDisplacementMapElement.
SVGOMFEDisplacementMapElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEDisplacementMapElement
Creates a new SVGOMFEDisplacementMap object.
SVGOMFEDisplacementMapElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEDisplacementMapElement
Creates a new SVGOMFEDisplacementMapElement object.
SVGOMFEDistantLightElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFEDistantLightElement.
SVGOMFEDistantLightElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEDistantLightElement
Creates a new SVGOMFEDistantLightElement object.
SVGOMFEDistantLightElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEDistantLightElement
Creates a new SVGOMFEDistantLightElement object.
SVGOMFEFloodElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFEFloodElement.
SVGOMFEFloodElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEFloodElement
Creates a new SVGOMFEFloodElement object.
SVGOMFEFloodElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEFloodElement
Creates a new SVGOMFEFloodElement object.
SVGOMFEFuncAElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFEFuncAElement.
SVGOMFEFuncAElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEFuncAElement
Creates a new Element object.
SVGOMFEFuncAElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEFuncAElement
Creates a new Element object.
SVGOMFEFuncBElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFEFuncBElement.
SVGOMFEFuncBElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEFuncBElement
Creates a new Element object.
SVGOMFEFuncBElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEFuncBElement
Creates a new Element object.
SVGOMFEFuncGElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFEFuncGElement.
SVGOMFEFuncGElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEFuncGElement
Creates a new Element object.
SVGOMFEFuncGElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEFuncGElement
Creates a new Element object.
SVGOMFEFuncRElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFEFuncRElement.
SVGOMFEFuncRElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEFuncRElement
Creates a new Element object.
SVGOMFEFuncRElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEFuncRElement
Creates a new Element object.
SVGOMFEGaussianBlurElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFEGaussianBlurElement.
SVGOMFEGaussianBlurElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEGaussianBlurElement
Creates a new SVGOMFEGaussianBlurElement object.
SVGOMFEGaussianBlurElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEGaussianBlurElement
Creates a new SVGOMFEGaussianBlurElement object.
SVGOMFEImageElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFEImageElement.
SVGOMFEImageElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEImageElement
Creates a new SVGOMFEImageElement object.
SVGOMFEImageElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEImageElement
Creates a new SVGOMFEImageElement object.
SVGOMFEMergeElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFEMergeElement.
SVGOMFEMergeElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEMergeElement
Creates a new SVGOMFEMergeElement object.
SVGOMFEMergeElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEMergeElement
Creates a new SVGOMFEMergeElement object.
SVGOMFEMergeNodeElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFEMergeNodeElement.
SVGOMFEMergeNodeElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEMergeNodeElement
Creates a new SVGOMFEMergeNodeElement object.
SVGOMFEMergeNodeElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEMergeNodeElement
Creates a new SVGOMFEMergeNodeElement object.
SVGOMFEMorphologyElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFEMorphologyElement.
SVGOMFEMorphologyElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEMorphologyElement
Creates a new SVGOMFEMorphologyElement object.
SVGOMFEMorphologyElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEMorphologyElement
Creates a new SVGOMFEMorphologyElement object.
SVGOMFEOffsetElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFEOffsetElement.
SVGOMFEOffsetElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEOffsetElement
Creates a new SVGOMFEOffsetElement object.
SVGOMFEOffsetElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEOffsetElement
Creates a new SVGOMFEOffsetElement object.
SVGOMFEPointLightElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFEPointLightElement.
SVGOMFEPointLightElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEPointLightElement
Creates a new SVGOMFEPointLightElement object.
SVGOMFEPointLightElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFEPointLightElement
Creates a new SVGOMFEPointLightElement object.
SVGOMFESpecularLightingElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFESpecularLightingElement.
SVGOMFESpecularLightingElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFESpecularLightingElement
Creates a new SVGOMFESpecularLightingElement object.
SVGOMFESpecularLightingElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFESpecularLightingElement
Creates a new SVGOMFESpecularLightingElement object.
SVGOMFESpotLightElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFESpotLightElement.
SVGOMFESpotLightElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
Creates a new SVGOMFESpotLightElement object.
SVGOMFESpotLightElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
Creates a new SVGOMFESpotLightElement object.
SVGOMFETileElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFETileElement.
SVGOMFETileElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFETileElement
Creates a new SVGOMFETileElement object.
SVGOMFETileElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFETileElement
Creates a new SVGOMFETileElement object.
SVGOMFETurbulenceElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFETurbulenceElement.
SVGOMFETurbulenceElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFETurbulenceElement
Creates a new SVGOMFETurbulence object.
SVGOMFETurbulenceElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFETurbulenceElement
Creates a new SVGOMFETurbulenceElement object.
SVGOMFilterElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFilterElement.
SVGOMFilterElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
Creates a new SVGOMFilterElement object.
SVGOMFilterElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
Creates a new SVGOMFilterElement object.
SVGOMFilterPrimitiveStandardAttributes - Class in io.sf.carte.echosvg.anim.dom
This class represents a SVGElement with support for standard filter attributes.
SVGOMFilterPrimitiveStandardAttributes() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFilterPrimitiveStandardAttributes
Creates a new SVGOMFilterPrimitiveStandardAttributes object.
SVGOMFilterPrimitiveStandardAttributes(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFilterPrimitiveStandardAttributes
Creates a new SVGOMFilterPrimitiveStandardAttributes object.
SVGOMFlowDivElement - Class in io.sf.carte.echosvg.anim.dom
This class implements the flowDiv element from SVG 1.2
SVGOMFlowDivElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFlowDivElement
Creates a new EchoSVGRegularPolygonElement object.
SVGOMFlowDivElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFlowDivElement
Creates a new EchoSVGRegularPolygonElement object.
SVGOMFlowLineElement - Class in io.sf.carte.echosvg.anim.dom
This class implements a regular polygon extension to SVG
SVGOMFlowLineElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFlowLineElement
Creates a new EchoSVGRegularPolygonElement object.
SVGOMFlowLineElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFlowLineElement
Creates a new EchoSVGRegularPolygonElement object.
SVGOMFlowParaElement - Class in io.sf.carte.echosvg.anim.dom
This class implements a regular polygon extension to SVG
SVGOMFlowParaElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFlowParaElement
Creates a new EchoSVGRegularPolygonElement object.
SVGOMFlowParaElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFlowParaElement
Creates a new EchoSVGRegularPolygonElement object.
SVGOMFlowRegionBreakElement - Class in io.sf.carte.echosvg.anim.dom
This class implements a regular polygon extension to SVG
SVGOMFlowRegionBreakElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFlowRegionBreakElement
Creates a new EchoSVGRegularPolygonElement object.
SVGOMFlowRegionBreakElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFlowRegionBreakElement
Creates a new EchoSVGRegularPolygonElement object.
SVGOMFlowRegionElement - Class in io.sf.carte.echosvg.anim.dom
This class implements a regular polygon extension to SVG
SVGOMFlowRegionElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFlowRegionElement
Creates a new EchoSVGRegularPolygonElement object.
SVGOMFlowRegionElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFlowRegionElement
Creates a new EchoSVGRegularPolygonElement object.
SVGOMFlowRegionExcludeElement - Class in io.sf.carte.echosvg.anim.dom
This class implements a regular polygon extension to SVG
SVGOMFlowRegionExcludeElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFlowRegionExcludeElement
Creates a new EchoSVGRegularPolygonElement object.
SVGOMFlowRegionExcludeElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFlowRegionExcludeElement
Creates a new EchoSVGRegularPolygonElement object.
SVGOMFlowRootElement - Class in io.sf.carte.echosvg.anim.dom
This class implements a regular polygon extension to SVG
SVGOMFlowRootElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFlowRootElement
Creates a new EchoSVGRegularPolygonElement object.
SVGOMFlowRootElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFlowRootElement
Creates a new EchoSVGRegularPolygonElement object.
SVGOMFlowSpanElement - Class in io.sf.carte.echosvg.anim.dom
This class implements a regular polygon extension to SVG
SVGOMFlowSpanElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFlowSpanElement
Creates a new EchoSVGRegularPolygonElement object.
SVGOMFlowSpanElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFlowSpanElement
Creates a new EchoSVGRegularPolygonElement object.
SVGOMFontElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFontElement.
SVGOMFontElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFontElement
Creates a new SVGOMFontElement object.
SVGOMFontElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFontElement
Creates a new SVGOMFontElement object.
SVGOMFontFaceElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFontFaceElement.
SVGOMFontFaceElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFontFaceElement
Creates a new SVGOMFontFaceElement object.
SVGOMFontFaceElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFontFaceElement
Creates a new SVGOMFontFaceElement object.
SVGOMFontFaceFormatElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFontFaceFormatElement.
SVGOMFontFaceFormatElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFontFaceFormatElement
Creates a new SVGOMFontFaceFormatElement object.
SVGOMFontFaceFormatElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFontFaceFormatElement
Creates a new SVGOMFontFaceFormatElement object.
SVGOMFontFaceNameElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFontFaceNameElement.
SVGOMFontFaceNameElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFontFaceNameElement
Creates a new SVGOMFontFaceNameElement object.
SVGOMFontFaceNameElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFontFaceNameElement
Creates a new SVGOMFontFaceNameElement object.
SVGOMFontFaceSrcElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFontFaceSrcElement.
SVGOMFontFaceSrcElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFontFaceSrcElement
Creates a new SVGOMFontFaceSrcElement object.
SVGOMFontFaceSrcElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFontFaceSrcElement
Creates a new SVGOMFontFaceSrcElement object.
SVGOMFontFaceUriElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGFontFaceUriElement.
SVGOMFontFaceUriElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFontFaceUriElement
Creates a new SVGOMFontFaceUriElement object.
SVGOMFontFaceUriElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMFontFaceUriElement
Creates a new SVGOMFontFaceUriElement object.
SVGOMForeignObjectElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGForeignObjectElement.
SVGOMForeignObjectElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMForeignObjectElement
Creates a new SVGOMForeignObjectElement object.
SVGOMForeignObjectElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMForeignObjectElement
Creates a new SVGOMForeignObjectElement object.
SVGOMGElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGGElement.
SVGOMGElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMGElement
Creates a new SVGOMGElement object.
SVGOMGElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMGElement
Creates a new SVGOMGElement object.
SVGOMGlyphElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGGlyphElement.
SVGOMGlyphElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMGlyphElement
Creates a new SVGOMGlyphElement object.
SVGOMGlyphElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMGlyphElement
Creates a new SVGOMGlyphElement object.
SVGOMGlyphRefElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGGlyphRefElement.
SVGOMGlyphRefElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMGlyphRefElement
Creates a new SVGOMGlyphRefElement object.
SVGOMGlyphRefElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMGlyphRefElement
Creates a new SVGOMGlyphRefElement object.
SVGOMGradientElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGGradientElement.
SVGOMGradientElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMGradientElement
Creates a new SVGOMGradientElement object.
SVGOMGradientElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMGradientElement
Creates a new SVGOMGradientElement object.
SVGOMHandlerElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGHandlerElement.
SVGOMHandlerElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMHandlerElement
Creates a new SVGOMHandlerElement object.
SVGOMHandlerElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMHandlerElement
Creates a new SVGOMHandlerElement object.
SVGOMHKernElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGHKernElement.
SVGOMHKernElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMHKernElement
Creates a new SVGOMHKernElement object.
SVGOMHKernElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMHKernElement
Creates a new SVGOMHKernElement object.
SVGOMImageElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGImageElement.
SVGOMImageElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMImageElement
Creates a new SVGOMImageElement object.
SVGOMImageElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMImageElement
Creates a new SVGOMImageElement object.
SVGOMLength - Class in io.sf.carte.echosvg.anim.dom
Default implementation of SVGLength.
SVGOMLength(AbstractElement) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMLength
Default constructor.
SVGOMLinearGradientElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGLinearGradientElement.
SVGOMLinearGradientElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMLinearGradientElement
Creates a new SVGOMLinearGradientElement object.
SVGOMLinearGradientElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMLinearGradientElement
Creates a new SVGOMLinearGradientElement object.
SVGOMLineElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGLineElement.
SVGOMLineElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMLineElement
Creates a new SVGOMLineElement object.
SVGOMLineElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMLineElement
Creates a new SVGOMLineElement object.
SVGOMMarkerElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGMarkerElement.
SVGOMMarkerElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
Creates a new SVGOMMarkerElement object.
SVGOMMarkerElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
Creates a new SVGOMMarkerElement object.
SVGOMMaskElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGMaskElement.
SVGOMMaskElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMMaskElement
Creates a new SVGOMMaskElement object.
SVGOMMaskElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMMaskElement
Creates a new SVGOMMaskElement object.
SVGOMMatrix - Class in io.sf.carte.echosvg.dom.svg
This class provides an implementation of the SVGMatrix interface.
SVGOMMatrix(AffineTransform) - Constructor for class io.sf.carte.echosvg.dom.svg.SVGOMMatrix
Creates a new SVGMatrix.
SVGOMMetadataElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGMetadataElement.
SVGOMMetadataElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMMetadataElement
Creates a new SVGOMMetadataElement object.
SVGOMMetadataElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMMetadataElement
Creates a new SVGOMMetadataElement object.
SVGOMMissingGlyphElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGMissingGlyphElement.
SVGOMMissingGlyphElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMMissingGlyphElement
Creates a new SVGOMMissingGlyphElement object.
SVGOMMissingGlyphElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMMissingGlyphElement
Creates a new SVGOMMissingGlyphElement object.
SVGOMMPathElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGMPathElement.
SVGOMMPathElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMMPathElement
Creates a new SVGOMMPathElement object.
SVGOMMPathElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMMPathElement
Creates a new SVGOMMPathElement object.
SVGOMMultiImageElement - Class in io.sf.carte.echosvg.anim.dom
This class implements a multiImage extension to SVG.
SVGOMMultiImageElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMMultiImageElement
Creates a new SVG MultiImageElement object.
SVGOMMultiImageElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMMultiImageElement
Creates a new SVG MultiImageElement object.
SVGOMPathElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGPathElement.
SVGOMPathElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
Creates a new SVGOMPathElement object.
SVGOMPathElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
Creates a new SVGOMPathElement object.
SVGOMPatternElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGStopElement.
SVGOMPatternElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
Creates a new SVGOMPatternElement object.
SVGOMPatternElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
Creates a new SVGOMPatternElement object.
SVGOMPoint - Class in io.sf.carte.echosvg.dom.svg
An implementation of SVGPoint that is not associated with any attribute.
SVGOMPoint() - Constructor for class io.sf.carte.echosvg.dom.svg.SVGOMPoint
Creates a new SVGOMPoint with coordinates set to 0.
SVGOMPoint(float, float) - Constructor for class io.sf.carte.echosvg.dom.svg.SVGOMPoint
Creates a new SVGOMPoint with coordinates set to the specified values.
SVGOMPolygonElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGPolygonElement.
SVGOMPolygonElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMPolygonElement
Creates a new SVGOMPolygonElement object.
SVGOMPolygonElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMPolygonElement
Creates a new SVGOMPolygonElement object.
SVGOMPolylineElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGPolylineElement.
SVGOMPolylineElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMPolylineElement
Creates a new SVGOMPolylineElement object.
SVGOMPolylineElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMPolylineElement
Creates a new SVGOMPolylineElement object.
SVGOMRadialGradientElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGRadialGradientElement.
SVGOMRadialGradientElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMRadialGradientElement
Creates a new SVGOMRadialGradientElement object.
SVGOMRadialGradientElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMRadialGradientElement
Creates a new SVGOMRadialGradientElement object.
SVGOMRect - Class in io.sf.carte.echosvg.dom.svg
An implementation of SVGRect that is not associated with an attribute.
SVGOMRect() - Constructor for class io.sf.carte.echosvg.dom.svg.SVGOMRect
Creates a new SVGOMRect with all values set to zero.
SVGOMRect(float, float, float, float) - Constructor for class io.sf.carte.echosvg.dom.svg.SVGOMRect
Creates a new SVGOMRect with the specified position and dimensions.
SVGOMRectElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGRectElement.
SVGOMRectElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMRectElement
Creates a new SVGOMRectElement object.
SVGOMRectElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMRectElement
Creates a new SVGOMRectElement object.
SVGOMScriptElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGScriptElement.
SVGOMScriptElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMScriptElement
Creates a new SVGOMScriptElement object.
SVGOMScriptElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMScriptElement
Creates a new SVGOMScriptElement object.
SVGOMSetElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGSetElement.
SVGOMSetElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMSetElement
Creates a new SVGOMSetElement object.
SVGOMSetElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMSetElement
Creates a new SVGOMSetElement object.
SVGOMSolidColorElement - Class in io.sf.carte.echosvg.anim.dom
This class implements a regular polygon extension to SVG
SVGOMSolidColorElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMSolidColorElement
Creates a new EchoSVGRegularPolygonElement object.
SVGOMSolidColorElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMSolidColorElement
Creates a new EchoSVGRegularPolygonElement object.
SVGOMStopElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGStopElement.
SVGOMStopElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMStopElement
Creates a new SVGOMStopElement object.
SVGOMStopElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMStopElement
Creates a new SVGOMStopElement object.
SVGOMStyleElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGStyleElement.
SVGOMStyleElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMStyleElement
Creates a new SVGOMStyleElement object.
SVGOMStyleElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMStyleElement
Creates a new SVGOMStyleElement object.
SVGOMStyleElement.DOMCharacterDataModifiedListener - Class in io.sf.carte.echosvg.anim.dom
The DOMCharacterDataModified listener.
SVGOMSubImageElement - Class in io.sf.carte.echosvg.anim.dom
This class implements a multiImage extension to SVG.
SVGOMSubImageElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMSubImageElement
Creates a new SubImageElement object.
SVGOMSubImageElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMSubImageElement
Creates a new SubImageElement object.
SVGOMSubImageRefElement - Class in io.sf.carte.echosvg.anim.dom
This class implements a multiImage extension to SVG.
SVGOMSubImageRefElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMSubImageRefElement
Creates a new SubImageRefElement object.
SVGOMSubImageRefElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMSubImageRefElement
Creates a new SubImageRefElement object.
SVGOMSVGElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGSVGElement.
SVGOMSVGElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
Creates a new SVGOMSVGElement object.
SVGOMSVGElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
Creates a new SVGOMSVGElement object.
SVGOMSwitchElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGSwitchElement.
SVGOMSwitchElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMSwitchElement
Creates a new SVGOMSwitchElement object.
SVGOMSwitchElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMSwitchElement
Creates a new SVGOMSwitchElement object.
SVGOMSymbolElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGSymbolElement.
SVGOMSymbolElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMSymbolElement
Creates a new SVGOMSymbolElement object.
SVGOMSymbolElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMSymbolElement
Creates a new SVGOMSymbolElement object.
SVGOMTextContentElement - Class in io.sf.carte.echosvg.anim.dom
This class provides a common superclass for all graphics elements.
SVGOMTextContentElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
Creates a new SVGOMTextContentElement.
SVGOMTextContentElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
Creates a new SVGOMTextContentElement object.
SVGOMTextElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGTextElement.
SVGOMTextElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
Creates a new SVGOMTextElement object.
SVGOMTextElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
Creates a new SVGOMTextElement object.
SVGOMTextPathElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGTextPathElement.
SVGOMTextPathElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMTextPathElement
Creates a new SVGOMTextPathElement object.
SVGOMTextPathElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMTextPathElement
Creates a new SVGOMTextPathElement object.
SVGOMTextPositioningElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGTextPositioningElement.
SVGOMTextPositioningElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMTextPositioningElement
Creates a new SVGOMTextPositioningElement object.
SVGOMTextPositioningElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMTextPositioningElement
Creates a new SVGOMTextPositioningElement object.
SVGOMTitleElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGTitleElement.
SVGOMTitleElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMTitleElement
Creates a new SVGOMTitleElement object.
SVGOMTitleElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMTitleElement
Creates a new SVGOMTitleElement object.
SVGOMToBeImplementedElement - Class in io.sf.carte.echosvg.anim.dom
This is a development only class.
SVGOMToBeImplementedElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMToBeImplementedElement
Creates a new SVGOMToBeImplementedElement object.
SVGOMToBeImplementedElement(String, AbstractDocument, String) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMToBeImplementedElement
Creates a new SVGOMToBeImplementedElement object.
SVGOMTransform - Class in io.sf.carte.echosvg.dom.svg
This class is the implementation of the SVGTransform interface.
SVGOMTransform() - Constructor for class io.sf.carte.echosvg.dom.svg.SVGOMTransform
Creates a new SVGOMTransform.
SVGOMTRefElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGTRefElement.
SVGOMTRefElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMTRefElement
Creates a new SVGOMTRefElement object.
SVGOMTRefElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMTRefElement
Creates a new SVGOMTRefElement object.
SVGOMTSpanElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGTSpanElement.
SVGOMTSpanElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMTSpanElement
Creates a new SVGOMTSpanElement object.
SVGOMTSpanElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMTSpanElement
Creates a new SVGOMTSpanElement object.
SVGOMURIReferenceElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGURIReference.
SVGOMURIReferenceElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMURIReferenceElement
Creates a new SVGOMURIReferenceElement object.
SVGOMURIReferenceElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMURIReferenceElement
Creates a new SVGOMURIReferenceElement object.
SVGOMUseElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGUseElement.
SVGOMUseElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
Creates a new SVGOMUseElement object.
SVGOMUseElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
Creates a new SVGOMUseElement object.
SVGOMUseShadowRoot - Class in io.sf.carte.echosvg.dom.svg
This class implements DocumentFragment interface.
SVGOMUseShadowRoot() - Constructor for class io.sf.carte.echosvg.dom.svg.SVGOMUseShadowRoot
Creates a new DocumentFragment object.
SVGOMUseShadowRoot(AbstractDocument, Element, boolean) - Constructor for class io.sf.carte.echosvg.dom.svg.SVGOMUseShadowRoot
Creates a new DocumentFragment object.
SVGOMViewElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGViewElement.
SVGOMViewElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMViewElement
Creates a new SVGOMViewElement object.
SVGOMViewElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMViewElement
Creates a new SVGOMSVGElement object.
SVGOMVKernElement - Class in io.sf.carte.echosvg.anim.dom
This class implements SVGVKernElement.
SVGOMVKernElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMVKernElement
Creates a new SVGOMVKernElement object.
SVGOMVKernElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMVKernElement
Creates a new SVGOMVKernElement object.
SVGOMWheelEvent - Class in io.sf.carte.echosvg.dom.svg12
SVG 1.2 mouse wheel event.
SVGOMWheelEvent() - Constructor for class io.sf.carte.echosvg.dom.svg12.SVGOMWheelEvent
 
svgOtherCoordinateToObjectBoundingBox(String, String, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.bridge.UnitProcessor
Returns the specified 'other' coordinate in object bounding box coordinate system.
svgOtherCoordinateToUserSpace(String, String, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.bridge.UnitProcessor
Returns the specified 'other' coordinate in user units.
svgOtherLengthToObjectBoundingBox(String, String, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.bridge.UnitProcessor
Returns the specified 'other' length in object bounding box coordinate system.
svgOtherLengthToUserSpace(String, String, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.bridge.UnitProcessor
Returns the specified 'other' length in user units.
SVGPaint - Class in io.sf.carte.echosvg.svggen
Utility class that converts a Paint object into an SVG element.
SVGPaint - Interface in org.w3c.dom.svg
 
SVGPaint(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGPaint
 
SVGPaintDescriptor - Class in io.sf.carte.echosvg.svggen
Used to represent an SVG Paint.
SVGPaintDescriptor(String, String) - Constructor for class io.sf.carte.echosvg.svggen.SVGPaintDescriptor
 
SVGPaintDescriptor(String, String, Element) - Constructor for class io.sf.carte.echosvg.svggen.SVGPaintDescriptor
 
SVGPaintManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the SVGPaint property values.
SVGPaintManager(String) - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.SVGPaintManager
Creates a new SVGPaintManager.
SVGPaintManager(String, Value) - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.SVGPaintManager
Creates a new SVGPaintManager.
SVGPath - Class in io.sf.carte.echosvg.svggen
Utility class that converts a Shape object into an SVG path element.
SVGPath(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGPath
 
SVGPathContext - Interface in io.sf.carte.echosvg.dom.svg
Context class for the SVG path element to support extra methods.
SVGPathElement - Interface in org.w3c.dom.svg
 
SVGPathElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <path> element.
SVGPathElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGPathElementBridge
Constructs a new bridge for the <path> element.
SVGPathSeg - Interface in org.w3c.dom.svg
 
SVGPathSegArcAbs - Interface in org.w3c.dom.svg
 
SVGPathSegArcItem(short, String, float, float, float, boolean, boolean, float, float) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
SVGPathSegArcItem(SVGPathSeg) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
SVGPathSegArcRel - Interface in org.w3c.dom.svg
 
SVGPathSegClosePath - Interface in org.w3c.dom.svg
 
SVGPathSegConstants - Interface in io.sf.carte.echosvg.dom.svg
Constants for the SVGPathSeg interface.
SVGPathSegCurvetoCubicAbs - Interface in org.w3c.dom.svg
 
SVGPathSegCurvetoCubicItem(short, String, float, float, float, float, float, float) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
 
SVGPathSegCurvetoCubicItem(SVGPathSeg) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
 
SVGPathSegCurvetoCubicRel - Interface in org.w3c.dom.svg
 
SVGPathSegCurvetoCubicSmoothAbs - Interface in org.w3c.dom.svg
 
SVGPathSegCurvetoCubicSmoothItem(short, String, float, float, float, float) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem
 
SVGPathSegCurvetoCubicSmoothItem(SVGPathSeg) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem
 
SVGPathSegCurvetoCubicSmoothRel - Interface in org.w3c.dom.svg
 
SVGPathSegCurvetoQuadraticAbs - Interface in org.w3c.dom.svg
 
SVGPathSegCurvetoQuadraticItem(short, String, float, float, float, float) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem
 
SVGPathSegCurvetoQuadraticItem(SVGPathSeg) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem
 
SVGPathSegCurvetoQuadraticRel - Interface in org.w3c.dom.svg
 
SVGPathSegCurvetoQuadraticSmoothAbs - Interface in org.w3c.dom.svg
 
SVGPathSegCurvetoQuadraticSmoothItem(short, String, float, float) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem
 
SVGPathSegCurvetoQuadraticSmoothItem(SVGPathSeg) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem
 
SVGPathSegCurvetoQuadraticSmoothRel - Interface in org.w3c.dom.svg
 
SVGPathSegGenericItem(short, String, float, float, float, float, float, float) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGNormPathSegList.SVGPathSegGenericItem
 
SVGPathSegItem - Class in io.sf.carte.echosvg.dom.svg
Internal representation of the item SVGPathSeg.
SVGPathSegItem() - Constructor for class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
SVGPathSegItem(short, String) - Constructor for class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
SVGPathSegItem(SVGPathSeg) - Constructor for class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
SVGPathSegLinetoAbs - Interface in org.w3c.dom.svg
 
SVGPathSegLinetoHorizontalAbs - Interface in org.w3c.dom.svg
 
SVGPathSegLinetoHorizontalItem(short, String, float) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem
 
SVGPathSegLinetoHorizontalItem(SVGPathSeg) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem
 
SVGPathSegLinetoHorizontalRel - Interface in org.w3c.dom.svg
 
SVGPathSegLinetoRel - Interface in org.w3c.dom.svg
 
SVGPathSegLinetoVerticalAbs - Interface in org.w3c.dom.svg
 
SVGPathSegLinetoVerticalItem(short, String, float) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem
 
SVGPathSegLinetoVerticalItem(SVGPathSeg) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem
 
SVGPathSegLinetoVerticalRel - Interface in org.w3c.dom.svg
 
SVGPathSegList - Interface in org.w3c.dom.svg
 
SVGPathSegMovetoAbs - Interface in org.w3c.dom.svg
 
SVGPathSegMovetoLinetoItem(short, String, float, float) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem
 
SVGPathSegMovetoLinetoItem(SVGPathSeg) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem
 
SVGPathSegMovetoRel - Interface in org.w3c.dom.svg
 
SVGPathSupport - Class in io.sf.carte.echosvg.anim.dom
The class provides support for the SVGPath interface.
SVGPathSupport() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGPathSupport
 
SVGPatternElement - Interface in org.w3c.dom.svg
 
SVGPatternElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <pattern> element.
SVGPatternElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGPatternElementBridge
Constructs a new SVGPatternElementBridge.
SVGPatternElementBridge.PatternGraphicsNode - Class in io.sf.carte.echosvg.bridge
 
SVGPoint - Interface in org.w3c.dom.svg
 
SVGPointItem - Class in io.sf.carte.echosvg.dom.svg
An SVGPoint in the list.
SVGPointItem(float, float) - Constructor for class io.sf.carte.echosvg.dom.svg.SVGPointItem
Creates a new SVGPointItem.
SVGPointList - Interface in org.w3c.dom.svg
 
SVGPointShapeElement - Class in io.sf.carte.echosvg.anim.dom
This class provides a common superclass for shape elements that are defined with a 'points' attribute (i.e., polygon and polyline).
SVGPointShapeElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGPointShapeElement
Creates a new SVGPointShapeElement object.
SVGPointShapeElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGPointShapeElement
Creates a new SVGPointShapeElement object.
SVGPolygon - Class in io.sf.carte.echosvg.svggen
Utility class that converts a Polygon object into an SVG element.
SVGPolygon(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGPolygon
 
SVGPolygonElement - Interface in org.w3c.dom.svg
 
SVGPolygonElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <polygon> element.
SVGPolygonElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGPolygonElementBridge
Constructs a new bridge for the <polygon> element.
SVGPolylineElement - Interface in org.w3c.dom.svg
 
SVGPolylineElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <polyline> element.
SVGPolylineElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGPolylineElementBridge
Constructs a new bridge for the <polyline> element.
SVGPreserveAspectRatio - Interface in org.w3c.dom.svg
 
SVGRadialGradientElement - Interface in org.w3c.dom.svg
 
SVGRadialGradientElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <radialGradient> element.
SVGRadialGradientElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGRadialGradientElementBridge
Constructs a new SVGRadialGradientElementBridge.
SVGRect - Interface in org.w3c.dom.svg
 
SVGRectangle - Class in io.sf.carte.echosvg.svggen
Utility class that converts a Rectangle2D or RoundRectangle2D object into an SVG element.
SVGRectangle(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGRectangle
 
SVGRectElement - Interface in org.w3c.dom.svg
 
SVGRectElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <rect> element.
SVGRectElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGRectElementBridge
Constructs a new bridge for the <rect> element.
SVGRenderingHints - Class in io.sf.carte.echosvg.svggen
Utility class that converts a RenderingHints object into a set of SVG properties.
SVGRenderingHints(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGRenderingHints
 
SVGRenderingIntent - Interface in org.w3c.dom.svg
 
SVGRescaleOp - Class in io.sf.carte.echosvg.svggen
Utility class that converts a RescaleOp object into an SVG filter descriptor.
SVGRescaleOp(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGRescaleOp
 
svgResizeListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The SVGResize event listener.
svgRotateArrayToFloats(Element, String, String, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.TextUtilities
 
SVGScriptElement - Interface in org.w3c.dom.svg
 
svgScrollListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The SVGScroll event listener.
SVGSelectorMatcher - Class in io.sf.carte.echosvg.css.engine
Used for CSS selector matching.
SVGSelectorMatcher(Element) - Constructor for class io.sf.carte.echosvg.css.engine.SVGSelectorMatcher
Construct a new matcher.
SVGSetElement - Interface in org.w3c.dom.svg
 
SVGSetElementBridge - Class in io.sf.carte.echosvg.bridge
A bridge class for the 'set' animation element.
SVGSetElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGSetElementBridge
 
SVGShape - Class in io.sf.carte.echosvg.svggen
Utility class that converts a Shape object into the corresponding SVG element.
SVGShape(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGShape
 
SVGShapeElementBridge - Class in io.sf.carte.echosvg.bridge
The base bridge class for shapes.
SVGShapeElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGShapeElementBridge
Constructs a new bridge for SVG shapes.
SVGSolidColorElementBridge - Class in io.sf.carte.echosvg.bridge.svg12
Bridge class for a regular polygon element.
SVGSolidColorElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVGSolidColorElementBridge
Constructs a new bridge for the <rect> element.
SVGStopElement - Interface in org.w3c.dom.svg
 
SVGStopElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.AbstractSVGGradientElementBridge.SVGStopElementBridge
 
SVGStringList - Interface in org.w3c.dom.svg
 
SVGStrokeDescriptor - Class in io.sf.carte.echosvg.svggen
Used to represent an SVG Paint.
SVGStrokeDescriptor(String, String, String, String, String, String) - Constructor for class io.sf.carte.echosvg.svggen.SVGStrokeDescriptor
 
SVGStylable - Interface in org.w3c.dom.svg
 
SVGStylableElement - Class in io.sf.carte.echosvg.anim.dom
This class provides a common superclass for elements which implement SVGStylable.
SVGStylableElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGStylableElement
Creates a new SVGStylableElement object.
SVGStylableElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGStylableElement
Creates a new SVGStylableElement object.
SVGStylableElement.OverrideStyleDeclaration - Class in io.sf.carte.echosvg.anim.dom
This class is a CSSStyleDeclaration for the override style of the element.
SVGStylableElement.PresentationAttributeColorValue - Class in io.sf.carte.echosvg.anim.dom
To manage a presentation attribute SVGColor value.
SVGStylableElement.PresentationAttributePaintValue - Class in io.sf.carte.echosvg.anim.dom
To manage a presentation attribute SVGPaint value.
SVGStylableElement.PresentationAttributeValue - Class in io.sf.carte.echosvg.anim.dom
To manage a presentation attribute value.
SVGStylableElement.StyleDeclaration - Class in io.sf.carte.echosvg.anim.dom
This class represents the 'style' attribute.
SVGStyleElement - Interface in org.w3c.dom.svg
 
SVGStyleSheetProcessingInstruction - Class in io.sf.carte.echosvg.anim.dom
This class provides an implementation of the 'xml-stylesheet' processing instructions.
SVGStyleSheetProcessingInstruction() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGStyleSheetProcessingInstruction
Creates a new ProcessingInstruction object.
SVGStyleSheetProcessingInstruction(String, AbstractDocument, StyleSheetFactory) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGStyleSheetProcessingInstruction
Creates a new ProcessingInstruction object.
SVGStylingAttributes - Class in io.sf.carte.echosvg.svggen
Defines the set of attributes from Exchange SVG that are defined as styling properties in Stylable SVG.
SVGStylingAttributes() - Constructor for class io.sf.carte.echosvg.svggen.SVGStylingAttributes
 
SVGSVGContext - Interface in io.sf.carte.echosvg.dom.svg
Context class for svg:svg elements.
SVGSVGElement - Interface in org.w3c.dom.svg
 
SVGSVGElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <svg> element.
SVGSVGElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
Constructs a new bridge for the <svg> element.
SVGSVGElementBridge.SVGSVGElementViewport - Class in io.sf.carte.echosvg.bridge
A viewport defined an <svg> element.
SVGSVGElementViewport(float, float) - Constructor for class io.sf.carte.echosvg.bridge.SVGSVGElementBridge.SVGSVGElementViewport
Constructs a new viewport with the specified SVGSVGElement.
SVGSwitchElement - Interface in org.w3c.dom.svg
 
SVGSwitchElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <switch> element.
SVGSwitchElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGSwitchElementBridge
Constructs a new bridge for the <switch> element.
SVGSymbolElement - Interface in org.w3c.dom.svg
 
SVGSyntax - Interface in io.sf.carte.echosvg.svggen
Contains the definition of the SVG tags and attribute names.
SVGTests - Interface in org.w3c.dom.svg
 
SVGTestsSupport - Class in io.sf.carte.echosvg.dom.svg
This class provides support for SVGTests features.
SVGTestsSupport() - Constructor for class io.sf.carte.echosvg.dom.svg.SVGTestsSupport
Creates a new SVGTestsSupport object.
SVGTextContent - Interface in io.sf.carte.echosvg.dom.svg
This class provides the interface for the SVGTextContentElement for the bridge to implement.
SVGTextContentElement - Interface in org.w3c.dom.svg
 
SVGTextContentSupport - Class in io.sf.carte.echosvg.anim.dom
This class provides support for the SVGTextContentElement interface.
SVGTextContentSupport() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGTextContentSupport
 
SVGTextContentSupport.SVGTextPoint - Class in io.sf.carte.echosvg.anim.dom
 
SVGTextElement - Interface in org.w3c.dom.svg
 
SVGTextElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <text> element.
SVGTextElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGTextElementBridge
Constructs a new bridge for the <text> element.
SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler - Class in io.sf.carte.echosvg.bridge
Implementation for the BridgeUpdateHandler for the child elements of <text>.
SVGTextElementBridge.AbstractTextChildSVGContext - Class in io.sf.carte.echosvg.bridge
Implementation of SVGContext for the children of <text>
SVGTextElementBridge.AbstractTextChildTextContent - Class in io.sf.carte.echosvg.bridge
 
SVGTextElementBridge.AttributedStringBuffer - Class in io.sf.carte.echosvg.bridge
This class is used to build an AttributedString.
SVGTextElementBridge.CharacterInformation - Class in io.sf.carte.echosvg.bridge
Helper class to collect information about one Glyph in the GlyphVector
SVGTextElementBridge.DOMChildNodeRemovedEventListener - Class in io.sf.carte.echosvg.bridge
The DOM EventListener invoked when a node is removed.
SVGTextElementBridge.DOMSubtreeModifiedEventListener - Class in io.sf.carte.echosvg.bridge
The DOM EventListener invoked when the subtree is modified.
SVGTextElementBridge.TextPathBridge - Class in io.sf.carte.echosvg.bridge
BridgeUpdateHandle for <textPath> element.
SVGTextElementBridge.TRefBridge - Class in io.sf.carte.echosvg.bridge
BridgeUpdateHandle for <tref> element.
SVGTextElementBridge.TspanBridge - Class in io.sf.carte.echosvg.bridge
BridgeUpdateHandle for <tspan> element.
SVGTextPathElement - Interface in org.w3c.dom.svg
 
SVGTextPathElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <textPath> element.
SVGTextPathElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGTextPathElementBridge
Constructs a new bridge for the <textPath> element.
SVGTextPositioningElement - Interface in org.w3c.dom.svg
 
SVGTexturePaint - Class in io.sf.carte.echosvg.svggen
Utility class that converts a TexturePaint object into an SVG pattern element
SVGTexturePaint(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGTexturePaint
 
SVGTimedElement() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge.SVGTimedElement
 
SVGTitleElement - Interface in org.w3c.dom.svg
 
SVGTitleElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <title> element.
SVGTitleElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGTitleElementBridge
Constructs a new bridge for the <title> element.
svgToObjectBoundingBox(float, short, short, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.parser.UnitProcessor
Returns the specified value with the specified direction in objectBoundingBox units.
svgToObjectBoundingBox(String, String, short, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.bridge.UnitProcessor
Returns the specified value with the specified direction in objectBoundingBox units.
svgToObjectBoundingBox(String, String, short, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.parser.UnitProcessor
Returns the specified value with the specified direction in objectBoundingBox units.
svgToUserSpace(float, int, int) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
 
svgToUserSpace(float, short, short) - Method in interface io.sf.carte.echosvg.anim.dom.AnimationTarget
Converts the given SVG length into user units.
svgToUserSpace(float, short, short) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Converts the given SVG length into user units.
svgToUserSpace(float, short, short, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.parser.UnitProcessor
Converts the specified value of the specified type and direction to user units.
svgToUserSpace(String, String, short, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.bridge.UnitProcessor
Returns the specified coordinate with the specified direction in user units.
svgToUserSpace(String, String, short, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.parser.UnitProcessor
Returns the specified coordinate with the specified direction in user units.
SVGTranscoder - Class in io.sf.carte.echosvg.transcoder.svg2svg
This class is a trancoder from SVG to SVG.
SVGTranscoder() - Constructor for class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder
Creates a new SVGTranscoder.
SVGTranscoder.DoctypeKey - Class in io.sf.carte.echosvg.transcoder.svg2svg
To represent a doctype key.
SVGTranscoder.DoctypeValue - Class in io.sf.carte.echosvg.transcoder.svg2svg
To represent a doctype value.
SVGTranscoder.NewlineKey - Class in io.sf.carte.echosvg.transcoder.svg2svg
To represent a newline key.
SVGTranscoder.NewlineValue - Class in io.sf.carte.echosvg.transcoder.svg2svg
To represent a newline value.
SVGTransform - Class in io.sf.carte.echosvg.svggen
Utility class that converts a GraphicContext transform stack into an SVG transform attribute.
SVGTransform - Interface in org.w3c.dom.svg
 
SVGTransform(SVGGeneratorContext) - Constructor for class io.sf.carte.echosvg.svggen.SVGTransform
 
SVGTransformable - Interface in org.w3c.dom.svg
 
SVGTransformDescriptor - Class in io.sf.carte.echosvg.svggen
Describes an SVG transform
SVGTransformDescriptor(String) - Constructor for class io.sf.carte.echosvg.svggen.SVGTransformDescriptor
 
SVGTransformItem() - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
Creates a new, uninitialized SVGTransformItem.
SVGTransformItem(SVGTransform) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
Creates a new SVGTransformItem from the given SVGTransform.
SVGTransformList - Interface in org.w3c.dom.svg
 
SVGTRefElement - Interface in org.w3c.dom.svg
 
SVGTSpanElement - Interface in org.w3c.dom.svg
 
SVGTypes - Class in io.sf.carte.echosvg.util
Abstract class for SVG type related constants.
SVGTypes() - Constructor for class io.sf.carte.echosvg.util.SVGTypes
 
SVGUnitTypes - Interface in org.w3c.dom.svg
 
svgUnloadListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The SVGUnload event listener.
SVGUpdateOverlay - Class in io.sf.carte.echosvg.swing.svg
One line Class Desc Complete Class Desc
SVGUpdateOverlay(int, int) - Constructor for class io.sf.carte.echosvg.swing.svg.SVGUpdateOverlay
 
SVGURIReference - Interface in org.w3c.dom.svg
 
SVGURIReferenceGraphicsElement - Class in io.sf.carte.echosvg.anim.dom
This class provides support for Xlink to a graphics element.
SVGURIReferenceGraphicsElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGURIReferenceGraphicsElement
Creates a new SVGURIReferenceGraphicsElement object.
SVGURIReferenceGraphicsElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGURIReferenceGraphicsElement
Creates a new SVGURIReferenceGraphicsElement object.
SVGURIReferenceTextPositioningElement - Class in io.sf.carte.echosvg.anim.dom
This class implements both SVGTextPositioningElement and SVGURIReference..
SVGURIReferenceTextPositioningElement() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGURIReferenceTextPositioningElement
Creates a new SVGURIReferenceTextPositioningElement object.
SVGURIReferenceTextPositioningElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.SVGURIReferenceTextPositioningElement
Creates a new SVGURIReferenceTextPositioningElement object.
SVGUseElement - Interface in org.w3c.dom.svg
 
SVGUseElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <use> element.
SVGUseElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGUseElementBridge
Constructs a new bridge for the <use> element.
SVGUseElementBridge.CursorMouseOverListener - Class in io.sf.carte.echosvg.bridge
To handle a mouseover on an anchor and set the cursor.
SVGUseElementBridge.ReferencedElementMutationListener - Class in io.sf.carte.echosvg.bridge
Used to handle modifications to the referenced content
svgUserAgent - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The SVG user agent.
SVGUserAgent - Interface in io.sf.carte.echosvg.swing.svg
This interface must be implemented to provide client services to a JSVGComponent.
SVGUserAgentAdapter - Class in io.sf.carte.echosvg.swing.svg
This Implements the SVGUserAgent interface to provide a very simple version of client services to the JSVGComponent.
SVGUserAgentAdapter() - Constructor for class io.sf.carte.echosvg.swing.svg.SVGUserAgentAdapter
 
SVGUserAgentGUIAdapter - Class in io.sf.carte.echosvg.swing.svg
One line Class Desc Methods users may want to implement: displayMessage
SVGUserAgentGUIAdapter(Component) - Constructor for class io.sf.carte.echosvg.swing.svg.SVGUserAgentGUIAdapter
 
SVGUtilities - Class in io.sf.carte.echosvg.bridge
A collection of utility methods for SVG.
SVGUtilities() - Constructor for class io.sf.carte.echosvg.bridge.SVGUtilities
No instance of this class is required.
SVGValue - Interface in io.sf.carte.echosvg.css.engine.value.svg
This interface represents the values for properties like 'fill', 'flood-color'...
SVGValueConstants - Interface in io.sf.carte.echosvg.css.engine.value.svg
This interface provides constants for SVG values.
svgVerticalCoordinateArrayToUserSpace(Element, String, String, BridgeContext) - Static method in class io.sf.carte.echosvg.bridge.TextUtilities
Returns the float list that represents a set of values or percentage.
svgVerticalCoordinateToObjectBoundingBox(String, String, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.bridge.UnitProcessor
Returns the specified vertical coordinate in object bounding box coordinate system.
svgVerticalCoordinateToUserSpace(String, String, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.bridge.UnitProcessor
Returns the specified vertical coordinate in user units.
svgVerticalLengthToObjectBoundingBox(String, String, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.bridge.UnitProcessor
Returns the specified vertical length in object bounding box coordinate system.
svgVerticalLengthToUserSpace(String, String, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.bridge.UnitProcessor
Returns the specified vertical length in user units.
SVGViewElement - Interface in org.w3c.dom.svg
 
SVGViewSpec - Interface in org.w3c.dom.svg
 
SVGVKernElement - Interface in org.w3c.dom.svg
 
SVGVKernElementBridge - Class in io.sf.carte.echosvg.bridge
Bridge class for the <vkern> element.
SVGVKernElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.SVGVKernElementBridge
Constructs a new bridge for the <vkern> element.
SVGZ_EXTENSION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverterURLSource
 
SVGZoomAndPan - Interface in org.w3c.dom.svg
 
SVGZoomAndPanSupport - Class in io.sf.carte.echosvg.dom.svg
This class provides support for SVGZoomAndPan features.
SVGZoomAndPanSupport() - Constructor for class io.sf.carte.echosvg.dom.svg.SVGZoomAndPanSupport
This class does not need to be instantiated.
SVGZoomEvent - Interface in org.w3c.dom.svg
 
svgZoomListener - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The SVGZoom event listener.
SW_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'sw-resize' keyword.
swapGlyphGroupInfo() - Method in class io.sf.carte.echosvg.gvt.flow.LineInfo
 
swapTextPaintInfo(TextPaintInfo, TextPaintInfo) - Method in class io.sf.carte.echosvg.bridge.TextNode
 
SwingSVGPrettyPrint - Class in io.sf.carte.echosvg.svggen
This class offers a way to create an SVG document with grouping that reflects the Swing composite structure (container/components).
SwingSVGPrettyPrint() - Constructor for class io.sf.carte.echosvg.svggen.SwingSVGPrettyPrint
 
SwitchElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.SwitchElementFactory
 
sxModel - Variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
The Model for the x-axis scale component
SYMBOL_CHARSET - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
SymbolElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.SymbolElementFactory
 
syModel - Variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
The Model for the y-axis scale component
syncbase(float, String, String) - Method in class io.sf.carte.echosvg.anim.timing.TimingSpecifierListProducer
Invoked when a syncbase value timing specifier is parsed.
syncbase(float, String, String) - Method in class io.sf.carte.echosvg.parser.DefaultTimingSpecifierHandler
Invoked when a syncbase value timing specifier is parsed.
syncbase(float, String, String) - Method in interface io.sf.carte.echosvg.parser.TimingSpecifierHandler
Invoked when a syncbase value timing specifier is parsed.
syncbaseElement - Variable in class io.sf.carte.echosvg.anim.timing.SyncbaseTimingSpecifier
The syncbase element.
syncbaseID - Variable in class io.sf.carte.echosvg.anim.timing.MediaMarkerTimingSpecifier
The ID of the media element.
syncbaseID - Variable in class io.sf.carte.echosvg.anim.timing.SyncbaseTimingSpecifier
The ID of the syncbase element.
SyncbaseTimingSpecifier - Class in io.sf.carte.echosvg.anim.timing
A class to handle syncbase SMIL timing specifiers.
SyncbaseTimingSpecifier(TimedElement, boolean, float, String, boolean) - Constructor for class io.sf.carte.echosvg.anim.timing.SyncbaseTimingSpecifier
Creates a new SyncbaseTimingSpecifier object.
syncBegin - Variable in class io.sf.carte.echosvg.anim.timing.SyncbaseTimingSpecifier
Whether this specifier specifies a sync to the begin or the end of the syncbase element.
syntaxFontMap - Variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLContext
 
syntaxForegroundMap - Variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLContext
 
SYSTEM_IDENTIFIER - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a 'SYSTEM' lexical unit.
SystemColorSupport - Class in io.sf.carte.echosvg.css.engine
This class provides support for AWT system colors.
SystemColorSupport() - Constructor for class io.sf.carte.echosvg.css.engine.SystemColorSupport
This class does not need to be instantiated.
systemId - Variable in class io.sf.carte.echosvg.dom.AbstractEntity
The system id.
systemId - Variable in class io.sf.carte.echosvg.dom.AbstractNotation
The system id.
systemId - Variable in class io.sf.carte.echosvg.dom.GenericDocumentType
The DTD system ID, if specified.
systemId - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
The system id.
SystemIdHandler() - Constructor for class io.sf.carte.echosvg.apps.svgpp.Main.SystemIdHandler
 
szAtts - Static variable in class io.sf.carte.echosvg.bridge.FlowTextPainter
 
szAtts - Static variable in class io.sf.carte.echosvg.bridge.GlyphLayout
 

T

t - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationThread.Ticker
The document time to tick at next.
TA_BASELINE - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
TA_BOTTOM - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
TA_CENTER - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
TA_LEFT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
TA_NOUPDATECP - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
TA_RIGHT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
TA_TOP - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
TA_UPDATECP - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
table - Variable in class io.sf.carte.echosvg.css.engine.StringIntMap
The underlying array
table - Variable in class io.sf.carte.echosvg.css.engine.value.StringMap
The underlying array
table - Variable in class io.sf.carte.echosvg.dom.AbstractElement.NamedNodeHashMap
The underlying array
table - Variable in class io.sf.carte.echosvg.dom.AbstractParentNode.ElementsByTagName
The table.
table - Variable in class io.sf.carte.echosvg.dom.AbstractParentNode.ElementsByTagNameNS
The table.
table - Variable in class io.sf.carte.echosvg.dom.util.DocumentDescriptor
The underlying array
table - Variable in class io.sf.carte.echosvg.dom.util.HashTableStack.Link
The table.
table - Variable in class io.sf.carte.echosvg.dom.util.IntTable
The underlying array
table - Variable in class io.sf.carte.echosvg.dom.util.TriplyIndexedTable
The underlying array
table - Variable in class io.sf.carte.echosvg.util.DoublyIndexedSet
The table to store entries.
table - Variable in class io.sf.carte.echosvg.util.DoublyIndexedTable
The underlying array
table - Variable in class io.sf.carte.echosvg.util.SoftDoublyIndexedTable
The underlying array
Table - Interface in io.sf.carte.echosvg.svggen.font.table
 
TABLE - Static variable in interface io.sf.carte.echosvg.ext.awt.image.ComponentTransferFunction
 
TABLE_CAPTION_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'table-caption' keyword.
TABLE_CELL_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'table-cell' keyword.
TABLE_COLUMN_GROUP_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'table-column-group' keyword.
TABLE_COLUMN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'table-column' keyword.
TABLE_FOOTER_GROUP_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'table-footer-group' keyword.
TABLE_HEADER_GROUP_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'table-header-group' keyword.
TABLE_ROW_GROUP_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'table-row-group' keyword.
TABLE_ROW_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'table-row' keyword.
TABLE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'table' keyword.
TableDirectory - Class in io.sf.carte.echosvg.svggen.font.table
 
TableDirectory(RandomAccessFile) - Constructor for class io.sf.carte.echosvg.svggen.font.table.TableDirectory
 
TableFactory - Class in io.sf.carte.echosvg.svggen.font.table
 
TableFactory() - Constructor for class io.sf.carte.echosvg.svggen.font.table.TableFactory
 
TableIterator() - Constructor for class io.sf.carte.echosvg.util.DoublyIndexedTable.TableIterator
Creates a new TableIterator.
TableTransfer - Class in io.sf.carte.echosvg.ext.awt.image
TableTransfer.java This class defines the Table type transfer function for the feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG specification.
TableTransfer(int[]) - Constructor for class io.sf.carte.echosvg.ext.awt.image.TableTransfer
 
tableValues - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMComponentTransferFunctionElement
The 'tableValues' attribute value.
tableValues - Variable in class io.sf.carte.echosvg.ext.awt.image.DiscreteTransfer
This int array is the input table values from the user
tableValues - Variable in class io.sf.carte.echosvg.ext.awt.image.TableTransfer
This int array is the input table values from the user
tabSize - Variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLView
 
tabulationWidth - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
The tabulation width.
TabWidthHandler() - Constructor for class io.sf.carte.echosvg.apps.svgpp.Main.TabWidthHandler
 
tallyTile(Raster) - Method in class io.sf.carte.echosvg.extension.svg.HistogramRed
 
TAN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'tan' RGB color.
TAN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'tan' color name.
target - Variable in class io.sf.carte.echosvg.anim.AnimationEngine.AnimationInfo
The target of the animation.
target - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAElement
The 'target' attribute value.
target - Variable in class io.sf.carte.echosvg.anim.values.AnimatableValue
The target of the animation.
target - Variable in class io.sf.carte.echosvg.bridge.BridgeContext.EventListenerMememto
 
target - Variable in class io.sf.carte.echosvg.bridge.SVGAElementBridge.MouseOverDefaultActionable
 
target - Variable in class io.sf.carte.echosvg.bridge.SVGUseElementBridge.ReferencedElementMutationListener
 
target - Variable in class io.sf.carte.echosvg.dom.events.AbstractEvent
The target of this event.
target - Variable in class io.sf.carte.echosvg.dom.GenericProcessingInstruction
The target.
targetElement - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
The target element of the animation.
TargetInfo() - Constructor for class io.sf.carte.echosvg.anim.AnimationEngine.TargetInfo
 
targetListener - Variable in class io.sf.carte.echosvg.anim.AnimationEngine
The listener object for animation target base value changes.
targetListeners - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Table mapping namespaceURI/local name pairs to LinkedLists of AnimationTargetListeners.
targetListeners - Variable in class io.sf.carte.echosvg.bridge.AnimatableSVGBridge
Map of CSS property names to LinkedLists of AnimationTargetListeners.
targets - Variable in class io.sf.carte.echosvg.anim.AnimationEngine
Map of AnimationTargets to TargetInfo objects.
TB_RL_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'tb-rl' keyword.
TB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'tb' keyword.
teal - Static variable in class io.sf.carte.echosvg.svggen.SVGColor
 
TEAL_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'teal' RGB color.
TEAL_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'teal' color name.
TEMP_ERROR_CONTEXT - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
template - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.DefinitionRecord
The template element for this definition.
templateMutationListener - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportRecord
The DOM subtree modified listener for templates of definitions accessed through this import.
TemplateMutationListener(Element) - Constructor for class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.TemplateMutationListener
Creates a new TemplateMutationListener.
testXMLQName(String) - Static method in class io.sf.carte.echosvg.xml.XMLUtilities
Test whether the given string is an XML 1.0 Name and/or QName.
text - Variable in class io.sf.carte.echosvg.bridge.TextNode
The text of this TextNode.
text - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.MetaRecord.StringRecord
 
TEXT_AFTER_EDGE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'text-after-edge' keyword.
TEXT_ALIGN_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVG12CSSEngine
 
TEXT_ANCHOR_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
TEXT_BEFORE_EDGE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'text-before-edge' keyword.
TEXT_BOTTOM_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'text-bottom' keyword.
TEXT_COMPOUND_DELIMITER - Static variable in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
TEXT_COMPOUND_DELIMITER - Static variable in class io.sf.carte.echosvg.gvt.font.AWTFontFamily
 
TEXT_COMPOUND_DELIMITER - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Attribute span delimiter - new tspan, tref, or textelement.
TEXT_COMPOUND_ID - Static variable in class io.sf.carte.echosvg.bridge.BridgeEventSupport
 
TEXT_COMPOUND_ID - Static variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
TEXT_COMPOUND_ID - Static variable in class io.sf.carte.echosvg.bridge.SVGFontFamily
 
TEXT_COMPOUND_ID - Static variable in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
TEXT_COMPOUND_ID - Static variable in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
TEXT_COMPOUND_ID - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Element identifier all chars from same element will share an ID.
TEXT_CURSOR - Static variable in class io.sf.carte.echosvg.bridge.CursorManager
Cursor used over text
TEXT_CURSOR - Static variable in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
The cursor indicating that a text selection operation is under way.
TEXT_DECORATION_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
TEXT_EVENT_TYPE - Static variable in class io.sf.carte.echosvg.dom.events.DocumentEventSupport
The TextEvent type.
TEXT_RENDERING_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
TEXT_TOP_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'text-top' keyword.
TEXT_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'text' keyword.
TextAlignManager - Class in io.sf.carte.echosvg.css.engine.value.svg12
This class provides a manager for the 'text-align' property values.
TextAlignManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg12.TextAlignManager
 
TextAnchorManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'text-anchor' property values.
TextAnchorManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.TextAnchorManager
 
textAsShapes - Variable in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Text handling strategy.
TextAttribute(String) - Constructor for class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Construct a TextAttribute key with name s
textBridge - Variable in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Text bridge parent
textChanged(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.OverrideStyleDeclaration
Called when the value text has changed.
textChanged(String) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.StyleDeclaration
Called when the value text has changed.
textChanged(String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration.ModificationHandler
Called when the value text has changed.
textChanged(String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ModificationHandler
Called when the value text has changed.
textChanged(String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the value text has changed.
TextChunk(int, int, Point2D) - Constructor for class io.sf.carte.echosvg.bridge.StrokingTextPainter.TextChunk
 
textColor - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
The text color.
TextDecorationManager - Class in io.sf.carte.echosvg.css.engine.value.css2
This class provides a manager for the 'text-decoration' property values.
TextDecorationManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.css2.TextDecorationManager
 
TextElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.TextElementFactory
 
TextEvent - Interface in io.sf.carte.echosvg.w3c.dom.events
The TextEvent interface provides specific contextual information associated with Text Events.
TextEventFactory() - Constructor for class io.sf.carte.echosvg.dom.events.DocumentEventSupport.TextEventFactory
 
textField - Variable in class io.sf.carte.echosvg.util.gui.URIChooser
The text field
TextHit - Class in io.sf.carte.echosvg.bridge
Class that encapsulates information returned from hit testing a TextSpanLayout instance.
TextHit(int, boolean) - Constructor for class io.sf.carte.echosvg.bridge.TextHit
Constructs a TextHit with the specified values.
TextLayoutFactory - Interface in io.sf.carte.echosvg.bridge
Interface implemented by factory instances that can return TextSpanLayouts appropriate to AttributedCharacterIterator instances.
textLength - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
The 'textLength' attribute value.
TextLineBreaks - Class in io.sf.carte.echosvg.gvt.flow
 
TextLineBreaks() - Constructor for class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
textNode - Variable in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
TextNode - Class in io.sf.carte.echosvg.bridge
A graphics node that represents text.
TextNode() - Constructor for class io.sf.carte.echosvg.bridge.TextNode
Constructs a new empty TextNode.
TextNode.Anchor - Class in io.sf.carte.echosvg.bridge
Defines where the text of a TextNode can be anchored relative to its location.
textPainter - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The text painter to use.
textPainter - Variable in class io.sf.carte.echosvg.bridge.TextNode
The text painter used to display the text of this text node.
TextPainter - Interface in io.sf.carte.echosvg.bridge
Renders the attributed character iterator of a TextNode.
TextPaintInfo - Class in io.sf.carte.echosvg.gvt.text
One line Class Desc Complete Class Desc
TextPaintInfo() - Constructor for class io.sf.carte.echosvg.gvt.text.TextPaintInfo
 
TextPaintInfo(TextPaintInfo) - Constructor for class io.sf.carte.echosvg.gvt.text.TextPaintInfo
 
TextPath - Class in io.sf.carte.echosvg.gvt.text
A text path describes a path along which some text will be rendered.
TextPath(GeneralPath) - Constructor for class io.sf.carte.echosvg.gvt.text.TextPath
Constructs a TextPath based on the specified path.
TEXTPATH - Static variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
TEXTPATH - Static variable in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
TEXTPATH - Static variable in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
TEXTPATH - Static variable in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
TEXTPATH - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Path along which text is to be laid out
TEXTPATH_METHODTYPE_ALIGN - Static variable in interface org.w3c.dom.svg.SVGTextPathElement
 
TEXTPATH_METHODTYPE_STRETCH - Static variable in interface org.w3c.dom.svg.SVGTextPathElement
 
TEXTPATH_METHODTYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGTextPathElement
 
TEXTPATH_SPACINGTYPE_AUTO - Static variable in interface org.w3c.dom.svg.SVGTextPathElement
 
TEXTPATH_SPACINGTYPE_EXACT - Static variable in interface org.w3c.dom.svg.SVGTextPathElement
 
TEXTPATH_SPACINGTYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGTextPathElement
 
TextPathBridge(BridgeContext, SVGTextElementBridge, Element) - Constructor for class io.sf.carte.echosvg.bridge.SVGTextElementBridge.TextPathBridge
 
TextPathElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.TextPathElementFactory
 
TextPathLayout - Class in io.sf.carte.echosvg.ext.awt.font
PathLayout can layout text along a Shape, usually a Path object.
TextPathLayout() - Constructor for class io.sf.carte.echosvg.ext.awt.font.TextPathLayout
 
TextRenderingManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'text-rendering' property values.
TextRenderingManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.TextRenderingManager
 
TextRun(TextSpanLayout, AttributedCharacterIterator, boolean) - Constructor for class io.sf.carte.echosvg.bridge.StrokingTextPainter.TextRun
 
textRuns - Variable in class io.sf.carte.echosvg.bridge.TextNode
The list of text runs.
textSelectionListener - Variable in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
The text selection listener.
TextSelectionListener() - Constructor for class io.sf.carte.echosvg.swing.gvt.TextSelectionManager.TextSelectionListener
 
textSelectionManager - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
The text selection manager.
TextSelectionManager - Class in io.sf.carte.echosvg.swing.gvt
This class represents an object which manage GVT text nodes selection.
TextSelectionManager(JGVTComponent, EventDispatcher) - Constructor for class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
Creates a new TextSelectionManager.
TextSelectionManager.MouseListener - Class in io.sf.carte.echosvg.swing.gvt
To implement a GraphicsNodeMouseListener.
TextSelectionManager.SelectionOverlay - Class in io.sf.carte.echosvg.swing.gvt
The selection overlay.
TextSelectionManager.TextSelectionListener - Class in io.sf.carte.echosvg.swing.gvt
To implements a selection listener.
textSelector - Variable in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
The text selector.
TextSpanLayout - Interface in io.sf.carte.echosvg.bridge
Class that performs layout of attributed text strings into glyph sets paintable by TextPainter instances.
TextureFactory - Class in io.sf.carte.echosvg.transcoder.wmf.tosvg
This class generate Paints from WMF hatch definitions.
TextUtilities - Class in io.sf.carte.echosvg.bridge
A collection of utility method for text.
TextUtilities() - Constructor for class io.sf.carte.echosvg.bridge.TextUtilities
 
textWrap(AttributedCharacterIterator[], List<List<TextSpanLayout>>, List<RegionInfo>, FontRenderContext) - Static method in class io.sf.carte.echosvg.bridge.FlowTextPainter
 
textWrapTextChunk(AttributedCharacterIterator[], List<List<TextSpanLayout>>, List<RegionInfo>) - Static method in class io.sf.carte.echosvg.extension.svg.FlowExtGlyphLayout
This will wrap the text associated with aci and layouts.
THISTLE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'thistle' RGB color.
THISTLE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'thistle' color name.
THREEDDARKSHADOW_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'THREEDDARKSHADOW' color name.
THREEDFACE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'THREEDFACE' color name.
THREEDHIGHLIGHT_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'THREEDHIGHLIGHT' color name.
THREEDLIGHTSHADOW_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'THREEDLIGHTSHADOW' color name.
THREEDSHADOW_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'THREEDSHADOW' color name.
tick(float, boolean) - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Updates the animations in the document to the given document time.
ticker - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationThread
The animation ticker Runnable.
Ticker() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationThread.Ticker
 
tie() - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge.ProtectedStream
Let stream know that it is perminately tied to one image decoder.
TIFF - Static variable in class io.sf.carte.echosvg.apps.rasterizer.DestinationType
 
TIFF_CODE - Static variable in class io.sf.carte.echosvg.apps.rasterizer.DestinationType
 
TIFF_EXTENSION - Static variable in class io.sf.carte.echosvg.apps.rasterizer.DestinationType
 
TIFF_STR - Static variable in class io.sf.carte.echosvg.apps.rasterizer.DestinationType
 
TIFFTranscoder - Class in io.sf.carte.echosvg.transcoder.image
This class is an ImageTranscoder that produces a TIFF image.
TIFFTranscoder() - Constructor for class io.sf.carte.echosvg.transcoder.image.TIFFTranscoder
Constructs a new transcoder that produces tiff images.
TIFFTranscoder.WriteAdapter - Interface in io.sf.carte.echosvg.transcoder.image
This interface is used by TIFFTranscoder to write TIFF images through different codecs.
TileBlock - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This class is responsible for breaking up a block of tiles into a set of smaller requests that are as large as possible without rerequesting significant numbers of tiles that are already available.
TileCache - Class in io.sf.carte.echosvg.ext.awt.image.rendered
 
TileCache() - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.TileCache
 
TileCacheRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This implementation of RenderedImage only serves to put the tiles generated by it's input into the TileCache.
TileCacheRed(CachableRed) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.TileCacheRed
Place the results of computations of cr into the global tile cache.
TileCacheRed(CachableRed, int, int) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.TileCacheRed
Place the results of computations of cr into the global tile cache.
TileGenerator - Interface in io.sf.carte.echosvg.ext.awt.image.rendered
This the generic interface for a source of tiles.
TileGrid - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This is a Grid based implementation of the TileStore.
TileGrid(int, int, int, int, TileGenerator, LRUCache) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.TileGrid
 
tileGridXOff - Variable in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
tileGridYOff - Variable in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
tileHeight - Variable in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
TileLRUMember - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This is a useful class that wraps a Raster for patricipation in an LRU Cache.
TileLRUMember() - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.TileLRUMember
 
TileLRUMember(Raster) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.TileLRUMember
 
TileMap - Class in io.sf.carte.echosvg.ext.awt.image.rendered
 
TileMap(TileGenerator, LRUCache) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.TileMap
 
TileRable - Interface in io.sf.carte.echosvg.ext.awt.image.renderable
A renderable that can tile its source into the tile region.
TileRable8Bit - Class in io.sf.carte.echosvg.ext.awt.image.renderable
8 bit TileRable implementation
TileRable8Bit(Filter, Rectangle2D, Rectangle2D, boolean) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.TileRable8Bit
Default constructor
TileRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This filter simply tiles its tile starting from the upper left corner of the tiled region.
TileRed(RenderedImage, Rectangle) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.TileRed
 
TileRed(RenderedImage, Rectangle, int, int) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.TileRed
 
TileRed(RenderedImage, Rectangle, int, int, RenderingHints) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.TileRed
 
TileRed(RenderedImage, Rectangle, RenderingHints) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.TileRed
 
TileStore - Interface in io.sf.carte.echosvg.ext.awt.image.rendered
This the generic interface for a TileStore.
tileWidth - Variable in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
 
time - Variable in class io.sf.carte.echosvg.anim.timing.InstanceTime
The time.
time - Variable in class io.sf.carte.echosvg.anim.timing.WallclockTimingSpecifier
The wallclock time.
time - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationThread
The current time.
time - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationTickRunnable
Calendar instance used for passing current time values to the animation timing system.
TIME_ACCESSKEY - Static variable in class io.sf.carte.echosvg.parser.TimingParser
 
TIME_ACCESSKEY_SVG12 - Static variable in class io.sf.carte.echosvg.parser.TimingParser
 
TIME_EVENTBASE - Static variable in class io.sf.carte.echosvg.parser.TimingParser
 
TIME_INDEFINITE - Static variable in class io.sf.carte.echosvg.parser.TimingParser
 
TIME_MEDIA_MARKER - Static variable in class io.sf.carte.echosvg.parser.TimingParser
 
TIME_OFFSET - Static variable in class io.sf.carte.echosvg.parser.TimingParser
 
TIME_REPEAT - Static variable in class io.sf.carte.echosvg.parser.TimingParser
 
TIME_SYNCBASE - Static variable in class io.sf.carte.echosvg.parser.TimingParser
 
TIME_WALLCLOCK - Static variable in class io.sf.carte.echosvg.parser.TimingParser
 
TimeContainer - Class in io.sf.carte.echosvg.anim.timing
An abstract base class for time container elements.
TimeContainer() - Constructor for class io.sf.carte.echosvg.anim.timing.TimeContainer
 
timedDocumentRoot - Variable in class io.sf.carte.echosvg.anim.AnimationEngine
The root time container for the document.
TimedDocumentRoot - Class in io.sf.carte.echosvg.anim.timing
An abstract base class for the root time container element for a document.
TimedDocumentRoot(boolean, boolean) - Constructor for class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
Creates a new TimedDocumentRoot.
timedElement - Variable in class io.sf.carte.echosvg.anim.AbstractAnimation
The TimedElement that controls the timing of this animation.
timedElement - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge
The TimedElement object that provides the timing for the animation.
TimedElement - Class in io.sf.carte.echosvg.anim.timing
An abstract base class for elements that can have timing applied to them.
TimedElement() - Constructor for class io.sf.carte.echosvg.anim.timing.TimedElement
Creates a new TimedElement.
TimeEvent - Interface in org.w3c.dom.smil
Provides specific contextual information associated with Time events.
TimegraphAdapter - Class in io.sf.carte.echosvg.anim.timing
An adapter class for TimegraphListeners.
TimegraphAdapter() - Constructor for class io.sf.carte.echosvg.anim.timing.TimegraphAdapter
 
TimegraphListener - Interface in io.sf.carte.echosvg.anim.timing
An interface for listening to timing events in a timed document.
timeIndex - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationTickRunnable
TimeOptionHandler() - Constructor for class io.sf.carte.echosvg.apps.rasterizer.Main.TimeOptionHandler
 
timeout - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.RepaintThread
The repaint timeout
TimeoutRunnableTimerTask(Runnable) - Constructor for class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window.TimeoutRunnableTimerTask
 
TimeoutScriptTimerTask(String) - Constructor for class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window.TimeoutScriptTimerTask
 
timer - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The timer for periodic or delayed tasks.
times - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationTickRunnable
The past tick times.
timeStamp - Variable in class io.sf.carte.echosvg.dom.events.AbstractEvent
The time the event was created.
TimingParser - Class in io.sf.carte.echosvg.parser
An abstract base class for SMIL timing value parsers.
TimingParser(boolean, boolean) - Constructor for class io.sf.carte.echosvg.parser.TimingParser
Creates a new TimingParser.
TimingSpecifier - Class in io.sf.carte.echosvg.anim.timing
An abstract class for SMIL timing specifiers.
TimingSpecifier(TimedElement, boolean) - Constructor for class io.sf.carte.echosvg.anim.timing.TimingSpecifier
Creates a new TimingSpecifier object.
timingSpecifierHandler - Variable in class io.sf.carte.echosvg.parser.TimingSpecifierParser
The handler used to report parse events.
TimingSpecifierHandler - Interface in io.sf.carte.echosvg.parser
This interface must be implemented and then registered as the handler of a TimingSpecifierParser instance in order to be notified of parsing events.
TimingSpecifierListHandler - Interface in io.sf.carte.echosvg.parser
An adapter class for TimingSpecifierListHandler.
TimingSpecifierListParser - Class in io.sf.carte.echosvg.parser
This class implements an event-based parser for SMIL timing specifier list values.
TimingSpecifierListParser(boolean, boolean) - Constructor for class io.sf.carte.echosvg.parser.TimingSpecifierListParser
Creates a new TimingSpecifierListParser.
TimingSpecifierListProducer - Class in io.sf.carte.echosvg.anim.timing
TimingSpecifierListProducer(TimedElement, boolean) - Constructor for class io.sf.carte.echosvg.anim.timing.TimingSpecifierListProducer
Creates a new TimingSpecifierListProducer.
TimingSpecifierParser - Class in io.sf.carte.echosvg.parser
This class implements an event-based parser for SMIL timing specifier list values.
TimingSpecifierParser(boolean, boolean) - Constructor for class io.sf.carte.echosvg.parser.TimingSpecifierParser
Creates a new TimingSpecifierParser.
timingSpecifiers - Variable in class io.sf.carte.echosvg.anim.timing.TimingSpecifierListProducer
The list of parsed timing specifiers.
title - Variable in class io.sf.carte.echosvg.css.engine.StyleSheet
The style sheet title.
TitleElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.TitleElementFactory
 
to - Variable in class io.sf.carte.echosvg.anim.SetAnimation
The set animation value.
to - Variable in class io.sf.carte.echosvg.anim.SimpleAnimation
Ending value of the animation.
to - Variable in class io.sf.carte.echosvg.util.ClassFileUtilities.Triple
 
toActive(float) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Invoked to indicate this timed element became active at the specified time.
toActive(float) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge.SVGTimedElement
Invoked to indicate this timed element became active at the specified time.
toActive(float) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationRoot
Invoked to indicate this timed element became active at the specified time.
toActive(AbstractAnimation, float) - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Invoked to indicate an animation became active at the specified time.
toAnimation - Variable in class io.sf.carte.echosvg.anim.AbstractAnimation
Whether this animation is a 'to-animation'.
toArray() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.AnimSVGRect
 
toArray() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.BaseSVGRect
 
toArray() - Method in class io.sf.carte.echosvg.dom.svg.SVGOMRect
Convert this rectangle to an array of x, y, width and height values.
toArray() - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
 
toArray() - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns an array containing all of the graphics node in the children list of this composite graphics node in the correct order.
toArray(Object[]) - Method in class io.sf.carte.echosvg.ext.awt.geom.RectListManager
fill the given array a with values from my internal rects. when a is not large enough, a new array is allocated, filled and returned. the method works only, when a is a Object[] or a Rectange[].
toArray(T[]) - Method in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
Returns an array containing all of the graphics node in the children list of this composite graphics node in the correct order.
toAttributedString() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AttributedStringBuffer
Builds an attributed string from the content of this buffer.
toBeRemoved - Variable in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.ImportRemovedListener
List of definition elements to be removed from the document.
toCentimeters(Value) - Static method in class io.sf.carte.echosvg.css.dom.CSSOMValue
Converts the current value into centimeters.
toCIEXYZ(float[]) - Method in class io.sf.graphics.java2d.color.CIELabColorSpace
toCIEXYZ(float[]) - Method in class io.sf.graphics.java2d.color.DeviceCMYKColorSpace
toCIEXYZ(float[]) - Method in class io.sf.graphics.java2d.color.NamedColorSpace
toCIEXYZNative(float, float, float) - Method in class io.sf.graphics.java2d.color.CIELabColorSpace
Transforms a color value assumed to be in this ColorSpace into the CS_CIEXYZ conversion color space.
toCMYKGrayColor(float) - Static method in class io.sf.graphics.java2d.color.ColorUtil
Creates an uncalibrated CMYK color with the given gray value.
toColor(float[], float) - Method in class io.sf.graphics.java2d.color.CIELabColorSpace
Creates a Color instance from color values usually used by the L*a*b* color space by scaling them to the 0.0..1.0 range expected by Color's constructor.
toColor(float, float, float, float) - Method in class io.sf.graphics.java2d.color.CIELabColorSpace
Creates a Color instance from color values usually used by the L*a*b* color space by scaling them to the 0.0..1.0 range expected by Color's constructor.
toDegrees(Value) - Static method in class io.sf.carte.echosvg.css.dom.CSSOMValue
Converts the current value into degrees.
toExecute - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment.DOMNodeInsertedListener
 
toFormattedHTML(String) - Method in class io.sf.carte.echosvg.swing.JSVGCanvas.CanvasUserAgent
Converts line breaks to HTML breaks and encodes special entities.
togglePause() - Method in class io.sf.carte.echosvg.apps.slideshow.Main
 
toGradians(Value) - Static method in class io.sf.carte.echosvg.css.dom.CSSOMValue
Converts the current value into gradians.
toHertz(Value) - Static method in class io.sf.carte.echosvg.css.dom.CSSOMValue
Converts the current value into Hertz.
toInactive(boolean, boolean) - Method in class io.sf.carte.echosvg.anim.timing.TimedElement
Invoked to indicate that this timed element became inactive.
toInactive(boolean, boolean) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge.SVGTimedElement
Invoked to indicate that this timed element became inactive.
toInactive(boolean, boolean) - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationRoot
Invoked to indicate that this timed element became inactive.
toInactive(AbstractAnimation, boolean) - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Invoked to indicate that this timed element became inactive.
toInches(Value) - Static method in class io.sf.carte.echosvg.css.dom.CSSOMValue
Converts the current value into inches.
toInt() - Method in class io.sf.carte.echosvg.apps.rasterizer.DestinationType
 
toInt() - Method in class io.sf.carte.echosvg.ext.awt.g2d.TransformType
Convenience for enumeration switching.
toInt() - Method in class io.sf.carte.echosvg.ext.awt.image.ARGBChannel
Convenience for enumeration switching
tokHertz(Value) - Static method in class io.sf.carte.echosvg.css.dom.CSSOMValue
Converts the current value into kHertz.
TOMATO_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'tomato' RGB color.
TOMATO_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'tomato' color name.
toMillimeters(Value) - Static method in class io.sf.carte.echosvg.css.dom.CSSOMValue
Converts the current value into millimeters.
toMilliseconds(Value) - Static method in class io.sf.carte.echosvg.css.dom.CSSOMValue
Converts the current value into milliseconds.
toNativeComponents(float[]) - Method in class io.sf.graphics.java2d.color.CIELabColorSpace
Converts normalized (0..1) color components to CIE L*a*b*'s native value range.
toObjectBBox(AffineTransform, GraphicsNode) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Returns an AffineTransform to move to the objectBoundingBox coordinate system.
toObjectBBox(Rectangle2D, GraphicsNode) - Static method in class io.sf.carte.echosvg.bridge.SVGUtilities
Returns the specified a Rectangle2D move to the objectBoundingBox coordinate system of the specified graphics node.
ToolBarFactory - Class in io.sf.carte.echosvg.util.gui.resource
This class represents a tool bar factory which builds tool bars from the content of a resource file.
ToolBarFactory(ResourceBundle, ActionMap) - Constructor for class io.sf.carte.echosvg.util.gui.resource.ToolBarFactory
Creates a new tool bar factory
toolTipDocs - Variable in class io.sf.carte.echosvg.swing.JSVGCanvas
 
toolTipListener - Variable in class io.sf.carte.echosvg.swing.JSVGCanvas
 
toolTipMap - Variable in class io.sf.carte.echosvg.swing.JSVGCanvas
Mapping of elements to listeners so they can be removed, if the tooltip is removed.
ToolTipModifier() - Constructor for class io.sf.carte.echosvg.swing.JSVGCanvas.ToolTipModifier
Creates a new ToolTipModifier object.
ToolTipRunnable(String) - Constructor for class io.sf.carte.echosvg.swing.JSVGCanvas.ToolTipRunnable
 
top - Variable in class io.sf.carte.echosvg.css.engine.value.RectValue
The top value.
top - Variable in class io.sf.carte.echosvg.extension.svg.MarginInfo
 
top - Variable in class io.sf.carte.echosvg.gvt.flow.BlockInfo
 
top - Variable in class io.sf.carte.echosvg.gvt.flow.MarginInfo
 
top - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
TOP_LEVEL_CONTEXT - Static variable in class io.sf.carte.echosvg.xml.XMLScanner
The top level context.
TOP_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'top' keyword.
topComponent - Variable in class io.sf.carte.echosvg.css.dom.CSSOMValue
The top component, if this value is a Rect.
TopComponent() - Constructor for class io.sf.carte.echosvg.css.dom.CSSOMValue.TopComponent
 
topFloatValueChanged(short, float) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
Called when the top float value has changed.
topFloatValueChanged(short, float) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the top float value has changed.
toPicas(Value) - Static method in class io.sf.carte.echosvg.css.dom.CSSOMValue
Converts the current value into picas.
toPoints(Value) - Static method in class io.sf.carte.echosvg.css.dom.CSSOMValue
Converts the current value into points.
topTextChanged(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMValue.AbstractModificationHandler
Called when the top value text has changed.
topTextChanged(String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMValue.ModificationHandler
Called when the top value text has changed.
toRadians(Value) - Static method in class io.sf.carte.echosvg.css.dom.CSSOMValue
Converts the current value into radians.
toRGB(float[]) - Method in class io.sf.graphics.java2d.color.CIELabColorSpace
toRGB(float[]) - Method in class io.sf.graphics.java2d.color.DeviceCMYKColorSpace
toRGB(float[]) - Method in class io.sf.graphics.java2d.color.NamedColorSpace
toSeconds(Value) - Static method in class io.sf.carte.echosvg.css.dom.CSSOMValue
Converts the current value into seconds.
toSRGBColor(Color) - Static method in class io.sf.graphics.java2d.color.ColorUtil
Converts an arbitrary Color to a plain sRGB color doing the conversion at the best possible conversion quality.
toString() - Method in class io.sf.carte.echosvg.anim.AbstractAnimation
Returns a string representation of this animation.
toString() - Method in class io.sf.carte.echosvg.anim.timing.AccesskeyTimingSpecifier
Returns a string representation of this timing specifier.
toString() - Method in class io.sf.carte.echosvg.anim.timing.EventbaseTimingSpecifier
Returns a string representation of this timing specifier.
toString() - Method in class io.sf.carte.echosvg.anim.timing.IndefiniteTimingSpecifier
Returns a string representation of this timing specifier.
toString() - Method in class io.sf.carte.echosvg.anim.timing.InstanceTime
Returns a string representation of this InstanceTime.
toString() - Method in class io.sf.carte.echosvg.anim.timing.Interval
Returns a string representation of this Interval.
toString() - Method in class io.sf.carte.echosvg.anim.timing.MediaMarkerTimingSpecifier
Returns a string representation of this timing specifier.
toString() - Method in class io.sf.carte.echosvg.anim.timing.OffsetTimingSpecifier
Returns a string representation of this timing specifier.
toString() - Method in class io.sf.carte.echosvg.anim.timing.RepeatTimingSpecifier
Returns a string representation of this timing specifier.
toString() - Method in class io.sf.carte.echosvg.anim.timing.SyncbaseTimingSpecifier
Returns a string representation of this timing specifier.
toString() - Method in class io.sf.carte.echosvg.anim.timing.WallclockTimingSpecifier
Returns a string representation of this timing specifier.
toString() - Method in class io.sf.carte.echosvg.anim.values.AnimatableValue
Returns a string representation of this object prefixed with its class name.
toString() - Method in class io.sf.carte.echosvg.apps.rasterizer.DestinationType
 
toString() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverterFileSource
 
toString() - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverterURLSource
 
toString() - Method in class io.sf.carte.echosvg.bridge.GlobalWrapper
 
toString() - Method in class io.sf.carte.echosvg.bridge.Location
Returns the URL of this location as a String.
toString() - Method in class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext.EventListenerWrapper
String representation of this listener wrapper.
toString() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationElementBridge.SVGTimedElement
Returns a string representation of this animation.
toString() - Method in class io.sf.carte.echosvg.bridge.SVGGVTFont
Returns a string representation of this font.
toString() - Method in class io.sf.carte.echosvg.bridge.SVGTextElementBridge.AttributedStringBuffer
 
toString() - Method in class io.sf.carte.echosvg.bridge.WindowWrapper
 
toString() - Method in class io.sf.carte.echosvg.css.engine.value.FloatValue
Returns a printable representation of this value.
toString() - Method in class io.sf.carte.echosvg.css.engine.value.InheritValue
Returns a printable representation of this object.
toString() - Method in class io.sf.carte.echosvg.css.engine.value.ListValue
Returns a printable representation of this value.
toString() - Method in class io.sf.carte.echosvg.css.engine.value.RectValue
Returns a printable representation of this value.
toString() - Method in class io.sf.carte.echosvg.css.engine.value.RGBColorValue
Returns a printable representation of the color.
toString() - Method in class io.sf.carte.echosvg.css.engine.value.StringValue
Returns a printable representation of this value.
toString() - Method in class io.sf.carte.echosvg.css.engine.value.svg.ICCColor
toString() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.AbstractCIEColor
toString() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.DeviceColor
toString() - Method in class io.sf.carte.echosvg.css.engine.value.svg12.ICCNamedColor
toString() - Method in class io.sf.carte.echosvg.dom.AbstractAttr
 
toString() - Method in class io.sf.carte.echosvg.dom.GenericCDATASection
 
toString() - Method in class io.sf.carte.echosvg.dom.GenericText
 
toString() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGItem
 
toString() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
 
toString() - Method in class io.sf.carte.echosvg.dom.svg.ListBuilder
 
toString() - Method in class io.sf.carte.echosvg.ext.awt.g2d.TransformType
 
toString() - Method in class io.sf.carte.echosvg.ext.awt.geom.Cubic
 
toString() - Method in class io.sf.carte.echosvg.ext.awt.geom.Linear
 
toString() - Method in class io.sf.carte.echosvg.ext.awt.geom.Quadradic
 
toString() - Method in class io.sf.carte.echosvg.ext.awt.image.ARGBChannel
 
toString() - Method in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
This is called by the serialization code before it returns an unserialized object.
toString() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.TileBlock
Really nice to string that outlines what tiles are filled and what region this block covers.
toString() - Method in class io.sf.carte.echosvg.extension.svg.LineInfo
 
toString() - Method in interface io.sf.carte.echosvg.gvt.font.GVTFont
 
toString() - Method in class io.sf.carte.echosvg.svggen.font.table.CmapFormat
 
toString() - Method in class io.sf.carte.echosvg.svggen.font.table.CmapFormat4
 
toString() - Method in class io.sf.carte.echosvg.svggen.font.table.CmapIndexEntry
 
toString() - Method in class io.sf.carte.echosvg.svggen.font.table.CmapTable
 
toString() - Method in class io.sf.carte.echosvg.svggen.font.table.DirectoryEntry
 
toString() - Method in class io.sf.carte.echosvg.svggen.font.table.GposTable
 
toString() - Method in class io.sf.carte.echosvg.svggen.font.table.GsubTable
 
toString() - Method in class io.sf.carte.echosvg.svggen.font.table.HeadTable
 
toString() - Method in class io.sf.carte.echosvg.svggen.font.table.Panose
 
toString() - Method in exception class io.sf.carte.echosvg.util.gui.resource.MissingListenerException
Returns a printable representation of this object
toString() - Method in class io.sf.carte.echosvg.util.ParsedURL
Return a string rep of the URL (can be passed back into the constructor if desired).
toString() - Method in class io.sf.carte.echosvg.util.ParsedURLData
Return a string representation of the data.
toString() - Method in exception class io.sf.carte.echosvg.util.resources.ResourceFormatException
Returns a printable representation of this object
toString() - Method in class io.sf.carte.echosvg.util.RunnableQueue.RunnableQueueState
 
toString() - Method in class io.sf.graphics.java2d.color.NamedColorSpace
toString() - Method in class io.sf.graphics.java2d.color.profile.NamedColorProfile
toString(float) - Static method in class io.sf.carte.echosvg.anim.timing.TimedElement
Returns a string representation of the given time value.
toString(CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.FontFaceRule
Returns a printable representation of this rule.
toString(CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.ImportRule
Returns a printable representation of this import rule.
toString(CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.MediaRule
Returns a printable representation of this media rule.
toString(CSSEngine) - Method in interface io.sf.carte.echosvg.css.engine.Rule
Returns a printable representation of this rule.
toString(CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.StyleDeclaration
Returns a printable representation of this style rule.
toString(CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.StyleMap
Returns a printable representation of this style map.
toString(CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.StyleRule
Returns a printable representation of this style rule.
toString(CSSEngine) - Method in class io.sf.carte.echosvg.css.engine.StyleSheet
Returns a printable representation of this style-sheet.
toString(String[]) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main
 
toString(String, String, String, String) - Static method in class io.sf.carte.echosvg.css.engine.value.RGBColorValue
 
toStringRep() - Method in class io.sf.carte.echosvg.anim.values.AnimatableMotionPointValue
Returns a string representation of this object.
toStringRep() - Method in class io.sf.carte.echosvg.anim.values.AnimatablePathDataValue
Returns a string representation of this object.
toStringRep() - Method in class io.sf.carte.echosvg.anim.values.AnimatablePreserveAspectRatioValue
Returns a string representation of this object.
toStringRep() - Method in class io.sf.carte.echosvg.anim.values.AnimatableRectValue
Returns a string representation of this object.
toStringRep() - Method in class io.sf.carte.echosvg.anim.values.AnimatableTransformListValue
Returns the CSS text representation of the value.
toStringRep() - Method in class io.sf.carte.echosvg.anim.values.AnimatableValue
Returns a string representation of this object.
toSVG(GraphicContext) - Method in class io.sf.carte.echosvg.svggen.SVGAlphaComposite
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(GraphicContext) - Method in class io.sf.carte.echosvg.svggen.SVGBasicStroke
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(GraphicContext) - Method in class io.sf.carte.echosvg.svggen.SVGClip
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions.
toSVG(GraphicContext) - Method in class io.sf.carte.echosvg.svggen.SVGColor
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(GraphicContext) - Method in class io.sf.carte.echosvg.svggen.SVGComposite
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(GraphicContext) - Method in interface io.sf.carte.echosvg.svggen.SVGConverter
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(GraphicContext) - Method in class io.sf.carte.echosvg.svggen.SVGCustomComposite
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(GraphicContext) - Method in class io.sf.carte.echosvg.svggen.SVGCustomPaint
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(GraphicContext) - Method in class io.sf.carte.echosvg.svggen.SVGFont
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(GraphicContext) - Method in class io.sf.carte.echosvg.svggen.SVGGraphicContextConverter
 
toSVG(GraphicContext) - Method in class io.sf.carte.echosvg.svggen.SVGLinearGradient
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(GraphicContext) - Method in class io.sf.carte.echosvg.svggen.SVGPaint
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(GraphicContext) - Method in class io.sf.carte.echosvg.svggen.SVGRenderingHints
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(GraphicContext) - Method in class io.sf.carte.echosvg.svggen.SVGTexturePaint
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(GraphicContext) - Method in class io.sf.carte.echosvg.svggen.SVGTransform
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(TransformStackElement[]) - Method in class io.sf.carte.echosvg.svggen.SVGGraphicContextConverter
 
toSVG(AlphaComposite) - Method in class io.sf.carte.echosvg.svggen.SVGAlphaComposite
 
toSVG(BasicStroke) - Method in class io.sf.carte.echosvg.svggen.SVGBasicStroke
 
toSVG(Color, SVGGeneratorContext) - Static method in class io.sf.carte.echosvg.svggen.SVGColor
Converts a Color object to a set of two corresponding values: a CSS color string and an opacity value.
toSVG(Composite) - Method in class io.sf.carte.echosvg.svggen.SVGComposite
 
toSVG(Composite) - Method in class io.sf.carte.echosvg.svggen.SVGCustomComposite
 
toSVG(Font, FontRenderContext) - Method in class io.sf.carte.echosvg.svggen.SVGFont
 
toSVG(Arc2D) - Method in class io.sf.carte.echosvg.svggen.SVGArc
 
toSVG(Ellipse2D) - Method in class io.sf.carte.echosvg.svggen.SVGEllipse
 
toSVG(Line2D) - Method in class io.sf.carte.echosvg.svggen.SVGLine
 
toSVG(Rectangle2D) - Method in class io.sf.carte.echosvg.svggen.SVGRectangle
 
toSVG(RoundRectangle2D) - Method in class io.sf.carte.echosvg.svggen.SVGRectangle
In the Java 2D API, arc width/height are used as absolute values.
toSVG(GradientPaint) - Method in class io.sf.carte.echosvg.svggen.SVGLinearGradient
 
toSVG(BufferedImageOp, Rectangle) - Method in class io.sf.carte.echosvg.svggen.SVGBufferedImageOp
 
toSVG(BufferedImageOp, Rectangle) - Method in class io.sf.carte.echosvg.svggen.SVGConvolveOp
Converts a Java 2D API BufferedImageOp into a set of attribute/value pairs and related definitions
toSVG(BufferedImageOp, Rectangle) - Method in class io.sf.carte.echosvg.svggen.SVGCustomBufferedImageOp
 
toSVG(BufferedImageOp, Rectangle) - Method in interface io.sf.carte.echosvg.svggen.SVGFilterConverter
Converts a Java 2D API BufferedImageOp into a set of attribute/value pairs and related definitions
toSVG(BufferedImageOp, Rectangle) - Method in class io.sf.carte.echosvg.svggen.SVGLookupOp
Converts a Java 2D API BufferedImageOp into a set of attribute/value pairs and related definitions
toSVG(BufferedImageOp, Rectangle) - Method in class io.sf.carte.echosvg.svggen.SVGRescaleOp
Converts a Java 2D API BufferedImageOp into a set of attribute/value pairs and related definitions
toSVG(ConvolveOp) - Method in class io.sf.carte.echosvg.svggen.SVGConvolveOp
 
toSVG(LookupOp) - Method in class io.sf.carte.echosvg.svggen.SVGLookupOp
 
toSVG(RescaleOp) - Method in class io.sf.carte.echosvg.svggen.SVGRescaleOp
 
toSVG(Paint) - Method in class io.sf.carte.echosvg.svggen.SVGCustomPaint
 
toSVG(Paint) - Method in class io.sf.carte.echosvg.svggen.SVGPaint
 
toSVG(Polygon) - Method in class io.sf.carte.echosvg.svggen.SVGPolygon
 
toSVG(RenderingHints) - Static method in class io.sf.carte.echosvg.svggen.SVGRenderingHints
 
toSVG(Shape) - Method in class io.sf.carte.echosvg.svggen.SVGPath
 
toSVG(Shape) - Method in class io.sf.carte.echosvg.svggen.SVGShape
 
toSVG(TexturePaint) - Method in class io.sf.carte.echosvg.svggen.SVGTexturePaint
 
ToSVGAbstractTranscoder - Class in io.sf.carte.echosvg.transcoder
This class allows to simplify the creation of a transcoder which transcodes to SVG content.
ToSVGAbstractTranscoder() - Constructor for class io.sf.carte.echosvg.transcoder.ToSVGAbstractTranscoder
 
toSVGPathData(Shape, SVGGeneratorContext) - Static method in class io.sf.carte.echosvg.svggen.SVGPath
 
toSVGTransform(GraphicContext) - Method in class io.sf.carte.echosvg.svggen.SVGTransform
 
toSVGTransform(TransformStackElement[]) - Method in class io.sf.carte.echosvg.svggen.SVGTransform
This method tries to collapse the transform stack into an SVG string as compact as possible while still conveying the semantic of the stack.
TOTAL - Static variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
The total string.
totalMemory - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.History
The total memory.
totalMemory - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
The total memory.
touch() - Method in class io.sf.carte.echosvg.ext.awt.image.renderable.AbstractRable
Increments the time stamp.
touch(LRUCache.LRUObj) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.LRUCache
 
touch(DoublyLinkedList.Node) - Method in class io.sf.carte.echosvg.util.DoublyLinkedList
Moves nde to the head of the list (equivilent to remove(nde); add(nde); but faster.
touched - Variable in class io.sf.carte.echosvg.svggen.font.Point
 
toUnit(short, float, short) - Static method in class io.sf.carte.echosvg.dom.svg.SVGOMAngle
Converts an angle from one unit to another.
Trace - Class in io.sf.carte.echosvg.anim.timing
Animation debugging support.
Trace() - Constructor for class io.sf.carte.echosvg.anim.timing.Trace
 
TraitAccess - Interface in io.sf.carte.echosvg.dom.svg
Interface for accessing traits on an element.
TraitInformation - Class in io.sf.carte.echosvg.anim.dom
Stores information about a specific XML attribute or CSS property.
TraitInformation(boolean, int) - Constructor for class io.sf.carte.echosvg.anim.dom.TraitInformation
Creates a new TraitInformation object.
TraitInformation(boolean, int, short) - Constructor for class io.sf.carte.echosvg.anim.dom.TraitInformation
Creates a new TraitInformation object.
transcode(SVGConverterSource, File, Transcoder) - Method in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Converts the input image to the result image. with the given transcoder.
transcode(TranscoderInput, TranscoderOutput) - Method in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
transcode(TranscoderInput, TranscoderOutput) - Method in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder
Transcodes the specified input in the specified output.
transcode(TranscoderInput, TranscoderOutput) - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
 
transcode(TranscoderInput, TranscoderOutput) - Method in interface io.sf.carte.echosvg.transcoder.Transcoder
Transcodes the specified input in the specified output.
transcode(TranscoderInput, TranscoderOutput) - Method in class io.sf.carte.echosvg.transcoder.util.CSSTranscodingHelper
Transcode a SVG document styled with CSS 3 using the given transcoder.
transcode(TranscoderInput, TranscoderOutput) - Method in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFTranscoder
Transcodes the specified input in the specified output.
transcode(TranscoderInput, TranscoderOutput) - Method in class io.sf.carte.echosvg.transcoder.XMLAbstractTranscoder
Transcodes the specified XML input in the specified output.
transcode(TranscoderInput, TranscoderOutput, String) - Method in class io.sf.carte.echosvg.transcoder.util.CSSTranscodingHelper
transcode(Reader, String, TranscoderOutput, String) - Method in class io.sf.carte.echosvg.transcoder.util.CSSTranscodingHelper
Transcode a SVG document styled with CSS 3 using the given transcoder.
transcode(Reader, String, OutputStream) - Method in class io.sf.carte.echosvg.transcoder.util.CSSTranscodingHelper
Transcode a SVG document styled with CSS 3 using the given transcoder.
transcode(Document, String, TranscoderOutput) - Method in class io.sf.carte.echosvg.transcoder.image.ImageTranscoder
Transcodes the specified Document as an image in the specified output.
transcode(Document, String, TranscoderOutput) - Method in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
Transcodes the specified Document as an image in the specified output.
transcode(Document, String, TranscoderOutput) - Method in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
Transcodes the specified Document as an image in the specified output.
transcode(Document, String, TranscoderOutput) - Method in class io.sf.carte.echosvg.transcoder.XMLAbstractTranscoder
Transcodes the specified Document in the specified output.
transcodeDocument(Document, TranscoderOutput, String) - Method in class io.sf.carte.echosvg.transcoder.util.CSSTranscodingHelper
Transcode a SVG document styled with CSS 3 using the given transcoder.
transcoder - Variable in class io.sf.carte.echosvg.apps.svgpp.Main
The transcoder.
Transcoder - Interface in io.sf.carte.echosvg.transcoder
This class defines an API for transcoding.
TRANSCODER_ERROR_BASE - Static variable in class io.sf.carte.echosvg.transcoder.ToSVGAbstractTranscoder
 
TranscoderException - Exception Class in io.sf.carte.echosvg.transcoder
Thrown when a transcoder is not able to transcode its input.
TranscoderException(Exception) - Constructor for exception class io.sf.carte.echosvg.transcoder.TranscoderException
Constructs a new transcoder exception with the specified detail message.
TranscoderException(String) - Constructor for exception class io.sf.carte.echosvg.transcoder.TranscoderException
Constructs a new transcoder exception with the specified detail message.
TranscoderException(String, Exception) - Constructor for exception class io.sf.carte.echosvg.transcoder.TranscoderException
Constructs a new transcoder exception with the specified detail message.
TranscoderInput - Class in io.sf.carte.echosvg.transcoder
This class represents a generic input of a Transcoder.
TranscoderInput() - Constructor for class io.sf.carte.echosvg.transcoder.TranscoderInput
Constructs a new empty TranscoderInput.
TranscoderInput(InputStream) - Constructor for class io.sf.carte.echosvg.transcoder.TranscoderInput
Constructs a new TranscoderInput with the specified byte stream input.
TranscoderInput(Reader) - Constructor for class io.sf.carte.echosvg.transcoder.TranscoderInput
Constructs a new TranscoderInput with the specified character stream.
TranscoderInput(String) - Constructor for class io.sf.carte.echosvg.transcoder.TranscoderInput
Constructs a new TranscoderInput with the specified uri.
TranscoderInput(Document) - Constructor for class io.sf.carte.echosvg.transcoder.TranscoderInput
Constructs a new TranscoderInput with the specified Document.
TranscoderInput(XMLReader) - Constructor for class io.sf.carte.echosvg.transcoder.TranscoderInput
Constructs a new TranscoderInput with the specified XML reader.
TranscoderOutput - Class in io.sf.carte.echosvg.transcoder
This class represents a single output for a Transcoder.
TranscoderOutput() - Constructor for class io.sf.carte.echosvg.transcoder.TranscoderOutput
Constructs a new empty TranscoderOutput.
TranscoderOutput(OutputStream) - Constructor for class io.sf.carte.echosvg.transcoder.TranscoderOutput
Constructs a new TranscoderOutput with the specified byte stream output.
TranscoderOutput(Writer) - Constructor for class io.sf.carte.echosvg.transcoder.TranscoderOutput
Constructs a new TranscoderOutput with the specified character stream.
TranscoderOutput(String) - Constructor for class io.sf.carte.echosvg.transcoder.TranscoderOutput
Constructs a new TranscoderOutput with the specified uri.
TranscoderOutput(Document) - Constructor for class io.sf.carte.echosvg.transcoder.TranscoderOutput
Constructs a new TranscoderOutput with the specified Document.
TranscoderOutput(XMLFilter) - Constructor for class io.sf.carte.echosvg.transcoder.TranscoderOutput
Constructs a new TranscoderOutput with the specified XML filter.
TranscoderSupport - Class in io.sf.carte.echosvg.transcoder
This is a utility class that can be used by transcoders that support transcoding hints and/or error handler.
TranscoderSupport() - Constructor for class io.sf.carte.echosvg.transcoder.TranscoderSupport
Constructs a new TranscoderSupport.
TranscodingHints - Class in io.sf.carte.echosvg.transcoder
The TranscodingHints class defines a way to pass transcoding parameters or options to any transcoders.
TranscodingHints() - Constructor for class io.sf.carte.echosvg.transcoder.TranscodingHints
Constructs a new empty TranscodingHints.
TranscodingHints(Map<TranscodingHints.Key, ?>) - Constructor for class io.sf.carte.echosvg.transcoder.TranscodingHints
Constructs a new TranscodingHints with keys and values initialized from the specified Map object (which may be null).
TranscodingHints.Key - Class in io.sf.carte.echosvg.transcoder
Defines the base type of all keys used to control various aspects of the transcoding operations.
TransferFunction - Interface in io.sf.carte.echosvg.ext.awt.image
Defines the interface for all the ComponentTransferOp transfer functions, which can all be converted to a lookup table
transform - Variable in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
The 'transform' attribute value.
transform - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
The 'transform' attribute value.
transform - Variable in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Current AffineTransform.
transform - Variable in class io.sf.carte.echosvg.extension.GraphicsExtensionElement
The 'transform' attribute value.
transform - Variable in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
The transform of this graphics node.
transform(AffineTransform) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Composes an AffineTransform object with the Transform in this Graphics2D according to the rule last-specified-first-applied.
transform(AffineTransform) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Composes an AffineTransform object with the Transform in this Graphics2D according to the rule last-specified-first-applied.
transform(AffineTransform) - Method in class io.sf.carte.echosvg.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
TRANSFORM_GENERAL - Static variable in class io.sf.carte.echosvg.ext.awt.g2d.TransformType
 
TRANSFORM_MATRIX - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
TRANSFORM_ROTATE - Static variable in class io.sf.carte.echosvg.ext.awt.g2d.TransformType
 
TRANSFORM_ROTATE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
TRANSFORM_SCALE - Static variable in class io.sf.carte.echosvg.ext.awt.g2d.TransformType
 
TRANSFORM_SCALE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
TRANSFORM_SHEAR - Static variable in class io.sf.carte.echosvg.ext.awt.g2d.TransformType
 
TRANSFORM_SKEWX - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
TRANSFORM_SKEWY - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
TRANSFORM_TRANSLATE - Static variable in class io.sf.carte.echosvg.ext.awt.g2d.TransformType
 
TRANSFORM_TRANSLATE - Static variable in interface io.sf.carte.echosvg.util.SVGConstants
 
TransformAnimation - Class in io.sf.carte.echosvg.anim
An animation class for 'animateTransform' animations.
TransformAnimation(TimedElement, AnimatableElement, int, float[], float[], boolean, boolean, AnimatableValue[], AnimatableValue, AnimatableValue, AnimatableValue, short) - Constructor for class io.sf.carte.echosvg.anim.TransformAnimation
Creates a new TransformAnimation.
TransformAttributeFilter() - Constructor for class io.sf.carte.echosvg.gvt.text.GVTACIImpl.TransformAttributeFilter
 
TransformListBuilder(ListHandler) - Constructor for class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.TransformListBuilder
Creates a new TransformListBuilder.
transformListHandler - Variable in class io.sf.carte.echosvg.parser.TransformListParser
The transform list handler used to report parse events.
TransformListHandler - Interface in io.sf.carte.echosvg.parser
This interface must be implemented and then registred as the handler of a TransformParser instance in order to be notified of parsing events.
TransformListParser - Class in io.sf.carte.echosvg.parser
This class implements an event-based parser for the SVG transform attribute values.
TransformListParser() - Constructor for class io.sf.carte.echosvg.parser.TransformListParser
Creates a new TransformListParser.
transforms - Variable in class io.sf.carte.echosvg.anim.values.AnimatableTransformListValue
List of transforms.
transformStack - Variable in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Transform stack
TransformStackElement - Class in io.sf.carte.echosvg.ext.awt.g2d
Contains a description of an elementary transform stack element, such as a rotate or translate.
TransformStackElement(TransformType, double[]) - Constructor for class io.sf.carte.echosvg.ext.awt.g2d.TransformStackElement
 
transformStackValid - Variable in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Defines whether the transform stack is valide or not.
TransformType - Class in io.sf.carte.echosvg.ext.awt.g2d
Enumeration for transformation types.
translate(double, double) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Concatenates the current Graphics2D Transform with a translation transform.
translate(double, double) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Concatenates the current Graphics2D Transform with a translation transform.
translate(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
Sets the transform to be an x translation.
translate(float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.TransformListBuilder
translate(float) - Method in class io.sf.carte.echosvg.parser.AWTTransformProducer
translate(float) - Method in class io.sf.carte.echosvg.parser.DefaultFragmentIdentifierHandler
translate(float) - Method in class io.sf.carte.echosvg.parser.DefaultTransformListHandler
translate(float) - Method in interface io.sf.carte.echosvg.parser.TransformListHandler
Invoked when 'translate(tx)' has been parsed.
translate(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGMatrix
translate(float, float) - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.TransformListBuilder
translate(float, float) - Method in class io.sf.carte.echosvg.parser.AWTTransformProducer
translate(float, float) - Method in class io.sf.carte.echosvg.parser.DefaultFragmentIdentifierHandler
translate(float, float) - Method in class io.sf.carte.echosvg.parser.DefaultTransformListHandler
translate(float, float) - Method in interface io.sf.carte.echosvg.parser.TransformListHandler
Invoked when 'translate(tx, ty)' has been parsed.
translate(float, float) - Method in interface org.w3c.dom.svg.SVGMatrix
 
translate(int, int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.AbstractGraphics2D
Translates the origin of the graphics context to the point (xy) in the current coordinate system.
translate(int, int) - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Translates the origin of the graphics context to the point (xy) in the current coordinate system.
TRANSLATE - Static variable in class io.sf.carte.echosvg.ext.awt.g2d.TransformType
TransformType values
TRANSLATE_STRING - Static variable in class io.sf.carte.echosvg.ext.awt.g2d.TransformType
Strings describing the elementary transforms
TranslateRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This is a special case of an Affine that only contains integer translations, this allows it to do it's work by simply changing the coordinate system of the tiles.
TranslateRed(CachableRed, int, int) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.TranslateRed
Construct an instance of TranslateRed
transparency - Variable in class io.sf.carte.echosvg.ext.awt.MultipleGradientPaint
Transparency.
TRANSPARENT - Static variable in class io.sf.carte.echosvg.bridge.CSSUtilities
 
TRANSPARENT - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
TRANSPARENT_BLACK - Static variable in class io.sf.carte.echosvg.bridge.SVGFilterElementBridge
Transparent black color.
TRANSPARENT_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'transparent' RGB color.
TRANSPARENT_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'transparent' color name.
TRANSPARENT_WHITE - Static variable in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
 
traversalSupport - Variable in class io.sf.carte.echosvg.dom.AbstractDocument
The traversal support.
TraversalSupport - Class in io.sf.carte.echosvg.dom.traversal
This class provides support for traversal.
TraversalSupport() - Constructor for class io.sf.carte.echosvg.dom.traversal.TraversalSupport
Creates a new TraversalSupport.
treeRoot - Variable in class io.sf.carte.echosvg.gvt.GVTTreeWalker
The root of the subtree of the GVT which is traversed.
TRefBridge(BridgeContext, SVGTextElementBridge, Element) - Constructor for class io.sf.carte.echosvg.bridge.SVGTextElementBridge.TRefBridge
 
TrefElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.TrefElementFactory
 
trimContextForElement(SVGGraphicContext, Element) - Method in class io.sf.carte.echosvg.svggen.DOMGroupManager
Removes properties that do not apply for a specific element
Triple() - Constructor for class io.sf.carte.echosvg.util.ClassFileUtilities.Triple
 
TriplyIndexedTable - Class in io.sf.carte.echosvg.dom.util
This class represents a triply indexed hash table.
TriplyIndexedTable() - Constructor for class io.sf.carte.echosvg.dom.util.TriplyIndexedTable
Creates a new TriplyIndexedTable.
TriplyIndexedTable(int) - Constructor for class io.sf.carte.echosvg.dom.util.TriplyIndexedTable
Creates a new TriplyIndexedTable.
TriplyIndexedTable.Entry - Class in io.sf.carte.echosvg.dom.util
To manage collisions
TspanBridge(BridgeContext, SVGTextElementBridge, Element) - Constructor for class io.sf.carte.echosvg.bridge.SVGTextElementBridge.TspanBridge
 
TspanElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.TspanElementFactory
 
TurbulencePatternRed - Class in io.sf.carte.echosvg.ext.awt.image.rendered
This class creates a RenderedImage in conformance to the one defined for the feTurbulence filter of the SVG specification.
TurbulencePatternRed(double, double, int, int, boolean, Rectangle2D, AffineTransform, Rectangle, ColorSpace, boolean) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.TurbulencePatternRed
 
TurbulenceRable - Interface in io.sf.carte.echosvg.ext.awt.image.renderable
Creates a sourceless image from a turbulence function.
TurbulenceRable8Bit - Class in io.sf.carte.echosvg.ext.awt.image.renderable
Creates a sourceless image from a turbulence function.
TurbulenceRable8Bit(Rectangle2D) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable8Bit
 
TurbulenceRable8Bit(Rectangle2D, int, int, double, double, boolean, boolean) - Constructor for class io.sf.carte.echosvg.ext.awt.image.renderable.TurbulenceRable8Bit
 
TURQUOISE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'turquoise' RGB color.
TURQUOISE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'turquoise' color name.
txf - Variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
The AffineTransform value represented by the chooser
txModel - Variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
The Model for the x-axis translate component
tyModel - Variable in class io.sf.carte.echosvg.ext.swing.JAffineTransformChooser
The Model for the y-axis translate component
type - Variable in class io.sf.carte.echosvg.anim.AnimationEngine.AnimationInfo
The type of animation.
type - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMComponentTransferFunctionElement
The 'type' attribute value.
type - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEColorMatrixElement
The 'type' attribute value.
type - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFETurbulenceElement
The 'type' attribute value.
type - Variable in class io.sf.carte.echosvg.anim.dom.TraitInformation
The SVG type of this trait.
type - Variable in class io.sf.carte.echosvg.anim.TransformAnimation
The transform type.
type - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableLengthValueFactory
The parsed length unit type.
type - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.DocumentError
The error type.
type - Variable in class io.sf.carte.echosvg.dom.events.AbstractEvent
The event type.
type - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransform
Type of the transformation.
type - Variable in class io.sf.carte.echosvg.dom.svg.SVGPathSegItem
 
type - Variable in class io.sf.carte.echosvg.parser.AbstractScanner
The type of the current lexical unit.
type - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
The type of the current lexical unit.
type - Variable in class io.sf.carte.echosvg.xml.XMLScanner
The type of the current lexical unit.
TYPE - Static variable in class io.sf.carte.echosvg.css.engine.FontFaceRule
The type constant.
TYPE - Static variable in class io.sf.carte.echosvg.css.engine.ImportRule
The type constant.
TYPE - Static variable in class io.sf.carte.echosvg.css.engine.MediaRule
The type constant.
TYPE - Static variable in class io.sf.carte.echosvg.css.engine.StyleRule
The type constant.
TYPE_ANGLE - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_ANGLE_OR_IDENT - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_BASELINE_SHIFT_VALUE - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_BOOLEAN - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_CDATA - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_CHARACTER_OR_UNICODE_RANGE_LIST - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_CLIP_VALUE - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_COLOR - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_CURSOR_VALUE - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_ENABLE_BACKGROUND_VALUE - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_FONT_DESCRIPTOR_SRC_VALUE - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_FONT_FACE_FONT_SIZE_VALUE - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_FONT_FAMILY_VALUE - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_FONT_SIZE_ADJUST_VALUE - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_FONT_SIZE_VALUE - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_FONT_VALUE - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_FONT_WEIGHT_VALUE - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_FREQUENCY - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_HUE_ROTATE - Static variable in interface io.sf.carte.echosvg.ext.awt.image.renderable.ColorMatrixRable
 
TYPE_IDENT - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_IDENT_LIST - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_INTEGER - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_KERNING_VALUE - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_KEY_SPLINES_VALUE - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_LANG - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_LANG_LIST - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_LENGTH - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_LENGTH_LIST - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_LENGTH_LIST_OR_IDENT - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_LENGTH_OR_INHERIT - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_LINE_HEIGHT_VALUE - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_LUMINANCE_TO_ALPHA - Static variable in interface io.sf.carte.echosvg.ext.awt.image.renderable.ColorMatrixRable
 
TYPE_MATRIX - Static variable in interface io.sf.carte.echosvg.ext.awt.image.renderable.ColorMatrixRable
Identifier used to refer to predefined matrices
TYPE_NUMBER - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_NUMBER_LIST - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_NUMBER_OPTIONAL_NUMBER - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_NUMBER_OR_INHERIT - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_NUMBER_OR_PERCENTAGE - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_PAINT - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_PATH_DATA - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_PERCENTAGE - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_POINTS_VALUE - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_PRESERVE_ASPECT_RATIO_VALUE - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_RECT - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_SATURATE - Static variable in interface io.sf.carte.echosvg.ext.awt.image.renderable.ColorMatrixRable
 
TYPE_SPACING_VALUE - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_TIME - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_TIME_VALUE_LIST - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_TIMING_SPECIFIER_LIST - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_TRANSFORM_LIST - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_UNICODE_RANGE_LIST - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_UNKNOWN - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_URI - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_URI_LIST - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_URI_OR_IDENT - Static variable in class io.sf.carte.echosvg.util.SVGTypes
 
TYPE_VALUES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMComponentTransferFunctionElement
The 'type' attribute values.
TYPE_VALUES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEColorMatrixElement
The 'type' attribute values.
TYPE_VALUES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFETurbulenceElement
The 'type' attribute values.
typeInfo - Variable in class io.sf.carte.echosvg.dom.AbstractAttr
The attribute type information.
typeInfo - Variable in class io.sf.carte.echosvg.dom.AbstractElement
The element type information.

U

u - Variable in class io.sf.carte.echosvg.parser.LengthArrayProducer
The current short[] object.
ua - Variable in class io.sf.carte.echosvg.bridge.BridgeEventSupport.Listener
 
UI_EVENT_DOM2_TYPE - Static variable in class io.sf.carte.echosvg.dom.events.DocumentEventSupport
The UIEvent type.
UI_EVENT_TYPE - Static variable in class io.sf.carte.echosvg.dom.events.DocumentEventSupport
The UIEvent type.
UIEventFactory() - Constructor for class io.sf.carte.echosvg.dom.events.DocumentEventSupport.UIEventFactory
 
ULTRA_CONDENSED_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'ultra-condensed' keyword.
ULTRA_EXPANDED_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'ultra-expanded' keyword.
ULTRABOLD - Static variable in class io.sf.carte.echosvg.svggen.SVGFont
 
unbind(Element) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Unbinds each bindable element in the given element's subtree.
unbind(Node) - Method in class io.sf.carte.echosvg.bridge.BridgeContext
Removes the binding of the specified Node.
uncomputedAnimatableStringValueFactory - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
The factory for unparsed string values.
UncomputedAnimatableStringValueFactory() - Constructor for class io.sf.carte.echosvg.bridge.SVGAnimationEngine.UncomputedAnimatableStringValueFactory
 
underline - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFFont
 
UNDERLINE_ON - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for UNDERLINE specifying underlining-on
UNDERLINE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'underline' keyword.
underlineOffset - Variable in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
 
underlinePaint - Variable in class io.sf.carte.echosvg.gvt.text.TextPaintInfo
 
underlinePosition - Variable in class io.sf.carte.echosvg.gvt.font.GVTFontFace
 
underlineStroke - Variable in class io.sf.carte.echosvg.gvt.text.TextPaintInfo
 
underlineStrokePaint - Variable in class io.sf.carte.echosvg.gvt.text.TextPaintInfo
 
underlineThickness - Variable in class io.sf.carte.echosvg.gvt.font.GVTFontFace
 
underlineThickness - Variable in class io.sf.carte.echosvg.gvt.font.GVTLineMetrics
 
undo() - Method in class io.sf.carte.echosvg.util.gui.xmleditor.XMLTextEditor
Undo
undoManager - Variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLTextEditor
 
unescapeStr(String) - Static method in class io.sf.carte.echosvg.util.ParsedURLDefaultProtocolHandler
 
unfilteredNextNode() - Method in class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
Sets the reference node to the next node, unfiltered.
unfilteredPreviousNode() - Method in class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
Sets the reference node to the previous node, unfiltered.
UNICODE_BIDI_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
UnicodeBidiManager - Class in io.sf.carte.echosvg.css.engine.value.css2
This class provides a manager for the 'unicode-bidi' property values.
UnicodeBidiManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.css2.UnicodeBidiManager
 
UnicodeRange - Class in io.sf.carte.echosvg.gvt.font
A class that represents a CSS unicode range.
UnicodeRange(String) - Constructor for class io.sf.carte.echosvg.gvt.font.UnicodeRange
Constructs a unicode range from a CSS unicode range string.
unit - Variable in class io.sf.carte.echosvg.anim.values.AnimatableAngleValue
The angle unit.
unit - Variable in class io.sf.carte.echosvg.parser.UnitProcessor.UnitResolver
The length type.
unitContext - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMElement
The context used to resolve the units.
unitContext - Variable in class io.sf.carte.echosvg.bridge.AbstractGraphicsNodeBridge
The unit context for length conversions.
UnitContext() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGOMElement.UnitContext
 
UnitProcessor - Class in io.sf.carte.echosvg.bridge
This class provides methods to convert SVG length and coordinate to float in user units.
UnitProcessor - Class in io.sf.carte.echosvg.parser
This class provides methods to convert SVG length and coordinate to float in user units.
UnitProcessor() - Constructor for class io.sf.carte.echosvg.bridge.UnitProcessor
 
UnitProcessor() - Constructor for class io.sf.carte.echosvg.parser.UnitProcessor
No instance of this class is required.
UnitProcessor.Context - Interface in io.sf.carte.echosvg.parser
Holds the informations needed to compute the units.
UnitProcessor.DefaultContext - Class in io.sf.carte.echosvg.bridge
This class is the default context for a particular element.
UnitProcessor.UnitResolver - Class in io.sf.carte.echosvg.parser
A LengthHandler that convert units.
UnitResolver() - Constructor for class io.sf.carte.echosvg.parser.UnitProcessor.UnitResolver
 
UNITS - Static variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
The unit string representations.
UNITS - Static variable in class io.sf.carte.echosvg.anim.values.AnimatableAngleValue
The unit string representations.
UNITS - Static variable in class io.sf.carte.echosvg.anim.values.AnimatableLengthValue
Length units.
UNITS - Static variable in class io.sf.carte.echosvg.css.engine.value.FloatValue
The unit types representations
UNITS - Static variable in class io.sf.carte.echosvg.dom.svg.SVGOMAngle
The unit string representations.
UNITS - Static variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
The units string.
UNITS_VALUES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
The units values.
UNITS_VALUES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMGradientElement
The units values.
UNITS_VALUES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
The units values.
UNITS_VALUES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMMaskElement
The units values.
UNITS_VALUES - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
The units values.
unitsPerEm - Variable in class io.sf.carte.echosvg.gvt.font.GVTFontFace
 
unitType - Variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
The type of this length.
unitType - Variable in class io.sf.carte.echosvg.css.engine.value.FloatValue
The unit type
unitType - Variable in class io.sf.carte.echosvg.css.engine.value.StringValue
The unit type
UnixTextSelectionListener() - Constructor for class io.sf.carte.echosvg.swing.gvt.JGVTComponent.UnixTextSelectionListener
 
unlink() - Method in class io.sf.carte.echosvg.util.DoublyLinkedList.Node
Unlink this node from it's current list...
unlock() - Method in class io.sf.carte.echosvg.util.RunnableQueue.Link
unlock link and notify locker.
unlock() - Method in class io.sf.carte.echosvg.util.RunnableQueue.LockableLink
unlocks this link.
unpause() - Method in class io.sf.carte.echosvg.anim.AnimationEngine
Unpauses the animations.
unpause() - Method in class io.sf.carte.echosvg.bridge.SVGAnimationEngine
Pauses the animations.
unpauseAnimations() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
unpauseAnimations() - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
Unpauses animations in the document.
unpauseAnimations() - Method in interface io.sf.carte.echosvg.dom.svg.SVGSVGContext
Unpauses animations in the document.
unpauseAnimations() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
unpop(DoublyLinkedList.Node) - Method in class io.sf.carte.echosvg.util.DoublyLinkedList
Adds nde to head of list
unpush() - Method in class io.sf.carte.echosvg.util.DoublyLinkedList
Removes 'tail' from list and returns it.
UNRESOLVED - Static variable in class io.sf.carte.echosvg.anim.timing.TimedElement
 
UnresolvedFontFamily - Class in io.sf.carte.echosvg.gvt.font
A font family class for unresolved fonts.
UnresolvedFontFamily(GVTFontFace) - Constructor for class io.sf.carte.echosvg.gvt.font.UnresolvedFontFamily
Constructs an UnresolvedFontFamily with the specified familyName.
UnresolvedFontFamily(String) - Constructor for class io.sf.carte.echosvg.gvt.font.UnresolvedFontFamily
Constructs an UnresolvedFontFamily with the specified familyName.
unsetCompressedText() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.PNGImageWriterParams
Suppresses the 'zTXt' chunk from being output.
unsetInternationalText() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.PNGImageWriterParams
Suppresses the 'iTXt' chunk from being output.
unsetText() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.PNGImageWriterParams
Suppresses the 'tEXt' chunk from being output.
unspecified - Variable in class io.sf.carte.echosvg.dom.AbstractAttr
Whether this attribute was not specified in the original document.
unsupportedAttributes - Variable in class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
unsuspendRedraw(int) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
unsuspendRedraw(int) - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
 
unsuspendRedraw(int) - Method in interface io.sf.carte.echosvg.dom.svg.SVGSVGContext
Unsuspends redrawing of the canvas.
unsuspendRedraw(int) - Method in interface org.w3c.dom.svg.SVGSVGElement
 
unsuspendRedrawAll() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
unsuspendRedrawAll() - Method in class io.sf.carte.echosvg.bridge.SVGSVGElementBridge
 
unsuspendRedrawAll() - Method in interface io.sf.carte.echosvg.dom.svg.SVGSVGContext
Unsuspends redrawing of the canvas.
unsuspendRedrawAll() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
update() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedBoolean
Updates the base value from the attribute.
update() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedEnumeration
Updates the base value from the attribute.
update() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedInteger
Updates the base value from the attribute.
update() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumber
Updates the base value from the attribute.
update() - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultContentSelector.SelectedNodes
 
update() - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XblChildNodes
Update the NodeList.
update() - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XblScopedChildNodes
Update the NodeList.
update() - Method in class io.sf.carte.echosvg.bridge.svg12.XPathPatternContentSelector.SelectedNodes
 
update() - Method in class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector.SelectedNodes
 
update(boolean) - Method in class io.sf.carte.echosvg.bridge.svg12.ContentManager
Updates all content elements.
update(boolean, Node) - Method in class io.sf.carte.echosvg.bridge.svg12.ContentManager
 
update(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.XPathPatternContentSelector.SelectedNodes
 
updateAnimatedValue(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedValue
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedBoolean
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedEnumeration
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedInteger
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedLengthList
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumber
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumberList
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPathData
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPoints
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedPreserveAspectRatio
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedString
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedTransformList
Updates the animated value with the given AnimatableValue.
updateAttributeValue(String, String, AnimatableValue) - Method in interface io.sf.carte.echosvg.anim.dom.AnimationTarget
Updates an attribute value in this target.
updateAttributeValue(String, String, AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Updates an attribute value in this target.
updateAttributeValue(String, String, AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMRectElement
Updates an attribute value in this target.
updateButtons() - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel
Updates the button states.
updateButtons() - Method in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel
Updates the state of the buttons
updateClearButtonAction() - Method in class io.sf.carte.echosvg.util.gui.URIChooser
To update the state of the Clear button
updateCompleted(UpdateManagerEvent) - Method in class io.sf.carte.echosvg.bridge.UpdateManagerAdapter
Called when an update was completed.
updateCompleted(UpdateManagerEvent) - Method in interface io.sf.carte.echosvg.bridge.UpdateManagerListener
Called when an update was completed.
updateCompleted(UpdateManagerEvent) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane.ScrollListener
 
updateCompleted(UpdateManagerEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when an update was completed.
updatedProperties - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine.StyleDeclarationUpdateHandler
 
updateFailed(UpdateManagerEvent) - Method in class io.sf.carte.echosvg.bridge.UpdateManagerAdapter
Called when an update failed.
updateFailed(UpdateManagerEvent) - Method in interface io.sf.carte.echosvg.bridge.UpdateManagerListener
Called when an update failed.
updateFailed(UpdateManagerEvent) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane.ScrollListener
 
updateFailed(UpdateManagerEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when an update failed.
updateFilterMap(Element, Filter, Map<String, Filter>) - Static method in class io.sf.carte.echosvg.bridge.AbstractSVGFilterPrimitiveElementBridge
Updates the filterMap according to the specified parameters.
updateIdEntry(Element, String, String) - Method in class io.sf.carte.echosvg.dom.AbstractDocument
 
updateImageBounds() - Method in class io.sf.carte.echosvg.bridge.SVGImageElementBridge
 
updateLineMetrics(int) - Method in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
updateLinks(Node) - Method in class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager
Updates the xblPreviousSibling and xblNextSibling properties of the given XBL node.
updateMainButtonTooltip(String) - Method in class io.sf.carte.echosvg.util.gui.DropDownComponent
Sets new tooltip text to the main button.
updateManager - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The update manager.
updateManager - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The update manager.
updateManager - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The update manager.
updateManager - Variable in class io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcher
The update manager.
UpdateManager - Class in io.sf.carte.echosvg.bridge
This class provides features to manage the update of an SVG document.
UpdateManager(BridgeContext, GraphicsNode, Document) - Constructor for class io.sf.carte.echosvg.bridge.UpdateManager
Creates a new update manager.
UpdateManager.RepaintTimerTask - Class in io.sf.carte.echosvg.bridge
 
UpdateManager.SuspensionInfo - Class in io.sf.carte.echosvg.bridge
 
UpdateManager.UpdateManagerRunHander - Class in io.sf.carte.echosvg.bridge
 
UpdateManagerAdapter - Class in io.sf.carte.echosvg.bridge
This is an adapter for the UpdateManagerListener interface.
UpdateManagerAdapter() - Constructor for class io.sf.carte.echosvg.bridge.UpdateManagerAdapter
 
UpdateManagerEvent - Class in io.sf.carte.echosvg.bridge
This class represents an event which indicate an event originated from a UpdateManager instance.
UpdateManagerEvent(Object, BufferedImage, List<Rectangle>) - Constructor for class io.sf.carte.echosvg.bridge.UpdateManagerEvent
Creates a new UpdateManagerEvent.
UpdateManagerEvent(Object, BufferedImage, List<Rectangle>, boolean) - Constructor for class io.sf.carte.echosvg.bridge.UpdateManagerEvent
Creates a new UpdateManagerEvent.
UpdateManagerListener - Interface in io.sf.carte.echosvg.bridge
This interface represents a listener to the UpdateManagerEvent events.
updateManagerListeners - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The update manager listeners.
UpdateManagerRunHander() - Constructor for class io.sf.carte.echosvg.bridge.UpdateManager.UpdateManagerRunHander
 
updateMatrix(AffineTransform) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.JSVGComponentListener
 
updateOffScreen(int, int) - Method in interface io.sf.carte.echosvg.gvt.renderer.ImageRenderer
Update the required size of the offscreen buffer.
updateOffScreen(int, int) - Method in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
Update the size of the image to be returned by getOffScreen.
updateOffScreen(int, int) - Method in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
Update the size of the image to be returned by getOffScreen.
updateOKButtonAction() - Method in class io.sf.carte.echosvg.util.gui.URIChooser
To update the state of the OK button
updateOtherValue(String, AnimatableValue) - Method in interface io.sf.carte.echosvg.anim.dom.AnimationTarget
Updates a 'other' animation value in this target.
updateOtherValue(String, AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
Updates a 'other' animation value in this target.
updateOtherValue(String, AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Updates a 'other' animation value in this target.
updateOtherValue(String, AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
Updates a 'other' animation value in this target.
updateOverlay - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
 
updatePropertyValue(String, AnimatableValue) - Method in interface io.sf.carte.echosvg.anim.dom.AnimationTarget
Updates a property value in this target.
updatePropertyValue(String, AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Updates a property value in this target.
updatePropertyValue(String, AnimatableValue) - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
Updates a property value in this target.
updateRangeInfo() - Method in class io.sf.carte.echosvg.gvt.flow.LineInfo
 
updateRendering(AffineTransform, boolean, boolean, Shape, int, int) - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Updates the rendering buffer.
updateRendering(AffineTransform, boolean, Shape, int, int) - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Updates the rendering buffer.
updateRendering(Collection<Shape>) - Method in class io.sf.carte.echosvg.bridge.RepaintManager
Updates the rendering buffer.
updateRendering(List<Shape>, boolean) - Method in class io.sf.carte.echosvg.bridge.UpdateManager
Updates the rendering buffer.
updateRenderingTransform() - Method in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Updates the value of the transform used for rendering.
updateRenderingTransform() - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Updates the value of the transform used for rendering.
updateRunnable - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.RepaintThread
Runnable for updating components.
UpdateRunnable() - Constructor for class io.sf.carte.echosvg.util.gui.MemoryMonitor.RepaintThread.UpdateRunnable
 
updateRunnableQueue - Variable in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
The update runnable queue.
updateRunnableQueue - Variable in class io.sf.carte.echosvg.bridge.UpdateManager
The update RunnableQueue.
updateScriptingListeners(Element, String) - Method in class io.sf.carte.echosvg.bridge.ScriptingEnvironment
Updates the registration of a listener on the given element.
updateScrollbarState(boolean, boolean) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane
 
updateScrollbarVisibility(int, int, int, int) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane
 
updateStarted(UpdateManagerEvent) - Method in class io.sf.carte.echosvg.bridge.UpdateManagerAdapter
Called when an update started.
updateStarted(UpdateManagerEvent) - Method in interface io.sf.carte.echosvg.bridge.UpdateManagerListener
Called when an update started.
updateStarted(UpdateManagerEvent) - Method in class io.sf.carte.echosvg.swing.JSVGScrollPane.ScrollListener
 
updateStarted(UpdateManagerEvent) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent.SVGListener
Called when an update started.
updateTileGridInfo() - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
This function computes all the basic information about the tile grid based on the data stored in sm, and tileGridX/YOff.
updateTracker - Variable in class io.sf.carte.echosvg.bridge.UpdateManager
The update tracker.
UpdateTracker - Class in io.sf.carte.echosvg.gvt
This class tracks the changes on a GVT tree
UpdateTracker() - Constructor for class io.sf.carte.echosvg.gvt.UpdateTracker
 
updateVerticalAlignOffset(Point2D.Float, RegionInfo, float) - Static method in class io.sf.carte.echosvg.extension.svg.FlowExtGlyphLayout
Updates the specified verticalAlignmentOffset using the current alignment rule and the heights of the flow rect and the maximum descent of the text.
updateWorkingBuffers() - Method in class io.sf.carte.echosvg.gvt.renderer.DynamicRenderer
 
updateWorkingBuffers() - Method in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
 
updateWorkingBuffers() - Method in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
Internal method used to synchronize local state in response to various set methods.
updateZoomAndPanEnable(Document) - Method in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Enables/Disables Zoom And Pan based on the zoom and pan attribute of the currently installed document, Unless the user has set the Interactions State.
upLanguageButton - Variable in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel
The UpLanguageButton.
UpLanguageButtonAction() - Constructor for class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel.UpLanguageButtonAction
 
uri - Variable in class io.sf.carte.echosvg.anim.values.AnimatablePaintValue
The URI of the referenced paint server.
uri - Variable in class io.sf.carte.echosvg.css.engine.ImportRule
The URI of the imported stylesheet.
uri - Variable in class io.sf.carte.echosvg.swing.JSVGCanvas
The URI of the current document being displayed.
uri - Variable in class io.sf.carte.echosvg.transcoder.TranscoderInput
The optional input as a URI.
uri - Variable in class io.sf.carte.echosvg.transcoder.TranscoderOutput
The optional output as a URI.
URI_IMAGE_ERROR - Static variable in interface io.sf.carte.echosvg.bridge.ErrorConstants
The error code when the bridge tries to read an image and the image url can't be opened:
uriChanged(String) - Method in class io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the URI has been modified.
uriChanged(String) - Method in interface io.sf.carte.echosvg.css.dom.CSSOMSVGPaint.PaintModificationHandler
Called when the URI has been modified.
URIChooser - Class in io.sf.carte.echosvg.util.gui
This class is a dialog used to enter an URI or to choose a local file.
URIChooser(JDialog) - Constructor for class io.sf.carte.echosvg.util.gui.URIChooser
Creates a new URIChooser.
URIChooser(JFrame) - Constructor for class io.sf.carte.echosvg.util.gui.URIChooser
Creates a new URIChooser.
URIChooser.BrowseButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'browse' button
URIChooser.CancelButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'Cancel' button of the URI chooser
URIChooser.ClearButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'Clear' button of the URI chooser
URIChooser.DocumentAdapter - Class in io.sf.carte.echosvg.util.gui
To listen to the document changes
URIChooser.OKButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'OK' button of the URI chooser
URIResolver - Class in io.sf.carte.echosvg.bridge
This class is used to resolve the URI that can be found in a SVG document.
URIResolver(SVGDocument, DocumentLoader) - Constructor for class io.sf.carte.echosvg.bridge.URIResolver
Creates a new URI resolver object.
URIValue - Class in io.sf.carte.echosvg.css.engine.value
This class represents uri values.
URIValue(String, String) - Constructor for class io.sf.carte.echosvg.css.engine.value.URIValue
Creates a new StringValue.
url - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMDocument
The URL of the document.
url - Variable in class io.sf.carte.echosvg.swing.svg.SVGDocumentLoader
The URL of the document,
URL_PREFIX - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
URL_SUFFIX - Static variable in interface io.sf.carte.echosvg.svggen.SVGSyntax
 
URLImageCache - Class in io.sf.carte.echosvg.ext.awt.image
This class manages a cache of soft references to Images that we have already loaded.
URLImageCache() - Constructor for class io.sf.carte.echosvg.ext.awt.image.URLImageCache
Let people create there own caches.
URLRegistryEntry - Interface in io.sf.carte.echosvg.ext.awt.image.spi
This type of Image tag registy entry is used for 'odd' URL types.
us - Variable in class io.sf.carte.echosvg.parser.LengthArrayProducer
List of short[] objects.
Usage() - Constructor for class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
Creates a new Usage object.
USAGE - Static variable in class io.sf.carte.echosvg.apps.rasterizer.Main
Describes the command line options for the rasterizer
USAGE - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
USE_MY_METRICS - Static variable in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
USE_SCRIPT_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'use-script' keyword.
useAA - Variable in class io.sf.carte.echosvg.ext.awt.image.renderable.ClipRable8Bit
 
useCapture - Variable in class io.sf.carte.echosvg.bridge.BridgeContext.EventListenerMememto
 
USED - Static variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
The used string.
usedColors - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.Usage
The color of the used blocks for each block type.
usedLocale - Variable in class io.sf.carte.echosvg.i18n.LocalizableSupport
The locale in use.
UseElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.UseElementFactory
 
useLinearRGBColorInterpolation() - Method in interface io.sf.carte.echosvg.anim.dom.AnimationTarget
Returns whether color interpolations should be done in linear RGB color space rather than sRGB.
useLinearRGBColorInterpolation() - Method in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Returns whether color interpolations should be done in linear RGB color space rather than sRGB.
useLinearRGBColorInterpolation() - Method in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
Returns whether color interpolations should be done in linear RGB color space rather than sRGB.
USER_AGENT_ORIGIN - Static variable in class io.sf.carte.echosvg.css.engine.StyleMap
 
USER_DIR - Static variable in class io.sf.carte.echosvg.util.PreferenceManager
 
USER_HOME - Static variable in class io.sf.carte.echosvg.util.PreferenceManager
 
USER_ORIGIN - Static variable in class io.sf.carte.echosvg.css.engine.StyleMap
 
USER_SPACE_ON_USE - Static variable in class io.sf.carte.echosvg.bridge.SVGUtilities
The userSpaceOnUse coordinate system constants.
user2DeviceTransform - Variable in class io.sf.carte.echosvg.swing.gvt.GVTTreeRenderer
The user to device transform.
userAgent - Variable in class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment
The user-agent.
userAgent - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The user agent.
userAgent - Variable in class io.sf.carte.echosvg.bridge.DocumentLoader
The user agent.
userAgent - Variable in class io.sf.carte.echosvg.bridge.SVGAElementBridge.AnchorDefaultActionable
 
userAgent - Variable in class io.sf.carte.echosvg.bridge.SVGAElementBridge.AnchorListener
 
userAgent - Variable in class io.sf.carte.echosvg.bridge.SVGAElementBridge.CursorMouseOutListener
 
userAgent - Variable in class io.sf.carte.echosvg.bridge.SVGAElementBridge.CursorMouseOverListener
 
userAgent - Variable in class io.sf.carte.echosvg.bridge.SVGAElementBridge.MouseOutDefaultActionable
 
userAgent - Variable in class io.sf.carte.echosvg.bridge.SVGAElementBridge.MouseOverDefaultActionable
 
userAgent - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The user agent used for showing error messages.
userAgent - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent.BridgeUserAgentWrapper
The wrapped user agent.
userAgent - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
The user agent.
UserAgent - Interface in io.sf.carte.echosvg.bridge
An interface that provides access to the User Agent informations needed by the bridge.
User Agent - Search tag in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Section
UserAgentAdapter - Class in io.sf.carte.echosvg.bridge
An abstract user agent adaptor implementation.
UserAgentAdapter() - Constructor for class io.sf.carte.echosvg.bridge.UserAgentAdapter
 
userAgentStyleSheet - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The user-agent style-sheet.
UserAgentViewport - Class in io.sf.carte.echosvg.bridge
Defines a viewport for a UserAgent.
UserAgentViewport(UserAgent) - Constructor for class io.sf.carte.echosvg.bridge.UserAgentViewport
Constructs a new viewport for the specified user agent.
userData - Variable in class io.sf.carte.echosvg.dom.AbstractNode
User data.
userDataHandlers - Variable in class io.sf.carte.echosvg.dom.AbstractNode
User data handlers.
userList - Variable in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel
The user languages list
userListModel - Variable in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel
The user list model
UserListSelectionListener() - Constructor for class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel.UserListSelectionListener
 
userSetDisableInteractions - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
Set to true if the user ever calls setDisableInteractions
userSpaceToSVG(float, short, short, UnitProcessor.Context) - Static method in class io.sf.carte.echosvg.parser.UnitProcessor
Converts the specified value of the specified type and direction to SVG units.
UserStyleDialog - Class in io.sf.carte.echosvg.util.gui
This class represents a dialog to select the user style sheet.
UserStyleDialog(JFrame) - Constructor for class io.sf.carte.echosvg.util.gui.UserStyleDialog
Creates a new user style dialog.
UserStyleDialog.CancelButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'Cancel' button
UserStyleDialog.OKButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'OK' button
UserStyleDialog.Panel - Class in io.sf.carte.echosvg.util.gui
This class represents the main panel of the dialog.
UserStyleDialog.Panel.FileBrowseButtonAction - Class in io.sf.carte.echosvg.util.gui
The action associated with the 'browse' button
UserStyleDialog.Panel.FileCheckBoxChangeListener - Class in io.sf.carte.echosvg.util.gui
To listen to the file checkbox
userStylesheet - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
User stylesheet
userStyleSheet - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The user style-sheet.
usesUnderlyingValue - Variable in class io.sf.carte.echosvg.anim.AbstractAnimation
Whether this animation depends on the underlying value.
usesUnderlyingValue() - Method in class io.sf.carte.echosvg.anim.AbstractAnimation
Returns whether this animation depends on the underlying value.
usesUnsupportedAttributes(AttributedCharacterIterator) - Method in class io.sf.carte.echosvg.svggen.SVGGraphics2D
 
useSVG11AccessKeys - Variable in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
Allows the use of accessKey() timing specifiers with a single character, as specified in SVG 1.1.
useSVG11AccessKeys - Variable in class io.sf.carte.echosvg.parser.TimingParser
Allows the use of accessKey() timing specifiers with a single character, as specified in SVG 1.1.
useSVG12AccessKeys - Variable in class io.sf.carte.echosvg.anim.timing.TimedDocumentRoot
Allows the use of accessKey() timing specifiers with a DOM 3 key name, as specified in SVG 1.2.
useSVG12AccessKeys - Variable in class io.sf.carte.echosvg.parser.TimingParser
Allows the use of accessKey() timing specifiers with a DOM 3 key name, as specified in SVG 1.2.
useUnixTextSelection - Variable in class io.sf.carte.echosvg.swing.gvt.JGVTComponent
Whether the JGVTComponent should adhere to 'Unix' text selection semantics where as soon as text is selected it is copied to the clipboard.
usingComplexSVGFont - Variable in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
usr2dev - Variable in class io.sf.carte.echosvg.gvt.PatternPaintContext
 
usr2dev - Variable in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
 
usr2dev - Variable in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
 
UTF16Decoder - Class in io.sf.carte.echosvg.util.io
This class represents an object which decodes UTF-16 characters from a stream of bytes.
UTF16Decoder(InputStream) - Constructor for class io.sf.carte.echosvg.util.io.UTF16Decoder
Creates a new UTF16Decoder.
UTF16Decoder(InputStream, boolean) - Constructor for class io.sf.carte.echosvg.util.io.UTF16Decoder
Creates a new UTF16Decoder.
UTF16DecoderFactory() - Constructor for class io.sf.carte.echosvg.util.io.StreamNormalizingReader.UTF16DecoderFactory
 
UTF8_BYTES - Static variable in class io.sf.carte.echosvg.util.io.UTF8Decoder
The number of bytes of a UTF-8 sequence indexed by the first byte of the sequence.
UTF8Decoder - Class in io.sf.carte.echosvg.util.io
This class represents an object which decodes UTF-8 characters from a stream of bytes.
UTF8Decoder(InputStream) - Constructor for class io.sf.carte.echosvg.util.io.UTF8Decoder
Creates a new UTF8Decoder.
UTF8DecoderFactory() - Constructor for class io.sf.carte.echosvg.util.io.StreamNormalizingReader.UTF8DecoderFactory
 

V

v - Variable in class io.sf.carte.echosvg.parser.LengthArrayProducer
The current float[] object.
valid - Variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength.BaseSVGLength
Whether this length is valid.
valid - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedBoolean
Whether the base value is valid.
valid - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedEnumeration
Whether the current base value is valid.
valid - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedInteger
Whether the base value is valid.
valid - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue
Whether the base value is valid.
valid - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedNumber
Whether the base value is valid.
valid - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedRect.BaseSVGRect
Whether this rect is valid.
valid - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGList
Whether this list is valid.
validate - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Validation flag
validateConverterConfig(SVGConverter) - Method in class io.sf.carte.echosvg.apps.rasterizer.Main
Template methods which subclasses may implement to do whatever is needed.
validateTransformStack() - Method in class io.sf.carte.echosvg.ext.awt.g2d.GraphicContext
Marks the GraphicContext's isNewTransformStack to false as a memento that the current transform stack was read and has not been reset.
value - Variable in class io.sf.carte.echosvg.anim.AbstractAnimation
The value of this animation.
value - Variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
The value of this length.
value - Variable in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributeColorValue
The value.
value - Variable in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributePaintValue
The value.
value - Variable in class io.sf.carte.echosvg.anim.dom.SVGStylableElement.PresentationAttributeValue
The value.
value - Variable in class io.sf.carte.echosvg.anim.values.AnimatableBooleanValue
The boolean value.
value - Variable in class io.sf.carte.echosvg.anim.values.AnimatableIntegerValue
The value.
value - Variable in class io.sf.carte.echosvg.anim.values.AnimatableNumberValue
The value.
value - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableLengthValueFactory
The parsed length value.
value - Variable in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor.ColorNumber
The value of this number, when detached.
value - Variable in class io.sf.carte.echosvg.css.engine.StringIntMap.Entry
The value, not changed after creation.
value - Variable in class io.sf.carte.echosvg.css.engine.value.StringMap.Entry
The value
value - Variable in class io.sf.carte.echosvg.css.engine.value.StringValue
The value of the string
value - Variable in class io.sf.carte.echosvg.dom.AbstractElement.Entry
The value
value - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGNumber
The number.
value - Variable in exception class io.sf.carte.echosvg.dom.svg.LiveAttributeException
The malformed attribute value.
value - Variable in class io.sf.carte.echosvg.dom.svg.SVGOMAngle
The value of this angle.
value - Variable in class io.sf.carte.echosvg.dom.util.IntTable.Entry
The value.
value - Variable in class io.sf.carte.echosvg.dom.util.TriplyIndexedTable.Entry
The value
value - Variable in class io.sf.carte.echosvg.parser.UnitProcessor.UnitResolver
The length value.
value - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager.AttributeInfo
The attribute value.
value - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder.NewlineValue
 
value - Static variable in class io.sf.carte.echosvg.util.DoublyIndexedSet
Dummy value object for the table.
value - Variable in class io.sf.carte.echosvg.util.DoublyIndexedTable.Entry
The value.
Value - Interface in io.sf.carte.echosvg.css.engine.value
This interface represents a property value.
Value(Shape, Rectangle2D) - Constructor for class io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache.Value
Constructs a new Value with the specified parameter.
VALUE_AVOID_TILE_PAINTING_DEFAULT - Static variable in class io.sf.carte.echosvg.ext.awt.RenderingHintsKeyExt
 
VALUE_AVOID_TILE_PAINTING_OFF - Static variable in class io.sf.carte.echosvg.ext.awt.RenderingHintsKeyExt
 
VALUE_AVOID_TILE_PAINTING_ON - Static variable in class io.sf.carte.echosvg.ext.awt.RenderingHintsKeyExt
 
VALUE_COLORSPACE_AGREY - Static variable in class io.sf.carte.echosvg.ext.awt.ColorSpaceHintKey
Notice to source that we only want Greyscale data with an alpha channel.
VALUE_COLORSPACE_ALPHA - Static variable in class io.sf.carte.echosvg.ext.awt.ColorSpaceHintKey
Notice to source that we only want an alpha channel.
VALUE_COLORSPACE_ALPHA_CONVERT - Static variable in class io.sf.carte.echosvg.ext.awt.ColorSpaceHintKey
Notice to source that we only want an alpha channel.
VALUE_COLORSPACE_ARGB - Static variable in class io.sf.carte.echosvg.ext.awt.ColorSpaceHintKey
Notice to source that we prefer an Alpha RGB Image.
VALUE_COLORSPACE_GREY - Static variable in class io.sf.carte.echosvg.ext.awt.ColorSpaceHintKey
Notice to source that we only want Greyscale data (no Alpha).
VALUE_COLORSPACE_RGB - Static variable in class io.sf.carte.echosvg.ext.awt.ColorSpaceHintKey
Notice to source that we will not use Alpha Channel but we still want RGB data.
VALUE_DOCTYPE_CHANGE - Static variable in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder
The doctype value to change the declaration.
VALUE_DOCTYPE_KEEP_UNCHANGED - Static variable in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder
The doctype value to keep unchanged the declaration.
VALUE_DOCTYPE_REMOVE - Static variable in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder
The doctype value to remove the declaration.
VALUE_FORMAT_OFF - Static variable in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder
The value to turn off formatting.
VALUE_FORMAT_ON - Static variable in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder
The value to turn on formatting.
VALUE_MEDIA_PRINT - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
VALUE_NEWLINE_CR - Static variable in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder
The "\r" newline value.
VALUE_NEWLINE_CR_LF - Static variable in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder
The "\r\n" newline value.
VALUE_NEWLINE_LF - Static variable in class io.sf.carte.echosvg.transcoder.svg2svg.SVGTranscoder
The "\n" newline value.
VALUE_PAGE_ORIENTATION_LANDSCAPE - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
VALUE_PAGE_ORIENTATION_PORTRAIT - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
VALUE_PAGE_ORIENTATION_REVERSE_LANDSCAPE - Static variable in class io.sf.carte.echosvg.transcoder.print.PrintTranscoder
 
VALUE_TRANSCODING_PRINTING - Static variable in class io.sf.carte.echosvg.ext.awt.RenderingHintsKeyExt
 
VALUE_TRANSCODING_VECTOR - Static variable in class io.sf.carte.echosvg.ext.awt.RenderingHintsKeyExt
 
valueChanged(ListSelectionEvent) - Method in class io.sf.carte.echosvg.util.gui.CSSMediaPanel.MediaListSelectionListener
 
valueChanged(ListSelectionEvent) - Method in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel.LanguageListSelectionListener
 
valueChanged(ListSelectionEvent) - Method in class io.sf.carte.echosvg.util.gui.LanguageDialog.Panel.UserListSelectionListener
 
ValueConstants - Interface in io.sf.carte.echosvg.css.engine.value
This interface defines constants for CSS values.
ValueManager - Interface in io.sf.carte.echosvg.css.engine.value
This interface is implemented by objects which manage the values associated with a property.
valueManagers - Variable in class io.sf.carte.echosvg.css.engine.CSSEngine
The value managers.
valueOf(String) - Static method in enum class io.sf.graphics.java2d.color.RenderingIntent
Returns the enum constant of this class with the specified name.
valueProvider - Variable in class io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration
The associated value.
valueProvider - Variable in class io.sf.carte.echosvg.css.dom.CSSOMSVGColor
The associated value.
valueProvider - Variable in class io.sf.carte.echosvg.css.dom.CSSOMValue
The associated value.
values - Variable in class io.sf.carte.echosvg.anim.dom.AttributeInitializer
The attribute values table.
values - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimatedEnumeration
The values in this enumeration.
values - Variable in class io.sf.carte.echosvg.anim.SimpleAnimation
Values between which to interpolate.
values - Variable in class io.sf.carte.echosvg.apps.svgpp.Main.DoctypeHandler
 
values - Variable in class io.sf.carte.echosvg.apps.svgpp.Main.NewlineHandler
 
values - Variable in class io.sf.carte.echosvg.css.dom.CSSOMComputedStyle
The CSS values.
values - Variable in class io.sf.carte.echosvg.css.dom.CSSOMStyleDeclaration
The values.
values - Variable in class io.sf.carte.echosvg.css.engine.StyleDeclaration
The values.
values - Variable in class io.sf.carte.echosvg.css.engine.StyleMap
The values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.AbstractColorManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.css2.CursorManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.css2.DirectionManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.css2.DisplayManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.css2.FontFamilyManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.css2.FontShorthandManager
 
values - Static variable in class io.sf.carte.echosvg.css.engine.value.css2.FontSizeManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.css2.FontStretchManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.css2.FontStyleManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.css2.FontVariantManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.css2.FontWeightManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.css2.OverflowManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.css2.SrcManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.css2.TextDecorationManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.css2.UnicodeBidiManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.css2.VisibilityManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.svg.AlignmentBaselineManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.svg.BaselineShiftManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.svg.ClipRuleManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.svg.ColorInterpolationManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.svg.ColorRenderingManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.svg.DominantBaselineManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.svg.FillRuleManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.svg.ImageRenderingManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.svg.PointerEventsManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.svg.ShapeRenderingManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.svg.StrokeLinecapManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.svg.StrokeLinejoinManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.svg.TextAnchorManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.svg.TextRenderingManager
The identifier values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.svg.WritingModeManager
The identifier values.
values - Variable in class io.sf.carte.echosvg.css.engine.value.svg12.AbstractCIEColor
The three color values.
values - Static variable in class io.sf.carte.echosvg.css.engine.value.svg12.TextAlignManager
The identifier values.
values() - Static method in enum class io.sf.graphics.java2d.color.RenderingIntent
Returns an array containing the constants of this enum class, in the order they are declared.
VARIABLE_PITCH - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
VDMX - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
version - Variable in class io.sf.carte.echosvg.svggen.font.table.CmapFormat
 
VERSION_CHARACTER - Static variable in class io.sf.carte.echosvg.xml.XMLCharacters
The bit array representing the valid XML version characters.
VERSION_IDENTIFIER - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents a 'version' lexical unit.
vertical - Variable in class io.sf.carte.echosvg.swing.JSVGScrollPane
 
VERTICAL - Static variable in interface io.sf.carte.echosvg.ext.swing.GridBagConstants
Resize the component vertically but not horizontally.
VERTICAL_LENGTH - Static variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGAnimatedLength
This constant represents vertical lengths.
VERTICAL_LENGTH - Static variable in class io.sf.carte.echosvg.anim.dom.AbstractSVGLength
This constant represents vertical lengths.
VERTICAL_LENGTH - Static variable in class io.sf.carte.echosvg.parser.UnitProcessor
This constant represents vertical lengths.
VERTICAL_ORIENTATION - Static variable in class io.sf.carte.echosvg.bridge.GlyphLayout
 
VERTICAL_ORIENTATION - Static variable in class io.sf.carte.echosvg.css.engine.value.LengthManager
 
VERTICAL_ORIENTATION - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
VERTICAL_ORIENTATION_ANGLE - Static variable in class io.sf.carte.echosvg.bridge.GlyphLayout
 
VERTICAL_ORIENTATION_ANGLE - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
vhea - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
view - Variable in class io.sf.carte.echosvg.dom.events.DOMTimeEvent
The view from which the event was generated.
viewBox - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
The 'viewBox' attribute value.
viewBox - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
The 'viewBox' attribute value.
viewBox - Variable in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
 
viewBox - Variable in class io.sf.carte.echosvg.swing.JSVGScrollPane
 
viewBox(float, float, float, float) - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when 'viewBox(x,y,width,height)' has been parsed.
viewBox(float, float, float, float) - Method in class io.sf.carte.echosvg.parser.DefaultFragmentIdentifierHandler
Invoked when 'viewBox(x,y,width,height)' has been parsed.
viewBox(float, float, float, float) - Method in interface io.sf.carte.echosvg.parser.FragmentIdentifierHandler
Invoked when 'viewBox(x,y,width,height)' has been parsed.
ViewBox - Class in io.sf.carte.echosvg.bridge
This class provides convenient methods to handle viewport.
ViewBox() - Constructor for class io.sf.carte.echosvg.bridge.ViewBox
No instance of this class is required.
ViewBox.ViewHandler - Class in io.sf.carte.echosvg.bridge
This class can be used to store the value of the attribute viewBox or can also be used to store the various attribute value that can be specified on a SVG URI fragments.
ViewElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.ViewElementFactory
 
ViewHandler() - Constructor for class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Constructs a new ViewHandler instance.
viewingTransform - Variable in class io.sf.carte.echosvg.gvt.CanvasGraphicsNode
This is the viewing transform for this graphics node.
viewingTransform - Variable in class io.sf.carte.echosvg.swing.svg.JSVGComponent
 
Viewport - Interface in io.sf.carte.echosvg.bridge
Defines a viewport.
VIEWPORT - Static variable in class io.sf.carte.echosvg.gvt.CompositeGraphicsNode
 
viewportMap - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The viewports. key is an Element - value is a Viewport
viewportStack - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The viewport stack.
viewTarget(String) - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when a identifier has been parsed within a view target specification.
viewTarget(String) - Method in class io.sf.carte.echosvg.parser.DefaultFragmentIdentifierHandler
Invoked when a view target component has been parsed.
viewTarget(String) - Method in interface io.sf.carte.echosvg.parser.FragmentIdentifierHandler
Invoked when a identifier has been parsed within a view target specification.
viewTargetParams - Variable in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
 
VIOLET_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'violet' RGB color.
VIOLET_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'violet' color name.
VISIBILITY_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
VisibilityManager - Class in io.sf.carte.echosvg.css.engine.value.css2
This class provides a manager for the 'visibility' property values.
VisibilityManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.css2.VisibilityManager
 
visible - Variable in class io.sf.carte.echosvg.gvt.text.TextPaintInfo
 
VISIBLE - Static variable in interface io.sf.carte.echosvg.gvt.GraphicsNode
Indicates that this graphics node can be the target for events when it is visible and whatever is the filled and stroked area.
VISIBLE_FILL - Static variable in interface io.sf.carte.echosvg.gvt.GraphicsNode
Indicates that this graphics node can be the target for events when it is visible and when the mouse is over the filled area if any.
VISIBLE_PAINTED - Static variable in interface io.sf.carte.echosvg.gvt.GraphicsNode
Indicates that this graphics node can be the target for events when it is visible and when the mouse is over the "painted" area.
VISIBLE_STROKE - Static variable in interface io.sf.carte.echosvg.gvt.GraphicsNode
Indicates that this graphics node can be the target for events when it is visible and when the mouse is over the stroked area if any.
VISIBLE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'visible' keyword.
VISIBLEFILL_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'visiblefill' keyword.
VISIBLEFILLSTROKE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'visiblefillstroke' keyword.
VISIBLEPAINTED_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'visiblepainted' keyword.
VISIBLESTROKE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'visiblestroke' keyword.
visibleToScripts(String) - Method in class io.sf.carte.echosvg.script.rhino.RhinoClassShutter
Returns whether the given class is visible to scripts.
VkernElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.VkernElementFactory
 
vmtx - Static variable in interface io.sf.carte.echosvg.svggen.font.table.Table
 
vpH - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
vpH - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
vpW - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
vpW - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
vpX - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
vpX - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
vpX - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFRecordStore
 
vpY - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
vpY - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
vpY - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFRecordStore
 
vs - Variable in class io.sf.carte.echosvg.parser.LengthArrayProducer
List of float[] objects.
vsbListener - Variable in class io.sf.carte.echosvg.swing.JSVGScrollPane
 

W

w - Variable in class io.sf.carte.echosvg.dom.svg.SVGOMRect
The rect's width.
W_RESIZE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'w-resize' keyword.
WAIT_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'wait' keyword.
waitTilHeightDone() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.JDKRegistryEntry.MyImgObs
 
waitTilImageDone() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.JDKRegistryEntry.MyImgObs
 
waitTilWidthDone() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.JDKRegistryEntry.MyImgObs
 
waitTilWidthHeightDone() - Method in class io.sf.carte.echosvg.ext.awt.image.spi.JDKRegistryEntry.MyImgObs
 
waitTime - Variable in class io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimationTickRunnable
The number of milliseconds to wait until the next animation tick.
wallclock(Calendar) - Method in class io.sf.carte.echosvg.anim.timing.TimingSpecifierListProducer
Invoked when a wallclock value timing specifier is parsed.
wallclock(Calendar) - Method in class io.sf.carte.echosvg.parser.DefaultTimingSpecifierHandler
Invoked when a wallclock value timing specifier is parsed.
wallclock(Calendar) - Method in interface io.sf.carte.echosvg.parser.TimingSpecifierHandler
Invoked when a wallclock value timing specifier is parsed.
WallclockTimingSpecifier - Class in io.sf.carte.echosvg.anim.timing
A class to handle wallclock SMIL timing specifiers.
WallclockTimingSpecifier(TimedElement, boolean, Calendar) - Constructor for class io.sf.carte.echosvg.anim.timing.WallclockTimingSpecifier
Creates a new WallclockTimingSpecifier object.
WARN_DESTINATION - Static variable in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
 
warning(TranscoderException) - Method in class io.sf.carte.echosvg.transcoder.DefaultErrorHandler
Invoked when a warning occured while transcoding.
warning(TranscoderException) - Method in interface io.sf.carte.echosvg.transcoder.ErrorHandler
Invoked when a warning occured while transcoding.
warning(SAXParseException) - Method in class io.sf.carte.echosvg.dom.util.SAXDocumentFactory
wasResumed - Variable in class io.sf.carte.echosvg.util.RunnableQueue
Used to indicate if the queue was resumed while still running, so a 'resumed' event can be sent.
WE_HAVE_A_SCALE - Static variable in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
WE_HAVE_A_TWO_BY_TWO - Static variable in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
WE_HAVE_AN_X_AND_Y_SCALE - Static variable in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
WE_HAVE_INSTRUCTIONS - Static variable in class io.sf.carte.echosvg.svggen.font.table.GlyfCompositeComp
 
weakRef - Variable in class io.sf.carte.echosvg.gvt.AbstractGraphicsNode
A Weak Reference to this.
WeakReferenceCleared(T) - Constructor for class io.sf.carte.echosvg.util.CleanerThread.WeakReferenceCleared
 
weight - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFFont
 
weightToSVG(Font) - Static method in class io.sf.carte.echosvg.svggen.SVGFont
 
WEST - Static variable in interface io.sf.carte.echosvg.ext.swing.GridBagConstants
Put the component on the left side of its display area, centered vertically.
whatToShow - Variable in class io.sf.carte.echosvg.dom.traversal.DOMNodeIterator
Which node types are presented via the iterator.
whatToShow - Variable in class io.sf.carte.echosvg.dom.traversal.DOMTreeWalker
Which node types are presented via the iterator.
WHEAT_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'wheat' RGB color.
WHEAT_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'wheat' color name.
wheelDelta - Variable in class io.sf.carte.echosvg.dom.svg12.SVGOMWheelEvent
The number of clicks the mouse wheel has been moved.
wheelDelta - Variable in class io.sf.carte.echosvg.gvt.event.GraphicsNodeMouseWheelEvent
Indicates the number of wheel notches have been moved.
WheelListener() - Constructor for class io.sf.carte.echosvg.swing.JSVGScrollPane.WheelListener
 
white - Static variable in class io.sf.carte.echosvg.svggen.SVGColor
 
WHITE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'white' RGB color.
WHITE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'white' color name.
WHITENESS - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
whitepoint - Variable in class io.sf.carte.echosvg.css.engine.value.svg12.AbstractCIEColor
The white point in XYZ coordinates, initialized to D50.
WHITESMOKE_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'whitesmoke' RGB color.
WHITESMOKE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'whitesmoke' color name.
WIDER_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'wider' keyword.
width - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
The 'width' attribute value.
width - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFilterPrimitiveStandardAttributes
The 'width' attribute value.
width - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMForeignObjectElement
The 'width' attribute value.
width - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMImageElement
The 'width' attribute value.
width - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMMaskElement
The 'width' attribute value.
width - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
The 'width' attribute value.
width - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMRectElement
The 'width' attribute value.
width - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
The 'width' attribute value.
width - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
The 'width' attribute value.
width - Variable in class io.sf.carte.echosvg.anim.values.AnimatableRectValue
The width.
width - Variable in class io.sf.carte.echosvg.apps.rasterizer.SVGConverter
Output image width.
width - Variable in class io.sf.carte.echosvg.swing.gvt.GVTTreeRenderer
The buffer width.
width - Variable in class io.sf.carte.echosvg.transcoder.SVGAbstractTranscoder
Image's width and height (init to 400x400).
width - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
willReplace() - Method in class io.sf.carte.echosvg.anim.AbstractAnimation
Returns whether this animation will replace values on animations lower in the sandwich.
willReplace() - Method in class io.sf.carte.echosvg.anim.InterpolatingAnimation
Returns whether this animation will replace values on animations lower in the sandwich.
willTriggerNS(String, String) - Method in class io.sf.carte.echosvg.dom.AbstractNode
DOM: Implements EventTarget#willTriggerNS(String,String) from an old draft of DOM Level 3 Events.
WIND_EVEN_ODD - Static variable in interface io.sf.carte.echosvg.ext.awt.geom.ExtendedPathIterator
The winding rule constant for specifying an even-odd rule for determining the interior of a path.
WIND_NON_ZERO - Static variable in interface io.sf.carte.echosvg.ext.awt.geom.ExtendedPathIterator
The winding rule constant for specifying a non-zero rule for determining the interior of a path.
WINDING - Static variable in interface io.sf.carte.echosvg.transcoder.wmf.WMFConstants
 
windingRule - Variable in class io.sf.carte.echosvg.parser.AWTPathProducer
The winding rule to use to construct the path.
windingRule - Variable in class io.sf.carte.echosvg.parser.AWTPolylineProducer
The winding rule to use to construct the path.
window - Variable in class io.sf.carte.echosvg.bridge.RhinoInterpreter
The window object.
window - Variable in class io.sf.carte.echosvg.bridge.WindowWrapper
The wrapped window.
Window - Interface in io.sf.carte.echosvg.bridge
This interface represents the 'window' object defined in the global environment of a SVG document.
Window - Interface in io.sf.carte.echosvg.w3c.dom
 
Window(Interpreter, String) - Constructor for class io.sf.carte.echosvg.bridge.BaseScriptingEnvironment.Window
Creates a new Window.
Window(Interpreter, String) - Constructor for class io.sf.carte.echosvg.bridge.ScriptingEnvironment.Window
Creates a new Window for the given language.
WINDOW_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'WINDOW' color name.
Window.URLResponseHandler - Interface in io.sf.carte.echosvg.bridge
To handle the completion of a 'getURL()' or 'postURL' call.
WINDOWFRAME_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'WINDOWFRAME' color name.
windowHeight - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
WINDOWTEXT_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'WINDOWTEXT' color name.
windowWidth - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
windowWrapper - Variable in class io.sf.carte.echosvg.bridge.WindowWrapper.GetURLFunctionWrapper
The WindowWrapper
WindowWrapper - Class in io.sf.carte.echosvg.bridge
This class wraps a Window object to expose it to the interpreter.
WindowWrapper(Context) - Constructor for class io.sf.carte.echosvg.bridge.WindowWrapper
Creates a new WindowWrapper.
WindowWrapper.FunctionWrapper - Class in io.sf.carte.echosvg.bridge
To wrap a function in an handler.
WindowWrapper.GetURLFunctionWrapper - Class in io.sf.carte.echosvg.bridge
To wrap a function passed to getURL().
WMF_EXTENSION - Static variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFTranscoder
 
WMF_FILE_EXTENSION - Static variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
 
WMFConstants - Interface in io.sf.carte.echosvg.transcoder.wmf
Contains the definitions of WMF constants.
wmfFont - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFPainter
 
WMFFont - Class in io.sf.carte.echosvg.transcoder.wmf.tosvg
Represent a WMF Font, encountered in a Metafile.
WMFFont(Font, int) - Constructor for class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFFont
 
WMFFont(Font, int, int, int, int, int, int, int) - Constructor for class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFFont
 
WMFHeaderProperties - Class in io.sf.carte.echosvg.transcoder.wmf.tosvg
This class holds simple properties about a WMF Metafile.
WMFHeaderProperties() - Constructor for class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
Creates a new WMFHeaderProperties, with no associated file.
WMFHeaderProperties(File) - Constructor for class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFHeaderProperties
Creates a new WMFHeaderProperties, and sets the associated WMF File.
WMFPainter - Class in io.sf.carte.echosvg.transcoder.wmf.tosvg
Core class for rendering the WMF image.
WMFPainter(WMFRecordStore, float) - Constructor for class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFPainter
Basic constructor.
WMFPainter(WMFRecordStore, int, int, float) - Constructor for class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFPainter
Basic constructor.
WMFRecordStore - Class in io.sf.carte.echosvg.transcoder.wmf.tosvg
Reads a WMF file, including an Aldus Placable Metafile Header.
WMFRecordStore() - Constructor for class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFRecordStore
 
WMFTranscoder - Class in io.sf.carte.echosvg.transcoder.wmf.tosvg
This class implements the Transcoder interface and can convert a WMF input document into an SVG document.
WMFTranscoder() - Constructor for class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFTranscoder
Default constructor
WMFUtilities - Class in io.sf.carte.echosvg.transcoder.wmf.tosvg
This class holds various utilies for importing WMF files that can be used either for AbstractWMFReaders and AbstractWMFPainters
WMFUtilities() - Constructor for class io.sf.carte.echosvg.transcoder.wmf.tosvg.WMFUtilities
 
WORD_LIMIT - Static variable in class io.sf.carte.echosvg.bridge.FlowTextPainter
 
WORD_LIMIT - Static variable in class io.sf.carte.echosvg.gvt.flow.TextLineBreaks
 
WORD_SPACING - Static variable in class io.sf.carte.echosvg.bridge.svg12.SVGFlowRootElementBridge
 
WORD_SPACING - Static variable in class io.sf.carte.echosvg.extension.svg.EchoSVGFlowTextElementBridge
 
WORD_SPACING - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
User-specified width for whitespace characters.
WORD_SPACING_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
WordInfo - Class in io.sf.carte.echosvg.gvt.flow
One line Class Desc Complete Class Desc
WordInfo(int) - Constructor for class io.sf.carte.echosvg.gvt.flow.WordInfo
 
workImg - Variable in class io.sf.carte.echosvg.gvt.renderer.MacRenderer
 
workingBaseRaster - Variable in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
 
workingOffScreen - Variable in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
 
workingRaster - Variable in class io.sf.carte.echosvg.gvt.renderer.StaticRenderer
 
wrap(RenderedImage) - Static method in class io.sf.carte.echosvg.ext.awt.image.GraphicsUtil
Convertes any RenderedImage to a CacheableRed.
wrap(RenderedImage) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.RenderedImageCachableRed
 
WRAP - Static variable in class io.sf.carte.echosvg.ext.awt.image.PadMode
Pad edges by replicating edge pixels
wrapFactory - Variable in class io.sf.carte.echosvg.bridge.RhinoInterpreter
Factory for Java wrapper objects.
wRaster - Variable in class io.sf.carte.echosvg.ext.awt.image.rendered.TileLRUMember
 
write(byte[]) - Method in class io.sf.carte.echosvg.util.Base64EncoderStream
 
write(byte[], int, int) - Method in class io.sf.carte.echosvg.util.Base64EncoderStream
 
write(int) - Method in class io.sf.carte.echosvg.util.Base64EncoderStream
 
writeDocument(Document, Writer) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Serializes the specified Document, writing it to the given Writer.
writeFontAsSVGFragment(PrintStream, Font, String, int, int, boolean, boolean) - Static method in class io.sf.carte.echosvg.svggen.font.SVGFont
Returns a <font>...</font> block, defining the specified font.
writeImage(PNGTranscoder, BufferedImage, TranscoderOutput) - Method in interface io.sf.carte.echosvg.transcoder.image.PNGTranscoder.WriteAdapter
Writes the specified image to the specified output.
writeImage(PNGTranscoder, BufferedImage, TranscoderOutput) - Method in class io.sf.carte.echosvg.transcoder.image.PNGTranscoderImageIOWriteAdapter
 
writeImage(TIFFTranscoder, BufferedImage, TranscoderOutput) - Method in interface io.sf.carte.echosvg.transcoder.image.TIFFTranscoder.WriteAdapter
Writes the specified image to the specified output.
writeImage(BufferedImage, TranscoderOutput) - Method in class io.sf.carte.echosvg.transcoder.image.ImageTranscoder
Writes the specified image to the specified output.
writeImage(BufferedImage, TranscoderOutput) - Method in class io.sf.carte.echosvg.transcoder.image.JPEGTranscoder
Writes the specified image to the specified output.
writeImage(BufferedImage, TranscoderOutput) - Method in class io.sf.carte.echosvg.transcoder.image.PNGTranscoder
Writes the specified image to the specified output.
writeImage(BufferedImage, TranscoderOutput) - Method in class io.sf.carte.echosvg.transcoder.image.TIFFTranscoder
Writes the specified image to the specified output.
writeImage(RenderedImage, OutputStream) - Method in interface io.sf.carte.echosvg.ext.awt.image.spi.ImageWriter
 
writeImage(RenderedImage, OutputStream, ImageWriterParams) - Method in interface io.sf.carte.echosvg.ext.awt.image.spi.ImageWriter
 
writeNode(Node, Writer) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
Writes a node using the given writer.
writeNode(Node, Writer, DOMUtilities.NSMap, boolean) - Static method in class io.sf.carte.echosvg.dom.util.DOMUtilities
 
writer - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
The writer used to output the tokens.
writer - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
The writer used to output the document.
writer - Variable in class io.sf.carte.echosvg.transcoder.TranscoderOutput
The optional output as a character stream.
writeSvgBegin(PrintStream) - Static method in class io.sf.carte.echosvg.svggen.font.SVGFont
 
writeSvgDefsBegin(PrintStream) - Static method in class io.sf.carte.echosvg.svggen.font.SVGFont
 
writeSvgDefsEnd(PrintStream) - Static method in class io.sf.carte.echosvg.svggen.font.SVGFont
 
writeSvgEnd(PrintStream) - Static method in class io.sf.carte.echosvg.svggen.font.SVGFont
 
writeSvgTestCard(PrintStream, String) - Static method in class io.sf.carte.echosvg.svggen.font.SVGFont
 
writeSVGToOutput(SVGGraphics2D, Element, TranscoderOutput) - Method in class io.sf.carte.echosvg.transcoder.ToSVGAbstractTranscoder
Writes the SVG content held by the svgGenerator to the TranscoderOutput.
WRITING_MODE - Static variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
WRITING_MODE - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Directional writing mode applied to this character span.
WRITING_MODE_INDEX - Static variable in class io.sf.carte.echosvg.css.engine.SVGCSSEngine
 
WRITING_MODE_LTR - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for WRITING_MODE indicating left-to-right
WRITING_MODE_RTL - Static variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
WRITING_MODE_RTL - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for WRITING_MODE indicating right-to-left
WRITING_MODE_TTB - Static variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
WRITING_MODE_TTB - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for WRITING_MODE indicating top-to-botton
WritingModeManager - Class in io.sf.carte.echosvg.css.engine.value.svg
This class provides a manager for the 'writing-mode' property values.
WritingModeManager() - Constructor for class io.sf.carte.echosvg.css.engine.value.svg.WritingModeManager
 

X

x - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMCursorElement
The 'x' attribute value.
x - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEPointLightElement
The 'x' attribute value.
x - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
The 'x' attribute value.
x - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
The 'x' attribute value.
x - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFilterPrimitiveStandardAttributes
The 'x' attribute value.
x - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMForeignObjectElement
The 'x' attribute value.
x - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMImageElement
The 'x' attribute value.
x - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMMaskElement
The 'x' attribute value.
x - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
The 'x' attribute value.
x - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMRectElement
The 'x' attribute value.
x - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
The 'x' attribute value.
x - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextPositioningElement
The 'x' attribute value.
x - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
The 'x' attribute value.
x - Variable in class io.sf.carte.echosvg.anim.values.AnimatableMotionPointValue
The x coordinate.
x - Variable in class io.sf.carte.echosvg.anim.values.AnimatableRectValue
The x coordinate.
x - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransform
The x coordinate of the center of the rotation, if this transformation is a rotation.
x - Variable in class io.sf.carte.echosvg.dom.svg.SVGOMPoint
The x coordinate.
x - Variable in class io.sf.carte.echosvg.dom.svg.SVGOMRect
The rect's x coordinate.
x - Variable in class io.sf.carte.echosvg.dom.svg.SVGPointItem
The x value.
x - Variable in class io.sf.carte.echosvg.ext.awt.geom.PathLength.PathSegment
The x coordinate of the path segment.
x - Variable in class io.sf.carte.echosvg.ext.awt.geom.PathLength.SingleSegmentPathIterator
The x coordinate of the next move command.
x - Variable in class io.sf.carte.echosvg.svggen.font.Point
 
X - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
User-space X coordinate for character.
X_DEFAULT_VALUE - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
 
X_LARGE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'x-large' keyword.
X_SMALL_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'x-small' keyword.
x1 - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMLinearGradientElement
The 'x1' attribute value.
x1 - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMLineElement
The 'x1' attribute value.
x2 - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMLinearGradientElement
The 'x2' attribute value.
x2 - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMLineElement
The 'x2' attribute value.
XBL_BINDINGS_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.XBLConstants
 
XBL_BOUND_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.XBLConstants
 
XBL_CONTENT_TAG - Static variable in interface io.sf.carte.echosvg.util.XBLConstants
 
XBL_DEFINITION_TAG - Static variable in interface io.sf.carte.echosvg.util.XBLConstants
 
XBL_ELEMENT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.XBLConstants
 
XBL_HANDLER_GROUP_TAG - Static variable in interface io.sf.carte.echosvg.util.XBLConstants
 
XBL_IMPORT_TAG - Static variable in interface io.sf.carte.echosvg.util.XBLConstants
 
XBL_INCLUDES_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.XBLConstants
 
XBL_NAMESPACE_URI - Static variable in interface io.sf.carte.echosvg.util.XBLConstants
Namespace URI for XBL elements and events.
XBL_ONBOUND_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.XBLConstants
 
XBL_ONPREBIND_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.XBLConstants
 
XBL_ONUNBINDING_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.XBLConstants
 
XBL_PREBIND_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.XBLConstants
 
XBL_REF_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.util.XBLConstants
 
XBL_SHADOW_TREE_TAG - Static variable in interface io.sf.carte.echosvg.util.XBLConstants
 
XBL_TEMPLATE_TAG - Static variable in interface io.sf.carte.echosvg.util.XBLConstants
 
XBL_UNBINDING_EVENT_TYPE - Static variable in interface io.sf.carte.echosvg.util.XBLConstants
 
XBL_XBL_TAG - Static variable in interface io.sf.carte.echosvg.util.XBLConstants
 
XBLBindingListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext.XBLBindingListener
 
XblChildNodes(DefaultXBLManager.XBLRecord) - Constructor for class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XblChildNodes
Creates a new XblChildNodes.
XBLConstants - Interface in io.sf.carte.echosvg.util
Define XBL constants, such as tag names, attribute names and namespace URI.
XBLContentElementBridge - Class in io.sf.carte.echosvg.bridge.svg12
Bridge class for the <xbl:content> element.
XBLContentElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.svg12.XBLContentElementBridge
Constructs a new bridge for the <xbl:content> element.
XBLContentElementBridge.ContentChangedListener - Class in io.sf.carte.echosvg.bridge.svg12
Class to respond to content selection changes and cause GVT rebuilds.
XBLContentElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.XBLContentElementFactory
 
XBLContentListener() - Constructor for class io.sf.carte.echosvg.bridge.svg12.SVG12BridgeContext.XBLContentListener
 
XBLDefinitionElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.XBLDefinitionElementFactory
 
XBLEventSupport - Class in io.sf.carte.echosvg.anim.dom
An EventSupport class that handles XBL-specific event processing.
XBLEventSupport(AbstractNode) - Constructor for class io.sf.carte.echosvg.anim.dom.XBLEventSupport
Creates a new XBLEventSupport object.
xblFactories - Static variable in class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation
The XBL element factories.
XBLHandlerGroupElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.XBLHandlerGroupElementFactory
 
XBLImportElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.XBLImportElementFactory
 
xblManager - Variable in class io.sf.carte.echosvg.bridge.BridgeContext
The XBL manager.
xblManager - Variable in class io.sf.carte.echosvg.bridge.svg12.ContentManager
The XBL manager.
xblManager - Variable in class io.sf.carte.echosvg.dom.AbstractDocument
The XBL manager for this document.
XBLManager - Interface in io.sf.carte.echosvg.dom.xbl
An interface for classes that can manage XBL functionality for a document's nodes.
XBLManagerData - Interface in io.sf.carte.echosvg.dom.xbl
An interface for XBL managers to associate data with nodes.
XBLOMContentElement - Class in io.sf.carte.echosvg.anim.dom
This class implements the xbl:content element.
XBLOMContentElement() - Constructor for class io.sf.carte.echosvg.anim.dom.XBLOMContentElement
Creates a new XBLOMContentElement.
XBLOMContentElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.XBLOMContentElement
Creates a new XBLOMContentElement.
XBLOMDefinitionElement - Class in io.sf.carte.echosvg.anim.dom
This class implements the xbl:definition element.
XBLOMDefinitionElement() - Constructor for class io.sf.carte.echosvg.anim.dom.XBLOMDefinitionElement
Creates a new XBLOMDefinitionElement.
XBLOMDefinitionElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.XBLOMDefinitionElement
Creates a new XBLOMDefinitionElement.
XBLOMElement - Class in io.sf.carte.echosvg.anim.dom
Base class for all XBL elements to inherit from.
XBLOMElement() - Constructor for class io.sf.carte.echosvg.anim.dom.XBLOMElement
Creates a new XBLOMElement.
XBLOMElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.XBLOMElement
Creates a new XBLOMElement.
XBLOMHandlerGroupElement - Class in io.sf.carte.echosvg.anim.dom
This class implements the xbl:handlerGroup element.
XBLOMHandlerGroupElement() - Constructor for class io.sf.carte.echosvg.anim.dom.XBLOMHandlerGroupElement
Creates a new XBLOMHandlerGroupElement.
XBLOMHandlerGroupElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.XBLOMHandlerGroupElement
Creates a new XBLOMHandlerGroupElement.
XBLOMImportElement - Class in io.sf.carte.echosvg.anim.dom
This class implements the xbl:import element.
XBLOMImportElement() - Constructor for class io.sf.carte.echosvg.anim.dom.XBLOMImportElement
Creates a new XBLOMImportElement.
XBLOMImportElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.XBLOMImportElement
Creates a new XBLOMImportElement.
XBLOMShadowTreeElement - Class in io.sf.carte.echosvg.anim.dom
This class implements the xbl:shadowTree element.
XBLOMShadowTreeElement() - Constructor for class io.sf.carte.echosvg.anim.dom.XBLOMShadowTreeElement
Creates a new XBLOMShadowTreeElement.
XBLOMShadowTreeElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.XBLOMShadowTreeElement
Creates a new XBLOMShadowTreeElement.
XBLOMShadowTreeEvent - Class in io.sf.carte.echosvg.dom.svg12
This class implements the ShadowTreeEvent event class.
XBLOMShadowTreeEvent() - Constructor for class io.sf.carte.echosvg.dom.svg12.XBLOMShadowTreeEvent
 
XBLOMTemplateElement - Class in io.sf.carte.echosvg.anim.dom
This class implements the xbl:template element.
XBLOMTemplateElement() - Constructor for class io.sf.carte.echosvg.anim.dom.XBLOMTemplateElement
Creates a new XBLOMTemplateElement.
XBLOMTemplateElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.XBLOMTemplateElement
Creates a new XBLOMTemplateElement.
XBLOMXBLElement - Class in io.sf.carte.echosvg.anim.dom
This class implements the xbl:xbl element.
XBLOMXBLElement() - Constructor for class io.sf.carte.echosvg.anim.dom.XBLOMXBLElement
Creates a new XBLOMXBLElement.
XBLOMXBLElement(String, AbstractDocument) - Constructor for class io.sf.carte.echosvg.anim.dom.XBLOMXBLElement
Creates a new XBLOMXBLElement.
XBLRecord() - Constructor for class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XBLRecord
 
XblScopedChildNodes(DefaultXBLManager.XBLRecord) - Constructor for class io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XblScopedChildNodes
Creates a new XblScopedChildNodes object.
xblShadowTree - Variable in class io.sf.carte.echosvg.anim.dom.BindableElement
The shadow tree.
xblShadowTree - Variable in class io.sf.carte.echosvg.dom.svg12.XBLOMShadowTreeEvent
The shadow tree that is the object of this event.
XBLShadowTreeElement - Interface in io.sf.carte.echosvg.dom.xbl
The interface for xbl:shadowTree elements.
XBLShadowTreeElementBridge - Class in io.sf.carte.echosvg.bridge.svg12
Bridge class for the <xbl:shadowTree> element.
XBLShadowTreeElementBridge() - Constructor for class io.sf.carte.echosvg.bridge.svg12.XBLShadowTreeElementBridge
Constructs a new bridge for the <xbl:shadowTree> element.
XBLShadowTreeElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.XBLShadowTreeElementFactory
 
XBLTemplateElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.XBLTemplateElementFactory
 
XBLXBLElementFactory() - Constructor for class io.sf.carte.echosvg.anim.dom.SVG12DOMImplementation.XBLXBLElementFactory
 
xCenter - Variable in class io.sf.carte.echosvg.parser.AWTPathProducer
The reference x point for smooth arcs.
xChannelSelector - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEDisplacementMapElement
The 'xChannelSelector' attribute value.
xCurrent - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractImageZoomInteractor
The mouse x current position.
xCurrent - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractPanInteractor
The mouse x current position.
xCurrent - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractZoomInteractor
The mouse x current position.
xDual - Static variable in class io.sf.carte.echosvg.svggen.font.table.GlyfDescript
 
XLINK_HREF_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XLINK_HREF_QNAME - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XLINK_NAMESPACE_URI - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XLINK_PREFIX - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XLinkSupport - Class in io.sf.carte.echosvg.dom.util
This class provides support for XLink features.
XLinkSupport() - Constructor for class io.sf.carte.echosvg.dom.util.XLinkSupport
 
xMaxYMax() - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when 'xMaxYMax' has been parsed.
xMaxYMax() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'xMaxYMax' has been parsed.
xMaxYMax() - Method in class io.sf.carte.echosvg.parser.DefaultPreserveAspectRatioHandler
xMaxYMax() - Method in interface io.sf.carte.echosvg.parser.PreserveAspectRatioHandler
Invoked when 'xMaxYMax' has been parsed.
xMaxYMid() - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when 'xMaxYMid' has been parsed.
xMaxYMid() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'xMaxYMid' has been parsed.
xMaxYMid() - Method in class io.sf.carte.echosvg.parser.DefaultPreserveAspectRatioHandler
xMaxYMid() - Method in interface io.sf.carte.echosvg.parser.PreserveAspectRatioHandler
Invoked when 'xMaxYMid' has been parsed.
xMaxYMin() - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when 'xMaxYMin' has been parsed.
xMaxYMin() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'xMaxYMin' has been parsed.
xMaxYMin() - Method in class io.sf.carte.echosvg.parser.DefaultPreserveAspectRatioHandler
xMaxYMin() - Method in interface io.sf.carte.echosvg.parser.PreserveAspectRatioHandler
Invoked when 'xMaxYMin' has been parsed.
xMidYMax() - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when 'xMidYMax' has been parsed.
xMidYMax() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'xMidYMax' has been parsed.
xMidYMax() - Method in class io.sf.carte.echosvg.parser.DefaultPreserveAspectRatioHandler
xMidYMax() - Method in interface io.sf.carte.echosvg.parser.PreserveAspectRatioHandler
Invoked when 'xMidYMax' has been parsed.
xMidYMid() - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when 'xMidYMid' has been parsed.
xMidYMid() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'xMidYMid' has been parsed.
xMidYMid() - Method in class io.sf.carte.echosvg.parser.DefaultPreserveAspectRatioHandler
xMidYMid() - Method in interface io.sf.carte.echosvg.parser.PreserveAspectRatioHandler
Invoked when 'xMidYMid' has been parsed.
xMidYMin() - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when 'xMidYMin' has been parsed.
xMidYMin() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'xMidYMin' has been parsed.
xMidYMin() - Method in class io.sf.carte.echosvg.parser.DefaultPreserveAspectRatioHandler
xMidYMin() - Method in interface io.sf.carte.echosvg.parser.PreserveAspectRatioHandler
Invoked when 'xMidYMin' has been parsed.
xMinYMax() - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when 'xMinYMax' has been parsed.
xMinYMax() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'xMinYMax' has been parsed.
xMinYMax() - Method in class io.sf.carte.echosvg.parser.DefaultPreserveAspectRatioHandler
xMinYMax() - Method in interface io.sf.carte.echosvg.parser.PreserveAspectRatioHandler
Invoked when 'xMinYMax' has been parsed.
xMinYMid() - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when 'xMinYMid' has been parsed.
xMinYMid() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'xMinYMid' has been parsed.
xMinYMid() - Method in class io.sf.carte.echosvg.parser.DefaultPreserveAspectRatioHandler
xMinYMid() - Method in interface io.sf.carte.echosvg.parser.PreserveAspectRatioHandler
Invoked when 'xMinYMid' has been parsed.
xMinYMin() - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when 'xMinYMin' has been parsed.
xMinYMin() - Method in class io.sf.carte.echosvg.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'xMinYMin' has been parsed.
xMinYMin() - Method in class io.sf.carte.echosvg.parser.DefaultPreserveAspectRatioHandler
xMinYMin() - Method in interface io.sf.carte.echosvg.parser.PreserveAspectRatioHandler
Invoked when 'xMinYMin' has been parsed.
XML_BASE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_BASE_QNAME - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_CDATA_END - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_CHAR_AMP - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_CHAR_APOS - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_CHAR_GT - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_CHAR_LT - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_CHAR_QUOT - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_CHAR_REF_PREFIX - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_CHAR_REF_SUFFIX - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_CHARACTER - Static variable in class io.sf.carte.echosvg.xml.XMLCharacters
The bit array representing a valid XML character in the unicode range [0-FFFF].
XML_CLOSE_TAG_END - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_CLOSE_TAG_START - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_DECL_CONTEXT - Static variable in class io.sf.carte.echosvg.xml.XMLScanner
The XML declaration context.
XML_DECL_START - Static variable in interface io.sf.carte.echosvg.xml.LexicalUnits
Represents an XML declaration start lexical unit, i.e. '<?xml'.
XML_DECLARATION_CONTEXT - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
XML_DECLARATION_STYLE - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLContext
 
XML_DEFAULT_VALUE - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_DOUBLE_DASH - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_DOUBLE_QUOTE - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_ENTITY_AMP - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_ENTITY_APOS - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_ENTITY_GT - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_ENTITY_LT - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_ENTITY_QUOT - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_EQUAL_QUOT - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_EQUAL_SIGN - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_EVENTS_EVENT_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_EVENTS_NAMESPACE_URI - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_ID_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_ID_QNAME - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_LANG_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_LANG_QNAME - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_MIME_TYPE - Static variable in class io.sf.carte.echosvg.util.gui.xmleditor.XMLEditorKit
 
XML_NAMESPACE_URI - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_OPEN_TAG_END_CHILDREN - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_OPEN_TAG_END_NO_CHILDREN - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_OPEN_TAG_START - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_PREFIX - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_PRESERVE_VALUE - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_PROCESSING_INSTRUCTION_END - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_SPACE - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_SPACE_ATTRIBUTE - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_SPACE_QNAME - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_TAB - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_VERSION_10 - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XML_VERSION_11 - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XMLAbstractTranscoder - Class in io.sf.carte.echosvg.transcoder
This class may be the base class of all transcoders which take an XML document as input and which need to build a DOM tree.
XMLAbstractTranscoder() - Constructor for class io.sf.carte.echosvg.transcoder.XMLAbstractTranscoder
Constructs a new XMLAbstractTranscoder.
xmlAnimations - Variable in class io.sf.carte.echosvg.anim.AnimationEngine.TargetInfo
Map of XML attribute names to the corresponding AnimationEngine.Sandwich objects.
XMLCharacters - Class in io.sf.carte.echosvg.xml
This class contains the definitions of the arrays used to find the type of the characters found in an XML document.
XMLCharacters() - Constructor for class io.sf.carte.echosvg.xml.XMLCharacters
This class does not need to be instantiated.
XMLConstants - Interface in io.sf.carte.echosvg.constants
Contains common XML constants.
XMLContext - Class in io.sf.carte.echosvg.util.gui.xmleditor
A pool of styles and their associated resources
XMLContext() - Constructor for class io.sf.carte.echosvg.util.gui.xmleditor.XMLContext
 
XMLContext(Map<String, Font>, Map<String, Color>) - Constructor for class io.sf.carte.echosvg.util.gui.xmleditor.XMLContext
 
xmlDeclaration - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.PrettyPrinter
The XML declaration.
XMLDeclHandler() - Constructor for class io.sf.carte.echosvg.apps.svgpp.Main.XMLDeclHandler
 
XMLDocument - Class in io.sf.carte.echosvg.util.gui.xmleditor
A document that can be marked up using XML style.
XMLDocument() - Constructor for class io.sf.carte.echosvg.util.gui.xmleditor.XMLDocument
 
XMLDocument(XMLContext) - Constructor for class io.sf.carte.echosvg.util.gui.xmleditor.XMLDocument
Creates a new instance of XMLDocument
XMLEditorKit - Class in io.sf.carte.echosvg.util.gui.xmleditor
This is the set of things needed by a text component to be a reasonably functioning editor for xml type document.
XMLEditorKit() - Constructor for class io.sf.carte.echosvg.util.gui.xmleditor.XMLEditorKit
Creates a new instance of XMLEditorKit
XMLEditorKit(XMLContext) - Constructor for class io.sf.carte.echosvg.util.gui.xmleditor.XMLEditorKit
Creates a new instance of XMLEditorKit
XMLEditorKit.XMLViewFactory - Class in io.sf.carte.echosvg.util.gui.xmleditor
A simple view factory implementation.
xmlEncoding - Variable in class io.sf.carte.echosvg.dom.AbstractDocument
XML encoding of this document.
XMLException - Exception Class in io.sf.carte.echosvg.xml
This class encapsulates a general XML error or warning.
XMLException(Exception) - Constructor for exception class io.sf.carte.echosvg.xml.XMLException
Creates a new XMLException wrapping an existing exception.
XMLException(String) - Constructor for exception class io.sf.carte.echosvg.xml.XMLException
Creates a new XMLException.
XMLException(String, Exception) - Constructor for exception class io.sf.carte.echosvg.xml.XMLException
Creates a new XMLException from an existing exception.
xmlFilter - Variable in class io.sf.carte.echosvg.transcoder.TranscoderOutput
The optional XML filter where to send SAX events.
XMLNS_NAMESPACE_URI - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
XMLNS_PREFIX - Static variable in interface io.sf.carte.echosvg.constants.XMLConstants
 
xmlReader - Variable in class io.sf.carte.echosvg.transcoder.TranscoderInput
The optional XML reader to receive SAX events.
XMLScanner - Class in io.sf.carte.echosvg.util.gui.xmleditor
XML scanner for parsing xml text
XMLScanner - Class in io.sf.carte.echosvg.xml
This class represents a scanner for XML documents.
XMLScanner() - Constructor for class io.sf.carte.echosvg.util.gui.xmleditor.XMLScanner
 
XMLScanner(InputStream, String) - Constructor for class io.sf.carte.echosvg.xml.XMLScanner
Creates a new XML scanner.
XMLScanner(Reader) - Constructor for class io.sf.carte.echosvg.xml.XMLScanner
Creates a new XML scanner.
XMLScanner(String) - Constructor for class io.sf.carte.echosvg.xml.XMLScanner
Creates a new XML scanner.
xmlSpace - Variable in class io.sf.carte.echosvg.transcoder.svg2svg.OutputManager
The xml:space values.
xmlStandalone - Variable in class io.sf.carte.echosvg.dom.AbstractDocument
Whether this document is standalone.
XMLStreamNormalizingReader - Class in io.sf.carte.echosvg.xml
This class represents a normalizing reader with encoding detection management.
XMLStreamNormalizingReader(InputStream, String) - Constructor for class io.sf.carte.echosvg.xml.XMLStreamNormalizingReader
Creates a new XMLStreamNormalizingReader.
XMLSupport - Class in io.sf.carte.echosvg.dom.util
This class provides support for XML features.
XMLTextEditor - Class in io.sf.carte.echosvg.util.gui.xmleditor
Simple Text Component to edit xml document with integrated undo / redo behaviour.
XMLTextEditor() - Constructor for class io.sf.carte.echosvg.util.gui.xmleditor.XMLTextEditor
Creates a new instance of XMLEditorPane
XMLToken - Class in io.sf.carte.echosvg.util.gui.xmleditor
XML Token
XMLToken(int, int, int) - Constructor for class io.sf.carte.echosvg.util.gui.xmleditor.XMLToken
Creates a new instance of XMLToken
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGGraphicsElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMAElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMAnimationElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMCircleElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMClipPathElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMComponentTransferFunctionElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMCursorElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMEllipseElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEBlendElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEColorMatrixElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEComponentTransferElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFECompositeElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEConvolveMatrixElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEDiffuseLightingElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEDisplacementMapElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEDistantLightElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEFloodElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEGaussianBlurElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEImageElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEMergeNodeElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEMorphologyElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEOffsetElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEPointLightElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFESpecularLightingElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFETileElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFETurbulenceElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFilterPrimitiveStandardAttributes
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMFontElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMForeignObjectElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMGradientElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMImageElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMLinearGradientElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMLineElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMMarkerElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMMaskElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMMPathElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMPathElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMRadialGradientElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMRectElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMScriptElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMStopElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMSymbolElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextContentElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextPathElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextPositioningElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMURIReferenceElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMViewElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGPointShapeElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGStylableElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGURIReferenceGraphicsElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.anim.dom.SVGURIReferenceTextPositioningElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class io.sf.carte.echosvg.extension.GraphicsExtensionElement
Table mapping XML attribute names to TraitInformation objects.
XMLUtilities - Class in io.sf.carte.echosvg.xml
A collection of utility functions for XML.
XMLUtilities() - Constructor for class io.sf.carte.echosvg.xml.XMLUtilities
This class does not need to be instantiated.
xmlVersion - Variable in class io.sf.carte.echosvg.dom.AbstractDocument
XML version of this document.
XMLView - Class in io.sf.carte.echosvg.util.gui.xmleditor
View that uses the lexical information to determine the style characteristics of the text that it renders.
XMLView(XMLContext, Element) - Constructor for class io.sf.carte.echosvg.util.gui.xmleditor.XMLView
Construct a simple colorized view of XML text.
XMLViewFactory() - Constructor for class io.sf.carte.echosvg.util.gui.xmleditor.XMLEditorKit.XMLViewFactory
 
xOnly - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransformList.SVGTransformItem
Whether the transform value specifies only an x value, no y value.
XOR - Static variable in class io.sf.carte.echosvg.ext.awt.image.CompositeRule
Xor rule.
XOR - Static variable in class io.sf.carte.echosvg.ext.awt.image.SVGComposite
 
xorMode - Variable in class io.sf.carte.echosvg.swing.gvt.TextSelectionManager
A flag bit that indicates whether or not the selection overlay is painted in XOR mode.
xpath - Variable in class io.sf.carte.echosvg.bridge.svg12.XPathPatternContentSelector
The XPath expression.
xpath - Variable in class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr
The compiled XPath expression.
XPathExpr(String, XPathNSResolver) - Constructor for class io.sf.carte.echosvg.dom.AbstractDocument.XPathExpr
Creates a new XPathExpr object.
XPathNodeNSResolver(Node) - Constructor for class io.sf.carte.echosvg.dom.AbstractDocument.XPathNodeNSResolver
Creates a new XPathNodeNSResolver object.
XPathPatternContentSelector - Class in io.sf.carte.echosvg.bridge.svg12
A class to handle the XPath Pattern syntax for XBL content elements.
XPathPatternContentSelector(ContentManager, XBLOMContentElement, Element, String) - Constructor for class io.sf.carte.echosvg.bridge.svg12.XPathPatternContentSelector
Creates a new XPathPatternContentSelector.
XPathPatternContentSelector.NSPrefixResolver - Class in io.sf.carte.echosvg.bridge.svg12
Prefix resolver.
XPathPatternContentSelector.SelectedNodes - Class in io.sf.carte.echosvg.bridge.svg12
Implementation of NodeList that contains the nodes that matched this selector.
XPathPatternContentSelectorFactory() - Constructor for class io.sf.carte.echosvg.bridge.svg12.AbstractContentSelector.XPathPatternContentSelectorFactory
 
XPathSubsetContentSelector - Class in io.sf.carte.echosvg.bridge.svg12
A class to handle the XPath subset syntax for XBL content elements.
XPathSubsetContentSelector(ContentManager, XBLOMContentElement, Element, String) - Constructor for class io.sf.carte.echosvg.bridge.svg12.XPathSubsetContentSelector
Creates a new XPathSubsetContentSelector object.
XPathSubsetContentSelector.Scanner - Class in io.sf.carte.echosvg.bridge.svg12
A scanner for XPath subset selectors.
XPathSubsetContentSelector.SelectedNodes - Class in io.sf.carte.echosvg.bridge.svg12
Implementation of NodeList that contains the nodes that matched this selector.
XPathSubsetContentSelectorFactory() - Constructor for class io.sf.carte.echosvg.bridge.svg12.AbstractContentSelector.XPathSubsetContentSelectorFactory
 
xpoints - Variable in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
The array of x coordinates.
xpoints - Variable in class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
The array of x coordinates.
XPOS - Static variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
xShift - Variable in class io.sf.carte.echosvg.util.gui.MemoryMonitor.History
The vertical lines shift.
xShortVector - Static variable in class io.sf.carte.echosvg.svggen.font.table.GlyfDescript
 
xSign - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
xStart - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractImageZoomInteractor
The mouse x start position.
xStart - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractPanInteractor
The mouse x start position.
xStart - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractZoomInteractor
The mouse x start position.
XX_LARGE_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'xx-large' keyword.
XX_SMALL_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'xx-small' keyword.

Y

y - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMCursorElement
The 'y' attribute value.
y - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEPointLightElement
The 'y' attribute value.
y - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
The 'y' attribute value.
y - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFilterElement
The 'y' attribute value.
y - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFilterPrimitiveStandardAttributes
The 'y' attribute value.
y - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMForeignObjectElement
The 'y' attribute value.
y - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMImageElement
The 'y' attribute value.
y - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMMaskElement
The 'y' attribute value.
y - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMPatternElement
The 'y' attribute value.
y - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMRectElement
The 'y' attribute value.
y - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMSVGElement
The 'y' attribute value.
y - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextPositioningElement
The 'y' attribute value.
y - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMUseElement
The 'y' attribute value.
y - Variable in class io.sf.carte.echosvg.anim.values.AnimatableMotionPointValue
The y coordinate.
y - Variable in class io.sf.carte.echosvg.anim.values.AnimatableRectValue
The y coordinate.
y - Variable in class io.sf.carte.echosvg.dom.svg.AbstractSVGTransform
The y coordinate of the center of the rotation, if this transformation is a rotation.
y - Variable in class io.sf.carte.echosvg.dom.svg.SVGOMPoint
The y coordinate.
y - Variable in class io.sf.carte.echosvg.dom.svg.SVGOMRect
The rect's y coordinate.
y - Variable in class io.sf.carte.echosvg.dom.svg.SVGPointItem
The y value.
y - Variable in class io.sf.carte.echosvg.ext.awt.geom.PathLength.PathSegment
The y coordinate of the path segment.
y - Variable in class io.sf.carte.echosvg.ext.awt.geom.PathLength.SingleSegmentPathIterator
The y coordinate of the next move command.
y - Variable in class io.sf.carte.echosvg.svggen.font.Point
 
Y - Static variable in class io.sf.carte.echosvg.gvt.text.GVTAttributedCharacterIterator.TextAttribute
User-space Y coordinate for character.
Y_DEFAULT_VALUE - Static variable in class io.sf.carte.echosvg.anim.dom.SVGOMTextElement
 
y1 - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMLinearGradientElement
The 'y1' attribute value.
y1 - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMLineElement
The 'y1' attribute value.
y2 - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMLinearGradientElement
The 'y2' attribute value.
y2 - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMLineElement
The 'y2' attribute value.
yCenter - Variable in class io.sf.carte.echosvg.parser.AWTPathProducer
The reference y point for smooth arcs.
yChannelSelector - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEDisplacementMapElement
The 'yChannelSelector' attribute value.
yCurrent - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractImageZoomInteractor
The mouse y current position.
yCurrent - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractPanInteractor
The mouse y current position.
yCurrent - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractZoomInteractor
The mouse y current position.
yDual - Static variable in class io.sf.carte.echosvg.svggen.font.table.GlyfDescript
 
yellow - Static variable in class io.sf.carte.echosvg.svggen.SVGColor
 
YELLOW_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'yellow' RGB color.
YELLOW_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.ValueConstants
The 'yellow' color name.
YELLOWGREEN_RGB_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'yellowgreen' RGB color.
YELLOWGREEN_VALUE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
The 'yellowgreen' color name.
ypoints - Variable in class io.sf.carte.echosvg.ext.awt.geom.Polygon2D
The array of x coordinates.
ypoints - Variable in class io.sf.carte.echosvg.ext.awt.geom.Polyline2D
The array of x coordinates.
YPOS - Static variable in class io.sf.carte.echosvg.bridge.StrokingTextPainter
 
yShortVector - Static variable in class io.sf.carte.echosvg.svggen.font.table.GlyfDescript
 
ySign - Variable in class io.sf.carte.echosvg.transcoder.wmf.tosvg.AbstractWMFReader
 
yStart - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractImageZoomInteractor
The mouse y start position.
yStart - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractPanInteractor
The mouse y start position.
yStart - Variable in class io.sf.carte.echosvg.swing.gvt.AbstractZoomInteractor
The mouse y start position.

Z

z - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFEPointLightElement
The 'z' attribute value.
z - Variable in class io.sf.carte.echosvg.anim.dom.SVGOMFESpotLightElement
The 'z' attribute value.
ZERO - Static variable in class io.sf.carte.echosvg.bridge.SVGTextElementBridge
 
ZERO_DEGREE - Static variable in interface io.sf.carte.echosvg.css.engine.value.svg.SVGValueConstants
0 degree
ZERO_INSETS - Static variable in class io.sf.carte.echosvg.ext.swing.JGridBagPanel
An InsetsManager that uses zero insets
ZERO_PAD - Static variable in class io.sf.carte.echosvg.ext.awt.image.PadMode
Pad edges with zeros
ZERO_WIDTH_JOINER - Static variable in class io.sf.carte.echosvg.bridge.FlowGlyphLayout
 
ZERO_WIDTH_JOINER - Static variable in class io.sf.carte.echosvg.bridge.FlowTextPainter
 
ZERO_WIDTH_JOINER - Static variable in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
ZERO_WIDTH_SPACE - Static variable in class io.sf.carte.echosvg.bridge.FlowGlyphLayout
 
ZERO_WIDTH_SPACE - Static variable in class io.sf.carte.echosvg.bridge.FlowTextPainter
 
ZERO_WIDTH_SPACE - Static variable in class io.sf.carte.echosvg.extension.svg.GlyphIterator
 
zeroRect(WritableRaster) - Static method in class io.sf.carte.echosvg.ext.awt.image.rendered.PadRed.ZeroRecter
 
zeroRect(Rectangle) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.PadRed.ZeroRecter_INT_PACK
 
zeroRect(Rectangle) - Method in class io.sf.carte.echosvg.ext.awt.image.rendered.PadRed.ZeroRecter
 
ZeroRecter(WritableRaster) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.PadRed.ZeroRecter
 
ZeroRecter_INT_PACK(WritableRaster) - Constructor for class io.sf.carte.echosvg.ext.awt.image.rendered.PadRed.ZeroRecter_INT_PACK
 
ZOOM_IN_ACTION - Static variable in class io.sf.carte.echosvg.swing.JSVGCanvas
The key for the Action to zoom in.
ZOOM_OUT_ACTION - Static variable in class io.sf.carte.echosvg.swing.JSVGCanvas
The key for the Action to zoom out.
ZoomAction(double) - Constructor for class io.sf.carte.echosvg.swing.JSVGCanvas.ZoomAction
 
ZoomAction(double, double) - Constructor for class io.sf.carte.echosvg.swing.JSVGCanvas.ZoomAction
 
zoomAndPan(boolean) - Method in class io.sf.carte.echosvg.bridge.ViewBox.ViewHandler
Invoked when a 'zoomAndPan' specification has been parsed.
zoomAndPan(boolean) - Method in class io.sf.carte.echosvg.parser.DefaultFragmentIdentifierHandler
Invoked when a 'zoomAndPan' specification has been parsed.
zoomAndPan(boolean) - Method in interface io.sf.carte.echosvg.parser.FragmentIdentifierHandler
Invoked when a 'zoomAndPan' specification has been parsed.
zoomInteractor - Variable in class io.sf.carte.echosvg.swing.JSVGCanvas
An interactor to perform a zoom.
ZoomOverlay() - Constructor for class io.sf.carte.echosvg.swing.gvt.AbstractZoomInteractor.ZoomOverlay
 

_

_parsel(boolean) - Method in class io.sf.carte.echosvg.parser.PathParser
 
_parseL(boolean) - Method in class io.sf.carte.echosvg.parser.PathParser
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form