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

A

A - Static variable in class org.apache.batik.ext.awt.image.ARGBChannel
 
ABOUT_ACTION - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
 
AboutDialog - class org.apache.batik.apps.svgbrowser.AboutDialog.
A dialog showing the revision of the Batik viewer as well as the list of contributors.
AboutDialog() - Constructor for class org.apache.batik.apps.svgbrowser.AboutDialog
Default constructor
AboutDialog(Frame) - Constructor for class org.apache.batik.apps.svgbrowser.AboutDialog
 
ABSOLUTE_COLORIMETRIC - Static variable in class org.apache.batik.ext.awt.color.ICCColorSpaceExt
 
absoluteColorimetricToRGB(float[]) - Method in class org.apache.batik.ext.awt.color.ICCColorSpaceExt
Absolute colorimetric.
AbstractAttr - class org.apache.batik.dom.AbstractAttr.
This class implements the Attr interface.
AbstractAttr() - Constructor for class org.apache.batik.dom.AbstractAttr
Creates a new Attr object.
AbstractAttr(String, AbstractDocument) - Constructor for class org.apache.batik.dom.AbstractAttr
Creates a new Attr object.
AbstractAttributeCondition - class org.apache.batik.css.engine.sac.AbstractAttributeCondition.
This class provides an abstract implementation of the AttributeCondition interface.
AbstractAttributeCondition - class org.apache.batik.css.parser.AbstractAttributeCondition.
This class provides an abstract implementation of the AttributeCondition interface.
AbstractAttributeCondition(String) - Constructor for class org.apache.batik.css.engine.sac.AbstractAttributeCondition
Creates a new AbstractAttributeCondition object.
AbstractAttributeCondition(String) - Constructor for class org.apache.batik.css.parser.AbstractAttributeCondition
Creates a new AbstractAttributeCondition object.
AbstractAttrNS - class org.apache.batik.dom.AbstractAttrNS.
This class implements the Attr interface with support for namespaces.
AbstractAttrNS() - Constructor for class org.apache.batik.dom.AbstractAttrNS
Creates a new Attr object.
AbstractAttrNS(String, String, AbstractDocument) - Constructor for class org.apache.batik.dom.AbstractAttrNS
Creates a new Attr object.
AbstractCharacterData - class org.apache.batik.dom.AbstractCharacterData.
This class implements the CharacterData interface.
AbstractCharacterData() - Constructor for class org.apache.batik.dom.AbstractCharacterData
 
AbstractCharDecoder - class org.apache.batik.util.io.AbstractCharDecoder.
This class is the superclass of all the char decoders.
AbstractCharDecoder(InputStream) - Constructor for class org.apache.batik.util.io.AbstractCharDecoder
Creates a new CharDecoder object.
AbstractChildNode - class org.apache.batik.dom.AbstractChildNode.
This class implements the Node interface with support for parent and siblings.
AbstractChildNode() - Constructor for class org.apache.batik.dom.AbstractChildNode
 
AbstractColorInterpolationRable - class org.apache.batik.ext.awt.image.renderable.AbstractColorInterpolationRable.
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 org.apache.batik.ext.awt.image.renderable.AbstractColorInterpolationRable
void constructor.
AbstractColorInterpolationRable(Filter) - Constructor for class org.apache.batik.ext.awt.image.renderable.AbstractColorInterpolationRable
Construct an Abstract Rable from src.
AbstractColorInterpolationRable(Filter, Map) - Constructor for class org.apache.batik.ext.awt.image.renderable.AbstractColorInterpolationRable
Construct an Abstract Rable from src and props.
AbstractColorInterpolationRable(List) - Constructor for class org.apache.batik.ext.awt.image.renderable.AbstractColorInterpolationRable
Construct an Abstract Rable from a list of sources.
AbstractColorInterpolationRable(List, Map) - Constructor for class org.apache.batik.ext.awt.image.renderable.AbstractColorInterpolationRable
Construct an Abstract Rable from a list of sources, and bounds.
AbstractColorManager - class org.apache.batik.css.engine.value.AbstractColorManager.
This class provides a manager for the property with support for CSS color values.
AbstractColorManager() - Constructor for class org.apache.batik.css.engine.value.AbstractColorManager
 
AbstractCombinatorCondition - class org.apache.batik.css.engine.sac.AbstractCombinatorCondition.
This class provides an abstract implementation of the CombinatorCondition interface.
AbstractCombinatorCondition - class org.apache.batik.css.parser.AbstractCombinatorCondition.
This class provides an abstract implementation of the CombinatorCondition interface.
AbstractCombinatorCondition(Condition, Condition) - Constructor for class org.apache.batik.css.engine.sac.AbstractCombinatorCondition
Creates a new CombinatorCondition object.
AbstractCombinatorCondition(Condition, Condition) - Constructor for class org.apache.batik.css.parser.AbstractCombinatorCondition
Creates a new CombinatorCondition object.
AbstractComment - class org.apache.batik.dom.AbstractComment.
This class implements the Comment interface.
AbstractComment() - Constructor for class org.apache.batik.dom.AbstractComment
 
AbstractDescendantSelector - class org.apache.batik.css.engine.sac.AbstractDescendantSelector.
This class provides an abstract implementation of the DescendantSelector interface.
AbstractDescendantSelector - class org.apache.batik.css.parser.AbstractDescendantSelector.
This class provides an abstract implementation of the DescendantSelector interface.
AbstractDescendantSelector(Selector, SimpleSelector) - Constructor for class org.apache.batik.css.engine.sac.AbstractDescendantSelector
Creates a new DescendantSelector object.
AbstractDescendantSelector(Selector, SimpleSelector) - Constructor for class org.apache.batik.css.parser.AbstractDescendantSelector
Creates a new DescendantSelector object.
AbstractDocument - class org.apache.batik.dom.AbstractDocument.
This class implements the Document interface.
AbstractDocument() - Constructor for class org.apache.batik.dom.AbstractDocument
Creates a new document.
AbstractDocument(DOMImplementation) - Constructor for class org.apache.batik.dom.AbstractDocument
Creates a new document.
AbstractDocumentFragment - class org.apache.batik.dom.AbstractDocumentFragment.
This class implements DocumentFragment interface.
AbstractDocumentFragment() - Constructor for class org.apache.batik.dom.AbstractDocumentFragment
 
AbstractDOMImplementation - class org.apache.batik.dom.AbstractDOMImplementation.
This class implements the DOMImplementation, DOMImplementationCSS interfaces.
AbstractDOMImplementation() - Constructor for class org.apache.batik.dom.AbstractDOMImplementation
Creates a new AbstractDOMImplementation object.
AbstractElement - class org.apache.batik.dom.AbstractElement.
This class implements the Element interface.
AbstractElement - class org.apache.batik.dom.svg.AbstractElement.
This class provides a superclass to implement an SVG element, or an element interoperable with the SVG elements.
AbstractElement.Entry - class org.apache.batik.dom.AbstractElement.Entry.
To manage collisions in the attributes map.
AbstractElement.Entry(int, String, String, Node, AbstractElement.Entry) - Constructor for class org.apache.batik.dom.AbstractElement.Entry
Creates a new entry
AbstractElement.ExtendedNamedNodeHashMap - class org.apache.batik.dom.svg.AbstractElement.ExtendedNamedNodeHashMap.
An implementation of the NamedNodeMap.
AbstractElement.ExtendedNamedNodeHashMap(AbstractElement) - Constructor for class org.apache.batik.dom.svg.AbstractElement.ExtendedNamedNodeHashMap
Creates a new ExtendedNamedNodeHashMap object.
AbstractElement.NamedNodeHashMap - class org.apache.batik.dom.AbstractElement.NamedNodeHashMap.
An implementation of the NamedNodeMap.
AbstractElement.NamedNodeHashMap(AbstractElement) - Constructor for class org.apache.batik.dom.AbstractElement.NamedNodeHashMap
Creates a new NamedNodeHashMap object.
AbstractElement() - Constructor for class org.apache.batik.dom.AbstractElement
Creates a new AbstractElement object.
AbstractElement() - Constructor for class org.apache.batik.dom.svg.AbstractElement
Creates a new Element object.
AbstractElement(String, AbstractDocument) - Constructor for class org.apache.batik.dom.AbstractElement
Creates a new AbstractElement object.
AbstractElement(String, AbstractDocument) - Constructor for class org.apache.batik.dom.svg.AbstractElement
Creates a new Element object.
AbstractElementNS - class org.apache.batik.dom.AbstractElementNS.
This class implements the Element interface.
AbstractElementNS() - Constructor for class org.apache.batik.dom.AbstractElementNS
Creates a new AbstractElementNS object.
AbstractElementNS(String, String, AbstractDocument) - Constructor for class org.apache.batik.dom.AbstractElementNS
Creates a new AbstractElementNS object.
AbstractElementSelector - class org.apache.batik.css.engine.sac.AbstractElementSelector.
This class provides an abstract implementation of the ElementSelector interface.
AbstractElementSelector - class org.apache.batik.css.parser.AbstractElementSelector.
This class provides an abstract implementation of the ElementSelector interface.
AbstractElementSelector(String, String) - Constructor for class org.apache.batik.css.engine.sac.AbstractElementSelector
Creates a new ElementSelector object.
AbstractElementSelector(String, String) - Constructor for class org.apache.batik.css.parser.AbstractElementSelector
Creates a new ElementSelector object.
AbstractEntity - class org.apache.batik.dom.AbstractEntity.
This class implements the Entity interface.
AbstractEntity() - Constructor for class org.apache.batik.dom.AbstractEntity
 
AbstractEntityReference - class org.apache.batik.dom.AbstractEntityReference.
This class implements the EntityReference interface.
AbstractEntityReference() - Constructor for class org.apache.batik.dom.AbstractEntityReference
Creates a new EntityReference object.
AbstractEntityReference(String, AbstractDocument) - Constructor for class org.apache.batik.dom.AbstractEntityReference
Creates a new EntityReference object.
AbstractEvent - class org.apache.batik.dom.events.AbstractEvent.
The abstract Event root class.
AbstractEvent() - Constructor for class org.apache.batik.dom.events.AbstractEvent
 
AbstractGraphics2D - class org.apache.batik.ext.awt.g2d.AbstractGraphics2D.
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(AbstractGraphics2D) - Constructor for class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
This private constructor is used in create
AbstractGraphics2D(boolean) - Constructor for class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
 
AbstractGraphicsNode - class org.apache.batik.gvt.AbstractGraphicsNode.
A partial implementation of the GraphicsNode interface.
AbstractGraphicsNode() - Constructor for class org.apache.batik.gvt.AbstractGraphicsNode
Constructs a new graphics node.
AbstractGraphicsNodeBridge - class org.apache.batik.bridge.AbstractGraphicsNodeBridge.
The base bridge class for SVG graphics node.
AbstractGraphicsNodeBridge() - Constructor for class org.apache.batik.bridge.AbstractGraphicsNodeBridge
Constructs a new abstract bridge.
AbstractImageHandlerEncoder - class org.apache.batik.svggen.AbstractImageHandlerEncoder.
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 org.apache.batik.svggen.AbstractImageHandlerEncoder
 
AbstractImageZoomInteractor - class org.apache.batik.swing.gvt.AbstractImageZoomInteractor.
This class represents a zoom interactor.
AbstractImageZoomInteractor() - Constructor for class org.apache.batik.swing.gvt.AbstractImageZoomInteractor
 
AbstractLight - class org.apache.batik.ext.awt.image.AbstractLight.
An abstract implementation of the Light interface.
AbstractLight(Color) - Constructor for class org.apache.batik.ext.awt.image.AbstractLight
 
AbstractNode - class org.apache.batik.dom.AbstractNode.
This class implements the Node interface.
AbstractNode() - Constructor for class org.apache.batik.dom.AbstractNode
 
AbstractNotation - class org.apache.batik.dom.AbstractNotation.
This class implements the Notation interface.
AbstractNotation() - Constructor for class org.apache.batik.dom.AbstractNotation
 
AbstractPanInteractor - class org.apache.batik.swing.gvt.AbstractPanInteractor.
This class represents a pan interactor.
AbstractPanInteractor() - Constructor for class org.apache.batik.swing.gvt.AbstractPanInteractor
 
AbstractParentChildNode - class org.apache.batik.dom.AbstractParentChildNode.
This class implements the Node interface with support for children, parent and siblings.
AbstractParentChildNode() - Constructor for class org.apache.batik.dom.AbstractParentChildNode
 
AbstractParentNode - class org.apache.batik.dom.AbstractParentNode.
This class implements the Node interface with support for children.
AbstractParentNode.ChildNodes - class org.apache.batik.dom.AbstractParentNode.ChildNodes.
To manage the children of this node.
AbstractParentNode.ChildNodes(AbstractParentNode) - Constructor for class org.apache.batik.dom.AbstractParentNode.ChildNodes
Creates a new ChildNodes object.
AbstractParentNode.ElementsByTagName - class org.apache.batik.dom.AbstractParentNode.ElementsByTagName.
To manage a list of nodes.
AbstractParentNode.ElementsByTagName(AbstractParentNode, String) - Constructor for class org.apache.batik.dom.AbstractParentNode.ElementsByTagName
Creates a new ElementsByTagName object.
AbstractParentNode.ElementsByTagNameNS - class org.apache.batik.dom.AbstractParentNode.ElementsByTagNameNS.
To manage a list of nodes.
AbstractParentNode.ElementsByTagNameNS(AbstractParentNode, String, String) - Constructor for class org.apache.batik.dom.AbstractParentNode.ElementsByTagNameNS
Creates a new ElementsByTagNameNS object.
AbstractParentNode() - Constructor for class org.apache.batik.dom.AbstractParentNode
 
AbstractParsedURLProtocolHandler - class org.apache.batik.util.AbstractParsedURLProtocolHandler.
Very simple abstract base class for ParsedURLProtocolHandlers.
AbstractParsedURLProtocolHandler(String) - Constructor for class org.apache.batik.util.AbstractParsedURLProtocolHandler
Constrcut a ProtocolHandler for protocol
AbstractParser - class org.apache.batik.parser.AbstractParser.
This class is the superclass of all parsers.
AbstractParser() - Constructor for class org.apache.batik.parser.AbstractParser
 
AbstractProcessingInstruction - class org.apache.batik.dom.AbstractProcessingInstruction.
This class implements the ProcessingInstruction interface.
AbstractProcessingInstruction() - Constructor for class org.apache.batik.dom.AbstractProcessingInstruction
 
AbstractRable - class org.apache.batik.ext.awt.image.renderable.AbstractRable.
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 org.apache.batik.ext.awt.image.renderable.AbstractRable
void constructor.
AbstractRable(Filter) - Constructor for class org.apache.batik.ext.awt.image.renderable.AbstractRable
Construct an Abstract Rable from src.
AbstractRable(Filter, Map) - Constructor for class org.apache.batik.ext.awt.image.renderable.AbstractRable
Construct an Abstract Rable from src and props.
AbstractRable(List) - Constructor for class org.apache.batik.ext.awt.image.renderable.AbstractRable
Construct an Abstract Rable from a list of sources.
AbstractRable(List, Map) - Constructor for class org.apache.batik.ext.awt.image.renderable.AbstractRable
Construct an Abstract Rable from a list of sources, and bounds.
AbstractRed - class org.apache.batik.ext.awt.image.rendered.AbstractRed.
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 org.apache.batik.ext.awt.image.rendered.AbstractRed
void constructor.
AbstractRed(CachableRed, Map) - Constructor for class org.apache.batik.ext.awt.image.rendered.AbstractRed
Construct an Abstract RenderedImage from a source image and props (may be null).
AbstractRed(CachableRed, Rectangle, ColorModel, SampleModel, int, int, Map) - Constructor for class org.apache.batik.ext.awt.image.rendered.AbstractRed
Construct an Abstract Rable from a bounds rect and props (may be null).
AbstractRed(CachableRed, Rectangle, ColorModel, SampleModel, Map) - Constructor for class org.apache.batik.ext.awt.image.rendered.AbstractRed
Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).
AbstractRed(CachableRed, Rectangle, Map) - Constructor for class org.apache.batik.ext.awt.image.rendered.AbstractRed
Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).
AbstractRed(List, Rectangle, ColorModel, SampleModel, int, int, Map) - Constructor for class org.apache.batik.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, Rectangle, ColorModel, SampleModel, Map) - Constructor for class org.apache.batik.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, Rectangle, Map) - Constructor for class org.apache.batik.ext.awt.image.rendered.AbstractRed
Construct an Abstract Rable from a List of sources a bounds rect and props (may be null).
AbstractRed(Rectangle, Map) - Constructor for class org.apache.batik.ext.awt.image.rendered.AbstractRed
Construct an Abstract RenderedImage from a bounds rect and props (may be null).
AbstractRegistryEntry - class org.apache.batik.ext.awt.image.spi.AbstractRegistryEntry.
 
AbstractRegistryEntry(String, float, String[], String[]) - Constructor for class org.apache.batik.ext.awt.image.spi.AbstractRegistryEntry
 
AbstractRegistryEntry(String, float, String, String) - Constructor for class org.apache.batik.ext.awt.image.spi.AbstractRegistryEntry
 
AbstractResetTransformInteractor - class org.apache.batik.swing.gvt.AbstractResetTransformInteractor.
This class represents an interactor which reset the rendering transform of the associated document.
AbstractResetTransformInteractor() - Constructor for class org.apache.batik.swing.gvt.AbstractResetTransformInteractor
 
AbstractRotateInteractor - class org.apache.batik.swing.gvt.AbstractRotateInteractor.
This class represents a rotate interactor.
AbstractRotateInteractor() - Constructor for class org.apache.batik.swing.gvt.AbstractRotateInteractor
 
AbstractSiblingSelector - class org.apache.batik.css.engine.sac.AbstractSiblingSelector.
This class provides an abstract implementation of the SiblingSelector interface.
AbstractSiblingSelector - class org.apache.batik.css.parser.AbstractSiblingSelector.
This class provides an abstract implementation of the SiblingSelector interface.
AbstractSiblingSelector(short, Selector, SimpleSelector) - Constructor for class org.apache.batik.css.engine.sac.AbstractSiblingSelector
Creates a new SiblingSelector object.
AbstractSiblingSelector(short, Selector, SimpleSelector) - Constructor for class org.apache.batik.css.parser.AbstractSiblingSelector
Creates a new SiblingSelector object.
AbstractSVGAnimatedLength - class org.apache.batik.dom.svg.AbstractSVGAnimatedLength.
This class provides an implementation of the SVGAnimatedLength interface.
AbstractSVGAnimatedLength.BaseSVGLength - class org.apache.batik.dom.svg.AbstractSVGAnimatedLength.BaseSVGLength.
This class represents the SVGLength returned by getBaseVal().
AbstractSVGAnimatedLength.BaseSVGLength.DefaultContext - class org.apache.batik.dom.svg.AbstractSVGAnimatedLength.BaseSVGLength.DefaultContext.
To resolve the units.
AbstractSVGAnimatedLength.BaseSVGLength.DefaultContext(AbstractSVGAnimatedLength.BaseSVGLength) - Constructor for class org.apache.batik.dom.svg.AbstractSVGAnimatedLength.BaseSVGLength.DefaultContext
 
AbstractSVGAnimatedLength.BaseSVGLength(AbstractSVGAnimatedLength) - Constructor for class org.apache.batik.dom.svg.AbstractSVGAnimatedLength.BaseSVGLength
Creates a new BaseSVGLength.
AbstractSVGAnimatedLength(AbstractElement, String, String, short) - Constructor for class org.apache.batik.dom.svg.AbstractSVGAnimatedLength
Creates a new SVGAnimatedLength.
AbstractSVGBridge - class org.apache.batik.bridge.AbstractSVGBridge.
The base bridge class for SVG elements.
AbstractSVGBridge() - Constructor for class org.apache.batik.bridge.AbstractSVGBridge
Constructs a new abstract bridge for SVG elements.
AbstractSVGConverter - class org.apache.batik.svggen.AbstractSVGConverter.
Abstract class with common utility methods used by subclasses for specific convertion operations.
AbstractSVGConverter() - Constructor for class org.apache.batik.svggen.AbstractSVGConverter
Default constructor
AbstractSVGConverter(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.AbstractSVGConverter
 
AbstractSVGFilterConverter - class org.apache.batik.svggen.AbstractSVGFilterConverter.
Abstract class with common utility methods used by subclasses for specific convertion operations.
AbstractSVGFilterConverter(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.AbstractSVGFilterConverter
 
AbstractSVGFilterPrimitiveElementBridge - class org.apache.batik.bridge.AbstractSVGFilterPrimitiveElementBridge.
The base bridge class for SVG filter primitives.
AbstractSVGFilterPrimitiveElementBridge() - Constructor for class org.apache.batik.bridge.AbstractSVGFilterPrimitiveElementBridge
Constructs a new bridge for a filter primitive element.
AbstractSVGGradientElementBridge - class org.apache.batik.bridge.AbstractSVGGradientElementBridge.
Bridge class for vending gradients.
AbstractSVGGradientElementBridge.Stop - class org.apache.batik.bridge.AbstractSVGGradientElementBridge.Stop.
This class represents a gradient <stop> element.
AbstractSVGGradientElementBridge.Stop(Color, float) - Constructor for class org.apache.batik.bridge.AbstractSVGGradientElementBridge.Stop
Constructs a new stop definition.
AbstractSVGGradientElementBridge.SVGStopElementBridge - class org.apache.batik.bridge.AbstractSVGGradientElementBridge.SVGStopElementBridge.
Bridge class for the gradient <stop> element.
AbstractSVGGradientElementBridge.SVGStopElementBridge() - Constructor for class org.apache.batik.bridge.AbstractSVGGradientElementBridge.SVGStopElementBridge
 
AbstractSVGGradientElementBridge() - Constructor for class org.apache.batik.bridge.AbstractSVGGradientElementBridge
Constructs a new AbstractSVGGradientElementBridge.
AbstractSVGLightingElementBridge - class org.apache.batik.bridge.AbstractSVGLightingElementBridge.
Bridge class for the <feDiffuseLighting> element.
AbstractSVGLightingElementBridge.AbstractSVGLightElementBridge - class org.apache.batik.bridge.AbstractSVGLightingElementBridge.AbstractSVGLightElementBridge.
The base bridge class for light element.
AbstractSVGLightingElementBridge.AbstractSVGLightElementBridge() - Constructor for class org.apache.batik.bridge.AbstractSVGLightingElementBridge.AbstractSVGLightElementBridge
 
AbstractSVGLightingElementBridge.SVGFeDistantLightElementBridge - class org.apache.batik.bridge.AbstractSVGLightingElementBridge.SVGFeDistantLightElementBridge.
Bridge class for the <feDistantLight> element.
AbstractSVGLightingElementBridge.SVGFeDistantLightElementBridge() - Constructor for class org.apache.batik.bridge.AbstractSVGLightingElementBridge.SVGFeDistantLightElementBridge
Constructs a new bridge for a light element.
AbstractSVGLightingElementBridge.SVGFePointLightElementBridge - class org.apache.batik.bridge.AbstractSVGLightingElementBridge.SVGFePointLightElementBridge.
Bridge class for the <fePointLight> element.
AbstractSVGLightingElementBridge.SVGFePointLightElementBridge() - Constructor for class org.apache.batik.bridge.AbstractSVGLightingElementBridge.SVGFePointLightElementBridge
Constructs a new bridge for a light element.
AbstractSVGLightingElementBridge.SVGFeSpotLightElementBridge - class org.apache.batik.bridge.AbstractSVGLightingElementBridge.SVGFeSpotLightElementBridge.
Bridge class for the <feSpotLight> element.
AbstractSVGLightingElementBridge.SVGFeSpotLightElementBridge() - Constructor for class org.apache.batik.bridge.AbstractSVGLightingElementBridge.SVGFeSpotLightElementBridge
Constructs a new bridge for a light element.
AbstractSVGLightingElementBridge() - Constructor for class org.apache.batik.bridge.AbstractSVGLightingElementBridge
Constructs a new bridge for the lighting filter primitives.
AbstractSVGMatrix - class org.apache.batik.dom.svg.AbstractSVGMatrix.
This class provides an abstract implementation of the SVGMatrix interface.
AbstractSVGMatrix() - Constructor for class org.apache.batik.dom.svg.AbstractSVGMatrix
 
AbstractText - class org.apache.batik.dom.AbstractText.
This class implements the Text interface.
AbstractText() - Constructor for class org.apache.batik.dom.AbstractText
 
AbstractTiledRed - class org.apache.batik.ext.awt.image.rendered.AbstractTiledRed.
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 org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
void constructor.
AbstractTiledRed(CachableRed, Map) - Constructor for class org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
Construct an Abstract RenderedImage from a source image and props (may be null).
AbstractTiledRed(CachableRed, Rectangle, ColorModel, SampleModel, int, int, Map) - Constructor for class org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
Construct an Abstract Rable from a bounds rect and props (may be null).
AbstractTiledRed(CachableRed, Rectangle, ColorModel, SampleModel, Map) - Constructor for class org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).
AbstractTiledRed(CachableRed, Rectangle, Map) - Constructor for class org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).
AbstractTiledRed(List, Rectangle, ColorModel, SampleModel, int, int, Map) - Constructor for class org.apache.batik.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, Rectangle, ColorModel, SampleModel, Map) - Constructor for class org.apache.batik.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, Rectangle, Map) - Constructor for class org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
Construct an Abstract Rable from a List of sources a bounds rect and props (may be null).
AbstractTiledRed(Rectangle, Map) - Constructor for class org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
Construct an Abstract RenderedImage from a bounds rect and props (may be null).
AbstractTranscoder - class org.apache.batik.transcoder.AbstractTranscoder.
This class can be the base class of a transcoder which may support transcoding hints and/or error handler.
AbstractTranscoder() - Constructor for class org.apache.batik.transcoder.AbstractTranscoder
Constructs a new AbstractTranscoder.
AbstractValue - class org.apache.batik.css.engine.value.AbstractValue.
This class provides an abstract implementation of the Value interface.
AbstractValue() - Constructor for class org.apache.batik.css.engine.value.AbstractValue
 
AbstractValueFactory - class org.apache.batik.css.engine.value.AbstractValueFactory.
This class provides a base implementation for the value factories.
AbstractValueFactory() - Constructor for class org.apache.batik.css.engine.value.AbstractValueFactory
 
AbstractValueManager - class org.apache.batik.css.engine.value.AbstractValueManager.
This class provides an abstract implementation of the ValueManager interface.
AbstractValueManager() - Constructor for class org.apache.batik.css.engine.value.AbstractValueManager
 
AbstractView - interface org.w3c.dom.views.AbstractView.
A base interface that all views shall derive from.
AbstractZoomInteractor - class org.apache.batik.swing.gvt.AbstractZoomInteractor.
This class represents a zoom interactor.
AbstractZoomInteractor.ZoomOverlay - class org.apache.batik.swing.gvt.AbstractZoomInteractor.ZoomOverlay.
To paint the interactor.
AbstractZoomInteractor.ZoomOverlay(AbstractZoomInteractor) - Constructor for class org.apache.batik.swing.gvt.AbstractZoomInteractor.ZoomOverlay
 
AbstractZoomInteractor() - Constructor for class org.apache.batik.swing.gvt.AbstractZoomInteractor
 
accept(File) - Method in class org.apache.batik.apps.rasterizer.SVGConverter.SVGFileFilter
 
accept(File) - Method in interface org.apache.batik.apps.svgbrowser.SquiggleInputHandler
Returns true if the input file can be handled by the handler
accept(File) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ImageFileFilter
Returns true if f is a file with the correct extension, false otherwise.
accept(File) - Method in class org.apache.batik.apps.svgbrowser.SquiggleInputHandlerFilter
 
accept(File) - Method in class org.apache.batik.apps.svgbrowser.SVGInputHandler
Returns true if the input file can be handled.
accept(File) - Method in class org.apache.batik.apps.svgbrowser.XMLInputHandler
Returns true if the input file can be handled by the handler
accept(File) - Method in class org.apache.batik.swing.svg.SVGFileFilter
Returns true if f is an SVG file
accept(ParsedURL) - Method in interface org.apache.batik.apps.svgbrowser.SquiggleInputHandler
Returns true if the input URI can be handled by the handler
accept(ParsedURL) - Method in class org.apache.batik.apps.svgbrowser.SVGInputHandler
Returns true if the input URI can be handled by the handler
accept(ParsedURL) - Method in class org.apache.batik.apps.svgbrowser.XMLInputHandler
Returns true if the input URI can be handled by the handler
accept(String) - Method in class org.apache.batik.apps.svgbrowser.SVGInputHandler
Returns true if the resource at the given path can be handled
accept(String) - Method in class org.apache.batik.apps.svgbrowser.XMLInputHandler
Return true if the resource with the given path can be handled.
acceptedEncodings - Static variable in class org.apache.batik.util.ParsedURLData
 
acceptNode(Node) - Method in class org.apache.batik.dom.traversal.DOMTreeWalker
Whether or not the given node is accepted by this tree walker.
acceptNode(Node) - Method in interface org.w3c.dom.traversal.NodeFilter
Test whether a specified node is visible in the logical view of a TreeWalker or NodeIterator.
ACCUMULATE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'accumulate' keyword.
aci - Variable in class org.apache.batik.gvt.TextNode
Attributed Character Iterator describing the text
ACTION_COMMAND_CANCEL - Static variable in class org.apache.batik.ext.swing.JAffineTransformChooser.Dialog
 
ACTION_COMMAND_OK - Static variable in class org.apache.batik.ext.swing.JAffineTransformChooser.Dialog
 
actionListener - Variable in class org.apache.batik.apps.svgbrowser.LocalHistory
The action listener.
ActionMap - interface org.apache.batik.util.gui.resource.ActionMap.
This interface represents an object which maps actions to strings
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.OptionPanel.Dialog.OKButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.AboutAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.OpenAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.OpenLocationAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.NewWindowAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PreferencesAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.CloseAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ReloadAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.BackAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ForwardAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PrintAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ExportAsJPGAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ExportAsPNGAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ExportAsTIFFAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ViewSourceAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.FlushAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PreviousTransformAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.NextTransformAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UseStylesheetAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PlayAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PauseAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.StopAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.SetTransformAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.MonitorAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.FindDialogAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ThumbnailDialogAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.FullScreenAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.DOMViewerAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.FindDialog.FindButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.FindDialog.ClearButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.FindDialog.CloseButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.apps.svgbrowser.LocalHistory.RadioListener
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.swing.JSVGCanvas.ResetTransformAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.swing.JSVGCanvas.ZoomInAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.swing.JSVGCanvas.ZoomOutAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.swing.JSVGCanvas.ScrollRightAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.swing.JSVGCanvas.ScrollLeftAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.swing.JSVGCanvas.ScrollUpAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.swing.JSVGCanvas.ScrollDownAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.DOMViewer.CloseButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.LanguageDialog.Panel.AddLanguageButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.LanguageDialog.Panel.RemoveLanguageButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.LanguageDialog.Panel.UpLanguageButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.LanguageDialog.Panel.DownLanguageButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.LanguageDialog.Panel.ClearLanguageButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.LanguageDialog.OKButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.LanguageDialog.CancelButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.URIChooser.BrowseButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.URIChooser.OKButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.URIChooser.CancelButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.URIChooser.ClearButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.UserStyleDialog.OKButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.UserStyleDialog.CancelButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.UserStyleDialog.Panel.FileBrowseButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.MemoryMonitor.CollectButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.MemoryMonitor.CloseButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.JErrorPane.OKButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.JErrorPane.ShowDetailButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.CSSMediaPanel.AddButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.CSSMediaPanel.RemoveButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.CSSMediaPanel.ClearButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.CSSMediaPanel.AddMediumDialog.OKButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.CSSMediaPanel.AddMediumDialog.CancelButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.CSSMediaPanel.Dialog.OKButtonAction
 
actionPerformed(ActionEvent) - Method in class org.apache.batik.util.gui.CSSMediaPanel.Dialog.CancelButtonAction
 
activateListener - Variable in class org.apache.batik.bridge.ScriptingEnvironment
The activate event listener.
ACTIVEBORDER_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'ACTIVEBORDER' color name.
ACTIVECAPTION_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'ACTIVECAPTION' color name.
add(Component, int, int, int, int, int, int, double, double) - Method in class org.apache.batik.ext.swing.JGridBagPanel
This version uses default insets and assumes that components are added in positive cell coordinates.
add(DoublyLinkedList.Node) - Method in class org.apache.batik.util.DoublyLinkedList
Adds nde to the head of the list.
add(EventListener) - Method in class org.apache.batik.dom.events.EventListenerList
Adds the specified event listener.
add(int, Object) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Inserts the specified graphics node at the specified position in this children list.
add(LRUCache.LRUObj) - Method in class org.apache.batik.ext.awt.image.rendered.LRUCache
 
add(Object) - Method in class org.apache.batik.ext.awt.geom.RectListManager
 
add(Object) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Adds the specified graphics node to this composite graphics node.
add(Rectangle) - Method in class org.apache.batik.ext.awt.geom.RectListManager
Ensures that this collection contains the specified element
add(RectListManager) - Method in class org.apache.batik.ext.awt.geom.RectListManager
Adds the contents of rlm to this RectListManager.
addActionListener(ActionListener) - Method in class org.apache.batik.util.gui.LocationBar
Adds an action listener to this component.
addAll(Collection) - Method in class org.apache.batik.ext.awt.geom.RectListManager
 
addAll(Collection) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Not supported - Throws UnsupportedOperationException exception.
addAll(int, Collection) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Not supported - Throws UnsupportedOperationException exception.
addAttribute(String, String, String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Add an attribute to an attribute list.
addAttribute(String, String, String, String) - Method in class org.apache.batik.dom.svg.AttributeInitializer
Adds a default attribute value to the initializer.
addAttribute(String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Add an attribute to the end of the list.
addButton - Variable in class org.apache.batik.util.gui.CSSMediaPanel
The button to add a CSS medium from the list.
addChildGlyphPositionAttributes(AttributedString, Element, BridgeContext) - Method in class org.apache.batik.bridge.SVGTextElementBridge
 
addChildGlyphPositionAttributes(AttributedString, Element, BridgeContext) - Method in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
 
addChildPaintAttributes(AttributedString, Element, TextNode, SVGTextElementBridge.TextDecoration, BridgeContext) - Method in class org.apache.batik.bridge.SVGTextElementBridge
 
addChildPaintAttributes(AttributedString, Element, TextNode, SVGTextElementBridge.TextDecoration, BridgeContext) - Method in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
 
addContextToChild(BridgeContext, Element) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Add to the element children of the node, a SVGContext to support dynamic updated .
addCSSEngineListener(CSSEngineListener) - Method in class org.apache.batik.css.engine.CSSEngine
Adds a CSS engine listener.
addDOMListeners() - Method in class org.apache.batik.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.
addElement(Element) - Method in class org.apache.batik.svggen.DOMGroupManager
Adds a node to the current group, if possible
addElement(Element, short) - Method in class org.apache.batik.svggen.DOMGroupManager
Adds a node to the current group, if possible
addEventListener(String, EventListener, boolean) - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements EventTarget.addEventListener(String,EventListener,boolean).
addEventListener(String, EventListener, boolean) - Method in class org.apache.batik.dom.events.EventSupport
This method allows the registration of event listeners on the event target.
addEventListener(String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
This method allows the registration of event listeners on the event target.
addGlyphPositionAttributes(AttributedString, Element, BridgeContext) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Adds glyph position attributes to an AttributedString.
addGlyphPositionAttributes(AttributedString, Element, BridgeContext) - Method in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
Adds glyph position attributes to an AttributedString.
addGraphicsNodeKeyListener(GraphicsNodeKeyListener) - Method in interface org.apache.batik.gvt.event.EventDispatcher
Adds the specified 'global' GraphicsNodeKeyListener which is notified of all KeyEvents dispatched.
addGraphicsNodeKeyListener(GraphicsNodeKeyListener) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Adds the specified 'global' GraphicsNodeKeyListener which is notified of all KeyEvents dispatched.
addGraphicsNodeMouseListener(GraphicsNodeMouseListener) - Method in interface org.apache.batik.gvt.event.EventDispatcher
Adds the specified 'global' GraphicsNodeMouseListener which is notified of all MouseEvents dispatched.
addGraphicsNodeMouseListener(GraphicsNodeMouseListener) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Adds the specified 'global' GraphicsNodeMouseListener which is notified of all MouseEvents dispatched.
addGroupManager(DOMGroupManager) - Method in class org.apache.batik.svggen.DOMTreeManager
 
addGVTListener(BridgeContext, Document) - Static method in class org.apache.batik.bridge.BridgeEventSupport
Is called only for the root element in order to dispatch GVT events to the DOM.
addGVTTreeBuilderListener(GVTTreeBuilderListener) - Method in class org.apache.batik.swing.svg.JSVGComponent
Adds a GVTTreeBuilderListener to this component.
addGVTTreeBuilderListener(GVTTreeBuilderListener) - Method in class org.apache.batik.swing.svg.GVTTreeBuilder
Adds a GVTTreeBuilderListener to this GVTTreeBuilder.
addGVTTreeRendererListener(GVTTreeRendererListener) - Method in class org.apache.batik.swing.gvt.JGVTComponent
Adds a GVTTreeRendererListener to this component.
addGVTTreeRendererListener(GVTTreeRendererListener) - Method in class org.apache.batik.swing.gvt.GVTTreeRenderer
Adds a GVTTreeRendererListener to this GVTTreeRenderer.
addInfo(Element, Collection, Collection) - Method in class org.apache.batik.extension.svg.BatikMultiImageElementBridge
 
ADDITION - Static variable in interface org.w3c.dom.events.MutationEvent
The Attr was just added.
addJComponent(JComponent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.BackAction
 
addJComponent(JComponent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ForwardAction
 
addJComponent(JComponent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PreviousTransformAction
 
addJComponent(JComponent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.NextTransformAction
 
addJComponent(JComponent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UseStylesheetAction
 
addJComponent(JComponent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PlayAction
 
addJComponent(JComponent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PauseAction
 
addJComponent(JComponent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.StopAction
 
addJComponent(JComponent) - Method in interface org.apache.batik.util.gui.resource.JComponentModifier
Gives a reference to a component to this object
addLanguageButton - Variable in class org.apache.batik.util.gui.LanguageDialog.Panel
The AddLanguageButton.
addLeftShift(int, float) - Method in class org.apache.batik.gvt.text.GlyphIterator
 
addLinkActivationListener(LinkActivationListener) - Method in class org.apache.batik.swing.svg.JSVGComponent
Adds a LinkActivationListener to this component.
addMatchingRules(List, StyleSheet, Element, String) - Method in class org.apache.batik.css.engine.CSSEngine
Adds the rules matching the element/pseudo-element of given style sheet to the list.
addObject(int, Object) - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Adds a GdiObject to the internal handle table.
addObject(int, Object) - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
 
addObjectAt(int, Object, int) - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Adds a GdiObject to the internal handle table.
addOtherDef(Element) - Method in class org.apache.batik.svggen.DOMTreeManager
Lets custom implementations for various extensions add elements to the sections.
addPaintAttributes(AttributedString, Element, TextNode, SVGTextElementBridge.TextDecoration, BridgeContext) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Adds painting attributes to an AttributedString.
addPaintAttributes(AttributedString, Element, TextNode, SVGTextElementBridge.TextDecoration, BridgeContext) - Method in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
Adds painting attributes to an AttributedString.
addPrivateChunk(String, byte[]) - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Adds a private chunk, in binary form, to the list of chunks to be stored with this image.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.batik.swing.JSVGCanvas
Adds the specified PropertyChangeListener.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.apache.batik.swing.JSVGCanvas
Adds the specified PropertyChangeListener for the specified property.
addPtsToPath(GeneralPath, Point2D.Float[], Point2D.Float[], int) - Static method in class org.apache.batik.gvt.text.GlyphLayout
 
addRenderingHints(Map) - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Sets the values of an arbitrary number of preferences for the rendering algorithms.
addRenderingHints(Map) - Method in class org.apache.batik.ext.awt.g2d.GraphicContext
Sets the values of an arbitrary number of preferences for the rendering algorithms.
addRules(Element, String, StyleMap, List, short) - Method in class org.apache.batik.css.engine.CSSEngine
Adds the rules contained in the given list to a stylemap.
addScriptingListeners(Node) - Method in class org.apache.batik.bridge.ScriptingEnvironment
Adds the scripting listeners to the given element.
addSelectionListener(SelectionListener) - Method in interface org.apache.batik.gvt.Selector
Add a SelectionListener to this Selector's notification list.
addSelectionListener(SelectionListener) - Method in class org.apache.batik.gvt.text.ConcreteTextSelector
Add a SelectionListener to this Selector's notification list.
addShapePainter(ShapePainter) - Method in class org.apache.batik.gvt.CompositeShapePainter
Adds the specified shape painter to the shape painter..
addStdFeatures() - Method in class org.apache.batik.bridge.UserAgentAdapter
 
addStringToTable(byte[]) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFLZWDecoder
Add a new string to the string table.
addStringToTable(byte[], byte) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFLZWDecoder
Add a new string to the string table.
addSVGDocumentLoaderListener(SVGDocumentLoaderListener) - Method in class org.apache.batik.swing.svg.JSVGComponent
Adds a SVGDocumentLoaderListener to this component.
addSVGDocumentLoaderListener(SVGDocumentLoaderListener) - Method in class org.apache.batik.swing.svg.SVGDocumentLoader
Adds a SVGDocumentLoaderListener to this SVGDocumentLoader.
addSVGLoadEventDispatcherListener(SVGLoadEventDispatcherListener) - Method in class org.apache.batik.swing.svg.JSVGComponent
Adds a SVGLoadEventDispatcherListener to this component.
addSVGLoadEventDispatcherListener(SVGLoadEventDispatcherListener) - Method in class org.apache.batik.swing.svg.SVGLoadEventDispatcher
Adds a SVGLoadEventDispatcherListener to this SVGLoadEventDispatcher.
addToHistory(String) - Method in class org.apache.batik.util.gui.LocationBar
Adds the given text to the history.
addToPanelAtRow(String, Document, String, JGridBagPanel, int) - Method in class org.apache.batik.ext.swing.JAffineTransformChooser
 
addTranscodingHint(TranscodingHints.Key, Object) - Method in class org.apache.batik.transcoder.TranscoderSupport
Sets the value of a single preference for the transcoding process.
addTranscodingHint(TranscodingHints.Key, Object) - Method in interface org.apache.batik.transcoder.Transcoder
Sets the value of a single preference for the transcoding process.
addTreeGraphicsNodeChangeListener(GraphicsNodeChangeListener) - Method in class org.apache.batik.gvt.RootGraphicsNode
 
addUpdateManagerListener(UpdateManagerListener) - Method in class org.apache.batik.bridge.UpdateManager
Adds a UpdateManagerListener to this UpdateManager.
addUpdateManagerListener(UpdateManagerListener) - Method in class org.apache.batik.swing.svg.JSVGComponent
Adds a UpdateManagerListener to this component.
addVisitedURI(String) - Method in interface org.apache.batik.apps.svgbrowser.Application
Notifies Application of recently visited URI
addVisitedURI(String) - Method in class org.apache.batik.apps.svgbrowser.Main
Notifies Application of recently visited URI
ADJUST_ALL - Static variable in class org.apache.batik.gvt.renderer.StrokingTextPainter
 
ADJUST_ALL - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for LENGTH_ADJUST specifying overall scaling of layout outlines
ADJUST_GLYPHS - Static variable in class org.apache.batik.ext.awt.font.TextPathLayout
Use the entire glyph to adjust for textLength.
ADJUST_SPACING - Static variable in class org.apache.batik.ext.awt.font.TextPathLayout
Use the spacing between the glyphs to adjust for textLength.
ADJUST_SPACING - Static variable in class org.apache.batik.gvt.renderer.StrokingTextPainter
 
ADJUST_SPACING - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Value for LENGTH_ADJUST specifying adjustment to inter-glyph spacing
adjustTextSpacing() - Method in class org.apache.batik.gvt.text.GlyphLayout
Does any spacing adjustments that may have been specified.
advanceWidth - Variable in class org.apache.batik.svggen.font.Glyph
 
AffineRable - interface org.apache.batik.ext.awt.image.renderable.AffineRable.
Adjusts the input images coordinate system by a general Affine transform
AffineRable8Bit - class org.apache.batik.ext.awt.image.renderable.AffineRable8Bit.
Concrete implementation of the AffineRable interface.
AffineRable8Bit(Filter, AffineTransform) - Constructor for class org.apache.batik.ext.awt.image.renderable.AffineRable8Bit
 
AffineRed - class org.apache.batik.ext.awt.image.rendered.AffineRed.
This is an implementation of an affine operation as a RenderedImage.
AffineRed(CachableRed, AffineTransform, RenderingHints) - Constructor for class org.apache.batik.ext.awt.image.rendered.AffineRed
 
affineTransform - Variable in class org.apache.batik.dom.svg.SVGOMMatrix
The AffineTransform used to implement the matrix.
affineTransform - Variable in class org.apache.batik.parser.AWTTransformProducer
The value of the current affine transform.
AFTER_EDGE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'after-edge' keyword.
alert(String) - Method in class org.apache.batik.bridge.BaseScriptingEnvironment.Window
Displays an alert dialog box.
alert(String) - Method in class org.apache.batik.bridge.ScriptingEnvironment.Window
Displays an alert dialog box.
alert(String) - Method in interface org.apache.batik.script.Window
Displays an alert dialog box.
ALICEBLUE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'aliceblue' RGB color.
ALICEBLUE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'aliceblue' color name.
align - Variable in class org.apache.batik.bridge.ViewBox.ViewHandler
 
ALIGN_END - Static variable in class org.apache.batik.ext.awt.font.TextPathLayout
Align the text at the end of the path.
ALIGN_MIDDLE - Static variable in class org.apache.batik.ext.awt.font.TextPathLayout
Align the text at the middle of the path.
ALIGN_START - Static variable in class org.apache.batik.ext.awt.font.TextPathLayout
Align the text at the start of the path.
ALIGNMENT_BASELINE_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
AlignmentBaselineManager - class org.apache.batik.css.engine.value.svg.AlignmentBaselineManager.
This class provides a manager for the 'alignment-baseline' property values.
AlignmentBaselineManager() - Constructor for class org.apache.batik.css.engine.value.svg.AlignmentBaselineManager
 
ALL - Static variable in interface org.apache.batik.gvt.GraphicsNode
Indicates that this graphics node can be the target for events if any cases.
ALL_PROPERTIES - Variable in class org.apache.batik.css.engine.CSSEngine
Used to fire a change event for all the properties.
ALL_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'all' keyword.
allowedScriptTypes - Variable in class org.apache.batik.apps.rasterizer.SVGConverter
Set of allowed script types.
allPaintRable(RenderableImage) - Method in class org.apache.batik.ext.awt.image.renderable.FilterResRable8Bit
This returns true if ri and all of ri's sources implement the PaintRable interface.
alpha - Variable in class org.apache.batik.ext.awt.image.codec.PNGSuggestedPaletteEntry
The alpha opacity value of the entry.
ALPHA - Static variable in class org.apache.batik.ext.awt.image.ARGBChannel
 
ALPHA - Static variable in class org.apache.batik.ext.awt.image.renderable.ComponentTransferRable8Bit
 
ALPHABETIC_CHARACTER - Static variable in class org.apache.batik.xml.XMLCharacters
The bit array representing an alphabetic character.
ALPHABETIC_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'alphabetic' keyword.
ALT_GLYPH_HANDLER - Static variable in class org.apache.batik.gvt.renderer.StrokingTextPainter
 
ALT_GLYPH_HANDLER - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
ALT_GRAPH_MASK - Static variable in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
The alt-graph key modifier constant.
ALT_MASK - Static variable in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
The alt key modifier constant.
alternate - Variable in class org.apache.batik.css.engine.StyleSheet
Whether or not this stylesheet is alternate.
ALTERNATE_EVENT_NAME - Static variable in class org.apache.batik.bridge.BaseScriptingEnvironment
 
alternateStylesheet - Variable in class org.apache.batik.apps.rasterizer.SVGConverter
Alternate stylesheet for which should be applied to the SVG
alternateStyleSheet - Variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
The alternate style-sheet title.
alternateStyleSheet - Variable in class org.apache.batik.css.engine.CSSEngine
The alternate stylesheet title.
AltGlyphHandler - interface org.apache.batik.gvt.font.AltGlyphHandler.
An interface for handling altGlyphs.
altKey - Variable in class org.apache.batik.dom.events.DOMKeyEvent
 
ALWAYS_DYNAMIC - Static variable in class org.apache.batik.swing.svg.JSVGComponent
Means that all document must be considered as dynamic.
ALWAYS_STATIC - Static variable in class org.apache.batik.swing.svg.JSVGComponent
Means that all document must be considered as static.
amplitude - Variable in class org.apache.batik.ext.awt.image.GammaTransfer
The amplitude of the Gamma function
ancestorSelector - Variable in class org.apache.batik.css.engine.sac.AbstractDescendantSelector
The ancestor selector.
ancestorSelector - Variable in class org.apache.batik.css.parser.AbstractDescendantSelector
The ancestor selector.
ANCHOR_END - Static variable in class org.apache.batik.gvt.TextNode.Anchor
The type of the END anchor.
ANCHOR_MIDDLE - Static variable in class org.apache.batik.gvt.TextNode.Anchor
The type of the MIDDLE anchor.
ANCHOR_START - Static variable in class org.apache.batik.gvt.TextNode.Anchor
The type of the START anchor.
ANCHOR_TYPE - Static variable in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
 
ANCHOR_TYPE - Static variable in class org.apache.batik.gvt.renderer.StrokingTextPainter
 
ANCHOR_TYPE - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Anchor type.
angleAtLength(float) - Method in class org.apache.batik.ext.awt.geom.PathLength
 
angleAtLength(float) - Method in class org.apache.batik.gvt.text.TextPath
Returns the angle at the specified length along the path.
angleHandler - Variable in class org.apache.batik.parser.AngleParser
The angle handler used to report parse events.
AngleHandler - interface org.apache.batik.parser.AngleHandler.
This interface must be implemented and then registred as the handler of a AngleParser instance in order to be notified of parsing events.
AngleParser - class org.apache.batik.parser.AngleParser.
This class implements an event-based parser for the SVG angle values.
AngleParser() - Constructor for class org.apache.batik.parser.AngleParser
 
angleValue(float) - Method in class org.apache.batik.parser.DefaultAngleHandler
Implements AngleHandler.angleValue(float).
angleValue(float) - Method in interface org.apache.batik.parser.AngleHandler
Invoked when a float value has been parsed.
animationsPaused() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
 
animationsPaused() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
ANTIQUEWHITE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'antiquewhite' RGB color.
ANTIQUEWHITE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'antiquewhite' color name.
ANY - Static variable in interface org.apache.batik.apps.svgbrowser.ResourceOrigin
Any origin
ANY - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents the '*' lexical unit.
ANY_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a 'ANY' lexical unit.
ANY_NODE - Static variable in interface org.w3c.css.sac.SiblingSelector
 
Any2LsRGBRed - class org.apache.batik.ext.awt.image.rendered.Any2LsRGBRed.
This function will tranform an image from any colorspace into a luminance image.
Any2LsRGBRed(CachableRed) - Constructor for class org.apache.batik.ext.awt.image.rendered.Any2LsRGBRed
Construct a luminace image from src.
Any2LumRed - class org.apache.batik.ext.awt.image.rendered.Any2LumRed.
This function will tranform an image from any colorspace into a luminance image.
Any2LumRed(CachableRed) - Constructor for class org.apache.batik.ext.awt.image.rendered.Any2LumRed
Construct a luminace image from src.
Any2sRGBRed - class org.apache.batik.ext.awt.image.rendered.Any2sRGBRed.
This function will tranform an image from any colorspace into a luminance image.
Any2sRGBRed(CachableRed) - Constructor for class org.apache.batik.ext.awt.image.rendered.Any2sRGBRed
Construct a luminace image from src.
APP_MAIN_CLASS_DIR - Static variable in class org.apache.batik.util.ApplicationSecurityEnforcer
Directory where classes are expanded in the development version
append(ExtendedNode) - Method in class org.apache.batik.dom.AbstractParentNode.ChildNodes
Appends a node to the tree.
append(ExtendedPathIterator, boolean) - Method in class org.apache.batik.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
append(float) - Method in class org.apache.batik.css.engine.value.svg.ICCColor
Appends a color to the list.
append(Node) - Method in class org.apache.batik.dom.AbstractParentNode.ElementsByTagName
Appends a node to the list.
append(Node) - Method in class org.apache.batik.dom.AbstractParentNode.ElementsByTagNameNS
Appends a node to the list.
append(PathIterator, boolean) - Method in class org.apache.batik.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
append(Rule) - Method in class org.apache.batik.css.engine.StyleSheet
Appends a rule to the stylesheet.
append(Selector) - Method in class org.apache.batik.css.parser.CSSSelectorList
Appends an item to the list.
append(Shape, boolean) - Method in class org.apache.batik.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
append(String) - Method in class org.apache.batik.css.parser.CSSSACMediaList
Appends an item to the list.
append(String, Map) - Method in class org.apache.batik.bridge.SVGTextElementBridge.AttributedStringBuffer
Appends a String and its associated attributes.
append(Value) - Method in class org.apache.batik.css.engine.value.ListValue
Appends an item to the list.
append(Value, int, boolean) - Method in class org.apache.batik.css.engine.StyleDeclaration
Appends a value to the declaration.
appendChild(Node) - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.appendChild(Node).
appendChild(Node) - Method in class org.apache.batik.dom.AbstractParentNode
DOM: Implements Node.appendChild(Node).
appendChild(Node) - Method in interface org.w3c.dom.Node
Adds the node newChild to the end of the list of children of this node.
appendData(String) - Method in class org.apache.batik.dom.AbstractCharacterData
DOM: Implements CharacterData.appendData(String).
appendData(String) - Method in interface org.w3c.dom.CharacterData
Append the string to the end of the character data of the node.
appendGroup(Element, DOMGroupManager) - Method in class org.apache.batik.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 interface org.w3c.dom.svg.SVGLengthList
 
appendItem(SVGNumber) - Method in class org.apache.batik.css.dom.CSSOMSVGColor
DOM: Implements SVGNumberList.appendItem(SVGNumber).
appendItem(SVGNumber) - Method in interface org.w3c.dom.svg.SVGNumberList
 
appendItem(SVGPathSeg) - Method in interface org.w3c.dom.svg.SVGPathSegList
 
appendItem(SVGPoint) - Method in interface org.w3c.dom.svg.SVGPointList
 
appendItem(SVGTransform) - Method in interface org.w3c.dom.svg.SVGTransformList
 
appendMedium(String) - Method in interface org.w3c.dom.stylesheets.MediaList
Adds the medium newMedium to the end of the list.
application - Variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
The current application.
Application - interface org.apache.batik.apps.svgbrowser.Application.
This interface represents a SVG viewer application.
ApplicationSecurityEnforcer - class org.apache.batik.util.ApplicationSecurityEnforcer.
This is a helper class which helps applications enforce secure script execution.
ApplicationSecurityEnforcer(Class, String) - Constructor for class org.apache.batik.util.ApplicationSecurityEnforcer
 
ApplicationSecurityEnforcer(Class, String, String) - Constructor for class org.apache.batik.util.ApplicationSecurityEnforcer
Deprecated. This constructor is now deprecated. Use the two argument constructor instead as this version will be removed after the 1.5beta4 release.
appliesTo(String) - Method in class org.apache.batik.svggen.SVGAttribute
 
applyDefaultRenderingStyle(Element) - Method in class org.apache.batik.svggen.DOMTreeManager
 
applyLut_INT(WritableRaster, int[]) - Static method in class org.apache.batik.ext.awt.image.rendered.Any2sRGBRed
 
applyStretchTransform(boolean) - Method in class org.apache.batik.gvt.text.GlyphLayout
Stretches the text so that it becomes the specified length.
appMainClass - Variable in class org.apache.batik.util.ApplicationSecurityEnforcer
The application's main entry point
appMainClassRelativeURL - Variable in class org.apache.batik.util.ApplicationSecurityEnforcer
The resource name for the application's main class
APPWORKSPACE_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'APPWORKSPACE' color name.
aqua - Static variable in class org.apache.batik.svggen.SVGColor
Predefined CSS colors
AQUA_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'aqua' RGB color.
AQUA_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'aqua' color name.
AQUAMARINE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'aquamarine' RGB color.
AQUAMARINE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'aquamarine' color name.
ARABIC_FORM - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
ARABIC_INITIAL - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
ARABIC_ISOLATED - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
ARABIC_MEDIAL - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
ARABIC_NONE - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
ARABIC_TERMINAL - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
arabicChar(char) - Static method in class org.apache.batik.gvt.text.ArabicTextHandler
Returns true if the char is a standard arabic char.
arabicCharTransparent(char) - Static method in class org.apache.batik.gvt.text.ArabicTextHandler
Returns true if the char is transparent.
ArabicTextHandler - class org.apache.batik.gvt.text.ArabicTextHandler.
Handles the processing of arabic text.
ArabicTextHandler() - Constructor for class org.apache.batik.gvt.text.ArabicTextHandler
 
arcAbs(float, float, float, boolean, boolean, float, float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when an absolute elliptical arc command has been parsed.
arcAbs(float, float, float, boolean, boolean, float, float) - Method in class org.apache.batik.parser.AWTPathProducer
Implements PathHandler.arcAbs(float,float,float,boolean,boolean,float,float).
arcAbs(float, float, float, boolean, boolean, float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
Implements PathHandler.arcAbs(float,float,float,boolean,boolean,float,float).
arcRel(float, float, float, boolean, boolean, float, float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when a relative elliptical arc command has been parsed.
arcRel(float, float, float, boolean, boolean, float, float) - Method in class org.apache.batik.parser.AWTPathProducer
Implements PathHandler.arcRel(float,float,float,boolean,boolean,float,float).
arcRel(float, float, float, boolean, boolean, float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
Implements PathHandler.arcRel(float,float,float,boolean,boolean,float,float).
arcTo(double, double, double, boolean, boolean, double, double) - Method in class org.apache.batik.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 org.apache.batik.apps.rasterizer.SVGConverter
Output AOI area.
areaOfInterest - Variable in class org.apache.batik.swing.gvt.GVTTreeRenderer
The area of interest.
ARG_1_AND_2_ARE_WORDS - Static variable in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
ARG_KEY_ASCII - Static variable in class org.apache.batik.svggen.font.SVGFont
 
ARG_KEY_CHAR_RANGE_HIGH - Static variable in class org.apache.batik.svggen.font.SVGFont
 
ARG_KEY_CHAR_RANGE_LOW - Static variable in class org.apache.batik.svggen.font.SVGFont
 
ARG_KEY_ID - Static variable in class org.apache.batik.svggen.font.SVGFont
 
ARG_KEY_OUTPUT_PATH - Static variable in class org.apache.batik.svggen.font.SVGFont
 
ARG_KEY_START_CHAR - Static variable in class org.apache.batik.svggen.font.SVGFont
 
ARG_KEY_TESTCARD - Static variable in class org.apache.batik.svggen.font.SVGFont
 
ARGBChannel - class org.apache.batik.ext.awt.image.ARGBChannel.
Enumerated type for an ARGB Channel selector.
args - Variable in class org.apache.batik.apps.rasterizer.Main
Vector of arguments describing the conversion task to be performed.
ARGS_ARE_XY_VALUES - Static variable in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
arguments - Variable in class org.apache.batik.apps.svgbrowser.Main
The arguments.
arguments - Variable in class org.apache.batik.apps.svgpp.Main
The arguments.
arguments - Variable in class org.apache.batik.script.rhino.WindowWrapper.FunctionWrapper
The arguments.
ARITHMETIC(float, float, float, float) - Static method in class org.apache.batik.ext.awt.image.CompositeRule
Factory to create artithmatic CompositeRules.
ascent - Variable in class org.apache.batik.bridge.SVGFontFace
 
ascent - Variable in class org.apache.batik.gvt.font.GVTLineMetrics
 
ASCIIDecoder - class org.apache.batik.util.io.ASCIIDecoder.
This class represents an object which decodes ASCII characters from a stream of bytes.
ASCIIDecoder(InputStream) - Constructor for class org.apache.batik.util.io.ASCIIDecoder
Creates a new ASCIIDecoder.
assignArabicForms(AttributedString) - Static method in class org.apache.batik.gvt.text.ArabicTextHandler
If the AttributedString contains any arabic chars, assigns an arabic form attribute, ie.
at - Variable in class org.apache.batik.apps.svgbrowser.ThumbnailDialog.AreaOfInterestOverlay
 
AT_KEYWORD - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents the '@ident' lexical unit.
AT_TARGET - Static variable in interface org.w3c.dom.events.Event
The event is currently being evaluated at the target EventTarget.
ATOP - Static variable in class org.apache.batik.ext.awt.image.SVGComposite
 
ATOP - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
Porter-Duff Source Atop Destination rule.
ATTLIST_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
The ATTLIST context.
ATTLIST_START - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents an ATTLIST declaration start lexical unit, ie.
Attr - interface org.w3c.dom.Attr.
The Attr interface represents an attribute in an Element object.
ATTR_ID - Static variable in interface org.apache.batik.util.SVGConstants
 
ATTR_XLINK_HREF - Static variable in interface org.apache.batik.svggen.SVGSyntax
This is a qualified form for href, using the xlink: namespace prefix
attrAdded(Attr, String) - Method in class org.apache.batik.dom.AbstractElement
Called when an attribute has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.dom.svg.AbstractElement
Called when an attribute has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.dom.svg.SVGOMAnimatedNumber
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in interface org.apache.batik.dom.svg.LiveAttributeValue
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.dom.svg.SVGStylableElement.PresentationAttributeValue
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.dom.svg.SVGStylableElement.PresentationAttributeColorValue
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.dom.svg.SVGStylableElement.PresentationAttributePaintValue
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.dom.svg.SVGStylableElement.StyleDeclaration
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.dom.svg.SVGOMAnimatedBoolean
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.dom.svg.SVGOMAnimatedString
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.dom.svg.SVGOMAnimatedInteger
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.dom.svg.SVGOMAnimatedEnumeration
Called when an Attr node has been added.
attrDelimiter - Variable in class org.apache.batik.xml.XMLScanner
The last attribute delimiter encountered.
attribute - Variable in class org.apache.batik.bridge.ScriptingEnvironment.ScriptingEventListener
The script attribute.
ATTRIBUTE_FRAGMENT - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents an attribute fragment lexical unit.
ATTRIBUTE_NODE - Static variable in interface org.w3c.dom.Node
The node is an Attr.
ATTRIBUTE_VALUE_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
The attribute value context.
AttributeCondition - interface org.w3c.css.sac.AttributeCondition.
 
AttributedCharacterSpanIterator - class org.apache.batik.gvt.text.AttributedCharacterSpanIterator.
AttributedCharacterSpanIterator Used to provide ACI functionality to a "substring" of an AttributedString.
AttributedCharacterSpanIterator(AttributedCharacterIterator, int, int) - Constructor for class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Construct a AttributedCharacterSpanIterator from a subinterval of an existing AttributedCharacterIterator.
attributeDecl(String, String, String, String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report an attribute type declaration.
attributeInitializer - Static variable in class org.apache.batik.dom.svg.SVGOMGradientElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.dom.svg.SVGOMAnimateMotionElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.dom.svg.SVGOMFilterElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.dom.svg.SVGOMTextPathElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.dom.svg.SVGOMScriptElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.dom.svg.SVGOMViewElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.dom.svg.SVGOMAltGlyphElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.dom.svg.SVGOMImageElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.dom.svg.SVGOMAElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.dom.svg.SVGOMCursorElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.dom.svg.SVGOMPatternElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.dom.svg.SVGOMColorProfileElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.dom.svg.SVGOMMPathElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.dom.svg.SVGOMGlyphRefElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.dom.svg.SVGOMSVGElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.dom.svg.SVGOMAnimateTransformElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.dom.svg.SVGOMFEImageElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.dom.svg.SVGOMMarkerElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.dom.svg.SVGOMStyleElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.dom.svg.SVGOMSymbolElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.dom.svg.SVGOMUseElement
The attribute initializer.
AttributeInitializer - class org.apache.batik.dom.svg.AttributeInitializer.
This class is used by elements to initialize and reset their attributes.
AttributeInitializer(int) - Constructor for class org.apache.batik.dom.svg.AttributeInitializer
Creates a new AttributeInitializer.
AttributeList - interface org.xml.sax.AttributeList.
Deprecated. This interface has been replaced by the SAX2 Attributes interface, which includes Namespace support.
AttributeListImpl - class org.xml.sax.helpers.AttributeListImpl.
Deprecated. This class implements a deprecated interface, AttributeList; that interface has been replaced by Attributes, which is implemented in the AttributesImpl helper class.
AttributeListImpl() - Constructor for class org.xml.sax.helpers.AttributeListImpl
Deprecated. Create an empty attribute list.
AttributeListImpl(AttributeList) - Constructor for class org.xml.sax.helpers.AttributeListImpl
Deprecated. Construct a persistent copy of an existing attribute list.
attributes - Variable in class org.apache.batik.bridge.SVGTextElementBridge.AttributedStringBuffer
The attributes.
attributes - Variable in class org.apache.batik.dom.AbstractElement
The attributes of this element.
Attributes - interface org.xml.sax.Attributes.
Interface for a list of XML attributes.
AttributesImpl - class org.xml.sax.helpers.AttributesImpl.
Default implementation of the Attributes interface.
AttributesImpl() - Constructor for class org.xml.sax.helpers.AttributesImpl
Construct a new, empty AttributesImpl object.
AttributesImpl(Attributes) - Constructor for class org.xml.sax.helpers.AttributesImpl
Copy an existing Attributes object.
attributesTable - Variable in class org.apache.batik.util.gui.DOMViewer.Panel
The attributes table.
attrModified(Attr, String, String) - Method in class org.apache.batik.dom.AbstractElement
Called when an attribute has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.dom.svg.AbstractElement
Called when an attribute has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.dom.svg.SVGOMAnimatedNumber
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in interface org.apache.batik.dom.svg.LiveAttributeValue
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.dom.svg.SVGStylableElement.PresentationAttributeValue
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.dom.svg.SVGStylableElement.PresentationAttributeColorValue
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.dom.svg.SVGStylableElement.PresentationAttributePaintValue
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.dom.svg.SVGStylableElement.StyleDeclaration
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.dom.svg.SVGOMAnimatedBoolean
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.dom.svg.SVGOMAnimatedString
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.dom.svg.SVGOMAnimatedInteger
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.dom.svg.SVGOMAnimatedEnumeration
Called when an Attr node has been modified.
attrRemoved(Attr, String) - Method in class org.apache.batik.dom.AbstractElement
Called when an attribute has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.dom.svg.AbstractElement
Called when an attribute has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.dom.svg.SVGOMAnimatedNumber
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in interface org.apache.batik.dom.svg.LiveAttributeValue
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.dom.svg.SVGStylableElement.PresentationAttributeValue
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.dom.svg.SVGStylableElement.PresentationAttributeColorValue
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.dom.svg.SVGStylableElement.PresentationAttributePaintValue
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.dom.svg.SVGStylableElement.StyleDeclaration
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.dom.svg.SVGOMAnimatedBoolean
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.dom.svg.SVGOMAnimatedString
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.dom.svg.SVGOMAnimatedInteger
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.dom.svg.SVGOMAnimatedEnumeration
Called when an Attr node has been removed.
AUTHOR_ORIGIN - Static variable in class org.apache.batik.css.engine.StyleMap
 
AUTO - Static variable in class org.apache.batik.ext.awt.color.ICCColorSpaceExt
 
AUTO_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'auto' keyword.
autoAdjust - Variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
The auto adjust flag.
autoAdjustWindow - Variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
AUTODETECT - Static variable in class org.apache.batik.swing.svg.JSVGComponent
Means that the component must auto detect whether the current document is static or dynamic.
available() - Method in class org.apache.batik.ext.awt.image.codec.ForwardSeekableStream
Forwards the request to the real InputStream.
available() - Method in class org.apache.batik.util.Base64DecodeStream
 
AWTEventDispatcher - class org.apache.batik.gvt.event.AWTEventDispatcher.
An EventDispatcher implementation based on AWT events.
AWTEventDispatcher() - Constructor for class org.apache.batik.gvt.event.AWTEventDispatcher
Constructs a new event dispatcher.
awtFont - Variable in class org.apache.batik.gvt.font.AWTGVTFont
 
awtFontFamilies - Static variable in class org.apache.batik.gvt.font.FontFamilyResolver
 
AWTFontFamily - class org.apache.batik.gvt.font.AWTFontFamily.
A font family class for AWT fonts.
AWTFontFamily(String) - Constructor for class org.apache.batik.gvt.font.AWTFontFamily
Constructs an AWTFontFamily with the specified familyName.
awtFonts - Static variable in class org.apache.batik.gvt.font.FontFamilyResolver
 
AWTGlyphGeometryCache - class org.apache.batik.gvt.font.AWTGlyphGeometryCache.
This class represents a doubly indexed hash table, which holds soft references to the contained glyph geometry informations.
AWTGlyphGeometryCache.Entry - class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Entry.
To manage collisions
AWTGlyphGeometryCache.Entry(AWTGlyphGeometryCache, int, char, AWTGlyphGeometryCache.Value, AWTGlyphGeometryCache.Entry) - Constructor for class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Entry
Creates a new entry
AWTGlyphGeometryCache.Value - class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Value.
The object that holds glyph geometry.
AWTGlyphGeometryCache.Value(Shape, Rectangle2D) - Constructor for class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Value
Constructs a new Value with the specified parameter.
AWTGlyphGeometryCache() - Constructor for class org.apache.batik.gvt.font.AWTGlyphGeometryCache
Creates a new AWTGlyphGeometryCache.
AWTGlyphGeometryCache(int) - Constructor for class org.apache.batik.gvt.font.AWTGlyphGeometryCache
Creates a new AWTGlyphGeometryCache.
AWTGVTFont - class org.apache.batik.gvt.font.AWTGVTFont.
This is a wrapper class for a java.awt.Font instance.
AWTGVTFont(Font) - Constructor for class org.apache.batik.gvt.font.AWTGVTFont
Creates a new AWTGVTFont that wraps the given Font.
AWTGVTFont(Font, float) - Constructor for class org.apache.batik.gvt.font.AWTGVTFont
Creates a new AWTGVTFont that wraps the given Font.
AWTGVTFont(Map) - Constructor for class org.apache.batik.gvt.font.AWTGVTFont
Creates a new AWTGVTFont with the specified attributes.
AWTGVTFont(String, int, int) - Constructor for class org.apache.batik.gvt.font.AWTGVTFont
Creates a new AWTGVTFont from the specified name, style and point size.
AWTGVTGlyphVector - class org.apache.batik.gvt.font.AWTGVTGlyphVector.
This is a wrapper class for a java.awt.font.GlyphVector instance.
AWTGVTGlyphVector(GlyphVector, AWTGVTFont, float, CharacterIterator) - Constructor for class org.apache.batik.gvt.font.AWTGVTGlyphVector
Creates and new AWTGVTGlyphVector from the specified GlyphVector and AWTGVTFont objects.
AWTPathProducer - class org.apache.batik.parser.AWTPathProducer.
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 org.apache.batik.parser.AWTPathProducer
 
AWTPolygonProducer - class org.apache.batik.parser.AWTPolygonProducer.
This class produces a polygon shape from a reader.
AWTPolygonProducer() - Constructor for class org.apache.batik.parser.AWTPolygonProducer
 
AWTPolylineProducer - class org.apache.batik.parser.AWTPolylineProducer.
This class produces a polyline shape from a reader.
AWTPolylineProducer() - Constructor for class org.apache.batik.parser.AWTPolylineProducer
 
AWTTransformProducer - class org.apache.batik.parser.AWTTransformProducer.
This class provides an implementation of the PathHandler that initializes an AffineTransform from the value of a 'transform' attribute.
AWTTransformProducer() - Constructor for class org.apache.batik.parser.AWTTransformProducer
 
AZURE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'azure' RGB color.
AZURE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'azure' color name.

B

B - Static variable in class org.apache.batik.ext.awt.image.ARGBChannel
 
BACK_ACTION - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
 
BACK_PENDING_STATE - Static variable in class org.apache.batik.apps.svgbrowser.LocalHistory
 
back() - Method in class org.apache.batik.apps.svgbrowser.TransformHistory
Goes back of one position in the history.
back() - Method in class org.apache.batik.apps.svgbrowser.LocalHistory
Goes back of one position in the history.
backAction - Variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
The back action
background - Variable in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
BACKGROUND_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'BACKGROUND' color name.
backgroundColor - Variable in class org.apache.batik.apps.rasterizer.SVGConverter
Background color for the output images.
backgroundEnableRgn - Variable in class org.apache.batik.gvt.CompositeGraphicsNode
This flag indicates if this node has BackgroundEnable = 'new'.
backgroundPaint - Variable in class org.apache.batik.gvt.CanvasGraphicsNode
The background of this canvas graphics node.
BackgroundRable8Bit - class org.apache.batik.gvt.filter.BackgroundRable8Bit.
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 org.apache.batik.gvt.filter.BackgroundRable8Bit
 
BACKWARD - Static variable in class org.apache.batik.dom.traversal.DOMNodeIterator
The backward state.
BASE - Static variable in interface org.apache.batik.svggen.font.table.Table
 
Base64DecodeStream - class org.apache.batik.util.Base64DecodeStream.
This class implements a Base64 Character decoder as specified in RFC1113.
Base64DecodeStream(InputStream) - Constructor for class org.apache.batik.util.Base64DecodeStream
 
Base64EncoderStream - class org.apache.batik.util.Base64EncoderStream.
This class implements a Base64 Character encoder as specified in RFC1113.
Base64EncoderStream(OutputStream) - Constructor for class org.apache.batik.util.Base64EncoderStream
 
Base64EncoderStream(OutputStream, boolean) - Constructor for class org.apache.batik.util.Base64EncoderStream
 
BASELINE_SHIFT - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Baseline adjustment to be applied to this character span.
BASELINE_SHIFT_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
BASELINE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'baseline' keyword.
baselineIndex - Variable in class org.apache.batik.gvt.font.GVTLineMetrics
 
baselineOffsets - Variable in class org.apache.batik.gvt.font.GVTLineMetrics
 
BaselineShiftManager - class org.apache.batik.css.engine.value.svg.BaselineShiftManager.
This class provides a manager for the 'baseline-shift' property values.
BaselineShiftManager() - Constructor for class org.apache.batik.css.engine.value.svg.BaselineShiftManager
 
BaseScriptingEnvironment - class org.apache.batik.bridge.BaseScriptingEnvironment.
This class is the base class for SVG scripting.
BaseScriptingEnvironment.Window - class org.apache.batik.bridge.BaseScriptingEnvironment.Window.
Represents the window object of this environment.
BaseScriptingEnvironment.Window(BaseScriptingEnvironment, Interpreter, String) - Constructor for class org.apache.batik.bridge.BaseScriptingEnvironment.Window
Creates a new Window.
BaseScriptingEnvironment(BridgeContext) - Constructor for class org.apache.batik.bridge.BaseScriptingEnvironment
Creates a new BaseScriptingEnvironment.
baseTransform - Variable in class org.apache.batik.gvt.event.AWTEventDispatcher
The base AffineTransform for InputEvent-to-GraphicsNodeEvent coordinates as determined by setBaseTransform().
baseVal - Variable in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength
The base value.
baseVal - Variable in class org.apache.batik.dom.svg.SVGOMAnimatedBoolean
The actual boolean value.
BasicTextPainter - class org.apache.batik.gvt.renderer.BasicTextPainter.
Basic implementation of TextPainter which renders the attributed character iterator of a TextNode.
BasicTextPainter.BasicMark - class org.apache.batik.gvt.renderer.BasicTextPainter.BasicMark.
This TextPainter's implementation of the Mark interface.
BasicTextPainter.BasicMark(TextNode, TextHit) - Constructor for class org.apache.batik.gvt.renderer.BasicTextPainter.BasicMark
Constructs a new Mark with the specified parameters.
BasicTextPainter() - Constructor for class org.apache.batik.gvt.renderer.BasicTextPainter
 
BATIK_CONFIGURATION_SUBDIRECTORY - Static variable in class org.apache.batik.apps.svgbrowser.Main
Batik configuration sub-directory
BATIK_EXT_BOTTOM_MARGIN_ATTRIBUTE - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Attribute name for bottom-margin attribute
BATIK_EXT_COLOR_SWITCH_TAG - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Tag name for Batik's color switch extension.
BATIK_EXT_FIRST_LINE_LEFT_MARGIN_ATTRIBUTE - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Attribute name for first-line-left-margin attribute
BATIK_EXT_FIRST_LINE_RIGHT_MARGIN_ATTRIBUTE - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Attribute name for first-line-right-margin attribute
BATIK_EXT_FLOW_DIV_TAG - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Tag name for Batik's flowText extension div element SVG 1.1).
BATIK_EXT_FLOW_LINE_TAG - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Tag name for Batik's flowText extension line element SVG 1.1).
BATIK_EXT_FLOW_PARA_TAG - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Tag name for Batik's flowText extension p element SVG 1.1).
BATIK_EXT_FLOW_REGION_BREAK_TAG - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Tag name for Batik's flowText extension flow Region break element SVG 1.1).
BATIK_EXT_FLOW_REGION_TAG - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Tag name for Batik's flowText extension Region element (SVG 1.1).
BATIK_EXT_FLOW_SPAN_TAG - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Tag name for Batik's flowText extension span element SVG 1.1).
BATIK_EXT_FLOW_TEXT_TAG - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Tag name for Batik's flowText extension (SVG 1.1).
BATIK_EXT_HEIGHT_ATTRIBUTE - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Attribute name for height attribute
BATIK_EXT_HISTOGRAM_NORMALIZATION_TAG - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Tag name for Batik's histogram normalization extension.
BATIK_EXT_IR_ATTRIBUTE - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Attribute name for inner radius attribute
BATIK_EXT_JUSTIFICATION_ATTRIBUTE - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Attribute name for justification
BATIK_EXT_LEFT_MARGIN_ATTRIBUTE - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Attribute name for left-margin attribute
BATIK_EXT_MARGIN_ATTRIBUTE - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Attribute name for margin psudo-attribute
BATIK_EXT_MULTI_IMAGE_TAG - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Tag name for Batik's multiImage extension.
BATIK_EXT_NAMESPACE_URI - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Namespace for batik extentions.
BATIK_EXT_PIXEL_HEIGHT_ATTRIBUTE - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Attribute name for pixel-height attribute
BATIK_EXT_PIXEL_WIDTH_ATTRIBUTE - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Attribute name for pixel-width attribute
BATIK_EXT_PREFORMATTED_ATTRIBUTE - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Attribute name for preformated data
BATIK_EXT_REGION_TAG - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Tag name for Batik's flowText extension Region element (SVG 1.1).
BATIK_EXT_REGULAR_POLYGON_TAG - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Tag name for Batik's regular poly extension.
BATIK_EXT_RIGHT_MARGIN_ATTRIBUTE - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Attribute name for right-margin attribute
BATIK_EXT_SIDES_ATTRIBUTE - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Attribute name for sides attribute
BATIK_EXT_SOLID_COLOR_PROPERTY - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Attribute name for color attribute
BATIK_EXT_SOLID_COLOR_TAG - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Tag name for Batik's solid color extension (SVG 1.1).
BATIK_EXT_SOLID_OPACITY_PROPERTY - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Attribute name for opacity attribute
BATIK_EXT_STAR_TAG - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Tag name for Batik's star extension.
BATIK_EXT_SUB_IMAGE_TAG - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Tag name for Batik's subImage multiImage extension.
BATIK_EXT_TOP_MARGIN_ATTRIBUTE - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Attribute name for top-margin attribute
BATIK_EXT_TRIM_ATTRIBUTE - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Attribute name for trim percent attribute
BATIK_EXT_WIDTH_ATTRIBUTE - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Attribute name for width attribute
BATIK_EXT_X_ATTRIBUTE - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Attribute name for x attribute
BATIK_EXT_Y_ATTRIBUTE - Static variable in interface org.apache.batik.extension.svg.BatikExtConstants
Attribute name for y attribute
BatikBridgeExtension - class org.apache.batik.extension.svg.BatikBridgeExtension.
This is a Service interface for classes that want to extend the functionality of the Bridge, to support new tags in the rendering tree.
BatikBridgeExtension() - Constructor for class org.apache.batik.extension.svg.BatikBridgeExtension
 
BatikDomExtension - class org.apache.batik.extension.svg.BatikDomExtension.
This is a Service interface for classes that want to extend the functionality of the Dom, to support new tags in the rendering tree.
BatikDomExtension.BatikHistogramNormalizationElementFactory - class org.apache.batik.extension.svg.BatikDomExtension.BatikHistogramNormalizationElementFactory.
To create a 'histogramNormalization' element.
BatikDomExtension.BatikHistogramNormalizationElementFactory() - Constructor for class org.apache.batik.extension.svg.BatikDomExtension.BatikHistogramNormalizationElementFactory
 
BatikDomExtension.BatikMultiImageElementFactory - class org.apache.batik.extension.svg.BatikDomExtension.BatikMultiImageElementFactory.
To create a 'multiImage' element.
BatikDomExtension.BatikMultiImageElementFactory() - Constructor for class org.apache.batik.extension.svg.BatikDomExtension.BatikMultiImageElementFactory
 
BatikDomExtension.BatikRegularPolygonElementFactory - class org.apache.batik.extension.svg.BatikDomExtension.BatikRegularPolygonElementFactory.
To create a 'regularPolygon' element.
BatikDomExtension.BatikRegularPolygonElementFactory() - Constructor for class org.apache.batik.extension.svg.BatikDomExtension.BatikRegularPolygonElementFactory
 
BatikDomExtension.BatikStarElementFactory - class org.apache.batik.extension.svg.BatikDomExtension.BatikStarElementFactory.
To create a 'star' element.
BatikDomExtension.BatikStarElementFactory() - Constructor for class org.apache.batik.extension.svg.BatikDomExtension.BatikStarElementFactory
 
BatikDomExtension.ColorSwitchElementFactory - class org.apache.batik.extension.svg.BatikDomExtension.ColorSwitchElementFactory.
To create a 'solidColor' element.
BatikDomExtension.ColorSwitchElementFactory() - Constructor for class org.apache.batik.extension.svg.BatikDomExtension.ColorSwitchElementFactory
 
BatikDomExtension.FlowDivElementFactory - class org.apache.batik.extension.svg.BatikDomExtension.FlowDivElementFactory.
To create a 'flowDiv' element.
BatikDomExtension.FlowDivElementFactory() - Constructor for class org.apache.batik.extension.svg.BatikDomExtension.FlowDivElementFactory
 
BatikDomExtension.FlowLineElementFactory - class org.apache.batik.extension.svg.BatikDomExtension.FlowLineElementFactory.
To create a 'flowLine' element.
BatikDomExtension.FlowLineElementFactory() - Constructor for class org.apache.batik.extension.svg.BatikDomExtension.FlowLineElementFactory
 
BatikDomExtension.FlowParaElementFactory - class org.apache.batik.extension.svg.BatikDomExtension.FlowParaElementFactory.
To create a 'flowPara' element.
BatikDomExtension.FlowParaElementFactory() - Constructor for class org.apache.batik.extension.svg.BatikDomExtension.FlowParaElementFactory
 
BatikDomExtension.FlowRegionBreakElementFactory - class org.apache.batik.extension.svg.BatikDomExtension.FlowRegionBreakElementFactory.
To create a 'flowRegionBreak' element.
BatikDomExtension.FlowRegionBreakElementFactory() - Constructor for class org.apache.batik.extension.svg.BatikDomExtension.FlowRegionBreakElementFactory
 
BatikDomExtension.FlowSpanElementFactory - class org.apache.batik.extension.svg.BatikDomExtension.FlowSpanElementFactory.
To create a 'flowSpan' element.
BatikDomExtension.FlowSpanElementFactory() - Constructor for class org.apache.batik.extension.svg.BatikDomExtension.FlowSpanElementFactory
 
BatikDomExtension.FlowTextElementFactory - class org.apache.batik.extension.svg.BatikDomExtension.FlowTextElementFactory.
To create a 'flowText' element.
BatikDomExtension.FlowTextElementFactory() - Constructor for class org.apache.batik.extension.svg.BatikDomExtension.FlowTextElementFactory
 
BatikDomExtension.SolidColorElementFactory - class org.apache.batik.extension.svg.BatikDomExtension.SolidColorElementFactory.
To create a 'solidColor' element.
BatikDomExtension.SolidColorElementFactory() - Constructor for class org.apache.batik.extension.svg.BatikDomExtension.SolidColorElementFactory
 
BatikDomExtension() - Constructor for class org.apache.batik.extension.svg.BatikDomExtension
 
BatikExtConstants - interface org.apache.batik.extension.svg.BatikExtConstants.
 
BatikHistogramNormalizationElement - class org.apache.batik.extension.svg.BatikHistogramNormalizationElement.
This class implements a histogram normalization extension to SVG.
BatikHistogramNormalizationElement() - Constructor for class org.apache.batik.extension.svg.BatikHistogramNormalizationElement
Creates a new BatikHistogramNormalizationElement object.
BatikHistogramNormalizationElement(String, AbstractDocument) - Constructor for class org.apache.batik.extension.svg.BatikHistogramNormalizationElement
Creates a new BatikHistogramNormalizationElement object.
BatikHistogramNormalizationElementBridge - class org.apache.batik.extension.svg.BatikHistogramNormalizationElementBridge.
Bridge class for a histogram normalization element.
BatikHistogramNormalizationElementBridge() - Constructor for class org.apache.batik.extension.svg.BatikHistogramNormalizationElementBridge
Constructs a new bridge for the <histogramNormalization> element.
BatikHistogramNormalizationFilter - interface org.apache.batik.extension.svg.BatikHistogramNormalizationFilter.
 
BatikHistogramNormalizationFilter8Bit - class org.apache.batik.extension.svg.BatikHistogramNormalizationFilter8Bit.
 
BatikHistogramNormalizationFilter8Bit(Filter, float) - Constructor for class org.apache.batik.extension.svg.BatikHistogramNormalizationFilter8Bit
 
BatikMultiImageElement - class org.apache.batik.extension.svg.BatikMultiImageElement.
This class implements a multiImage extension to SVG.
BatikMultiImageElement() - Constructor for class org.apache.batik.extension.svg.BatikMultiImageElement
Creates a new BatikMultiImageElement object.
BatikMultiImageElement(String, AbstractDocument) - Constructor for class org.apache.batik.extension.svg.BatikMultiImageElement
Creates a new BatikMultiImageElement object.
BatikMultiImageElementBridge - class org.apache.batik.extension.svg.BatikMultiImageElementBridge.
Bridge class for the <multiImage> element.
BatikRegularPolygonElement - class org.apache.batik.extension.svg.BatikRegularPolygonElement.
This class implements a regular polygon extension to SVG
BatikRegularPolygonElement() - Constructor for class org.apache.batik.extension.svg.BatikRegularPolygonElement
Creates a new BatikRegularPolygonElement object.
BatikRegularPolygonElement(String, AbstractDocument) - Constructor for class org.apache.batik.extension.svg.BatikRegularPolygonElement
Creates a new BatikRegularPolygonElement object.
BatikRegularPolygonElementBridge - class org.apache.batik.extension.svg.BatikRegularPolygonElementBridge.
Bridge class for a regular polygon element.
BatikRegularPolygonElementBridge() - Constructor for class org.apache.batik.extension.svg.BatikRegularPolygonElementBridge
Constructs a new bridge for the <rect> element.
BatikSecurityManager - class org.apache.batik.util.BatikSecurityManager.
This SecurityManager extension exposes the getClassContext method so that it can be used by the BatikSecuritySupport or other security related class.
BatikSecurityManager() - Constructor for class org.apache.batik.util.BatikSecurityManager
 
BatikSecuritySupport - class org.apache.batik.script.rhino.BatikSecuritySupport.
This implementation of the Rhino SecuritySupport interface is meant for use within the context of Batik only.
BatikSecuritySupport() - Constructor for class org.apache.batik.script.rhino.BatikSecuritySupport
Default constructor
BatikStarElement - class org.apache.batik.extension.svg.BatikStarElement.
This class implements a star shape extension to sVG
BatikStarElement() - Constructor for class org.apache.batik.extension.svg.BatikStarElement
Creates a new BatikStarElement object.
BatikStarElement(String, AbstractDocument) - Constructor for class org.apache.batik.extension.svg.BatikStarElement
Creates a new BatikStarElement object.
BatikStarElementBridge - class org.apache.batik.extension.svg.BatikStarElementBridge.
Bridge class for a star element.
BatikStarElementBridge() - Constructor for class org.apache.batik.extension.svg.BatikStarElementBridge
Constructs a new bridge for the <rect> element.
BBOX_WIDTH - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Author-expected width for bounding box containing all text string glyphs.
BEFORE_EDGE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'before-edge' keyword.
beginElement() - Method in class org.apache.batik.dom.svg.SVGOMAnimationElement
DOM: Implements ElementTimeControl.beginElement().
beginElement() - Method in interface org.w3c.dom.smil.ElementTimeControl
 
beginElementAt(float) - Method in class org.apache.batik.dom.svg.SVGOMAnimationElement
DOM: Implements ElementTimeControl.beginElementAt(float).
beginElementAt(float) - Method in interface org.w3c.dom.smil.ElementTimeControl
 
beginListener - Variable in class org.apache.batik.bridge.ScriptingEnvironment
The begin event listener.
beginMark - Variable in class org.apache.batik.gvt.TextNode
The begin mark.
BEIGE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'beige' RGB color.
BEIGE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'beige' color name.
BEVEL_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'bevel' keyword.
bf - Variable in class org.apache.batik.util.gui.JErrorPane
The button factory.
BIDI_LEVEL - Static variable in class org.apache.batik.gvt.renderer.StrokingTextPainter
 
BIDI_LEVEL - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
BIDI_OVERRIDE_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'bidi-override' keyword.
BidiAttributedCharacterIterator - class org.apache.batik.gvt.text.BidiAttributedCharacterIterator.
An attributed character iterator that does the reordering of the characters for bidirectional text.
BidiAttributedCharacterIterator(AttributedCharacterIterator, FontRenderContext, int) - Constructor for class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Constructs a character iterator that represents the visual display order of characters within bidirectional text.
bigEndian - Variable in class org.apache.batik.util.io.UTF16Decoder
Whether the stream's byte-order is big-endian.
BIND_NAME_DOCUMENT - Static variable in class org.apache.batik.script.InterpreterPool
Name of the "document" object when referenced by scripts
BIND_NAME_WINDOW - Static variable in class org.apache.batik.script.rhino.RhinoInterpreter
Name of the "window" object when referenced by scripts
bind(Element, GraphicsNode) - Method in class org.apache.batik.bridge.BridgeContext
Binds the specified GraphicsNode to the specified Element.
bindObject(String, Object) - Method in interface org.apache.batik.script.Interpreter
This method should register a particular Java Object in the environment of the interpreter.
bindObject(String, Object) - Method in class org.apache.batik.script.jacl.JaclInterpreter
 
bindObject(String, Object) - Method in class org.apache.batik.script.jpython.JPythonInterpreter
 
bindObject(String, Object) - Method in class org.apache.batik.script.rhino.RhinoInterpreter
This method registers a particular Java Object in the environment of the interpreter.
BISQUE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'bisque' RGB color.
BISQUE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'bisque' color name.
bitDepth - Variable in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
 
bitDepthSet - Variable in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
 
black - Static variable in class org.apache.batik.svggen.SVGColor
 
BLACK_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'black' RGB color.
BLACK_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'black' color name.
BLANCHEDALMOND_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'blanchedalmond' RGB color.
BLANCHEDALMOND_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'blanchedalmond' color name.
blankCharacters - Variable in class org.apache.batik.css.parser.Scanner
The characters to skip to create the string which represents the current token.
BLINK_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'blink' keyword.
BLOCK_HEIGHT - Static variable in class org.apache.batik.util.gui.MemoryMonitor.Usage
The blocks height.
BLOCK_HEIGHT_RELATIVE_MASK - Static variable in class org.apache.batik.css.engine.StyleMap
 
BLOCK_MARGIN - Static variable in class org.apache.batik.util.gui.MemoryMonitor.Usage
The blocks margin.
BLOCK_TYPE - Static variable in class org.apache.batik.util.gui.MemoryMonitor.Usage
The blocks type.
BLOCK_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'block' keyword.
BLOCK_WIDTH - Static variable in class org.apache.batik.util.gui.MemoryMonitor.Usage
The blocks width.
BLOCK_WIDTH_RELATIVE_MASK - Static variable in class org.apache.batik.css.engine.StyleMap
 
BLOCKS - Static variable in class org.apache.batik.util.gui.MemoryMonitor.Usage
The number of blocks.
blue - Variable in class org.apache.batik.css.engine.value.RGBColorValue
The blue component.
blue - Variable in class org.apache.batik.ext.awt.image.codec.PNGSuggestedPaletteEntry
The blue color value of the entry.
blue - Static variable in class org.apache.batik.svggen.SVGColor
 
BLUE - Static variable in class org.apache.batik.ext.awt.image.ARGBChannel
 
BLUE - Static variable in class org.apache.batik.ext.awt.image.renderable.ComponentTransferRable8Bit
 
BLUE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'blue' RGB color.
BLUE_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'blue' color name.
blueComponent - Variable in class org.apache.batik.css.dom.CSSOMValue
The blue component, if this value is a RGBColor.
blueComponent - Variable in class org.apache.batik.css.dom.CSSOMSVGColor
The blue component, if this value is a RGBColor.
blueFloatValueChanged(short, float) - Method in class org.apache.batik.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the blue float value has changed.
blueFloatValueChanged(short, float) - Method in interface org.apache.batik.css.dom.CSSOMSVGColor.ModificationHandler
Called when the blue float value has changed.
blueFloatValueChanged(short, float) - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractModificationHandler
Called when the blue float value has changed.
blueFloatValueChanged(short, float) - Method in interface org.apache.batik.css.dom.CSSOMValue.ModificationHandler
Called when the blue float value has changed.
blueFloatValueChanged(short, float) - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractModificationHandler
Called when the blue float value has changed.
blueTextChanged(String) - Method in class org.apache.batik.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the blue value text has changed.
blueTextChanged(String) - Method in interface org.apache.batik.css.dom.CSSOMSVGColor.ModificationHandler
Called when the blue value text has changed.
blueTextChanged(String) - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractModificationHandler
Called when the blue value text has changed.
blueTextChanged(String) - Method in interface org.apache.batik.css.dom.CSSOMValue.ModificationHandler
Called when the blue value text has changed.
blueTextChanged(String) - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractModificationHandler
Called when the blue value text has changed.
BLUEVIOLET_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'blueviolet' RGB color.
BLUEVIOLET_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'blueviolet' color name.
BOLD - Static variable in class org.apache.batik.svggen.SVGFont
 
BOLD_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'bold' keyword.
BOLDER_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'bolder' keyword.
BooleanKey - class org.apache.batik.transcoder.keys.BooleanKey.
A transcoding Key represented as a boolean.
BooleanKey() - Constructor for class org.apache.batik.transcoder.keys.BooleanKey
 
BORDER_STROKE - Static variable in class org.apache.batik.util.gui.MemoryMonitor.History
The border stroke.
borderColor - Variable in class org.apache.batik.util.gui.MemoryMonitor.History
The border color.
BOTH - Static variable in interface org.apache.batik.ext.swing.GridBagConstants
Resize the component both horizontally and vertically.
BOTH_ORIENTATION - Static variable in class org.apache.batik.css.engine.value.LengthManager
 
bottom - Variable in class org.apache.batik.css.engine.value.RectValue
The bottom value.
bottom - Variable in class org.apache.batik.gvt.text.MarginInfo
 
BOTTOM_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'bottom' keyword.
bottomComponent - Variable in class org.apache.batik.css.dom.CSSOMValue
The bottom component, if this value is a Rect.
bottomFloatValueChanged(short, float) - Method in interface org.apache.batik.css.dom.CSSOMValue.ModificationHandler
Called when the bottom float value has changed.
bottomFloatValueChanged(short, float) - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractModificationHandler
Called when the bottom float value has changed.
bottomTextChanged(String) - Method in interface org.apache.batik.css.dom.CSSOMValue.ModificationHandler
Called when the bottom value text has changed.
bottomTextChanged(String) - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractModificationHandler
Called when the bottom value text has changed.
bounds - Variable in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
BOX_RELATIVE_MASK - Static variable in class org.apache.batik.css.engine.StyleMap
 
bReading - Variable in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
 
Bridge - interface org.apache.batik.bridge.Bridge.
A tagging interface that all bridges must implement.
bridgeChildren(BridgeContext, Element) - Static method in class org.apache.batik.bridge.SVGUtilities
Scans the children of the input e element and invokes any registered bridge found for the children.
bridgeContext - Variable in class org.apache.batik.bridge.BaseScriptingEnvironment
The bridge context.
bridgeContext - Variable in class org.apache.batik.bridge.DocumentLoader
The bridge context.
bridgeContext - Variable in class org.apache.batik.bridge.UpdateManager
The bridge context.
bridgeContext - Variable in class org.apache.batik.swing.svg.JSVGComponent
The current bridge context.
bridgeContext - Variable in class org.apache.batik.swing.svg.GVTTreeBuilder
The bridge context to use.
bridgeContext - Variable in class org.apache.batik.swing.svg.SVGLoadEventDispatcher
The bridge context to use.
BridgeContext - class org.apache.batik.bridge.BridgeContext.
This class represents a context used by the various bridges and the builder.
BridgeContext.CSSPropertiesChangedListener - class org.apache.batik.bridge.BridgeContext.CSSPropertiesChangedListener.
The CSSEngineListener invoked when CSS properties are modified on a particular element.
BridgeContext.CSSPropertiesChangedListener(BridgeContext) - Constructor for class org.apache.batik.bridge.BridgeContext.CSSPropertiesChangedListener
 
BridgeContext.DOMAttrModifiedEventListener - class org.apache.batik.bridge.BridgeContext.DOMAttrModifiedEventListener.
The DOM EventListener invoked when an attribute is modified.
BridgeContext.DOMAttrModifiedEventListener(BridgeContext) - Constructor for class org.apache.batik.bridge.BridgeContext.DOMAttrModifiedEventListener
 
BridgeContext.DOMCharacterDataModifiedListener - class org.apache.batik.bridge.BridgeContext.DOMCharacterDataModifiedListener.
The DOM EventListener invoked when a character data is changed.
BridgeContext.DOMCharacterDataModifiedListener(BridgeContext) - Constructor for class org.apache.batik.bridge.BridgeContext.DOMCharacterDataModifiedListener
 
BridgeContext.DOMNodeInsertedEventListener - class org.apache.batik.bridge.BridgeContext.DOMNodeInsertedEventListener.
The DOM EventListener invoked when a node is added.
BridgeContext.DOMNodeInsertedEventListener(BridgeContext) - Constructor for class org.apache.batik.bridge.BridgeContext.DOMNodeInsertedEventListener
 
BridgeContext.DOMNodeRemovedEventListener - class org.apache.batik.bridge.BridgeContext.DOMNodeRemovedEventListener.
The DOM EventListener invoked when a node is removed.
BridgeContext.DOMNodeRemovedEventListener(BridgeContext) - Constructor for class org.apache.batik.bridge.BridgeContext.DOMNodeRemovedEventListener
 
BridgeContext.EventListenerMememto - class org.apache.batik.bridge.BridgeContext.EventListenerMememto.
A class used to store an EventListener added to the DOM.
BridgeContext.EventListenerMememto(EventTarget, String, EventListener, boolean) - Constructor for class org.apache.batik.bridge.BridgeContext.EventListenerMememto
 
BridgeContext() - Constructor for class org.apache.batik.bridge.BridgeContext
Constructs a new empty bridge context.
BridgeContext(UserAgent) - Constructor for class org.apache.batik.bridge.BridgeContext
Constructs a new bridge context.
BridgeContext(UserAgent, DocumentLoader) - Constructor for class org.apache.batik.bridge.BridgeContext
Constructs a new bridge context.
BridgeContext(UserAgent, InterpreterPool, DocumentLoader) - Constructor for class org.apache.batik.bridge.BridgeContext
Constructs a new bridge context.
BridgeEventSupport - class org.apache.batik.bridge.BridgeEventSupport.
This class is responsible of tracking GraphicsNodeMouseEvent and fowarding them to the DOM as regular DOM MouseEvent.
BridgeEventSupport.GVTUnloadListener - class org.apache.batik.bridge.BridgeEventSupport.GVTUnloadListener.
 
BridgeEventSupport.GVTUnloadListener(EventDispatcher, BridgeEventSupport.Listener) - Constructor for class org.apache.batik.bridge.BridgeEventSupport.GVTUnloadListener
 
BridgeEventSupport.Listener - class org.apache.batik.bridge.BridgeEventSupport.Listener.
A GraphicsNodeMouseListener that dispatch DOM events accordingly.
BridgeEventSupport.Listener(BridgeContext, UserAgent) - Constructor for class org.apache.batik.bridge.BridgeEventSupport.Listener
 
BridgeException - exception org.apache.batik.bridge.BridgeException.
Thrown when the bridge has detected an error.
BridgeException(Element, String, Object[]) - Constructor for class org.apache.batik.bridge.BridgeException
Constructs a new BridgeException with the specified parameters.
BridgeExtension - interface org.apache.batik.bridge.BridgeExtension.
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 org.apache.batik.bridge.BridgeUpdateHandler.
Interface for objects interested in being notified of updates.
BROKEN_LINK_PROPERTY - Static variable in interface org.apache.batik.ext.awt.image.spi.BrokenLinkProvider
The image returned by getBrokenLinkImage should always return some value when queried for the BROKEN_LINK_PROPERTY.
BrokenLinkProvider - interface org.apache.batik.ext.awt.image.spi.BrokenLinkProvider.
This interface is to be used to provide alternate ways of generating a placeholder image when the ImageTagRegistry fails to handle a given reference.
BROWN_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'brown' RGB color.
BROWN_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'brown' color name.
browseButton - Variable in class org.apache.batik.util.gui.UserStyleDialog.Panel
The browse button
BRUSH - Static variable in class org.apache.batik.transcoder.wmf.tosvg.WMFPainter
 
BUBBLING_PHASE - Static variable in interface org.w3c.dom.events.Event
The current event phase is the bubbling phase.
bubblingListeners - Variable in class org.apache.batik.dom.events.EventSupport
The bubbling listeners table.
buffer - Variable in class org.apache.batik.css.parser.Scanner
The recording buffer.
buffer - Variable in class org.apache.batik.parser.FragmentIdentifierParser
The buffer used for numbers.
buffer - Variable in class org.apache.batik.util.io.AbstractCharDecoder
The input buffer.
buffer - Variable in class org.apache.batik.xml.XMLScanner
The recording buffer.
BUFFER_SIZE - Static variable in class org.apache.batik.util.io.AbstractCharDecoder
The buffer size.
BufferedImageCachableRed - class org.apache.batik.ext.awt.image.rendered.BufferedImageCachableRed.
This implements CachableRed based on a BufferedImage.
BufferedImageCachableRed(BufferedImage) - Constructor for class org.apache.batik.ext.awt.image.rendered.BufferedImageCachableRed
Construct an instance of CachableRed around a BufferedImage.
BufferedImageCachableRed(BufferedImage, int, int) - Constructor for class org.apache.batik.ext.awt.image.rendered.BufferedImageCachableRed
 
bufferize() - Method in class org.apache.batik.parser.FragmentIdentifierParser
Adds the current character to the buffer.
bufferSize - Variable in class org.apache.batik.parser.FragmentIdentifierParser
The buffer size.
build() - Method in class org.apache.batik.ext.swing.JAffineTransformChooser
Adds the control components into this panel.
build(BridgeContext, Document) - Method in class org.apache.batik.bridge.GVTBuilder
Builds using the specified bridge context the specified SVG document.
build(BridgeContext, Element) - Method in class org.apache.batik.bridge.GVTBuilder
Builds using the specified bridge context the specified Element.
buildApplications() - Method in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
buildArguments() - Method in interface org.apache.batik.script.rhino.RhinoInterpreter.ArgumentsBuilder
 
buildAttributedString(BridgeContext, Element) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Creates the attributed string which represents the given text element children.
buildAttributedString(BridgeContext, Element) - Method in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
Creates the attributed string which represents the given text element children.
buildAuthPanel() - Method in class org.apache.batik.apps.svgbrowser.JAuthenticator
 
buildBehavior() - Method in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
buildBufferedImage(Dimension) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
This method creates a BufferedImage of the right size and type for the derived class.
buildBufferedImage(Dimension) - Method in class org.apache.batik.svggen.AbstractImageHandlerEncoder
This method creates a BufferedImage of the right size and type for the derived class.
buildBufferedImage(Dimension) - Method in class org.apache.batik.svggen.ImageHandlerPNGEncoder
This method creates a BufferedImage with an alpha channel, as this is supported by PNG.
buildBufferedImage(Dimension) - Method in class org.apache.batik.svggen.ImageHandlerJPEGEncoder
This method creates a BufferedImage of the right size and type for the derived class.
buildBufferedImage(Dimension) - Method in class org.apache.batik.svggen.ImageHandlerBase64Encoder
This method creates a BufferedImage with an alpha channel, as this is supported by Base64.
buildButtonPanel() - Method in class org.apache.batik.apps.svgbrowser.JAuthenticator
 
buildButtonsPanel() - Method in class org.apache.batik.apps.svgbrowser.PreferenceDialog
Creates the OK/Cancel buttons panel
buildComposite(BridgeContext, Element, CompositeGraphicsNode) - Method in class org.apache.batik.bridge.GVTBuilder
Builds a composite Element.
buildConfigPanel() - Method in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
buildConfigPanelList() - Method in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
buildEndMarkerProxy() - Method in class org.apache.batik.gvt.MarkerShapePainter
Builds a proxy GraphicsNode for the input Marker to be drawn at the end position.
buildFilterPrimitives(Element, Rectangle2D, Element, GraphicsNode, Filter, Map, BridgeContext) - Static method in class org.apache.batik.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 org.apache.batik.parser.NumberParser
Computes a float from mantissa and exponent.
buildGradient(Element, Element, GraphicsNode, MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum, AffineTransform, Color[], float[], BridgeContext) - Method in class org.apache.batik.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 org.apache.batik.bridge.SVGRadialGradientElementBridge
Builds a radial gradient according to the specified parameters.
buildGradient(Element, Element, GraphicsNode, MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum, AffineTransform, Color[], float[], BridgeContext) - Method in class org.apache.batik.bridge.SVGLinearGradientElementBridge
Builds a linear gradient according to the specified parameters.
buildGraphicsNode(BridgeContext, Element, CompositeGraphicsNode) - Method in class org.apache.batik.bridge.GVTBuilder
Builds a 'leaf' Element.
buildGraphicsNode(BridgeContext, Element, GraphicsNode) - Method in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
Builds using the specified BridgeContext and element, the specified graphics node.
buildGraphicsNode(BridgeContext, Element, GraphicsNode) - Method in class org.apache.batik.bridge.SVGShapeElementBridge
Builds using the specified BridgeContext and element, the specified graphics node.
buildGraphicsNode(BridgeContext, Element, GraphicsNode) - Method in interface org.apache.batik.bridge.GraphicsNodeBridge
Builds using the specified BridgeContext and element, the specified graphics node.
buildGraphicsNode(BridgeContext, Element, GraphicsNode) - Method in class org.apache.batik.bridge.SVGSwitchElementBridge
Builds using the specified BridgeContext and element, the specified graphics node.
buildGraphicsNode(BridgeContext, Element, GraphicsNode) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Builds using the specified BridgeContext and element, the specified graphics node.
buildGraphicsNode(BridgeContext, Element, GraphicsNode) - Method in class org.apache.batik.bridge.SVGAElementBridge
Builds using the specified BridgeContext and element, the specified graphics node.
buildGraphicsNode(BridgeContext, Element, GraphicsNode) - Method in class org.apache.batik.bridge.SVGSVGElementBridge
Builds using the specified BridgeContext and element, the specified graphics node.
buildGUI() - Method in class org.apache.batik.apps.svgbrowser.AboutDialog
Populates this window
buildGUI() - Method in class org.apache.batik.apps.svgbrowser.PreferenceDialog
Builds the UI for this dialog
buildHueRotate(float) - Static method in class org.apache.batik.ext.awt.image.renderable.ColorMatrixRable8Bit
Builds a TYPE_HUE_ROTATE instance.
buildLocalFilterPrimitives(Element, Rectangle2D, Element, GraphicsNode, Filter, Map, BridgeContext) - Static method in class org.apache.batik.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 org.apache.batik.ext.awt.image.renderable.ColorMatrixRable8Bit
Builds a TYPE_LUMINANCE_TO_ALPHA instance
buildMarkerGroup() - Method in class org.apache.batik.gvt.MarkerShapePainter
Builds a new marker group with the current set of markers.
buildMatrix(float[][]) - Static method in class org.apache.batik.ext.awt.image.renderable.ColorMatrixRable8Bit
Builds a TYPE_MATRIX instance
buildMiddleMarkerProxies() - Method in class org.apache.batik.gvt.MarkerShapePainter
Builds a proxy GraphicsNode for the input Marker to be drawn at the middle positions
buildNetwork() - Method in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
buildPanel(String, String, Document, String, Document, String, String, boolean) - Method in class org.apache.batik.ext.swing.JAffineTransformChooser
 
buildRect(UnitProcessor.Context, Element) - Method in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
 
buildRotatePanel() - Method in class org.apache.batik.ext.swing.JAffineTransformChooser
 
buildSaturate(float) - Static method in class org.apache.batik.ext.awt.image.renderable.ColorMatrixRable8Bit
Builds a TYPE_SATURATE instance
buildShape(BridgeContext, Element, ShapeNode) - Method in class org.apache.batik.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 org.apache.batik.bridge.SVGPolygonElementBridge
Constructs a polygon according to the specified parameters.
buildShape(BridgeContext, Element, ShapeNode) - Method in class org.apache.batik.bridge.SVGCircleElementBridge
Constructs a circle according to the specified parameters.
buildShape(BridgeContext, Element, ShapeNode) - Method in class org.apache.batik.bridge.SVGLineElementBridge
Constructs a line according to the specified parameters.
buildShape(BridgeContext, Element, ShapeNode) - Method in class org.apache.batik.bridge.SVGPathElementBridge
Constructs a path according to the specified parameters.
buildShape(BridgeContext, Element, ShapeNode) - Method in class org.apache.batik.bridge.SVGEllipseElementBridge
Constructs an ellipse according to the specified parameters.
buildShape(BridgeContext, Element, ShapeNode) - Method in class org.apache.batik.bridge.SVGPolylineElementBridge
Constructs a polyline according to the specified parameters.
buildShape(BridgeContext, Element, ShapeNode) - Method in class org.apache.batik.bridge.SVGRectElementBridge
Constructs a rectangle according to the specified parameters.
buildShape(BridgeContext, Element, ShapeNode) - Method in class org.apache.batik.extension.svg.BatikRegularPolygonElementBridge
Constructs a regular polygone according to the specified parameters.
buildShape(BridgeContext, Element, ShapeNode) - Method in class org.apache.batik.extension.svg.BatikStarElementBridge
Constructs a star polygone according to the specified parameters.
buildStartMarkerProxy() - Method in class org.apache.batik.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 org.apache.batik.svggen.SVGGraphics2D
Helper method to create an SVGGeneratorContext from the constructor parameters.
buildURL() - Method in class org.apache.batik.util.ParsedURLData
Attempts to build a normal java.net.URL instance from this URL.
buildUserFont() - Method in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
buildUserLanguage() - Method in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
buildUserOptions() - Method in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
buildUserStyleSheet() - Method in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
BumpMap - class org.apache.batik.ext.awt.image.rendered.BumpMap.
Default BumpMap implementation.
BumpMap(RenderedImage, double, double, double) - Constructor for class org.apache.batik.ext.awt.image.rendered.BumpMap
Stores the normals for this bumpMap.
bundle - Static variable in class org.apache.batik.apps.svgbrowser.ThumbnailDialog
The resource bundle
bundle - Static variable in class org.apache.batik.apps.svgbrowser.OptionPanel
The resource bundle
bundle - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
The resource bundle
bundle - Static variable in class org.apache.batik.apps.svgbrowser.FindDialog
The resource bundle
bundle - Static variable in class org.apache.batik.apps.svgbrowser.Main
The resource bundle
bundle - Static variable in class org.apache.batik.apps.svgbrowser.StatusBar
The resource bundle
bundle - Static variable in class org.apache.batik.util.XMLResourceDescriptor
The resource bundle
bundle - Static variable in class org.apache.batik.util.gui.DOMViewer
The resource bundle
bundle - Static variable in class org.apache.batik.util.gui.LocationBar
The resource bundle
bundle - Static variable in class org.apache.batik.util.gui.LanguageDialog
The resource bundle
bundle - Static variable in class org.apache.batik.util.gui.URIChooser
The resource bundle
bundle - Static variable in class org.apache.batik.util.gui.UserStyleDialog
The resource bundle
bundle - Static variable in class org.apache.batik.util.gui.MemoryMonitor
The resource bundle
bundle - Static variable in class org.apache.batik.util.gui.JErrorPane
The resource bundle
bundle - Static variable in class org.apache.batik.util.gui.CSSMediaPanel
The resource bundle
bundle - Variable in class org.apache.batik.util.gui.resource.ResourceManager
The managed resource bundle
BUNDLE_CLASSNAME - Static variable in class org.apache.batik.apps.svgpp.Main
The default resource bundle base name.
BUNDLE_CLASSNAME - Static variable in class org.apache.batik.css.parser.Parser
The default resource bundle base name.
BUNDLE_CLASSNAME - Static variable in class org.apache.batik.parser.AbstractParser
The default resource bundle base name.
BUNDLE_CLASSNAME - Static variable in class org.apache.batik.xml.XMLScanner
The default resource bundle base name.
bundleName - Variable in class org.apache.batik.i18n.LocalizableSupport
The resource bundle classname.
BURLYWOOD_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'burlywood' RGB color.
BURLYWOOD_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'burlywood' color name.
BUTT_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'butt' keyword.
BUTTON1_MASK - Static variable in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
The mouse button1 modifier constant.
BUTTON2_MASK - Static variable in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
The mouse button2 modifier constant.
BUTTON3_MASK - Static variable in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
The mouse button3 modifier constant.
BUTTONFACE_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'BUTTONFACE' color name.
buttonFactory - Variable in class org.apache.batik.apps.svgbrowser.FindDialog
The button factory
buttonFactory - Variable in class org.apache.batik.util.gui.URIChooser
The button factory
ButtonFactory - class org.apache.batik.util.gui.resource.ButtonFactory.
This class represents a button factory which builds buttons from the content of a resource bundle.
The resource entries format is (for a button named 'Button'):
ButtonFactory(ResourceBundle, ActionMap) - Constructor for class org.apache.batik.util.gui.resource.ButtonFactory
Creates a new button factory
BUTTONHIGHLIGHT_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'BUTTONHIGHLIGHT' color name.
BUTTONSHADOW_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'BUTTONSHADOW' color name.
BUTTONTEXT_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'BUTTONTEXT' color name.

C

c - Variable in class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Entry
The character
CachableRed - interface org.apache.batik.ext.awt.image.rendered.CachableRed.
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 org.apache.batik.bridge.SVGColorProfileElementBridge
Profile cache
cacheBufferedImage(Element, BufferedImage, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
 
CACHED_JPEG_PREFIX - Static variable in class org.apache.batik.svggen.CachedImageHandlerJPEGEncoder
 
CACHED_JPEG_SUFFIX - Static variable in class org.apache.batik.svggen.CachedImageHandlerJPEGEncoder
 
CACHED_PNG_PREFIX - Static variable in class org.apache.batik.svggen.CachedImageHandlerPNGEncoder
 
CACHED_PNG_SUFFIX - Static variable in class org.apache.batik.svggen.CachedImageHandlerPNGEncoder
 
CachedImageHandler - interface org.apache.batik.svggen.CachedImageHandler.
Extends the default ImageHandler interface with calls to allow caching of raster images in generated SVG content.
CachedImageHandlerBase64Encoder - class org.apache.batik.svggen.CachedImageHandlerBase64Encoder.
This subclass of ImageHandlerBase64Encoder implements functionality specific to the cached version of the image encoder.
CachedImageHandlerBase64Encoder() - Constructor for class org.apache.batik.svggen.CachedImageHandlerBase64Encoder
Build a CachedImageHandlerBase64Encoder instance.
CachedImageHandlerJPEGEncoder - class org.apache.batik.svggen.CachedImageHandlerJPEGEncoder.
GenericImageHandler which caches JPEG images.
CachedImageHandlerJPEGEncoder(String, String) - Constructor for class org.apache.batik.svggen.CachedImageHandlerJPEGEncoder
 
CachedImageHandlerPNGEncoder - class org.apache.batik.svggen.CachedImageHandlerPNGEncoder.
GenericImageHandler which caches PNG images.
CachedImageHandlerPNGEncoder(String, String) - Constructor for class org.apache.batik.svggen.CachedImageHandlerPNGEncoder
 
cacheMap - Variable in class org.apache.batik.bridge.DocumentLoader
The map that contains the Document indexed by the URI.
CADETBLUE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'cadetblue' RGB color.
CADETBLUE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'cadetblue' color name.
CANCEL_OPTION - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
The return value if 'Cancel' is chosen.
CANCEL_OPTION - Static variable in class org.apache.batik.util.gui.LanguageDialog
The return value if 'Cancel' is chosen.
CANCEL_OPTION - Static variable in class org.apache.batik.util.gui.URIChooser
The return value if 'Cancel' is chosen.
CANCEL_OPTION - Static variable in class org.apache.batik.util.gui.UserStyleDialog
The return value if 'Cancel' is chosen.
CANCEL_OPTION - Static variable in class org.apache.batik.util.gui.CSSMediaPanel.AddMediumDialog
The return value if 'Cancel' is chosen.
CANCEL_OPTION - Static variable in class org.apache.batik.util.gui.CSSMediaPanel.Dialog
The return value if 'Cancel' is chosen.
cancelable - Variable in class org.apache.batik.dom.events.AbstractEvent
Whether this event is cancelable.
cancelButton - Variable in class org.apache.batik.apps.svgbrowser.JAuthenticator
 
canDisplay(char) - Method in class org.apache.batik.bridge.SVGGVTFont
Indicates whether or not the specified character can be displayed by this font.
canDisplay(char) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Checks if this font can display the specified character.
canDisplay(char) - Method in interface org.apache.batik.gvt.font.GVTFont
Checks if this Font has a glyph for the specified character.
canDisplayGivenName(String) - Method in class org.apache.batik.bridge.SVGGVTFont
Indicates whether or not the specified glyph can be displayed by this font.
canDisplayUpTo(char[], int, int) - Method in class org.apache.batik.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 org.apache.batik.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 org.apache.batik.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(CharacterIterator, int, int) - Method in class org.apache.batik.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 org.apache.batik.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 org.apache.batik.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.
canDisplayUpTo(String) - Method in class org.apache.batik.bridge.SVGGVTFont
Checks whether or not this font can display the characters in the specified String.
canDisplayUpTo(String) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Indicates whether or not this font can display a specified String.
canDisplayUpTo(String) - Method in interface org.apache.batik.gvt.font.GVTFont
Indicates whether or not this Font can display a specified String.
canGoBack() - Method in class org.apache.batik.apps.svgbrowser.TransformHistory
Whether it is possible to go back.
canGoBack() - Method in class org.apache.batik.apps.svgbrowser.LocalHistory
Whether it is possible to go back.
canGoForward() - Method in class org.apache.batik.apps.svgbrowser.TransformHistory
Whether it is possible to go forward.
canGoForward() - Method in class org.apache.batik.apps.svgbrowser.LocalHistory
Whether it is possible to go forward.
canIndent - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager
Whether the next markup can be indented.
canLoadScriptType(String) - Method in interface org.apache.batik.apps.svgbrowser.Application
Returns true if the input scriptType can be loaded in this application.
canLoadScriptType(String) - Method in class org.apache.batik.apps.svgbrowser.Main
Returns true if the input scriptType can be loaded in this application.
canSeekBackwards() - Method in class org.apache.batik.ext.awt.image.codec.SeekableStream
Returns true if this object supports calls to seek(pos) with an offset pos smaller than the current offset, as returned by getFilePointer.
canSeekBackwards() - Method in class org.apache.batik.ext.awt.image.codec.ForwardSeekableStream
Returns false since seking backwards is not supported.
canSeekBackwards() - Method in class org.apache.batik.ext.awt.image.codec.MemoryCacheSeekableStream
Returns true since all MemoryCacheSeekableStream instances support seeking backwards.
canSeekBackwards() - Method in class org.apache.batik.ext.awt.image.codec.FileCacheSeekableStream
Returns true since all FileCacheSeekableStream instances support seeking backwards.
CanvasGraphicsNode - class org.apache.batik.gvt.CanvasGraphicsNode.
The graphics node container with a background color.
CanvasGraphicsNode() - Constructor for class org.apache.batik.gvt.CanvasGraphicsNode
Constructs a new empty CanvasGraphicsNode.
CAPTIONTEXT_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'CAPTIONTEXT' color name.
CAPTURING_PHASE - Static variable in interface org.w3c.dom.events.Event
The current event phase is the capturing phase.
capturingListeners - Variable in class org.apache.batik.dom.events.EventSupport
The capturing listeners table.
cascadedValue - Variable in class org.apache.batik.css.engine.value.ComputedValue
The cascaded value.
caseSensitive - Variable in class org.apache.batik.apps.svgbrowser.FindDialog
The case sensitive button.
CDATA_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a 'CDATA' lexical unit.
CDATA_SECTION_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
The CDATA section context.
CDATA_SECTION_NODE - Static variable in interface org.w3c.dom.Node
The node is a CDATASection.
CDATA_START - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a CDATA section start lexical unit, ie.
cdataEndRead - Variable in class org.apache.batik.xml.XMLScanner
A CDATA section end is the next token
CDATASection - interface org.w3c.dom.CDATASection.
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
CDC - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents the '-->' lexical unit.
CDO - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents the '

D

DARKBLUE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkblue' RGB color.
DARKBLUE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkblue' color name.
DARKCYAN_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkcyan' RGB color.
DARKCYAN_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkcyan' color name.
DARKEN - Static variable in class org.apache.batik.ext.awt.image.SVGComposite
 
DARKEN - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
FeBlend Darken rule.
DARKGOLDENROD_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkgoldenrod' RGB color.
DARKGOLDENROD_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkgoldenrod' color name.
DARKGRAY_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkgray' RGB color.
DARKGRAY_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkgray' color name.
DARKGREEN_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkgreen' RGB color.
DARKGREEN_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkgreen' color name.
DARKGREY_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkgrey' RGB color.
DARKGREY_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkgrey' color name.
DARKKHAKI_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkkhaki' RGB color.
DARKKHAKI_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkkhaki' color name.
DARKMAGENTA_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkmagenta' RGB color.
DARKMAGENTA_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkmagenta' color name.
DARKOLIVEGREEN_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkolivegreen' RGB color.
DARKOLIVEGREEN_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkolivegreen' color name.
DARKORANGE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkorange' RGB color.
DARKORANGE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkorange' color name.
DARKORCHID_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkorchid' RGB color.
DARKORCHID_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkorchid' color name.
DARKRED_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkred' RGB color.
DARKRED_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkred' color name.
DARKSALMON_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darksalmon' RGB color.
DARKSALMON_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darksalmon' color name.
DARKSEAGREEN_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkseagreen' RGB color.
DARKSEAGREEN_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkseagreen' color name.
DARKSLATEBLUE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkslateblue' RGB color.
DARKSLATEBLUE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkslateblue' color name.
DARKSLATEGRAY_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkslategray' RGB color.
DARKSLATEGRAY_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkslategray' color name.
DARKSLATEGREY_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkslategrey' RGB color.
DARKSLATEGREY_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkslategrey' color name.
DARKTURQUOISE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkturquoise' RGB color.
DARKTURQUOISE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkturquoise' color name.
DARKVIOLET_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkviolet' RGB color.
DARKVIOLET_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'darkviolet' color name.
DASHMATCH - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents the '|=' lexical unit.
data - Variable in class org.apache.batik.dom.AbstractProcessingInstruction
The data.
data - Variable in class org.apache.batik.util.gui.MemoryMonitor.History
The data.
DATA_PROTOCOL - Static variable in class org.apache.batik.bridge.DefaultScriptSecurity
 
DATA_PROTOCOL - Static variable in class org.apache.batik.bridge.EmbededScriptSecurity
 
DATA_PROTOCOL - Static variable in class org.apache.batik.bridge.DefaultExternalResourceSecurity
 
DATA_PROTOCOL - Static variable in class org.apache.batik.bridge.EmbededExternalResourceSecurity
 
DATA_PROTOCOL_PNG_PREFIX - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
debug - Variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
The debug flag.
declaration - Variable in class org.apache.batik.dom.svg.SVGStylableElement.StyleDeclaration
The associated CSS object.
declarePrefix(String, String) - Method in class org.xml.sax.helpers.NamespaceSupport
Declare a Namespace prefix.
DeclHandler - interface org.xml.sax.ext.DeclHandler.
SAX2 extension handler for DTD declaration events.
decode(byte[], byte[], int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFLZWDecoder
Method to decode LZW compressed data.
decode16BitsTo8Bits(int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDecodeParam
Returns an unsigned 8 bit value computed by dithering the unsigned 16 bit value.
decodeAsRaster() - Method in class org.apache.batik.ext.awt.image.codec.ImageDecoderImpl
Returns a Raster that contains the decoded contents of the SeekableStream associated with this ImageDecoder.
decodeAsRaster() - Method in interface org.apache.batik.ext.awt.image.codec.ImageDecoder
Returns a Raster that contains the decoded contents of the SeekableStream associated with this ImageDecoder.
decodeAsRaster(int) - Method in class org.apache.batik.ext.awt.image.codec.ImageDecoderImpl
Returns a Raster that contains the decoded contents of the SeekableStream associated with this ImageDecoder.
decodeAsRaster(int) - Method in interface org.apache.batik.ext.awt.image.codec.ImageDecoder
Returns a Raster that contains the decoded contents of the SeekableStream associated with this ImageDecoder.
decodeAsRenderedImage() - Method in class org.apache.batik.ext.awt.image.codec.ImageDecoderImpl
Returns a RenderedImage that contains the decoded contents of the SeekableStream associated with this ImageDecoder.
decodeAsRenderedImage() - Method in interface org.apache.batik.ext.awt.image.codec.ImageDecoder
Returns a RenderedImage that contains the decoded contents of the SeekableStream associated with this ImageDecoder.
decodeAsRenderedImage(int) - Method in class org.apache.batik.ext.awt.image.codec.ImageDecoderImpl
Returns a RenderedImage that contains the decoded contents of the SeekableStream associated with this ImageDecoder.
decodeAsRenderedImage(int) - Method in class org.apache.batik.ext.awt.image.codec.PNGImageDecoder
 
decodeAsRenderedImage(int) - Method in interface org.apache.batik.ext.awt.image.codec.ImageDecoder
Returns a RenderedImage that contains the decoded contents of the SeekableStream associated with this ImageDecoder.
decodeAsRenderedImage(int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFImageDecoder
 
decodeSigned16BitsTo8Bits(short) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDecodeParam
Returns an unsigned 8 bit value computed by dithering the signed 16 bit value.
DECORATION_ALL - Static variable in interface org.apache.batik.gvt.text.TextSpanLayout
 
DECORATION_OVERLINE - Static variable in interface org.apache.batik.gvt.text.TextSpanLayout
 
DECORATION_STRIKETHROUGH - Static variable in interface org.apache.batik.gvt.text.TextSpanLayout
 
DECORATION_UNDERLINE - Static variable in interface org.apache.batik.gvt.text.TextSpanLayout
 
deepCloneDocument(Document, DOMImplementation) - Static method in class org.apache.batik.dom.util.DOMUtilities
Deep clones a document using the given DOM implementation.
deepCopyInto(Node) - Method in class org.apache.batik.dom.AbstractNode
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class org.apache.batik.dom.AbstractParentNode
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class org.apache.batik.dom.AbstractAttr
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class org.apache.batik.dom.AbstractNotation
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class org.apache.batik.dom.AbstractCharacterData
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class org.apache.batik.dom.AbstractEntityReference
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class org.apache.batik.dom.AbstractElement
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class org.apache.batik.dom.AbstractElementNS
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class org.apache.batik.dom.GenericElementNS
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class org.apache.batik.dom.AbstractProcessingInstruction
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class org.apache.batik.dom.AbstractDocument
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class org.apache.batik.dom.AbstractEntity
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class org.apache.batik.dom.GenericElement
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class org.apache.batik.dom.GenericProcessingInstruction
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class org.apache.batik.dom.AbstractAttrNS
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class org.apache.batik.dom.svg.SVGOMElement
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class org.apache.batik.dom.svg.SVGOMToBeImplementedElement
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class org.apache.batik.dom.svg.SVGOMDocument
Deeply copy the fields of the current node into the given node.
deepExport(Node, AbstractDocument) - Method in class org.apache.batik.dom.AbstractNode
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class org.apache.batik.dom.AbstractParentNode
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class org.apache.batik.dom.AbstractAttr
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class org.apache.batik.dom.AbstractNotation
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class org.apache.batik.dom.AbstractCharacterData
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class org.apache.batik.dom.AbstractEntityReference
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class org.apache.batik.dom.AbstractElement
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class org.apache.batik.dom.AbstractElementNS
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class org.apache.batik.dom.GenericElementNS
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class org.apache.batik.dom.AbstractProcessingInstruction
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class org.apache.batik.dom.AbstractEntity
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class org.apache.batik.dom.GenericElement
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class org.apache.batik.dom.GenericProcessingInstruction
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class org.apache.batik.dom.AbstractAttrNS
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class org.apache.batik.dom.svg.AbstractElement
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class org.apache.batik.dom.svg.SVGOMElement
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class org.apache.batik.dom.svg.SVGOMToBeImplementedElement
Deeply exports this node to the given document.
deepExport(Node, Document) - Method in class org.apache.batik.dom.AbstractDocument
Deeply exports this node to the given document.
DEEPPINK_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'deeppink' RGB color.
DEEPPINK_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'deeppink' color name.
DEEPSKYBLUE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'deepskyblue' RGB color.
DEEPSKYBLUE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'deepskyblue' color name.
DEFAULT - Static variable in class org.apache.batik.i18n.LocaleGroup
The default group.
DEFAULT_ALLOWED_SCRIPT_TYPES - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
Default value for the KEY_ALLOWED_SCRIPT_TYPES key
DEFAULT_CURSOR - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
The default cursor.
DEFAULT_ERROR_HANDLER - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The default error handler.
DEFAULT_HEIGHT - Static variable in class org.apache.batik.apps.rasterizer.SVGConverter
Default height
DEFAULT_INSETS - Static variable in class org.apache.batik.ext.swing.JGridBagPanel
An InsetsManager that uses padding for inside cells
DEFAULT_MAX_GC_OVERRIDES - Static variable in class org.apache.batik.svggen.SVGGraphics2D
Controls the policy for grouping nodes.
DEFAULT_QUALITY - Static variable in class org.apache.batik.apps.rasterizer.SVGConverter
Default quality value.
DEFAULT_RESULT_TYPE - Static variable in class org.apache.batik.apps.rasterizer.SVGConverter
Default result type
DEFAULT_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'default' keyword.
DEFAULT_VALUE - Static variable in class org.apache.batik.css.engine.value.css2.FontFamilyManager
The default value.
DEFAULT_VALUE - Static variable in class org.apache.batik.css.engine.value.svg.ColorManager
The default color value.
DEFAULT_WIDTH - Static variable in class org.apache.batik.apps.rasterizer.SVGConverter
Default width
DEFAULT_XML_ENCODING - Static variable in class org.apache.batik.svggen.SVGGraphics2D
 
DefaultAndCondition - class org.apache.batik.css.parser.DefaultAndCondition.
This class provides an implementation of the CombinatorCondition interface.
DefaultAndCondition(Condition, Condition) - Constructor for class org.apache.batik.css.parser.DefaultAndCondition
Creates a new CombinatorCondition object.
DefaultAngleHandler - class org.apache.batik.parser.DefaultAngleHandler.
This class provides an adapter for AngleHandler
DefaultAngleHandler() - Constructor for class org.apache.batik.parser.DefaultAngleHandler
This class does not need to be instantiated.
DefaultAttributeCondition - class org.apache.batik.css.parser.DefaultAttributeCondition.
This class provides an implementation of the AttributeCondition interface.
DefaultAttributeCondition(String, String, boolean, String) - Constructor for class org.apache.batik.css.parser.DefaultAttributeCondition
Creates a new DefaultAttributeCondition object.
DefaultBeginHyphenAttributeCondition - class org.apache.batik.css.parser.DefaultBeginHyphenAttributeCondition.
This class provides an implementation of the AttributeCondition interface.
DefaultBeginHyphenAttributeCondition(String, String, boolean, String) - Constructor for class org.apache.batik.css.parser.DefaultBeginHyphenAttributeCondition
Creates a new DefaultAttributeCondition object.
DefaultBrokenLinkProvider - class org.apache.batik.ext.awt.image.spi.DefaultBrokenLinkProvider.
 
DefaultBrokenLinkProvider() - Constructor for class org.apache.batik.ext.awt.image.spi.DefaultBrokenLinkProvider
 
DefaultCachedImageHandler - class org.apache.batik.svggen.DefaultCachedImageHandler.
This class is a default implementation of the GenericImageHandler for handlers implementing a caching strategy.
DefaultCachedImageHandler() - Constructor for class org.apache.batik.svggen.DefaultCachedImageHandler
 
DefaultChildSelector - class org.apache.batik.css.parser.DefaultChildSelector.
This class provides an implementation of the DescendantSelector interface.
DefaultChildSelector(Selector, SimpleSelector) - Constructor for class org.apache.batik.css.parser.DefaultChildSelector
Creates a new DefaultChildSelector object.
DefaultClassCondition - class org.apache.batik.css.parser.DefaultClassCondition.
This class provides an implementation of the AttributeCondition interface.
DefaultClassCondition(String, String) - Constructor for class org.apache.batik.css.parser.DefaultClassCondition
Creates a new DefaultAttributeCondition object.
DefaultConditionalSelector - class org.apache.batik.css.parser.DefaultConditionalSelector.
This class provides an implementation of the ConditionalSelector interface.
DefaultConditionalSelector(SimpleSelector, Condition) - Constructor for class org.apache.batik.css.parser.DefaultConditionalSelector
Creates a new ConditionalSelector object.
DefaultConditionFactory - class org.apache.batik.css.parser.DefaultConditionFactory.
This class provides an implementation of the ConditionFactory interface.
DefaultConditionFactory() - Constructor for class org.apache.batik.css.parser.DefaultConditionFactory
This class does not need to be instantiated.
defaultContext - Variable in class org.apache.batik.script.rhino.RhinoInterpreter
Default Context for scripts.
DefaultDescendantSelector - class org.apache.batik.css.parser.DefaultDescendantSelector.
This class provides an implementation for the DescendantSelector interface.
DefaultDescendantSelector(Selector, SimpleSelector) - Constructor for class org.apache.batik.css.parser.DefaultDescendantSelector
Creates a new DefaultDescendantSelector object.
DefaultDirectAdjacentSelector - class org.apache.batik.css.parser.DefaultDirectAdjacentSelector.
This class provides an implementation for the DescendantSelector interface.
DefaultDirectAdjacentSelector(short, Selector, SimpleSelector) - Constructor for class org.apache.batik.css.parser.DefaultDirectAdjacentSelector
Creates a new DefaultDirectAdjacentSelector object.
DefaultDocumentHandler - class org.apache.batik.css.parser.DefaultDocumentHandler.
This class provides a default implementation of the SAC DocumentHandler.
DefaultDocumentHandler() - Constructor for class org.apache.batik.css.parser.DefaultDocumentHandler
Creates a new DefaultDocumentHandler.
DefaultElementSelector - class org.apache.batik.css.parser.DefaultElementSelector.
This class implements the ElementSelector interface.
DefaultElementSelector(String, String) - Constructor for class org.apache.batik.css.parser.DefaultElementSelector
Creates a new ElementSelector object.
DefaultErrorHandler - class org.apache.batik.css.parser.DefaultErrorHandler.
This class provides a default implementation of the ErrorHandler interface.
DefaultErrorHandler - class org.apache.batik.parser.DefaultErrorHandler.
This class provides a default implementation of ErrorHandler.
DefaultErrorHandler - class org.apache.batik.svggen.DefaultErrorHandler.
The ErrorHandler interface allows you to specialize how the error will be set on an SVG Element.
DefaultErrorHandler - class org.apache.batik.transcoder.DefaultErrorHandler.
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 org.apache.batik.css.parser.DefaultErrorHandler
This class does not need to be instantiated.
DefaultErrorHandler() - Constructor for class org.apache.batik.parser.DefaultErrorHandler
 
DefaultErrorHandler() - Constructor for class org.apache.batik.svggen.DefaultErrorHandler
 
DefaultErrorHandler() - Constructor for class org.apache.batik.transcoder.DefaultErrorHandler
 
DefaultExtensionHandler - class org.apache.batik.svggen.DefaultExtensionHandler.
This implementation of the ExtensionHandler interface always returns null Nodes.
DefaultExtensionHandler() - Constructor for class org.apache.batik.svggen.DefaultExtensionHandler
 
DefaultExternalResourceSecurity - class org.apache.batik.bridge.DefaultExternalResourceSecurity.
Default implementation for the ExternalResourceSecurity interface.
DefaultExternalResourceSecurity(ParsedURL, ParsedURL) - Constructor for class org.apache.batik.bridge.DefaultExternalResourceSecurity
 
defaultFactories - Static variable in class org.apache.batik.script.InterpreterPool
The default InterpreterFactory map.
defaultFont - Static variable in class org.apache.batik.gvt.font.FontFamilyResolver
The default font.
DefaultFragmentIdentifierHandler - class org.apache.batik.parser.DefaultFragmentIdentifierHandler.
This class provides an adapter for FragmentIdentifierHandler.
DefaultFragmentIdentifierHandler() - Constructor for class org.apache.batik.parser.DefaultFragmentIdentifierHandler
This class does not need to be instantiated.
DefaultGraphics2D - class org.apache.batik.ext.awt.g2d.DefaultGraphics2D.
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 org.apache.batik.ext.awt.g2d.DefaultGraphics2D
Default constructor
DefaultGraphics2D(DefaultGraphics2D) - Constructor for class org.apache.batik.ext.awt.g2d.DefaultGraphics2D
This constructor supports the create method
defaultHandler - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
The default input handler
DefaultHandler - class org.xml.sax.helpers.DefaultHandler.
Default base class for SAX2 event handlers.
DefaultHandler() - Constructor for class org.xml.sax.helpers.DefaultHandler
 
DefaultIdCondition - class org.apache.batik.css.parser.DefaultIdCondition.
This class provides an implementation of the AttributeCondition interface.
DefaultIdCondition(String) - Constructor for class org.apache.batik.css.parser.DefaultIdCondition
Creates a new DefaultAttributeCondition object.
DefaultImageHandler - class org.apache.batik.svggen.DefaultImageHandler.
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 org.apache.batik.svggen.DefaultImageHandler
Build a DefaultImageHandler.
DefaultLangCondition - class org.apache.batik.css.parser.DefaultLangCondition.
This class provides an implementation of the LangCondition interface.
DefaultLangCondition(String) - Constructor for class org.apache.batik.css.parser.DefaultLangCondition
Creates a new LangCondition object.
DefaultLengthHandler - class org.apache.batik.parser.DefaultLengthHandler.
This class provides an adapter for LengthHandler
DefaultLengthHandler() - Constructor for class org.apache.batik.parser.DefaultLengthHandler
This class does not need to be instantiated.
DefaultLengthListHandler - class org.apache.batik.parser.DefaultLengthListHandler.
This class provides an adapter for LengthListHandler
DefaultLengthListHandler() - Constructor for class org.apache.batik.parser.DefaultLengthListHandler
This class does not need to be instantiated.
DefaultOneOfAttributeCondition - class org.apache.batik.css.parser.DefaultOneOfAttributeCondition.
This class provides an implementation of the AttributeCondition interface.
DefaultOneOfAttributeCondition(String, String, boolean, String) - Constructor for class org.apache.batik.css.parser.DefaultOneOfAttributeCondition
Creates a new DefaultAttributeCondition object.
DefaultPathHandler - class org.apache.batik.parser.DefaultPathHandler.
The class provides an adapter for PathHandler.
DefaultPathHandler() - Constructor for class org.apache.batik.parser.DefaultPathHandler
This class does not need to be instantiated.
DefaultPointsHandler - class org.apache.batik.parser.DefaultPointsHandler.
This class provides an adapter for PointsHandler.
DefaultPointsHandler() - Constructor for class org.apache.batik.parser.DefaultPointsHandler
This class does not need to be instantiated.
DefaultPreserveAspectRatioHandler - class org.apache.batik.parser.DefaultPreserveAspectRatioHandler.
This class provides an adapter for PreserveAspectRatioHandler.
DefaultPreserveAspectRatioHandler() - Constructor for class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
This class does not need to be instantiated.
DefaultPseudoClassCondition - class org.apache.batik.css.parser.DefaultPseudoClassCondition.
This class provides an implementation of the AttributeCondition interface.
DefaultPseudoClassCondition(String, String) - Constructor for class org.apache.batik.css.parser.DefaultPseudoClassCondition
Creates a new DefaultAttributeCondition object.
DefaultPseudoElementSelector - class org.apache.batik.css.parser.DefaultPseudoElementSelector.
This class implements the ElementSelector interface.
DefaultPseudoElementSelector(String, String) - Constructor for class org.apache.batik.css.parser.DefaultPseudoElementSelector
Creates a new ElementSelector object.
defaultRenderingHints - Static variable in class org.apache.batik.gvt.renderer.StaticRenderer
 
defaults - Variable in class org.apache.batik.util.PreferenceManager
 
DefaultScriptSecurity - class org.apache.batik.bridge.DefaultScriptSecurity.
Default implementation for the ScriptSecurity interface.
DefaultScriptSecurity(String, ParsedURL, ParsedURL) - Constructor for class org.apache.batik.bridge.DefaultScriptSecurity
 
DefaultSelectorFactory - class org.apache.batik.css.parser.DefaultSelectorFactory.
This class implements the SelectorFactory interface.
DefaultSelectorFactory() - Constructor for class org.apache.batik.css.parser.DefaultSelectorFactory
This class does not need to be instantiated.
DefaultStyleHandler - class org.apache.batik.svggen.DefaultStyleHandler.
The DefaultStyleHandler class provides the default way to style an SVG Element.
DefaultStyleHandler() - Constructor for class org.apache.batik.svggen.DefaultStyleHandler
 
DefaultSVGConverterController - class org.apache.batik.apps.rasterizer.DefaultSVGConverterController.
Default controller for the SVGConverter operation.
DefaultSVGConverterController() - Constructor for class org.apache.batik.apps.rasterizer.DefaultSVGConverterController
 
DefaultTransformListHandler - class org.apache.batik.parser.DefaultTransformListHandler.
This class provides an adapter for TransformListHandler.
DefaultTransformListHandler() - Constructor for class org.apache.batik.parser.DefaultTransformListHandler
This class does not need to be instantiated.
defaultValue - Variable in class org.apache.batik.css.engine.value.svg.SVGColorManager
The default value.
defaultValue - Variable in class org.apache.batik.dom.svg.SVGOMAnimatedNumber
The default value.
defaultValue - Variable in class org.apache.batik.dom.svg.SVGOMAnimatedLength
The default value if the attribute is not specified.
defaultValue - Variable in class org.apache.batik.dom.svg.SVGOMAnimatedBoolean
The default's attribute value.
defaultValue - Variable in class org.apache.batik.dom.svg.SVGOMAnimatedInteger
The default value.
defaultValue - Variable in class org.apache.batik.dom.svg.SVGOMAnimatedEnumeration
The default value, if the attribute is not specified.
defaultView - Variable in class org.apache.batik.dom.svg.SVGOMDocument
The default view.
defaultXMLSpace(String) - Static method in class org.apache.batik.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 org.apache.batik.ext.awt.image.renderable.DeferRable.
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 org.apache.batik.ext.awt.image.renderable.DeferRable
Constructor takes nothing
defineClass(String, byte[]) - Method in class org.apache.batik.script.rhino.RhinoClassLoader
Define and load a Java class
defineClass(String, byte[], Object) - Method in class org.apache.batik.script.rhino.BatikSecuritySupport
Define and load a Java class
defSet - Variable in class org.apache.batik.svggen.AbstractSVGConverter
Set of definitions to interpret the values of the attributes generated by this converter since its creation
defSet - Variable in class org.apache.batik.svggen.AbstractSVGFilterConverter
Set of definitions to interpret the values of the attributes generated by this converter since its creation
DEG - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents a deg lexical unit.
DEG_TO_RAD - Static variable in class org.apache.batik.ext.swing.JAffineTransformChooser
 
deg() - Method in class org.apache.batik.parser.DefaultAngleHandler
Implements AngleHandler.deg().
deg() - Method in interface org.apache.batik.parser.AngleHandler
Invoked when 'deg' has been parsed.
deleteData(int, int) - Method in class org.apache.batik.dom.AbstractCharacterData
DOM: Implements CharacterData.deleteData(int,int).
deleteData(int, int) - Method in interface org.w3c.dom.CharacterData
Remove a range of 16-bit units from the node.
deleteMedium(String) - Method in interface org.w3c.dom.stylesheets.MediaList
Deletes the medium indicated by oldMedium from the list.
deleteRule(int) - Method in interface org.w3c.dom.css.CSSMediaRule
Used to delete a rule from the media block.
deleteRule(int) - Method in interface org.w3c.dom.css.CSSStyleSheet
Used to delete a rule from the style sheet.
delimiter - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager.AttributeInfo
The attribute value delimiter.
deltaX - Variable in class org.apache.batik.ext.awt.image.rendered.TranslateRed
 
deltaY - Variable in class org.apache.batik.ext.awt.image.rendered.TranslateRed
 
DEMIBOLD - Static variable in class org.apache.batik.svggen.SVGFont
 
DEMILIGHT - Static variable in class org.apache.batik.svggen.SVGFont
 
depth - Variable in class org.apache.batik.xml.XMLScanner
The depth in the xml tree.
deriveFont(float) - Method in class org.apache.batik.bridge.SVGGVTFont
Creates a new GVTFont object by replicating this font object and applying a new size to it.
deriveFont(float) - Method in class org.apache.batik.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 org.apache.batik.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 org.apache.batik.bridge.SVGFontFamily
Derives a GVTFont object of the correct size.
deriveFont(float, AttributedCharacterIterator) - Method in class org.apache.batik.gvt.font.UnresolvedFontFamily
Derives a GVTFont object of the correct size.
deriveFont(float, AttributedCharacterIterator) - Method in interface org.apache.batik.gvt.font.GVTFontFamily
Derives a GVTFont object of the correct size.
deriveFont(float, AttributedCharacterIterator) - Method in class org.apache.batik.gvt.font.AWTFontFamily
Derives a GVTFont object of the correct size.
DescendantSelector - interface org.w3c.css.sac.DescendantSelector.
 
descent - Variable in class org.apache.batik.bridge.SVGFontFace
 
descent - Variable in class org.apache.batik.gvt.font.GVTLineMetrics
 
descMap - Variable in class org.apache.batik.svggen.AbstractSVGConverter
Map of descriptions already processed by this converter.
descMap - Variable in class org.apache.batik.svggen.AbstractSVGFilterConverter
Map of descriptions already processed by this converter.
deselectAll() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
 
deselectAll() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Deselects all.
deselectAll() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
deselectInteractor() - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Deselects an interactor, if the interaction has finished.
destinationType - Variable in class org.apache.batik.apps.rasterizer.SVGConverter
Result type
DestinationType - class org.apache.batik.apps.rasterizer.DestinationType.
Describes the type of destination for an SVGConverter operation.
detach() - Method in class org.apache.batik.dom.traversal.DOMNodeIterator
DOM: Implements NodeIterator.detach().
detach() - Method in interface org.w3c.dom.traversal.NodeIterator
Detaches the NodeIterator from the set which it iterated over, releasing any computational resources and placing the iterator in the INVALID state.
detachNodeIterator(NodeIterator) - Method in class org.apache.batik.dom.AbstractDocument
Detaches the given node iterator from this document.
detachNodeIterator(NodeIterator) - Method in class org.apache.batik.dom.traversal.TraversalSupport
Detaches the given node iterator.
detailsArea - Variable in class org.apache.batik.util.gui.JErrorPane
The text area used to show the stack trace.
Device - class org.apache.batik.svggen.font.table.Device.
 
Device(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.Device
Creates new Device
DiffuseLightingRable - interface org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable.
This filter primitive lights an image using the alpha channel as a bump map.
DiffuseLightingRable8Bit - class org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable8Bit.
Implementation of the DiffuseLightRable interface.
DiffuseLightingRable8Bit(Filter, Rectangle2D, Light, double, double, double[]) - Constructor for class org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable8Bit
 
DiffuseLightingRed - class org.apache.batik.ext.awt.image.rendered.DiffuseLightingRed.
 
DiffuseLightingRed(double, Light, BumpMap, Rectangle, double, double, boolean) - Constructor for class org.apache.batik.ext.awt.image.rendered.DiffuseLightingRed
 
dimension - Variable in class org.apache.batik.css.parser.CSSLexicalUnit.DimensionLexicalUnit
The dimension.
DIMENSION - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents a dimension lexical unit.
dimension(boolean, LexicalUnit) - Method in class org.apache.batik.css.parser.Parser
Converts the current lexical unit to a dimension.
DIMGRAY_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'dimgray' RGB color.
DIMGRAY_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'dimgray' color name.
DIMGREY_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'dimgrey' RGB color.
DIMGREY_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'dimgrey' color name.
direction - Variable in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength
This length's direction.
DIRECTION_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
DirectionManager - class org.apache.batik.css.engine.value.css2.DirectionManager.
This class provides a manager for the 'direction' property values.
DirectionManager() - Constructor for class org.apache.batik.css.engine.value.css2.DirectionManager
 
DirectoryEntry - class org.apache.batik.svggen.font.table.DirectoryEntry.
 
DirectoryEntry(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.DirectoryEntry
 
dirtyAreas - Variable in class org.apache.batik.bridge.UpdateManagerEvent
The dirty areas, as a List of Rectangles.
disableInteractions - Variable in class org.apache.batik.swing.gvt.JGVTComponent
Whether to inconditionally disable interactions.
DISCRETE - Static variable in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
 
DiscreteTransfer - class org.apache.batik.ext.awt.image.DiscreteTransfer.
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 org.apache.batik.ext.awt.image.DiscreteTransfer
The input is an int array which will be used later to construct the lut data
dispatcher - Variable in class org.apache.batik.bridge.BridgeEventSupport.GVTUnloadListener
 
dispatchEvent(Event) - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements EventTarget.dispatchEvent(Event).
dispatchEvent(Event) - Method in interface org.w3c.dom.events.EventTarget
This method allows the dispatch of events into the implementations event model.
dispatchEvent(EventObject) - Method in interface org.apache.batik.gvt.event.EventDispatcher
Dispatched the specified event object.
dispatchEvent(EventObject) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT event.
dispatchEvent(NodeEventTarget, Event) - Static method in class org.apache.batik.dom.events.EventSupport
This method allows the dispatch of events into the implementations event model.
dispatchKeyEvent(KeyEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT key event.
dispatchKeyEvent(String, GraphicsNodeKeyEvent) - Method in class org.apache.batik.bridge.BridgeEventSupport.Listener
 
dispatchKeyPressed(KeyEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Dispatches the event to the GVT tree.
dispatchKeyPressed(KeyEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Dispatches the event to the GVT tree.
dispatchKeyReleased(KeyEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Dispatches the event to the GVT tree.
dispatchKeyReleased(KeyEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Dispatches the event to the GVT tree.
dispatchKeyTyped(KeyEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Dispatches the event to the GVT tree.
dispatchKeyTyped(KeyEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Dispatches the event to the GVT tree.
dispatchMouseClicked(MouseEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Dispatches the event to the GVT tree.
dispatchMouseClicked(MouseEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Dispatches the event to the GVT tree.
dispatchMouseDragged(MouseEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Dispatches the event to the GVT tree.
dispatchMouseDragged(MouseEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Dispatches the event to the GVT tree.
dispatchMouseEntered(MouseEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Dispatches the event to the GVT tree.
dispatchMouseEntered(MouseEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Dispatches the event to the GVT tree.
dispatchMouseEvent(MouseEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event.
dispatchMouseEvent(String, Element, Element, Point, GraphicsNodeMouseEvent, boolean) - Method in class org.apache.batik.bridge.BridgeEventSupport.Listener
Dispatches a DOM MouseEvent according to the specified parameters.
dispatchMouseEvent(String, GraphicsNodeMouseEvent, boolean) - Method in class org.apache.batik.bridge.BridgeEventSupport.Listener
Dispatches a DOM MouseEvent according to the specified parameters.
dispatchMouseExited(MouseEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Dispatches the event to the GVT tree.
dispatchMouseExited(MouseEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Dispatches the event to the GVT tree.
dispatchMouseMoved(MouseEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Dispatches the event to the GVT tree.
dispatchMouseMoved(MouseEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Dispatches the event to the GVT tree.
dispatchMousePressed(MouseEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Dispatches the event to the GVT tree.
dispatchMousePressed(MouseEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Dispatches the event to the GVT tree.
dispatchMouseReleased(MouseEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Dispatches the event to the GVT tree.
dispatchMouseReleased(MouseEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Dispatches the event to the GVT tree.
dispatchSelectionEvent(SelectionEvent) - Method in class org.apache.batik.gvt.text.ConcreteTextSelector
Reports whether the current selection contains any objects.
dispatchSVGLoad(Element, Interpreter, boolean, String) - Method in class org.apache.batik.bridge.BaseScriptingEnvironment
Auxiliary method for dispatchSVGLoad.
dispatchSVGLoadEvent() - Method in class org.apache.batik.bridge.BaseScriptingEnvironment
Recursively dispatch the SVG 'onload' event.
dispatchSVGLoadEvent() - Method in class org.apache.batik.bridge.UpdateManager
Dispatches an 'SVGLoad' event to the document.
dispatchSVGUnLoadEvent() - Method in class org.apache.batik.bridge.UpdateManager
Dispatches an 'SVGUnLoad' event to the document.
DisplacementMapRable - interface org.apache.batik.ext.awt.image.renderable.DisplacementMapRable.
Implements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input image
DisplacementMapRable8Bit - class org.apache.batik.ext.awt.image.renderable.DisplacementMapRable8Bit.
Implements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input image
DisplacementMapRable8Bit(List, double, ARGBChannel, ARGBChannel) - Constructor for class org.apache.batik.ext.awt.image.renderable.DisplacementMapRable8Bit
 
DisplacementMapRed - class org.apache.batik.ext.awt.image.rendered.DisplacementMapRed.
This implementation of RenderableImage will render its input GraphicsNode on demand for tiles.
DisplacementMapRed(CachableRed, CachableRed, ARGBChannel, ARGBChannel, float, float, RenderingHints) - Constructor for class org.apache.batik.ext.awt.image.rendered.DisplacementMapRed
 
DISPLAY_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
displayError(Exception) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
Displays an error resulting from the specified Exception.
displayError(Exception) - Method in interface org.apache.batik.bridge.UserAgent
Displays an error resulting from the specified Exception.
displayError(Exception) - Method in class org.apache.batik.bridge.UserAgentAdapter
Display the specified error (forwards call to displayError(String))
displayError(Exception) - Method in class org.apache.batik.swing.JSVGCanvas.CanvasUserAgent
Displays an error resulting from the specified Exception.
displayError(Exception) - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Displays an error resulting from the specified Exception.
displayError(Exception) - Method in interface org.apache.batik.swing.svg.SVGUserAgent
Displays an error resulting from the specified Exception.
displayError(Exception) - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Displays an error resulting from the specified Exception.
displayError(Exception) - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Displays the specified error using the ErrorHandler.
displayError(String) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
Displays an error message.
displayError(String) - Method in class org.apache.batik.bridge.UserAgentAdapter
Display the specified error message (forwards call to displayMessage).
displayError(String) - Method in class org.apache.batik.swing.JSVGCanvas.CanvasUserAgent
Displays an error message in the User Agent interface.
displayError(String) - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Displays an error message in the User Agent interface.
displayError(String) - Method in interface org.apache.batik.swing.svg.SVGUserAgent
Displays an error message.
displayError(String) - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Displays the specified error message using the ErrorHandler.
DisplayManager - class org.apache.batik.css.engine.value.css2.DisplayManager.
This class provides a manager for the 'display' property values.
DisplayManager() - Constructor for class org.apache.batik.css.engine.value.css2.DisplayManager
 
displayMessage(String) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
Displays a message in the User Agent interface.
displayMessage(String) - Method in interface org.apache.batik.bridge.UserAgent
Displays a message in the User Agent interface.
displayMessage(String) - Method in class org.apache.batik.bridge.UserAgentAdapter
Display the specified message.
displayMessage(String) - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Displays a message in the User Agent interface.
displayMessage(String) - Method in interface org.apache.batik.swing.svg.SVGUserAgent
Displays a message in the User Agent interface.
displayMessage(String) - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Displays a message in the User Agent interface.
displayMessage(String) - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Displays the specified message using the ErrorHandler.
displayThread - Variable in class org.apache.batik.apps.svgbrowser.StatusBar
The current display thread.
dispose() - Method in class org.apache.batik.bridge.FocusManager
Removes all listeners attached to the document and that manage focus.
dispose() - Method in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
Disposes this BridgeUpdateHandler and releases all resources.
dispose() - Method in interface org.apache.batik.bridge.BridgeUpdateHandler
Disposes this BridgeUpdateHandler and releases all resources.
dispose() - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler
Disposes this BridgeUpdateHandler and releases all resources.
dispose() - Method in class org.apache.batik.bridge.BridgeContext
Disposes this BridgeContext.
dispose() - Method in class org.apache.batik.bridge.DocumentLoader
Disposes and releases all resources allocated by this document loader.
dispose() - Method in class org.apache.batik.css.engine.CSSEngine
Disposes the CSSEngine and all the attached resources.
dispose() - Method in class org.apache.batik.ext.awt.g2d.DefaultGraphics2D
Disposes of this graphics context and releases any system resources that it is using.
dispose() - Method in class org.apache.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext
 
dispose() - Method in class org.apache.batik.gvt.PatternPaintContext
 
dispose() - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Disposes all resources of this renderer.
dispose() - Method in interface org.apache.batik.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 interface org.apache.batik.script.Interpreter
This method can dispose resources used by the interpreter when it is no longer used.
dispose() - Method in class org.apache.batik.script.jacl.JaclInterpreter
 
dispose() - Method in class org.apache.batik.script.jpython.JPythonInterpreter
 
dispose() - Method in class org.apache.batik.script.rhino.RhinoInterpreter
For RhinoInterpreter this method does nothing.
dispose() - Method in class org.apache.batik.svggen.SVGGraphics2D
Disposes of this graphics context and releases any system resources that it is using.
dispose() - Method in class org.apache.batik.util.io.AbstractCharDecoder
Disposes the associated resources.
dispose() - Method in interface org.apache.batik.util.io.CharDecoder
Disposes the associated resources.
dispose() - Method in class org.apache.batik.util.io.StringDecoder
Disposes the associated resources.
dispose() - Method in class org.apache.batik.util.io.GenericDecoder
Disposes the associated resources.
DistantLight - class org.apache.batik.ext.awt.image.DistantLight.
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 org.apache.batik.ext.awt.image.DistantLight
 
distributeAcross(RenderableImage, Graphics2D) - Method in class org.apache.batik.ext.awt.image.renderable.FilterResRable8Bit
This function attempts to distribute the filterRes operation across src.
DIVIDE - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents the '/' lexical unit.
divide_BYTE_COMP_Data(WritableRaster) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
 
divide_INT_PACK_Data(WritableRaster) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
 
docPURL - Variable in class org.apache.batik.bridge.BaseScriptingEnvironment
The URL of the document ot manage
DOCTYPE_CHANGE - Static variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
 
DOCTYPE_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
The doctype context.
DOCTYPE_KEEP_UNCHANGED - Static variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
 
DOCTYPE_REMOVE - Static variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
 
DOCTYPE_START - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a doctype start lexical unit, ie.
doctypeOption - Variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
The doctype option.
document - Variable in class org.apache.batik.bridge.FocusManager
The document.
document - Variable in class org.apache.batik.bridge.URIResolver
The reference document.
document - Variable in class org.apache.batik.bridge.BaseScriptingEnvironment
The document to manage.
document - Variable in class org.apache.batik.bridge.BridgeContext
The document is bridge context is dedicated to.
document - Variable in class org.apache.batik.bridge.UpdateManager
The document to manage.
document - Variable in class org.apache.batik.css.engine.CSSEngine
The associated document.
document - Variable in class org.apache.batik.dom.traversal.DOMNodeIterator
The document which created the iterator.
document - Variable in class org.apache.batik.dom.util.SAXDocumentFactory
The created document.
document - Variable in class org.apache.batik.transcoder.TranscoderOutput
The optional output as XML Document.
document - Variable in class org.apache.batik.transcoder.TranscoderInput
The optional input as XML Document.
document - Variable in class org.apache.batik.util.gui.DOMViewer.Panel
The DOM document.
Document - interface org.w3c.dom.Document.
The Document interface represents the entire HTML or XML document.
DOCUMENT - Static variable in interface org.apache.batik.apps.svgbrowser.ResourceOrigin
Same as document
DOCUMENT_FRAGMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a DocumentFragment.
DOCUMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a Document.
DOCUMENT_START_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
The document start context.
DOCUMENT_TYPE_NODE - Static variable in interface org.w3c.dom.Node
The node is a DocumentType.
documentChanged - Variable in class org.apache.batik.apps.svgbrowser.ThumbnailDialog
A flag bit that indicates a document has been loaded.
documentCodeSource - Variable in class org.apache.batik.bridge.DocumentJarClassLoader
CodeSource for the Document which referenced the Jar file
DocumentCSS - interface org.w3c.dom.css.DocumentCSS.
This interface represents a document with a CSS view.
documentDescriptor - Variable in class org.apache.batik.dom.util.SAXDocumentFactory
The created document descriptor.
DocumentDescriptor - class org.apache.batik.dom.util.DocumentDescriptor.
This class contains informations about a document.
DocumentDescriptor.Entry - class org.apache.batik.dom.util.DocumentDescriptor.Entry.
To manage collisions
DocumentDescriptor.Entry(int, Element, int, DocumentDescriptor.Entry) - Constructor for class org.apache.batik.dom.util.DocumentDescriptor.Entry
Creates a new entry
DocumentDescriptor() - Constructor for class org.apache.batik.dom.util.DocumentDescriptor
Creates a new table.
DocumentEvent - interface org.w3c.dom.events.DocumentEvent.
The DocumentEvent interface provides a mechanism by which the user can create an Event of a type supported by the implementation.
documentEventSupport - Variable in class org.apache.batik.dom.AbstractDocument
The DocumentEventSupport.
DocumentEventSupport - class org.apache.batik.dom.events.DocumentEventSupport.
This class implements the behavior of DocumentEvent.
DocumentEventSupport.EventFactory - interface org.apache.batik.dom.events.DocumentEventSupport.EventFactory.
This interface represents an event factory.
DocumentEventSupport.KeyEventFactory - class org.apache.batik.dom.events.DocumentEventSupport.KeyEventFactory.
To create a key event.
DocumentEventSupport.KeyEventFactory() - Constructor for class org.apache.batik.dom.events.DocumentEventSupport.KeyEventFactory
 
DocumentEventSupport.MouseEventFactory - class org.apache.batik.dom.events.DocumentEventSupport.MouseEventFactory.
To create a mouse event.
DocumentEventSupport.MouseEventFactory() - Constructor for class org.apache.batik.dom.events.DocumentEventSupport.MouseEventFactory
 
DocumentEventSupport.MutationEventFactory - class org.apache.batik.dom.events.DocumentEventSupport.MutationEventFactory.
To create a mutation event.
DocumentEventSupport.MutationEventFactory() - Constructor for class org.apache.batik.dom.events.DocumentEventSupport.MutationEventFactory
 
DocumentEventSupport.SimpleEventFactory - class org.apache.batik.dom.events.DocumentEventSupport.SimpleEventFactory.
To create a simple event.
DocumentEventSupport.SimpleEventFactory() - Constructor for class org.apache.batik.dom.events.DocumentEventSupport.SimpleEventFactory
 
DocumentEventSupport.UIEventFactory - class org.apache.batik.dom.events.DocumentEventSupport.UIEventFactory.
To create a UI event.
DocumentEventSupport.UIEventFactory() - Constructor for class org.apache.batik.dom.events.DocumentEventSupport.UIEventFactory
 
DocumentEventSupport() - Constructor for class org.apache.batik.dom.events.DocumentEventSupport
 
documentFactory - Variable in class org.apache.batik.bridge.DocumentLoader
The document factory used to create the document according a DOM implementation.
DocumentFactory - interface org.apache.batik.dom.util.DocumentFactory.
This interface represents an object which can build a Document.
DocumentFragment - interface org.w3c.dom.DocumentFragment.
DocumentFragment is a "lightweight" or "minimal" Document object.
documentHandler - Variable in class org.apache.batik.css.parser.Parser
The document handler.
DocumentHandler - interface org.w3c.css.sac.DocumentHandler.
This is the main interface that most CSS applications implement: if the application needs to be informed of basic parsing events, it implements this interface and registers an instance with the CSS parser using the setCSSHandler method.
DocumentHandler - interface org.xml.sax.DocumentHandler.
Deprecated. This interface has been replaced by the SAX2 ContentHandler interface, which includes Namespace support.
documentInfo - Variable in class org.apache.batik.util.gui.DOMViewer.Panel
The documentInfo panel text area.
documentInfoPanel - Variable in class org.apache.batik.util.gui.DOMViewer.Panel
The documentInfo node panel.
DocumentJarClassLoader - class org.apache.batik.bridge.DocumentJarClassLoader.
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 org.apache.batik.bridge.DocumentJarClassLoader
Constructor
documentLoader - Variable in class org.apache.batik.bridge.URIResolver
The document loader.
documentLoader - Variable in class org.apache.batik.bridge.BridgeContext
The document loader used to load/create Document.
documentLoader - Variable in class org.apache.batik.swing.svg.JSVGComponent
The document loader.
DocumentLoader - class org.apache.batik.bridge.DocumentLoader.
This class is responsible on loading an SVG document and maintaining a cache.
DocumentLoader() - Constructor for class org.apache.batik.bridge.DocumentLoader
Constructs a new DocumentLoader.
DocumentLoader(UserAgent) - Constructor for class org.apache.batik.bridge.DocumentLoader
Constructs a new DocumentLoader with the specified XML parser.
documentLoadingCancelled(SVGDocumentLoaderEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Called when the loading of a document was cancelled.
documentLoadingCancelled(SVGDocumentLoaderEvent) - Method in class org.apache.batik.swing.svg.SVGDocumentLoaderAdapter
Called when the loading of a document was cancelled.
documentLoadingCancelled(SVGDocumentLoaderEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Called when the loading of a document was cancelled.
documentLoadingCancelled(SVGDocumentLoaderEvent) - Method in interface org.apache.batik.swing.svg.SVGDocumentLoaderListener
Called when the loading of a document was cancelled.
documentLoadingCompleted(SVGDocumentLoaderEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Called when the loading of a document was completed.
documentLoadingCompleted(SVGDocumentLoaderEvent) - Method in class org.apache.batik.swing.svg.SVGDocumentLoaderAdapter
Called when the loading of a document was completed.
documentLoadingCompleted(SVGDocumentLoaderEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Called when the loading of a document was completed.
documentLoadingCompleted(SVGDocumentLoaderEvent) - Method in interface org.apache.batik.swing.svg.SVGDocumentLoaderListener
Called when the loading of a document was completed.
documentLoadingFailed(SVGDocumentLoaderEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Called when the loading of a document has failed.
documentLoadingFailed(SVGDocumentLoaderEvent) - Method in class org.apache.batik.swing.svg.SVGDocumentLoaderAdapter
Called when the loading of a document has failed.
documentLoadingFailed(SVGDocumentLoaderEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Called when the loading of a document has failed.
documentLoadingFailed(SVGDocumentLoaderEvent) - Method in interface org.apache.batik.swing.svg.SVGDocumentLoaderListener
Called when the loading of a document has failed.
documentLoadingStarted(SVGDocumentLoaderEvent) - Method in class org.apache.batik.apps.svgbrowser.ThumbnailDialog.ThumbnailDocumentListener
 
documentLoadingStarted(SVGDocumentLoaderEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Called when the loading of a document was started.
documentLoadingStarted(SVGDocumentLoaderEvent) - Method in class org.apache.batik.swing.JSVGCanvas.CanvasSVGListener
Called when the loading of a document was started.
documentLoadingStarted(SVGDocumentLoaderEvent) - Method in class org.apache.batik.swing.svg.SVGDocumentLoaderAdapter
Called when the loading of a document was started.
documentLoadingStarted(SVGDocumentLoaderEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Called when the loading of a document was started.
documentLoadingStarted(SVGDocumentLoaderEvent) - Method in interface org.apache.batik.swing.svg.SVGDocumentLoaderListener
Called when the loading of a document was started.
documentSize - Variable in class org.apache.batik.bridge.BridgeContext
The size of the document.
documentState - Variable in class org.apache.batik.swing.svg.JSVGComponent
The document state.
DocumentStyle - interface org.w3c.dom.stylesheets.DocumentStyle.
The DocumentStyle interface provides a mechanism by which the style sheets embedded in a document can be retrieved.
DocumentTraversal - interface org.w3c.dom.traversal.DocumentTraversal.
DocumentTraversal contains methods that create iterators and tree-walkers to traverse a node and its children in document order (depth first, pre-order traversal, which is equivalent to the order in which the start tags occur in the text representation of the document).
DocumentType - interface org.w3c.dom.DocumentType.
Each Document has a doctype attribute whose value is either null or a DocumentType object.
documentURI - Variable in class org.apache.batik.bridge.URIResolver
The document URI.
documentURI - Variable in class org.apache.batik.css.engine.CSSEngine
The document URI.
documentURI - Variable in class org.apache.batik.css.parser.Parser
The document URI.
documentURL - Variable in class org.apache.batik.script.rhino.RhinoClassLoader
URL for the document referencing the script.
DocumentView - interface org.w3c.dom.views.DocumentView.
The DocumentView interface is implemented by Document objects in DOM implementations supporting DOM Views.
documentWidth - Variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
The document width.
DODGERBLUE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'dodgerblue' RGB color.
DODGERBLUE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'dodgerblue' color name.
doExplicitGlyphLayout() - Method in class org.apache.batik.gvt.text.GlyphLayout
Explicitly lays out each of the glyphs in the glyph vector.
DOM_IMPLEMENTATION - Static variable in class org.apache.batik.dom.GenericDOMImplementation
The default instance of this class.
DOM_IMPLEMENTATION - Static variable in class org.apache.batik.dom.svg.SVGDOMImplementation
The default instance of this class.
DOM_IMPLEMENTATION - Static variable in class org.apache.batik.dom.svg.ExtensibleSVGDOMImplementation
The default instance of this class.
DOM_VIEWER_ACTION - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
 
DOM_VK_0 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_1 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_2 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_3 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_4 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_5 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_6 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_7 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_8 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_9 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_A - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_ACCEPT - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_ADD - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_AGAIN - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_ALL_CANDIDATES - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_ALPHANUMERIC - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_ALT - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_ALT_GRAPH - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_AMPERSAND - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_ASTERISK - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_AT - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_B - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_BACK_QUOTE - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_BACK_SLASH - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_BACK_SPACE - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_BRACELEFT - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_BRACERIGHT - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_C - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_CANCEL - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_CAPS_LOCK - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_CIRCUMFLEX - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_CLEAR - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_CLOSE_BRACKET - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_CODE_INPUT - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_COLON - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_COMMA - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_COMPOSE - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_CONTROL - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_CONVERT - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_COPY - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_CUT - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_D - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_ABOVEDOT - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_ABOVERING - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_ACUTE - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_BREVE - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_CARON - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_CEDILLA - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_CIRCUMFLEX - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_DIAERESIS - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_DOUBLEACUTE - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_GRAVE - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_IOTA - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_MACRON - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_OGONEK - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_SEMIVOICED_SOUND - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_TILDE - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_DEAD_VOICED_SOUND - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_DECIMAL - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_DELETE - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_DIVIDE - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_DOLLAR - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_DOWN - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_E - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_END - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_ENTER - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_EQUALS - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_ESCAPE - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_EURO_SIGN - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_EXCLAMATION_MARK - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F1 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F10 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F11 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F12 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F13 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F14 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F15 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F16 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F17 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F18 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F19 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F2 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F20 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F21 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F22 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F23 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F24 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F3 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F4 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F5 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F6 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F7 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F8 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_F9 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_FINAL - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_FIND - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_FULL_WIDTH - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_G - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_GREATER - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_H - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_HALF_WIDTH - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_HELP - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_HIRAGANA - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_HOME - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_I - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_INSERT - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_INVERTED_EXCLAMATION_MARK - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_J - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_JAPANESE_HIRAGANA - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_JAPANESE_KATAKANA - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_JAPANESE_ROMAN - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_K - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_KANA - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_KANJI - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_KATAKANA - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_KP_DOWN - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_KP_LEFT - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_KP_RIGHT - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_KP_UP - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_L - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_LEFT - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_LEFT_PARENTHESIS - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_LESS - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_M - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_META - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_MINUS - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_MODECHANGE - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_MULTIPLY - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_N - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_NONCONVERT - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_NUM_LOCK - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_NUMBER_SIGN - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_NUMPAD0 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_NUMPAD1 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_NUMPAD2 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_NUMPAD3 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_NUMPAD4 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_NUMPAD5 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_NUMPAD6 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_NUMPAD7 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_NUMPAD8 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_NUMPAD9 - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_O - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_OPEN_BRACKET - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_P - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_PAGE_DOWN - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_PAGE_UP - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_PASTE - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_PAUSE - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_PERIOD - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_PLUS - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_PREVIOUS_CANDIDATE - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_PRINTSCREEN - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_PROPS - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_Q - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_QUOTE - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_QUOTEDBL - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_R - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_RIGHT - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_RIGHT_PARENTHESIS - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_ROMAN_CHARACTERS - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_S - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_SCROLL_LOCK - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_SEMICOLON - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_SEPARATER - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_SHIFT - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_SLASH - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_SPACE - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_STOP - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_SUBTRACT - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_T - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_TAB - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_U - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_UNDEFINED - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_UNDERSCORE - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_UNDO - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_UP - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_V - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_W - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_X - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_Y - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
DOM_VK_Z - Static variable in class org.apache.batik.dom.events.DOMKeyEvent
 
domAttrModifiedEventListener - Variable in class org.apache.batik.bridge.BridgeContext
The DOM EventListener to receive 'DOMAttrModified' event.
domAttrModifiedListener - Variable in class org.apache.batik.css.engine.CSSEngine
The DOMAttrModified event listener.
domCharacterDataModifiedListener - Variable in class org.apache.batik.bridge.BridgeContext
The DOM EventListener to receive 'DOMCharacterDataModified' event.
domCharacterDataModifiedListener - Variable in class org.apache.batik.css.engine.CSSEngine
The DOMCharacterDataModified event listener.
domCharacterDataModifiedListener - Variable in class org.apache.batik.dom.svg.SVGOMStyleElement
The listener used to track the content changes.
DOMEvent - class org.apache.batik.dom.events.DOMEvent.
A simple event.
DOMEvent() - Constructor for class org.apache.batik.dom.events.DOMEvent
 
DOMException - exception org.w3c.dom.DOMException.
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable).
DOMException(short, String) - Constructor for class org.w3c.dom.DOMException
 
DomExtension - interface org.apache.batik.dom.svg.DomExtension.
This is a Service interface for classes that want to extend the functionality of the SVGOMDocument, to support new tags in the DOM tree.
domFocusInListener - Variable in class org.apache.batik.bridge.FocusManager
The EventListener that tracks 'DOMFocusIn' events.
domFocusOutListener - Variable in class org.apache.batik.bridge.FocusManager
The EventListener that tracks 'DOMFocusOut' events.
DOMGroupManager - class org.apache.batik.svggen.DOMGroupManager.
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 org.apache.batik.svggen.DOMGroupManager
Constructor
DOMImplementation - interface org.w3c.dom.DOMImplementation.
The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
DOMImplementationCSS - interface org.w3c.dom.css.DOMImplementationCSS.
This interface allows the DOM user to create a CSSStyleSheet outside the context of a document.
DOMImplementationKey - class org.apache.batik.transcoder.keys.DOMImplementationKey.
A transcoding Key represented as a DOMImplementation.
DOMImplementationKey() - Constructor for class org.apache.batik.transcoder.keys.DOMImplementationKey
 
DOMINANT_BASELINE_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
DominantBaselineManager - class org.apache.batik.css.engine.value.svg.DominantBaselineManager.
This class provides a manager for the 'alignment-baseline' property values.
DominantBaselineManager() - Constructor for class org.apache.batik.css.engine.value.svg.DominantBaselineManager
 
DOMKeyEvent - class org.apache.batik.dom.events.DOMKeyEvent.
The KeyEvent interface provides specific contextual information associated with Key events.
DOMKeyEvent() - Constructor for class org.apache.batik.dom.events.DOMKeyEvent
 
DOMMouseEvent - class org.apache.batik.dom.events.DOMMouseEvent.
The MouseEvent class provides specific contextual information associated with Mouse events.
DOMMouseEvent() - Constructor for class org.apache.batik.dom.events.DOMMouseEvent
 
DOMMutationEvent - class org.apache.batik.dom.events.DOMMutationEvent.
The MutationEvent class provides specific contextual information associated with Mutation events.
DOMMutationEvent() - Constructor for class org.apache.batik.dom.events.DOMMutationEvent
 
domNodeInsertedEventListener - Variable in class org.apache.batik.bridge.BridgeContext
The DOM EventListener to receive 'DOMNodeInserted' event.
domNodeInsertedListener - Variable in class org.apache.batik.bridge.ScriptingEnvironment
The DOMNodeInserted event listener.
domNodeInsertedListener - Variable in class org.apache.batik.css.engine.CSSEngine
The DOMNodeInserted event listener.
DOMNodeIterator - class org.apache.batik.dom.traversal.DOMNodeIterator.
This class implements the NodeIterator interface.
DOMNodeIterator(AbstractDocument, Node, int, NodeFilter, boolean) - Constructor for class org.apache.batik.dom.traversal.DOMNodeIterator
Creates a new NodeIterator object.
domNodeRemovedEventListener - Variable in class org.apache.batik.bridge.BridgeContext
The DOM EventListener to receive 'DOMNodeRemoved' event.
domNodeRemovedListener - Variable in class org.apache.batik.bridge.ScriptingEnvironment
The DOMNodeRemoved event listener.
domNodeRemovedListener - Variable in class org.apache.batik.css.engine.CSSEngine
The DOMNodeRemoved event listener.
DOMSTRING_SIZE_ERR - Static variable in class org.w3c.dom.DOMException
If the specified range of text does not fit into a DOMString
domSubtreeModifiedListener - Variable in class org.apache.batik.css.engine.CSSEngine
The DOMSubtreeModified event listener.
DOMTreeManager - class org.apache.batik.svggen.DOMTreeManager.
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 org.apache.batik.svggen.DOMTreeManager
Constructor
DOMTreeWalker - class org.apache.batik.dom.traversal.DOMTreeWalker.
This class implements the NodeIterator interface.
DOMTreeWalker(Node, int, NodeFilter, boolean) - Constructor for class org.apache.batik.dom.traversal.DOMTreeWalker
Creates a new TreeWalker object.
DOMUIEvent - class org.apache.batik.dom.events.DOMUIEvent.
The UIEvent class provides specific contextual information associated with User Interface events.
DOMUIEvent() - Constructor for class org.apache.batik.dom.events.DOMUIEvent
 
DOMUtilities - class org.apache.batik.dom.util.DOMUtilities.
A collection of utility functions for the DOM.
DOMUtilities() - Constructor for class org.apache.batik.dom.util.DOMUtilities
Do not need to be instantiated.
domViewer - Variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
The DOM viewer.
DOMViewer - class org.apache.batik.util.gui.DOMViewer.
The components of this class are used to view a DOM tree.
DOMViewer.CloseButtonAction - class org.apache.batik.util.gui.DOMViewer.CloseButtonAction.
The action associated with the 'Close' button of the viewer panel
DOMViewer.CloseButtonAction(DOMViewer) - Constructor for class org.apache.batik.util.gui.DOMViewer.CloseButtonAction
 
DOMViewer.Panel - class org.apache.batik.util.gui.DOMViewer.Panel.
The panel that contains the viewer.
DOMViewer.Panel.DOMTreeSelectionListener - class org.apache.batik.util.gui.DOMViewer.Panel.DOMTreeSelectionListener.
To listen to the tree selection.
DOMViewer.Panel.DOMTreeSelectionListener(DOMViewer.Panel) - Constructor for class org.apache.batik.util.gui.DOMViewer.Panel.DOMTreeSelectionListener
 
DOMViewer.Panel.NodeAttributesModel - class org.apache.batik.util.gui.DOMViewer.Panel.NodeAttributesModel.
To display the attributes of a DOM node attributes in a table.
DOMViewer.Panel.NodeAttributesModel(DOMViewer.Panel, Node) - Constructor for class org.apache.batik.util.gui.DOMViewer.Panel.NodeAttributesModel
Creates a new NodeAttributesModel object.
DOMViewer.Panel.NodeCSSValuesModel - class org.apache.batik.util.gui.DOMViewer.Panel.NodeCSSValuesModel.
To display the CSS properties of a DOM node in a table.
DOMViewer.Panel.NodeCSSValuesModel(DOMViewer.Panel, Node) - Constructor for class org.apache.batik.util.gui.DOMViewer.Panel.NodeCSSValuesModel
Creates a new NodeAttributesModel object.
DOMViewer.Panel.NodeInfo - class org.apache.batik.util.gui.DOMViewer.Panel.NodeInfo.
To store the nodes informations
DOMViewer.Panel.NodeInfo(Node) - Constructor for class org.apache.batik.util.gui.DOMViewer.Panel.NodeInfo
Creates a new NodeInfo object.
DOMViewer.Panel.NodeRenderer - class org.apache.batik.util.gui.DOMViewer.Panel.NodeRenderer.
To render the tree nodes.
DOMViewer.Panel.NodeRenderer(DOMViewer.Panel) - Constructor for class org.apache.batik.util.gui.DOMViewer.Panel.NodeRenderer
Creates a new NodeRenderer object.
DOMViewer.Panel() - Constructor for class org.apache.batik.util.gui.DOMViewer.Panel
Creates a new Panel object.
DOMViewer() - Constructor for class org.apache.batik.util.gui.DOMViewer
Creates a new DOMViewer panel.
done() - Method in class org.apache.batik.gvt.text.GlyphIterator
 
doParse() - Method in class org.apache.batik.parser.AbstractParser
Method responsible for actually parsing data after AbstractParser has initialized itself.
doParse() - Method in class org.apache.batik.parser.AngleParser
Parses the current reader representing an angle.
doParse() - Method in class org.apache.batik.parser.TransformListParser
Parses the current reader.
doParse() - Method in class org.apache.batik.parser.PreserveAspectRatioParser
Parses the current stream.
doParse() - Method in class org.apache.batik.parser.FragmentIdentifierParser
Parses the current reader.
doParse() - Method in class org.apache.batik.parser.LengthParser
 
doParse() - Method in class org.apache.batik.parser.LengthListParser
Parses the given reader.
doParse() - Method in class org.apache.batik.parser.PathParser
 
doParse() - Method in class org.apache.batik.parser.PointsParser
Parses the current stream.
doPathLayout() - Method in class org.apache.batik.gvt.text.GlyphLayout
If this layout is on a text path, positions the characters along the path.
doSpacing(Float, Float, Float) - Method in class org.apache.batik.gvt.text.GlyphLayout
Performs any spacing adjustments required and returns the new advance value.
DOT - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents the '.' lexical unit.
dot() - Method in interface org.apache.batik.parser.ClockHandler
Invoked when '.' has been parsed.
dotNumber() - Method in class org.apache.batik.css.parser.Scanner
Scans the decimal part of a number.
doubleBufferedRendering - Variable in class org.apache.batik.swing.gvt.JGVTComponent
Whether the double buffering is enabled.
doubleBuffering - Variable in class org.apache.batik.swing.gvt.GVTTreeRenderer
Whether to enable the double buffering.
DoubleDocument - class org.apache.batik.ext.swing.DoubleDocument.
Helper class.
DoubleDocument() - Constructor for class org.apache.batik.ext.swing.DoubleDocument
 
doubleString(double) - Static method in class org.apache.batik.svggen.AbstractSVGConverter
Utility method for subclasses.
doubleString(double) - Static method in class org.apache.batik.svggen.SVGGraphicObjectConverter
Utility method for subclasses.
doubleString(double) - Static method in class org.apache.batik.svggen.AbstractSVGFilterConverter
Utility method for subclasses.
doubleString(double, int) - Static method in class org.apache.batik.svggen.SVGLookupOp
Utility method for subclasses.
DoublyIndexedTable - class org.apache.batik.dom.util.DoublyIndexedTable.
This class represents a doubly indexed hash table.
DoublyIndexedTable.Entry - class org.apache.batik.dom.util.DoublyIndexedTable.Entry.
To manage collisions
DoublyIndexedTable.Entry(int, Object, Object, Object, DoublyIndexedTable.Entry) - Constructor for class org.apache.batik.dom.util.DoublyIndexedTable.Entry
Creates a new entry
DoublyIndexedTable() - Constructor for class org.apache.batik.dom.util.DoublyIndexedTable
Creates a new DoublyIndexedTable.
DoublyIndexedTable(int) - Constructor for class org.apache.batik.dom.util.DoublyIndexedTable
Creates a new DoublyIndexedTable.
DoublyLinkedList - class org.apache.batik.util.DoublyLinkedList.
A simple Doubly Linked list class, designed to avoid O(n) behaviour on insert and delete.
DoublyLinkedList.Node - class org.apache.batik.util.DoublyLinkedList.Node.
Basic doubly linked list node interface.
DoublyLinkedList.Node() - Constructor for class org.apache.batik.util.DoublyLinkedList.Node
 
DoublyLinkedList() - Constructor for class org.apache.batik.util.DoublyLinkedList
 
downLanguageButton - Variable in class org.apache.batik.util.gui.LanguageDialog.Panel
The DownLanguageButton.
DRAW - Static variable in class org.apache.batik.svggen.DOMGroupManager
 
draw(Graphics2D) - Method in class org.apache.batik.gvt.font.Glyph
Draws this glyph.
draw(Graphics2D) - Method in class org.apache.batik.gvt.text.GlyphLayout
Paints the text layout using the specified Graphics2D and rendering context.
draw(Graphics2D) - Method in interface org.apache.batik.gvt.text.TextSpanLayout
Paints the specified text layout using the specified Graphics2D and rendering context.
draw(Graphics2D, AttributedCharacterIterator) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Draws the glyph vector.
draw(Graphics2D, AttributedCharacterIterator) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Draws the glyph vector.
draw(Graphics2D, AttributedCharacterIterator) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Draws this glyph vector.
draw(Graphics2D, AttributedCharacterIterator) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Draws this glyph vector.
draw(Shape) - Method in class org.apache.batik.ext.awt.g2d.DefaultGraphics2D
Strokes the outline of a Shape using the settings of the current Graphics2D context.
draw(Shape) - Method in class org.apache.batik.svggen.SVGGraphics2D
Strokes the outline of a Shape using the settings of the current Graphics2D context.
drawArc(int, int, int, int, int, int) - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Draws the outline of a circular or elliptical arc covering the specified rectangle.
drawBlock(TileBlock, WritableRaster) - Method in class org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
 
drawBlockAndCopy(TileBlock[], WritableRaster) - Method in class org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
 
drawBlockInPlace(TileBlock[], WritableRaster) - Method in class org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
 
drawGlyphVector(GlyphVector, float, float) - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Renders the text of the specified GlyphVector using the Graphics2D context's rendering attributes.
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Renders a BufferedImage that is filtered with a BufferedImageOp.
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.apache.batik.svggen.SVGGraphics2D
Renders a BufferedImage that is filtered with a BufferedImageOp.
drawImage(Graphics2D, CachableRed) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
Draws cr into g2d.
drawImage(Graphics2D, RenderableImage) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
Draws a Filter (RenderableImage) into a Graphics 2D.
drawImage(Graphics2D, RenderableImage, RenderContext) - Static method in class org.apache.batik.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 org.apache.batik.ext.awt.image.GraphicsUtil
Draws ri into g2d.
drawImage(Image, AffineTransform, ImageObserver) - Method in class org.apache.batik.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 org.apache.batik.svggen.SVGGraphics2D
Renders an image, applying a transform from image space into user space before drawing.
drawImage(Image, int, int, Color, ImageObserver) - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, ImageObserver) - Method in class org.apache.batik.ext.awt.g2d.DefaultGraphics2D
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, ImageObserver) - Method in class org.apache.batik.svggen.SVGGraphics2D
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.apache.batik.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 org.apache.batik.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 org.apache.batik.svggen.SVGGraphics2D
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.apache.batik.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 org.apache.batik.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.
drawLine(int, int, int, int) - Method in class org.apache.batik.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 org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Draws the outline of an oval.
drawPolygon(int[], int[], int) - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Draws a closed polygon defined by arrays of x and y coordinates.
drawPolyline(int[], int[], int) - Method in class org.apache.batik.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 org.apache.batik.ext.awt.g2d.AbstractGraphics2D
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.apache.batik.ext.awt.g2d.DefaultGraphics2D
Renders a RenderableImage, applying a transform from image space into user space before drawing.
drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.apache.batik.svggen.SVGGraphics2D
Renders a RenderableImage, applying a transform from image space into user space before drawing.
drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.apache.batik.ext.awt.g2d.DefaultGraphics2D
Renders a RenderedImage, applying a transform from image space into user space before drawing.
drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.apache.batik.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 org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Draws an outlined round-cornered rectangle using this graphics context's current color.
drawString(AttributedCharacterIterator, float, float) - Method in class org.apache.batik.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 org.apache.batik.svggen.SVGGraphics2D
Renders the text of the specified iterator, using the Graphics2D context's current Paint.
drawString(AttributedCharacterIterator, int, int) - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Draws the text given by the specified iterator, using this graphics context's current color.
drawString(String, float, float) - Method in class org.apache.batik.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 org.apache.batik.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 org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Draws the text given by the specified string, using this graphics context's current font and color.
DSIG - Static variable in interface org.apache.batik.svggen.font.table.Table
 
dst - Variable in class org.apache.batik.apps.rasterizer.SVGConverter
Destination image path.
DTD_DECLARATIONS_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
The DTD declarations context.
DTDHandler - interface org.xml.sax.DTDHandler.
Receive notification of basic DTD-related events.
dtdids - Static variable in class org.apache.batik.dom.svg.SAXSVGDocumentFactory
The accepted DTD public IDs.
DTDIDS - Static variable in class org.apache.batik.dom.svg.SAXSVGDocumentFactory
The dtd public IDs resource bundle class name.
dummyNode - Variable in class org.apache.batik.gvt.event.AWTEventDispatcher
A dummy graphics node to dispacth "deselect" mouse events to.
DX - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
User-space relative X coordinate for character.
DY - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
User-space relative Y coordinate for character.
dynamic - Variable in class org.apache.batik.bridge.BridgeContext
Whether the bridge must support dynamic features.
DynamicGVTBuilder - class org.apache.batik.bridge.DynamicGVTBuilder.
This class is responsible for creating a GVT tree using an SVG DOM tree.
DynamicGVTBuilder() - Constructor for class org.apache.batik.bridge.DynamicGVTBuilder
Constructs a new builder.
DynamicRenderer - class org.apache.batik.gvt.renderer.DynamicRenderer.
Simple implementation of the Renderer that supports dynamic updates.
DynamicRenderer() - Constructor for class org.apache.batik.gvt.renderer.DynamicRenderer
Constructs a new dynamic renderer with the specified buffer image.
DynamicRenderer(RenderingHints, AffineTransform) - Constructor for class org.apache.batik.gvt.renderer.DynamicRenderer
 

E

e - Variable in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
The element that has been handled by this bridge.
e - Variable in class org.apache.batik.bridge.UnitProcessor.DefaultContext
The element.
e - Variable in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Element
e - Variable in class org.apache.batik.bridge.BridgeException
The element on which the error occured.
e - Variable in class org.w3c.css.sac.CSSException
The internal exception.
E_RESIZE_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'e-resize' keyword.
EAST - Static variable in interface org.apache.batik.ext.swing.GridBagConstants
Put the component on the left side of its display area, centered vertically.
EBDT - Static variable in interface org.apache.batik.svggen.font.table.Table
 
EBLC - Static variable in interface org.apache.batik.svggen.font.table.Table
 
EBSC - Static variable in interface org.apache.batik.svggen.font.table.Table
 
ECMA_WINDOW_INSTANTIATION - Static variable in class org.apache.batik.script.rhino.RhinoInterpreter
Instantiate the "window" object
EDGE_MODE_VALUES - Static variable in class org.apache.batik.dom.svg.SVGOMFEConvolveMatrixElement
The 'edgeMode' attribute values.
element - Variable in class org.apache.batik.css.dom.CSSOMComputedStyle
The associated element.
element - Variable in class org.apache.batik.css.engine.CSSEngineEvent
The event target.
element - Variable in class org.apache.batik.css.engine.CSSEngine
The current element.
element - Variable in class org.apache.batik.dom.svg.SVGOMAnimatedNumber
The associated element.
element - Variable in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength
The associated element.
element - Variable in class org.apache.batik.dom.svg.SVGOMAnimatedBoolean
The associated element.
element - Variable in class org.apache.batik.dom.svg.SVGOMAnimatedString
The associated element.
element - Variable in class org.apache.batik.dom.svg.SVGOMAnimatedInteger
The associated element.
element - Variable in class org.apache.batik.dom.svg.SVGOMAnimatedEnumeration
The associated element.
element - Variable in class org.apache.batik.dom.util.DocumentDescriptor.Entry
The element
Element - interface org.w3c.dom.Element.
The Element interface represents an element in an HTML or XML document.
ELEMENT_DECLARATION_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
The element declaration context.
ELEMENT_DECLARATION_START - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a element declaration start lexical unit, ie.
ELEMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is an Element.
ElementCSSInlineStyle - interface org.w3c.dom.css.ElementCSSInlineStyle.
Inline style information attached to elements is exposed through the style attribute.
elementDecl(String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report an element type declaration.
elementNodeMap - Variable in class org.apache.batik.bridge.BridgeContext
Binding Map: key is an SVG Element - value is a GraphicsNode
elementPanel - Variable in class org.apache.batik.util.gui.DOMViewer.Panel
The element panel.
elementsByTagNames - Variable in class org.apache.batik.dom.AbstractDocument
The ElementsByTagName lists.
elementsByTagNamesNS - Variable in class org.apache.batik.dom.AbstractDocument
The ElementsByTagNameNS lists.
ElementSelector - interface org.w3c.css.sac.ElementSelector.
 
ElementTimeControl - interface org.w3c.dom.smil.ElementTimeControl.
 
EM - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents a em lexical unit.
em() - Method in class org.apache.batik.parser.DefaultLengthHandler
Implements LengthHandler.em().
em() - Method in interface org.apache.batik.parser.LengthHandler
Invoked when 'em' has been parsed.
em() - Method in class org.apache.batik.util.UnitProcessor.UnitResolver
Implements LengthHandler.em().
EMBED_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'embed' keyword.
EMBEDED - Static variable in interface org.apache.batik.apps.svgbrowser.ResourceOrigin
Embeded into the document
EmbededExternalResourceSecurity - class org.apache.batik.bridge.EmbededExternalResourceSecurity.
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 org.apache.batik.bridge.EmbededExternalResourceSecurity
 
EmbededScriptSecurity - class org.apache.batik.bridge.EmbededScriptSecurity.
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 org.apache.batik.bridge.EmbededScriptSecurity
 
EMPTY_ELEMENT_END - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents an empty element end lexical unit, ie.
EMPTY_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a 'EMPTY' lexical unit.
EMPTY_NODE_LIST - Static variable in class org.apache.batik.dom.AbstractNode
An empty instance of NodeList.
empty() - Method in class org.apache.batik.util.DoublyLinkedList
Removes all elements from the list.
emptyRect(WritableRaster) - Method in class org.apache.batik.ext.awt.image.rendered.CompositeRed
 
emsToPixels(float, short, UnitProcessor.Context) - Static method in class org.apache.batik.util.UnitProcessor
Converts ems units to user units.
ENABLE_BACKGROUND_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
enableBackgroundGraphicsNodeRable - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
The GraphicsNodeRable for this node with all filtering applied
EnableBackgroundManager - class org.apache.batik.css.engine.value.svg.EnableBackgroundManager.
This class provides a manager for the 'enable-background' property values.
EnableBackgroundManager() - Constructor for class org.apache.batik.css.engine.value.svg.EnableBackgroundManager
 
enableDoubleBuffering - Variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
encode(Raster, ColorModel) - Method in class org.apache.batik.ext.awt.image.codec.ImageEncoderImpl
Encodes a Raster with a given ColorModel and writes the output to the OutputStream associated with this ImageEncoder.
encode(Raster, ColorModel) - Method in interface org.apache.batik.ext.awt.image.codec.ImageEncoder
Encodes a Raster with a given ColorModel and writes the output to the OutputStream associated with this ImageEncoder.
encode(RenderedImage) - Method in class org.apache.batik.ext.awt.image.codec.ImageEncoderImpl
Encodes a RenderedImage and writes the output to the OutputStream associated with this ImageEncoder.
encode(RenderedImage) - Method in interface org.apache.batik.ext.awt.image.codec.ImageEncoder
Encodes a RenderedImage and writes the output to the OutputStream associated with this ImageEncoder.
encode(RenderedImage) - Method in class org.apache.batik.ext.awt.image.codec.PNGImageEncoder
This method encodes a RenderedImage into PNG.
encode(RenderedImage) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFImageEncoder
Encodes a RenderedImage and writes the output to the OutputStream associated with this ImageEncoder.
encodeEntities(String) - Static method in class org.apache.batik.svggen.font.SVGFont
 
encodeImage(BufferedImage, File) - Method in class org.apache.batik.svggen.AbstractImageHandlerEncoder
Derived classes should implement this method and encode the input BufferedImage as needed
encodeImage(BufferedImage, File) - Method in class org.apache.batik.svggen.ImageHandlerPNGEncoder
Derived classes should implement this method and encode the input BufferedImage as needed
encodeImage(BufferedImage, File) - Method in class org.apache.batik.svggen.ImageHandlerJPEGEncoder
Derived classes should implement this method and encode the input BufferedImage as needed
encodeImage(BufferedImage, OutputStream) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
Derived classes should implement this method and encode the input BufferedImage as needed
encodeImage(BufferedImage, OutputStream) - Method in class org.apache.batik.svggen.CachedImageHandlerJPEGEncoder
Uses JPEG encoding.
encodeImage(BufferedImage, OutputStream) - Method in class org.apache.batik.svggen.CachedImageHandlerPNGEncoder
Uses PNG encoding.
encodeImage(BufferedImage, OutputStream) - Method in class org.apache.batik.svggen.CachedImageHandlerBase64Encoder
Uses PNG encoding.
encodeImage(RenderedImage, OutputStream) - Method in class org.apache.batik.svggen.ImageHandlerBase64Encoder
 
ENCODING_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a 'encoding' lexical unit.
encodingArabic - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingArmenian - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingASCII - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingBengali - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingBurmese - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingChinese - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingDevanagari - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingGeez - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingGeorgian - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingGreek - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingGujarati - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingGurmukhi - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingHebrew - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingISO10646 - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingISO8859_1 - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingJapanese - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingKannada - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingKhmer - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingKorean - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingLaotian - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingMalayalam - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingMaldivian - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingMongolian - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingOriya - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingRoman - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingRSymbol - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingRussian - Static variable in interface org.apache.batik.svggen.font.table.Table
 
ENCODINGS - Static variable in class org.apache.batik.util.EncodingUtilities
The standard to Java encoding table.
encodingSindhi - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingSinhalese - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingSlavic - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingTamil - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingTelugu - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingThai - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingTibetan - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingToJavaEncoding(String, String) - Static method in class org.apache.batik.xml.XMLUtilities
Converts the given standard encoding representation to the corresponding Java encoding string.
encodingUGL - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingUndefined - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingUninterp - Static variable in interface org.apache.batik.svggen.font.table.Table
 
EncodingUtilities - class org.apache.batik.util.EncodingUtilities.
This class contains utility functions to manage encodings.
EncodingUtilities() - Constructor for class org.apache.batik.util.EncodingUtilities
This class does not need to be instantiated.
encodingVietnamese - Static variable in interface org.apache.batik.svggen.font.table.Table
 
end - Variable in class org.apache.batik.css.parser.Scanner
The end offset of the last lexical unit.
end - Variable in class org.apache.batik.xml.XMLScanner
The end offset of the last lexical unit.
END - Static variable in class org.apache.batik.gvt.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 org.apache.batik.xml.LexicalUnits
Represents a end character lexical unit, ie.
END_OF_STREAM - Static variable in interface org.apache.batik.util.io.CharDecoder
This constant represents the end of stream character.
END_TAG - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents an end tag lexical unit, ie.
END_TAG_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
The end tag context.
END_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'end' keyword.
endAngle() - Method in class org.apache.batik.parser.DefaultAngleHandler
Implements AngleHandler.endAngle().
endAngle() - Method in interface org.apache.batik.parser.AngleHandler
Invoked when the angle attribute parsing ends.
endCDATA() - Method in class org.apache.batik.dom.util.SAXDocumentFactory
SAX: Implements LexicalHandler.endCDATA().
endCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
Report the end of a CDATA section.
endClock() - Method in interface org.apache.batik.parser.ClockHandler
Invoked when the clock attribute parsing ends.
endDocument() - Method in interface org.xml.sax.ContentHandler
Receive notification of the end of a document.
endDocument() - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the end of the document.
endDocument() - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the end of a document.
endDocument() - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of the document.
endDocument() - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 end document event.
endDocument() - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an end document event.
endDocument() - Method in class org.xml.sax.helpers.XMLReaderAdapter
End document event.
endDocument(InputSource) - Method in class org.apache.batik.css.engine.CSSEngine.DocumentAdapter
SAC: Implements DocumentHandler.endDocument(InputSource).
endDocument(InputSource) - Method in class org.apache.batik.css.engine.CSSEngine.StyleSheetDocumentHandler
SAC: Implements DocumentHandler.endDocument(InputSource).
endDocument(InputSource) - Method in class org.apache.batik.css.parser.DefaultDocumentHandler
SAC: Implements DocumentHandler.endDocument(InputSource).
endDocument(InputSource) - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of the end of a document.
endDTD() - Method in class org.apache.batik.dom.util.SAXDocumentFactory
SAX: Implements LexicalHandler.endDTD().
endDTD() - Method in interface org.xml.sax.ext.LexicalHandler
Report the end of DTD declarations.
endElement() - Method in class org.apache.batik.dom.svg.SVGOMAnimationElement
DOM: Implements ElementTimeControl.endElement().
endElement() - Method in interface org.w3c.dom.smil.ElementTimeControl
 
endElement(String) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the end of an element.
endElement(String) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the end of an element.
endElement(String) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 end element event.
endElement(String, String, String) - Method in class org.apache.batik.dom.util.SAXDocumentFactory
SAX: Implements ContentHandler.endElement(String,String,String).
endElement(String, String, String) - Method in interface org.xml.sax.ContentHandler
Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an end element event.
endElement(String, String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 end element event.
endElementAt(float) - Method in class org.apache.batik.dom.svg.SVGOMAnimationElement
DOM: Implements ElementTimeControl.endElementAt(float).
endElementAt(float) - Method in interface org.w3c.dom.smil.ElementTimeControl
 
endEntity(String) - Method in class org.apache.batik.dom.util.SAXDocumentFactory
SAX: Implements LexicalHandler.endEntity(String).
endEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the end of an entity.
endFontFace() - Method in class org.apache.batik.css.engine.CSSEngine.DocumentAdapter
SAC: Implements DocumentHandler.endFontFace().
endFontFace() - Method in class org.apache.batik.css.engine.CSSEngine.StyleSheetDocumentHandler
SAC: Implements DocumentHandler.endFontFace().
endFontFace() - Method in class org.apache.batik.css.parser.DefaultDocumentHandler
SAC: Implements DocumentHandler.endFontFace().
endFontFace() - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of the end of a font face statement.
endFragmentIdentifier() - Method in class org.apache.batik.bridge.ViewBox.ViewHandler
Invoked when the fragment identifier ends.
endFragmentIdentifier() - Method in interface org.apache.batik.parser.FragmentIdentifierHandler
Invoked when the fragment identifier ends.
endFragmentIdentifier() - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
Implements FragmentIdentifierHandler.endFragmentIdentifier().
endGap() - Method in class org.apache.batik.css.parser.Scanner
Returns the end gap of the current lexical unit.
endInteraction() - Method in class org.apache.batik.swing.gvt.InteractorAdapter
Tells whether the interaction has finished.
endInteraction() - Method in class org.apache.batik.swing.gvt.AbstractRotateInteractor
Tells whether the interactor has finished.
endInteraction() - Method in class org.apache.batik.swing.gvt.AbstractPanInteractor
Tells whether the interactor has finished.
endInteraction() - Method in class org.apache.batik.swing.gvt.AbstractResetTransformInteractor
Tells whether the interaction has finished.
endInteraction() - Method in interface org.apache.batik.swing.gvt.Interactor
Tells whether the interaction has finished.
endInteraction() - Method in class org.apache.batik.swing.gvt.AbstractImageZoomInteractor
Tells whether the interactor has finished.
endInteraction() - Method in class org.apache.batik.swing.gvt.AbstractZoomInteractor
Tells whether the interactor has finished.
endLength() - Method in class org.apache.batik.parser.DefaultLengthHandler
Implements LengthHandler.endLength().
endLength() - Method in interface org.apache.batik.parser.LengthHandler
Invoked when the length attribute ends.
endLength() - Method in class org.apache.batik.util.UnitProcessor.UnitResolver
Implements LengthHandler.endLength().
endLengthList() - Method in class org.apache.batik.parser.DefaultLengthListHandler
Implements LengthListHandler.endLengthList().
endLengthList() - Method in interface org.apache.batik.parser.LengthListHandler
Invoked when the length attribute ends.
endListener - Variable in class org.apache.batik.bridge.ScriptingEnvironment
The end event listener.
endMark - Variable in class org.apache.batik.gvt.TextNode
The end mark.
endMarker - Variable in class org.apache.batik.gvt.MarkerShapePainter
End Marker
endMedia(SACMediaList) - Method in class org.apache.batik.css.engine.CSSEngine.DocumentAdapter
SAC: Implements DocumentHandler.endMedia(SACMediaList).
endMedia(SACMediaList) - Method in class org.apache.batik.css.engine.CSSEngine.StyleSheetDocumentHandler
SAC: Implements DocumentHandler.endMedia(SACMediaList).
endMedia(SACMediaList) - Method in class org.apache.batik.css.parser.DefaultDocumentHandler
SAC: Implements DocumentHandler.endMedia(SACMediaList).
endMedia(SACMediaList) - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of the end of a media statement.
endOfContour - Variable in class org.apache.batik.svggen.font.Point
 
endOfStreamError(String) - Method in class org.apache.batik.util.io.AbstractCharDecoder
To throws an exception when the end of stream was unexpected.
endPage(String, String) - Method in class org.apache.batik.css.engine.CSSEngine.DocumentAdapter
SAC: Implements DocumentHandler.endPage(String,String).
endPage(String, String) - Method in class org.apache.batik.css.engine.CSSEngine.StyleSheetDocumentHandler
SAC: Implements DocumentHandler.endPage(String,String).
endPage(String, String) - Method in class org.apache.batik.css.parser.DefaultDocumentHandler
SAC: Implements DocumentHandler.endPage(String,String).
endPage(String, String) - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of the end of a media statement.
endPath() - Method in interface org.apache.batik.parser.PathHandler
Invoked when the path ends.
endPath() - Method in class org.apache.batik.parser.AWTPathProducer
Implements PathHandler.endPath().
endPath() - Method in class org.apache.batik.parser.DefaultPathHandler
Implements PathHandler.endPath().
endPoints() - Method in class org.apache.batik.parser.AWTPolylineProducer
Implements PointsHandler.endPoints().
endPoints() - Method in class org.apache.batik.parser.DefaultPointsHandler
Implements PointsHandler.endPoints().
endPoints() - Method in interface org.apache.batik.parser.PointsHandler
Invoked when the points attribute ends.
endPoints() - Method in class org.apache.batik.parser.AWTPolygonProducer
Implements PointsHandler.endPoints().
endPrefixMapping(String) - Method in interface org.xml.sax.ContentHandler
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of a Namespace mapping.
endPrefixMapping(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an end Namespace prefix mapping event.
endPrefixMapping(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 end prefix mapping event.
endPreserveAspectRatio() - Method in class org.apache.batik.bridge.ViewBox.ViewHandler
Invoked when the PreserveAspectRatio parsing ends.
endPreserveAspectRatio() - Method in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
Implements PreserveAspectRatioHandler.endPreserveAspectRatio().
endPreserveAspectRatio() - Method in interface org.apache.batik.parser.PreserveAspectRatioHandler
Invoked when the PreserveAspectRatio parsing ends.
endSelector(SelectorList) - Method in class org.apache.batik.css.engine.CSSEngine.DocumentAdapter
SAC: Implements DocumentHandler.endSelector(SelectorList).
endSelector(SelectorList) - Method in class org.apache.batik.css.engine.CSSEngine.StyleSheetDocumentHandler
SAC: Implements DocumentHandler.endSelector(SelectorList).
endSelector(SelectorList) - Method in class org.apache.batik.css.parser.DefaultDocumentHandler
SAC: Implements DocumentHandler.endSelector(SelectorList).
endSelector(SelectorList) - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of the end of a rule statement.
endTransformList() - Method in class org.apache.batik.bridge.ViewBox.ViewHandler
 
endTransformList() - Method in class org.apache.batik.parser.AWTTransformProducer
Implements TransformListHandler.endTransformList().
endTransformList() - Method in interface org.apache.batik.parser.TransformListHandler
Invoked when the transform ends.
endTransformList() - Method in class org.apache.batik.parser.DefaultTransformListHandler
Implements TransformListHandler.endTransformList().
endTransformList() - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
Implements TransformListHandler.endTransformList().
endViewTarget() - Method in class org.apache.batik.bridge.ViewBox.ViewHandler
Invoked when a view target specification ends.
endViewTarget() - Method in interface org.apache.batik.parser.FragmentIdentifierHandler
Invoked when a view target specification ends.
endViewTarget() - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
Invoked when a view target specification ends.
enforceSecureScripting - Variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
enforceSecurity(boolean) - Method in class org.apache.batik.util.ApplicationSecurityEnforcer
Enforces security by installing a SecurityManager.
ensureCapacity(int) - Method in class org.apache.batik.ext.awt.geom.RectListManager
 
ensureCapacity(int) - Method in class org.apache.batik.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.
enterContext() - Method in class org.apache.batik.script.rhino.RhinoInterpreter
Implementation helper.
ENTITIES_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a 'ENTITIES' lexical unit.
Entity - interface org.w3c.dom.Entity.
This interface represents an entity, either parsed or unparsed, in an XML document.
ENTITY_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
The entity context.
ENTITY_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a 'ENTITY' lexical unit.
ENTITY_NODE - Static variable in interface org.w3c.dom.Node
The node is an Entity.
ENTITY_REFERENCE - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents an entity reference lexical unit.
ENTITY_REFERENCE_NODE - Static variable in interface org.w3c.dom.Node
The node is an EntityReference.
ENTITY_START - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents an entity start lexical unit, ie.
ENTITY_VALUE_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
The entity value context.
EntityReference - interface org.w3c.dom.EntityReference.
EntityReference objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference.
entityReferences - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager.AttributeInfo
Whether the attribute value contains entity references.
EntityResolver - interface org.xml.sax.EntityResolver.
Basic interface for resolving entities.
ENUMERATION_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
The enumeration context.
EOF - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents the EOF lexical unit.
EOF - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents the EOF lexical unit.
eps - Static variable in class org.apache.batik.ext.awt.image.renderable.GaussianBlurRable8Bit
 
eps - Static variable in class org.apache.batik.gvt.text.GlyphLayout
 
eps_abs_eq(double, double) - Static method in class org.apache.batik.ext.awt.image.renderable.GaussianBlurRable8Bit
 
eps_eq(double, double) - Static method in class org.apache.batik.ext.awt.image.renderable.GaussianBlurRable8Bit
 
EQ - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents '=' lexical unit.
EQUAL - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents the '=' lexical unit.
equals(Object) - Method in class org.apache.batik.apps.rasterizer.SVGConverterFileSource
 
equals(Object) - Method in class org.apache.batik.apps.rasterizer.SVGConverterURLSource
 
equals(Object) - Method in class org.apache.batik.css.engine.sac.AbstractAttributeCondition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.batik.css.engine.sac.CSSAttributeCondition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.batik.css.engine.sac.AbstractDescendantSelector
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.batik.css.engine.sac.CSSLangCondition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.batik.css.engine.sac.AbstractElementSelector
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.batik.css.engine.sac.CSSConditionalSelector
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.batik.css.engine.sac.AbstractCombinatorCondition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.batik.css.engine.sac.AbstractSiblingSelector
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.batik.css.engine.sac.CSSPseudoClassCondition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.batik.css.engine.value.StringValue
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.batik.ext.awt.image.SVGComposite
 
equals(Object) - Method in class org.apache.batik.util.ParsedURLData
Implement Object.equals for ParsedURLData.
equals(Object) - Method in class org.apache.batik.util.ParsedURL
Implement Object.equals.
eRead - Variable in class org.apache.batik.parser.PointsParser
Whether the last character was a 'e' or 'E'.
ERR_ACI - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_ATTRIBUTE_MISSING - Static variable in interface org.apache.batik.bridge.ErrorConstants
The error code when a required attribute is missing.
ERR_ATTRIBUTE_VALUE_MALFORMED - Static variable in interface org.apache.batik.bridge.ErrorConstants
The error code when an attribute has a syntax error.
ERR_CANNOT_USE_IMAGE_DIR - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_CANVAS_SIZE_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_CLIP_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_CONTEXT_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_CSS_LENGTH_NEGATIVE - Static variable in interface org.apache.batik.bridge.ErrorConstants
The error code when a CSS length is negative.
ERR_CSS_URI_BAD_TARGET - Static variable in interface org.apache.batik.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 org.apache.batik.svggen.ErrorConstants
 
ERR_DOMTREEMANAGER_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_ERROR_HANDLER_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_EXTENSION_HANDLER_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_FONT_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_GC_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_HINT_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_ID_GENERATOR_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_ILLEGAL_BUFFERED_IMAGE_LOOKUP_OP - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_ILLEGAL_BUFFERED_IMAGE_RESCALE_OP - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_IMAGE_DIR_DOES_NOT_EXIST - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_IMAGE_DIR_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_IMAGE_HANDLER_NOT_SUPPORTED - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_IMAGE_HANDLER_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_IMAGE_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_LENGTH_NEGATIVE - Static variable in interface org.apache.batik.bridge.ErrorConstants
The error code when a length, which must be positive, is negative.
ERR_MAP_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_MAXGCOVERRIDES_OUTOFRANGE - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_PROXY - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_READ - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_SCALE_FACTORS_AND_OFFSETS_MISMATCH - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_STREAM_FORMAT_UNREADABLE - Static variable in interface org.apache.batik.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 org.apache.batik.ext.awt.image.spi.ErrorConstants
The error code when a stream is unreadable (corrupt or unsupported).
ERR_STROKE_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_STYLE_HANDLER_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_TOP_LEVEL_GROUP_NOT_G - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_TOP_LEVEL_GROUP_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_TRANS_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_UNEXPECTED - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_URI_BAD_TARGET - Static variable in interface org.apache.batik.bridge.ErrorConstants
The error code when a specified URI references a bad element.
ERR_URI_IMAGE_INVALID - Static variable in interface org.apache.batik.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 org.apache.batik.bridge.ErrorConstants
The error code when the bridge encoutered an I/O error while loading a URI.
ERR_URI_MALFORMED - Static variable in interface org.apache.batik.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 org.apache.batik.bridge.ErrorConstants
The error code when the bridge tries to referenced an invalid node inside a document.
ERR_URI_UNSECURE - Static variable in interface org.apache.batik.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 org.apache.batik.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 org.apache.batik.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 org.apache.batik.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 org.apache.batik.svggen.ErrorConstants
 
ERR_XLINK_HREF_CIRCULAR_DEPENDENCIES - Static variable in interface org.apache.batik.bridge.ErrorConstants
The error code when the bridge detected circular dependencies while resolving a list of URI.
ERR_XOR - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
error - Variable in class org.apache.batik.bridge.ScriptingEnvironment.EvaluateIntervalRunnable
 
error - Variable in class org.apache.batik.bridge.ScriptingEnvironment.EvaluateRunnableRunnable
 
ERROR_CANNOT_ACCESS_DOCUMENT_URL - Static variable in class org.apache.batik.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 org.apache.batik.bridge.EmbededScriptSecurity
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 org.apache.batik.bridge.DefaultExternalResourceSecurity
Message when trying to load a external resource file and the Document does not have a URL
ERROR_CANNOT_ACCESS_TRANSCODER - Static variable in class org.apache.batik.apps.rasterizer.SVGConverter
 
ERROR_CANNOT_COMPUTE_DESTINATION - Static variable in class org.apache.batik.apps.rasterizer.SVGConverter
 
ERROR_CANNOT_OPEN_OUTPUT_FILE - Static variable in class org.apache.batik.apps.rasterizer.SVGConverter
 
ERROR_CANNOT_OPEN_SOURCE - Static variable in class org.apache.batik.apps.rasterizer.SVGConverter
 
ERROR_CANNOT_READ_SOURCE - Static variable in class org.apache.batik.apps.rasterizer.SVGConverter
 
ERROR_CANNOT_USE_DST_FILE - Static variable in class org.apache.batik.apps.rasterizer.SVGConverter
 
ERROR_EXTERNAL_RESOURCE_FROM_DIFFERENT_URL - Static variable in class org.apache.batik.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 org.apache.batik.bridge.EmbededExternalResourceSecurity
Message when trying to load a external resource that is not embeded in the document.
ERROR_ILLEGAL_ARGUMENT - Static variable in class org.apache.batik.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 org.apache.batik.transcoder.wmf.tosvg.WMFTranscoder
 
ERROR_INCOMPATIBLE_OUTPUT_TYPE - Static variable in class org.apache.batik.transcoder.wmf.tosvg.WMFTranscoder
 
ERROR_INVALID_URL - Static variable in class org.apache.batik.apps.rasterizer.SVGConverterURLSource
 
ERROR_NO_EXTERNAL_RESOURCE_ALLOWED - Static variable in class org.apache.batik.bridge.NoLoadExternalResourceSecurity
Message when trying to load an external resource
ERROR_NO_SCRIPT_OF_TYPE_ALLOWED - Static variable in class org.apache.batik.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 org.apache.batik.apps.rasterizer.SVGConverter
 
ERROR_NO_XML_STYLESHEET_PROCESSING_INSTRUCTION - Static variable in class org.apache.batik.apps.svgbrowser.XMLInputHandler
 
ERROR_NOT_ENOUGH_OPTION_VALUES - Static variable in class org.apache.batik.apps.rasterizer.Main
Error when there are missing option values: {0} Option {1} Option description
ERROR_NULL_INPUT - Static variable in class org.apache.batik.transcoder.wmf.tosvg.WMFTranscoder
 
ERROR_OUTPUT_NOT_WRITEABLE - Static variable in class org.apache.batik.apps.rasterizer.SVGConverter
 
ERROR_RESULT_GENERATED_EXCEPTION - Static variable in class org.apache.batik.apps.svgbrowser.XMLInputHandler
 
ERROR_SCRIPT_FROM_DIFFERENT_URL - Static variable in class org.apache.batik.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 org.apache.batik.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 org.apache.batik.apps.rasterizer.SVGConverter
 
ERROR_TRANSFORM_OUTPUT_NOT_SVG - Static variable in class org.apache.batik.apps.svgbrowser.XMLInputHandler
 
ERROR_TRANSFORM_OUTPUT_WRONG_NS - Static variable in class org.apache.batik.apps.svgbrowser.XMLInputHandler
 
ERROR_TRANSFORM_PRODUCED_NO_CONTENT - Static variable in class org.apache.batik.apps.svgbrowser.XMLInputHandler
 
ERROR_UNABLE_TO_CREATE_OUTPUT_DIR - Static variable in class org.apache.batik.apps.rasterizer.SVGConverter
 
ERROR_WHILE_CONVERTING_FILES - Static variable in class org.apache.batik.apps.rasterizer.Main
 
ERROR_WHILE_RASTERIZING_FILE - Static variable in class org.apache.batik.apps.rasterizer.SVGConverter
 
error(CSSParseException) - Method in class org.apache.batik.css.parser.DefaultErrorHandler
SAC: Implements {ErrorHandler#error(CSSParseException)}.
error(CSSParseException) - Method in interface org.w3c.css.sac.ErrorHandler
Receive notification of a recoverable error.
error(ParseException) - Method in class org.apache.batik.parser.DefaultErrorHandler
Implements ErrorHandler.error(ParseException).
error(ParseException) - Method in interface org.apache.batik.parser.ErrorHandler
Called when a parse error occurs.
error(SAXParseException) - Method in class org.apache.batik.dom.util.SAXDocumentFactory
SAX: Implements ErrorHandler.error(SAXParseException).
error(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
Receive notification of a recoverable error.
error(SAXParseException) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of a recoverable parser error.
error(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a recoverable parser error.
error(SAXParseException) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an error event.
error(String, Object[]) - Method in class org.apache.batik.apps.rasterizer.Main
 
error(TranscoderException) - Method in interface org.apache.batik.transcoder.ErrorHandler
Invoked when an error occured while transcoding.
error(TranscoderException) - Method in class org.apache.batik.transcoder.DefaultErrorHandler
Invoked when an error occured while transcoding.
errorCode - Variable in class org.apache.batik.apps.rasterizer.SVGConverterException
Error code
ErrorConstants - interface org.apache.batik.bridge.ErrorConstants.
The error code.
ErrorConstants - interface org.apache.batik.ext.awt.image.spi.ErrorConstants.
The built in error codes.
ErrorConstants - interface org.apache.batik.svggen.ErrorConstants.
 
errorHandler - Variable in class org.apache.batik.css.parser.Parser
The error handler.
errorHandler - Variable in class org.apache.batik.dom.util.SAXDocumentFactory
The error handler.
errorHandler - Variable in class org.apache.batik.parser.AbstractParser
The error handler.
errorHandler - Variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
The error handler.
ErrorHandler - interface org.apache.batik.parser.ErrorHandler.
This interface must be implemented and then registred as the error handler in order to be notified of parsing errors.
ErrorHandler - interface org.apache.batik.svggen.ErrorHandler.
The ErrorHandler interface allows you to specialize how the error will be set on an SVG Element.
ErrorHandler - interface org.apache.batik.transcoder.ErrorHandler.
This interface provides a way to catch errors and warnings from a Transcoder.
ErrorHandler - interface org.w3c.css.sac.ErrorHandler.
Basic interface for CSS error handlers.
ErrorHandler - interface org.xml.sax.ErrorHandler.
Basic interface for SAX error handlers.
errorInfo - Variable in class org.apache.batik.apps.rasterizer.SVGConverterException
Additional information about the error condition
escape() - Method in class org.apache.batik.css.parser.Scanner
Scans an escape sequence, if one.
evaluate(Reader) - Method in interface org.apache.batik.script.Interpreter
This method should evaluate a piece of script.
evaluate(Reader) - Method in class org.apache.batik.script.jacl.JaclInterpreter
 
evaluate(Reader) - Method in class org.apache.batik.script.jpython.JPythonInterpreter
 
evaluate(Reader) - Method in class org.apache.batik.script.rhino.RhinoInterpreter
This method evaluates a piece of ECMAScript.
evaluate(String) - Method in interface org.apache.batik.script.Interpreter
This method should evaluate a piece of script using a String instead of a Reader.
evaluate(String) - Method in class org.apache.batik.script.jacl.JaclInterpreter
 
evaluate(String) - Method in class org.apache.batik.script.jpython.JPythonInterpreter
 
evaluate(String) - Method in class org.apache.batik.script.rhino.RhinoInterpreter
This method evaluates a piece of ECMA script.
EVENODD_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'evenodd' keyword.
Event - interface org.w3c.dom.events.Event.
The Event interface is used to provide contextual information about an event to the handler processing the event.
EVENT_NAME - Static variable in class org.apache.batik.bridge.BaseScriptingEnvironment
 
EVENT_TYPE - Static variable in class org.apache.batik.dom.events.DocumentEventSupport
The Event type.
eventDispatcher - Variable in class org.apache.batik.swing.gvt.JGVTComponent
The event dispatcher.
EventDispatcher - interface org.apache.batik.gvt.event.EventDispatcher.
Interface for receiving and dispatching events down to a GVT tree.
EventException - exception org.w3c.dom.events.EventException.
Event operations may throw an EventException as specified in their method descriptions.
EventException(short, String) - Constructor for class org.w3c.dom.events.EventException
 
eventFactories - Variable in class org.apache.batik.dom.events.DocumentEventSupport
The event factories table.
EventListener - interface org.w3c.dom.events.EventListener.
The EventListener interface is the primary method for handling events.
eventListenerList - Variable in class org.apache.batik.bridge.BridgeContext
The list of all EventListener attached by bridges that need to be removed on a dispose() call.
EventListenerList - class org.apache.batik.dom.events.EventListenerList.
A simple list of EventListener.
EventListenerList() - Constructor for class org.apache.batik.dom.events.EventListenerList
 
eventPhase - Variable in class org.apache.batik.dom.events.AbstractEvent
The event phase.
eventsEnabled - Variable in class org.apache.batik.dom.AbstractDocument
Whether the event dispatching must be done.
eventsEnabled - Variable in class org.apache.batik.swing.gvt.JGVTComponent
Whether the GVT tree should be reactive to mouse and key events.
eventSupport - Variable in class org.apache.batik.dom.AbstractNode
The event support.
EventSupport - class org.apache.batik.dom.events.EventSupport.
The class allows registration and removal of EventListeners on an NodeEventTarget and dispatch of events to that NodeEventTarget.
EventSupport() - Constructor for class org.apache.batik.dom.events.EventSupport
 
EventTarget - interface org.w3c.dom.events.EventTarget.
The EventTarget interface is implemented by all Nodes in an implementation which supports the DOM Event Model.
eventType - Variable in class org.apache.batik.bridge.BridgeContext.EventListenerMememto
 
ex - Variable in class org.apache.batik.transcoder.TranscoderException
The enclosed exception.
EX - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents a ex lexical unit.
ex() - Method in class org.apache.batik.parser.DefaultLengthHandler
Implements LengthHandler.ex().
ex() - Method in interface org.apache.batik.parser.LengthHandler
Invoked when 'ex' has been parsed.
ex() - Method in class org.apache.batik.util.UnitProcessor.UnitResolver
Implements LengthHandler.ex().
exception - Variable in class org.apache.batik.css.parser.ParseException
 
exception - Variable in class org.apache.batik.parser.ParseException
 
exception - Variable in class org.apache.batik.swing.svg.GVTTreeBuilder
The exception thrown.
exception - Variable in class org.apache.batik.swing.svg.SVGLoadEventDispatcher
The exception thrown.
exception - Variable in class org.apache.batik.swing.svg.SVGDocumentLoader
The exception thrown.
exception - Variable in class org.apache.batik.xml.XMLException
 
EXCEPTION_ALIEN_SECURITY_MANAGER - Static variable in class org.apache.batik.util.ApplicationSecurityEnforcer
Message for the SecurityException thrown when there is already a SecurityManager installed at the time Squiggle tries to install its own security settings.
EXCEPTION_NO_POLICY_FILE - Static variable in class org.apache.batik.util.ApplicationSecurityEnforcer
Message for the NullPointerException thrown when no policy file can be found.
execute() - Method in class org.apache.batik.apps.rasterizer.Main
 
execute() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
Starts the conversion process.
executeOnload - Variable in class org.apache.batik.apps.rasterizer.SVGConverter
Execute the 'onload' scripts flag
executionResumed() - Method in class org.apache.batik.util.RunnableQueue
Called when execution is being resumed.
executionResumed(RunnableQueue) - Method in class org.apache.batik.bridge.UpdateManager
Called when the execution of the queue has been resumed.
executionResumed(RunnableQueue) - Method in interface org.apache.batik.util.RunnableQueue.RunHandler
Called when the execution of the queue has been resumed.
executionSuspended() - Method in class org.apache.batik.util.RunnableQueue
Called when execution is being suspended.
executionSuspended(RunnableQueue) - Method in class org.apache.batik.bridge.UpdateManager
Called when the execution of the queue has been suspended.
executionSuspended(RunnableQueue) - Method in interface org.apache.batik.util.RunnableQueue.RunHandler
Called when the execution of the queue has been suspended.
EXIT_ACTION - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
 
EXPANDED_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'expanded' keyword.
expandEntityReferences - Variable in class org.apache.batik.dom.traversal.DOMNodeIterator
Whether the children of entity reference nodes are visible to the iterator.
expandEntityReferences - Variable in class org.apache.batik.dom.traversal.DOMTreeWalker
Whether the children of entity reference nodes are visible to the iterator.
expandSources(Vector) - Method in class org.apache.batik.apps.rasterizer.Main
Scans the input vector and replaces directories with the list of SVG files they contain
EXPLICIT_LAYOUT - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Marker attribute indicating explicit glyph layout.
exponent - Variable in class org.apache.batik.ext.awt.image.GammaTransfer
The exponent of the Gamma function
EXPORT_AS_JPG_ACTION - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
 
EXPORT_AS_PNG_ACTION - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
 
EXPORT_AS_TIFF_ACTION - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
 
export(Node, AbstractDocument) - Method in class org.apache.batik.dom.AbstractNode
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class org.apache.batik.dom.AbstractAttr
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class org.apache.batik.dom.AbstractNotation
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class org.apache.batik.dom.AbstractCharacterData
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class org.apache.batik.dom.AbstractEntityReference
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class org.apache.batik.dom.AbstractElement
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class org.apache.batik.dom.AbstractElementNS
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class org.apache.batik.dom.GenericElementNS
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class org.apache.batik.dom.AbstractProcessingInstruction
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class org.apache.batik.dom.AbstractEntity
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class org.apache.batik.dom.GenericElement
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class org.apache.batik.dom.GenericProcessingInstruction
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class org.apache.batik.dom.AbstractAttrNS
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class org.apache.batik.dom.svg.AbstractElement
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class org.apache.batik.dom.svg.SVGOMElement
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class org.apache.batik.dom.svg.SVGOMToBeImplementedElement
Exports this node to the given document.
export(Node, Document) - Method in class org.apache.batik.dom.AbstractDocument
Exports this node to the given document.
exsToPixels(float, short, UnitProcessor.Context) - Static method in class org.apache.batik.util.UnitProcessor
Converts exs units to user units.
ExtendedCondition - interface org.apache.batik.css.engine.sac.ExtendedCondition.
This interface provides additional features to the Condition interface.
ExtendedGeneralPath - class org.apache.batik.ext.awt.geom.ExtendedGeneralPath.
The ExtendedGeneralPath class represents a geometric path constructed from straight lines, quadratic and cubic (Bézier) curves and elliptical arc.
ExtendedGeneralPath() - Constructor for class org.apache.batik.ext.awt.geom.ExtendedGeneralPath
Constructs a new ExtendedGeneralPath.
ExtendedGeneralPath(int) - Constructor for class org.apache.batik.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 org.apache.batik.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 org.apache.batik.ext.awt.geom.ExtendedGeneralPath
Constructs a new ExtendedGeneralPath object from an arbitrary Shape object.
ExtendedGridBagConstraints - class org.apache.batik.util.gui.ExtendedGridBagConstraints.
This class extends the java.awt.GridBagConstraints in order to provide some utility methods.
ExtendedGridBagConstraints() - Constructor for class org.apache.batik.util.gui.ExtendedGridBagConstraints
 
ExtendedLocalizable - interface org.apache.batik.i18n.ExtendedLocalizable.
This interface provides much more control over internationalization than the Localizable interface.
ExtendedNode - interface org.apache.batik.dom.ExtendedNode.
This interface provides an access to the non DOM methods implemented by all the nodes in this implementation.
ExtendedParser - interface org.apache.batik.css.parser.ExtendedParser.
This class implements the Parser interface plus a set of custom methods.
ExtendedParserWrapper - class org.apache.batik.css.parser.ExtendedParserWrapper.
This class implements the ExtendedParser interface by wrapping a standard Parser.
ExtendedParserWrapper(Parser) - Constructor for class org.apache.batik.css.parser.ExtendedParserWrapper
 
ExtendedPathIterator - interface org.apache.batik.ext.awt.geom.ExtendedPathIterator.
The ExtendedPathIterator class represents a geometric path constructed from straight lines, quadratic and cubic (Bézier) curves and elliptical arcs.
ExtendedSelector - interface org.apache.batik.css.engine.sac.ExtendedSelector.
This interface extends the Selector.
ExtendedShape - interface org.apache.batik.ext.awt.geom.ExtendedShape.
The ExtendedShape class represents a geometric path constructed from straight lines, quadratic and cubic (Bézier) curves and elliptical arcs.
ExtensibleSVGDOMImplementation - class org.apache.batik.dom.svg.ExtensibleSVGDOMImplementation.
This class implements the DOMImplementation interface.
ExtensibleSVGDOMImplementation() - Constructor for class org.apache.batik.dom.svg.ExtensibleSVGDOMImplementation
Creates a new DOMImplementation.
extension - Variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ImageFileFilter
The extension of the image filename.
ExtensionElement - class org.apache.batik.extension.ExtensionElement.
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 org.apache.batik.extension.ExtensionElement
Creates a new Element object.
ExtensionElement(String, AbstractDocument) - Constructor for class org.apache.batik.extension.ExtensionElement
Creates a new Element object.
ExtensionHandler - interface org.apache.batik.svggen.ExtensionHandler.
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 org.apache.batik.bridge.UserAgentAdapter
 
extensions - Static variable in class org.apache.batik.bridge.BridgeContext
 
extensions - Static variable in class org.apache.batik.dom.svg.ExtensibleSVGDOMImplementation
 
extensions - Variable in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
 
externalEntityDecl(String, String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report a parsed external entity declaration.
ExternalResourceSecurity - interface org.apache.batik.bridge.ExternalResourceSecurity.
An interface that allows UserAgents to describe the security constraints desired for external resources.
EXTRA_CONDENSED_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'extra-condensed' keyword.
EXTRA_EXPANDED_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'extra-expanded' keyword.
EXTRA_LIGHT - Static variable in class org.apache.batik.svggen.SVGFont
 
EXTRABOLD - Static variable in class org.apache.batik.svggen.SVGFont
 
extractColor(Element, float, BridgeContext) - Static method in class org.apache.batik.extension.svg.SolidColorBridge
 
extractColorSpace(Element, BridgeContext) - Static method in class org.apache.batik.bridge.SVGImageElementBridge
Analyzes the color-profile property and builds an ICCColorSpaceExt object from it.
extractFeMergeNode(Element, Element, GraphicsNode, Filter, Map, BridgeContext) - Static method in class org.apache.batik.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 org.apache.batik.bridge.AbstractSVGLightingElementBridge
Returns the light from the specified lighting filter primitive element or null if any
extractLocalPatternContent(Element, BridgeContext) - Static method in class org.apache.batik.bridge.SVGPatternElementBridge
Returns the content of the specified pattern element or null if any.
extractLocalStop(Element, float, BridgeContext) - Static method in class org.apache.batik.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 org.apache.batik.extension.svg.SolidColorBridge
 
extractPatternContent(Element, BridgeContext) - Static method in class org.apache.batik.bridge.SVGPatternElementBridge
Returns the content of the specified pattern element.
extractStop(Element, float, BridgeContext) - Static method in class org.apache.batik.bridge.AbstractSVGGradientElementBridge
Returns the stops elements of the specified gradient element.
extractXSLProcessingInstruction(Document) - Method in class org.apache.batik.apps.svgbrowser.XMLInputHandler
Extracts the first XSL processing instruction from the input XML document.
extShape - Variable in class org.apache.batik.gvt.MarkerShapePainter
The Shape to be painted.

F

factories - Static variable in class org.apache.batik.css.engine.SystemColorSupport
The color factories.
factories - Variable in class org.apache.batik.dom.svg.SVGDOMImplementation
The SVG element factories.
factories - Variable in class org.apache.batik.script.InterpreterPool
The InterpreterFactory map.
factory - Variable in class org.apache.batik.dom.StyleSheetProcessingInstruction
The stylesheet factory.
familyName - Variable in class org.apache.batik.bridge.SVGFontFace
 
familyName - Variable in class org.apache.batik.gvt.font.UnresolvedFontFamily
 
familyName - Variable in class org.apache.batik.gvt.font.AWTFontFamily
 
familyToSVG(Font) - Static method in class org.apache.batik.svggen.SVGFont
 
FANTASY_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'fantasy' keyword.
FAST_SCROLL_DOWN_ACTION - Static variable in class org.apache.batik.swing.JSVGCanvas
The key for the Action to quickly scroll down.
FAST_SCROLL_LEFT_ACTION - Static variable in class org.apache.batik.swing.JSVGCanvas
The key for the Action to quickly scroll left.
FAST_SCROLL_RIGHT_ACTION - Static variable in class org.apache.batik.swing.JSVGCanvas
The key for the Action to quickly scroll right.
FAST_SCROLL_UP_ACTION - Static variable in class org.apache.batik.swing.JSVGCanvas
The key for the Action to quickly scroll up.
fatalError(CSSParseException) - Method in class org.apache.batik.css.parser.DefaultErrorHandler
SAC: Implements {ErrorHandler#fatalError(CSSParseException)}.
fatalError(CSSParseException) - Method in interface org.w3c.css.sac.ErrorHandler
Receive notification of a non-recoverable error.
fatalError(SAXParseException) - Method in class org.apache.batik.dom.util.SAXDocumentFactory
SAX: Implements ErrorHandler.fatalError(SAXParseException).
fatalError(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
Receive notification of a non-recoverable error.
fatalError(SAXParseException) - Method in class org.xml.sax.HandlerBase
Deprecated. Report a fatal XML parsing error.
fatalError(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
Report a fatal XML parsing error.
fatalError(SAXParseException) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a fatal error event.
fatalError(String, Object[]) - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Creates a transcoder exception.
fatalError(TranscoderException) - Method in interface org.apache.batik.transcoder.ErrorHandler
Invoked when an fatal error occured while transcoding.
fatalError(TranscoderException) - Method in class org.apache.batik.transcoder.DefaultErrorHandler
Invoked when an fatal error occured while transcoding.
Feature - class org.apache.batik.svggen.font.table.Feature.
 
FEATURE_TAG_FINA - Static variable in interface org.apache.batik.svggen.font.table.FeatureTags
 
FEATURE_TAG_INIT - Static variable in interface org.apache.batik.svggen.font.table.FeatureTags
 
FEATURE_TAG_MEDI - Static variable in interface org.apache.batik.svggen.font.table.FeatureTags
 
Feature(RandomAccessFile, int) - Constructor for class org.apache.batik.svggen.font.table.Feature
Creates new Feature
FeatureList - class org.apache.batik.svggen.font.table.FeatureList.
 
FeatureList(RandomAccessFile, int) - Constructor for class org.apache.batik.svggen.font.table.FeatureList
Creates new FeatureList
FeatureRecord - class org.apache.batik.svggen.font.table.FeatureRecord.
 
FeatureRecord(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.FeatureRecord
Creates new FeatureRecord
features - Variable in class org.apache.batik.dom.AbstractDOMImplementation
The supported features.
FEATURES - Variable in class org.apache.batik.bridge.UserAgentAdapter
 
FEATURES - Static variable in class org.apache.batik.swing.svg.JSVGComponent
 
FeatureTags - interface org.apache.batik.svggen.font.table.FeatureTags.
Definition of Feature tags
FILE_SEP - Static variable in class org.apache.batik.util.PreferenceManager
 
FileCacheSeekableStream - class org.apache.batik.ext.awt.image.codec.FileCacheSeekableStream.
A subclass of SeekableStream that may be used to wrap a regular InputStream.
FileCacheSeekableStream(InputStream) - Constructor for class org.apache.batik.ext.awt.image.codec.FileCacheSeekableStream
Constructs a MemoryCacheSeekableStream that takes its source data from a regular InputStream.
fileCheckBox - Variable in class org.apache.batik.util.gui.UserStyleDialog.Panel
The file check box
fileFilter - Variable in class org.apache.batik.util.gui.URIChooser
The file filter.
fileLabel - Variable in class org.apache.batik.util.gui.UserStyleDialog.Panel
The file label
files - Variable in class org.apache.batik.apps.rasterizer.SVGConverter
Contents of fileset elements.
fileTextField - Variable in class org.apache.batik.util.gui.UserStyleDialog.Panel
The file text field
FILL - Static variable in interface org.apache.batik.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 org.apache.batik.svggen.DOMGroupManager
 
FILL_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
FILL_OPACITY_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
FILL_RULE_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
FILL_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'fill' keyword.
fill(Shape) - Method in class org.apache.batik.ext.awt.g2d.DefaultGraphics2D
Fills the interior of a Shape using the settings of the Graphics2D context.
fill(Shape) - Method in class org.apache.batik.svggen.SVGGraphics2D
Fills the interior of a Shape using the settings of the Graphics2D context.
fillArc(int, int, int, int, int, int) - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Fills a circular or elliptical arc covering the specified rectangle.
fillAttributedStringBuffer(BridgeContext, Element, boolean, SVGTextElementBridge.AttributedStringBuffer, List) - Method in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
Fills the given AttributedStringBuffer.
fillAttributedStringBuffer(BridgeContext, Element, boolean, TextPath, SVGTextElementBridge.AttributedStringBuffer) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Fills the given AttributedStringBuffer.
fillAttributeSet(Set) - Method in class org.apache.batik.css.engine.sac.CSSAttributeCondition
Fills the given set with the attribute names found in this selector.
fillAttributeSet(Set) - Method in interface org.apache.batik.css.engine.sac.ExtendedCondition
Fills the given set with the attribute names found in this selector.
fillAttributeSet(Set) - Method in class org.apache.batik.css.engine.sac.CSSLangCondition
Fills the given set with the attribute names found in this selector.
fillAttributeSet(Set) - Method in class org.apache.batik.css.engine.sac.AbstractElementSelector
Fills the given set with the attribute names found in this selector.
fillAttributeSet(Set) - Method in class org.apache.batik.css.engine.sac.CSSConditionalSelector
Fills the given set with the attribute names found in this selector.
fillAttributeSet(Set) - Method in class org.apache.batik.css.engine.sac.CSSIdCondition
Fills the given set with the attribute names found in this selector.
fillAttributeSet(Set) - Method in class org.apache.batik.css.engine.sac.CSSChildSelector
Fills the given set with the attribute names found in this selector.
fillAttributeSet(Set) - Method in class org.apache.batik.css.engine.sac.CSSAndCondition
Fills the given set with the attribute names found in this selector.
fillAttributeSet(Set) - Method in class org.apache.batik.css.engine.sac.CSSPseudoClassCondition
Fills the given set with the attribute names found in this selector.
fillAttributeSet(Set) - Method in class org.apache.batik.css.engine.sac.CSSDescendantSelector
Fills the given set with the attribute names found in this selector.
fillAttributeSet(Set) - Method in class org.apache.batik.css.engine.sac.CSSDirectAdjacentSelector
Fills the given set with the attribute names found in this selector.
fillAttributeSet(Set) - Method in interface org.apache.batik.css.engine.sac.ExtendedSelector
Fills the given set with the attribute names found in this selector.
fillBuffer() - Method in class org.apache.batik.util.io.AbstractCharDecoder
Fills the input buffer.
fillOutRaster_FALLBACK(WritableRaster) - Method in class org.apache.batik.ext.awt.image.rendered.TileRed
 
fillOutRaster_INT_PACK(WritableRaster) - Method in class org.apache.batik.ext.awt.image.rendered.TileRed
 
fillOutRaster(WritableRaster) - Method in class org.apache.batik.ext.awt.image.rendered.TileRed
 
fillOval(int, int, int, int) - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Fills an oval bounded by the specified rectangle with the current color.
fillPolygon(int[], int[], int) - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Fills a closed polygon defined by arrays of x and y coordinates.
fillRasterFrom(WritableRaster, RenderedImage) - Method in class org.apache.batik.ext.awt.image.rendered.TileRed
 
fillRect(int, int, int, int) - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Fills the specified rectangle.
fillRoundRect(int, int, int, int, int, int) - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Fills the specified rounded corner rectangle with the current color.
FillRuleManager - class org.apache.batik.css.engine.value.svg.FillRuleManager.
This class provides a manager for the 'fill-rule' property values.
FillRuleManager() - Constructor for class org.apache.batik.css.engine.value.svg.FillRuleManager
 
FillShapePainter - class org.apache.batik.gvt.FillShapePainter.
A shape painter that can be used to fill a shape.
FillShapePainter(Shape) - Constructor for class org.apache.batik.gvt.FillShapePainter
Constructs a new FillShapePainter that can be used to fill a Shape.
FILLSTROKE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'fillstroke' keyword.
filter - Variable in class org.apache.batik.dom.traversal.DOMNodeIterator
The NodeFilter used to screen nodes.
filter - Variable in class org.apache.batik.dom.traversal.DOMTreeWalker
The NodeFilter used to screen nodes.
filter - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
The filter of this graphics node.
Filter - interface org.apache.batik.ext.awt.image.renderable.Filter.
This is an extension of RenderableImage that adds some needed functionality for tracking dirty regions and determining image dependancies.
FILTER_ACCEPT - Static variable in interface org.w3c.dom.traversal.NodeFilter
Accept the node.
FILTER_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
FILTER_REJECT - Static variable in interface org.w3c.dom.traversal.NodeFilter
Reject the node.
FILTER_SKIP - Static variable in interface org.w3c.dom.traversal.NodeFilter
Skip this single node.
filter(BufferedImage, BufferedImage) - Method in class org.apache.batik.ext.awt.image.rendered.MorphologyOp
This implementation of filter does the morphology operation on a premultiplied alpha image.
filter(Raster, WritableRaster) - Method in class org.apache.batik.ext.awt.image.rendered.MorphologyOp
Filters src and writes result into dest.
FilterAlphaRable - class org.apache.batik.ext.awt.image.renderable.FilterAlphaRable.
FilterAlphaRable implementation.
FilterAlphaRable(Filter) - Constructor for class org.apache.batik.ext.awt.image.renderable.FilterAlphaRable
 
FilterAlphaRed - class org.apache.batik.ext.awt.image.rendered.FilterAlphaRed.
This strips out the source alpha channel into a one band image.
FilterAlphaRed(CachableRed) - Constructor for class org.apache.batik.ext.awt.image.rendered.FilterAlphaRed
Construct an alpah channel from the given src, according to the SVG masking rules.
FilterAsAlphaRable - class org.apache.batik.ext.awt.image.renderable.FilterAsAlphaRable.
FilterAsAlphaRable implementation.
FilterAsAlphaRable(Filter) - Constructor for class org.apache.batik.ext.awt.image.renderable.FilterAsAlphaRable
 
FilterAsAlphaRed - class org.apache.batik.ext.awt.image.rendered.FilterAsAlphaRed.
This converts any source into a mask according to the SVG masking rules.
FilterAsAlphaRed(CachableRed) - Constructor for class org.apache.batik.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 org.apache.batik.ext.awt.image.rendered.DisplacementMapRed
 
filterBLPre(Raster, WritableRaster, int[], int[], int[], int[]) - Method in class org.apache.batik.ext.awt.image.rendered.DisplacementMapRed
 
FilterBridge - interface org.apache.batik.bridge.FilterBridge.
Bridge class for vending Filter objects.
FilterChainRable - interface org.apache.batik.ext.awt.image.renderable.FilterChainRable.
Implements a filter operation.
FilterChainRable8Bit - class org.apache.batik.ext.awt.image.renderable.FilterChainRable8Bit.
Implements a filter chain.
FilterChainRable8Bit(Filter, Rectangle2D) - Constructor for class org.apache.batik.ext.awt.image.renderable.FilterChainRable8Bit
Default constructor.
FilterColorInterpolation - interface org.apache.batik.ext.awt.image.renderable.FilterColorInterpolation.
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.
FilterManager - class org.apache.batik.css.engine.value.svg.FilterManager.
This class provides a factory for the 'filter' property values.
FilterManager() - Constructor for class org.apache.batik.css.engine.value.svg.FilterManager
 
filterNN(Raster, WritableRaster, int[], int[], int[], int[]) - Method in class org.apache.batik.ext.awt.image.rendered.DisplacementMapRed
Does displacement map using Nearest neighbor interpolation
FilterPrimitiveBridge - interface org.apache.batik.bridge.FilterPrimitiveBridge.
Factory class for vending Filter objects that represents a filter primitive.
filterRegion - Variable in class org.apache.batik.gvt.filter.MaskRable8Bit
Region to which the mask applies
FilterResRable - interface org.apache.batik.ext.awt.image.renderable.FilterResRable.
Interface for implementing filter resolution.
FilterResRable8Bit - class org.apache.batik.ext.awt.image.renderable.FilterResRable8Bit.
Interface for implementing filter resolution.
FilterResRable8Bit() - Constructor for class org.apache.batik.ext.awt.image.renderable.FilterResRable8Bit
 
FilterResRable8Bit(Filter, int, int) - Constructor for class org.apache.batik.ext.awt.image.renderable.FilterResRable8Bit
 
filterRow(byte[], byte[], byte[][], int, int) - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Performs filtering on a row of an image.
finalize() - Method in class org.apache.batik.ext.awt.image.codec.SeekableStream
Releases any system resources associated with this stream by calling the close() method.
FIND_ACTION - Static variable in class org.apache.batik.apps.svgbrowser.FindDialog
 
FIND_DIALOG_ACTION - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
 
findButton - Variable in class org.apache.batik.apps.svgbrowser.FindDialog
The next button.
findDialog - Variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
The Find dialog.
FindDialog - class org.apache.batik.apps.svgbrowser.FindDialog.
This class represents a Dialog that lets the user searching for text inside an SVG document.
FindDialog.ClearButtonAction - class org.apache.batik.apps.svgbrowser.FindDialog.ClearButtonAction.
The action associated to the 'clear' button.
FindDialog.ClearButtonAction(FindDialog) - Constructor for class org.apache.batik.apps.svgbrowser.FindDialog.ClearButtonAction
 
FindDialog.CloseButtonAction - class org.apache.batik.apps.svgbrowser.FindDialog.CloseButtonAction.
The action associated to the 'close' button.
FindDialog.CloseButtonAction(FindDialog) - Constructor for class org.apache.batik.apps.svgbrowser.FindDialog.CloseButtonAction
 
FindDialog.FindButtonAction - class org.apache.batik.apps.svgbrowser.FindDialog.FindButtonAction.
The action associated to the 'find' button.
FindDialog.FindButtonAction(FindDialog) - Constructor for class org.apache.batik.apps.svgbrowser.FindDialog.FindButtonAction
 
FindDialog(Frame, JSVGCanvas) - Constructor for class org.apache.batik.apps.svgbrowser.FindDialog
Constructs a new FindDialog.
FindDialog(JSVGCanvas) - Constructor for class org.apache.batik.apps.svgbrowser.FindDialog
Constructs a new FindDialog.
findFeature(LangSys, String) - Method in class org.apache.batik.svggen.font.table.FeatureList
 
findFontElement(Element, String, BridgeContext) - Static method in class org.apache.batik.bridge.SVGFontUtilities
Finds the font element corresponding to the given font-face element.
findGlyph(int) - Method in class org.apache.batik.svggen.font.table.Coverage
 
findGlyph(int) - Method in class org.apache.batik.svggen.font.table.CoverageFormat2
 
findGlyph(int) - Method in class org.apache.batik.svggen.font.table.CoverageFormat1
 
findScript(String) - Method in class org.apache.batik.svggen.font.table.ScriptList
 
findSelectorAttributes(Set, StyleSheet) - Method in class org.apache.batik.css.engine.CSSEngine
Finds the selector attributes in the given stylesheet.
findStyleSheetNodes(Node) - Method in class org.apache.batik.css.engine.CSSEngine
An auxiliary method for getStyleSheets().
finished - Variable in class org.apache.batik.swing.gvt.AbstractRotateInteractor
Whether the interactor has finished.
finished - Variable in class org.apache.batik.swing.gvt.AbstractPanInteractor
Whether the interactor has finished.
finished - Variable in class org.apache.batik.swing.gvt.AbstractResetTransformInteractor
Whether the interactor has finished.
finished - Variable in class org.apache.batik.swing.gvt.AbstractImageZoomInteractor
Whether the interactor has finished.
finished - Variable in class org.apache.batik.swing.gvt.AbstractZoomInteractor
Whether the interactor has finished.
FIREBRICK_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'firebrick' RGB color.
FIREBRICK_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'firebrick' color name.
fireCancelledEvent() - Method in class org.apache.batik.swing.svg.GVTTreeBuilder
Fires a GVTTreeBuilderEvent.
fireCancelledEvent() - Method in class org.apache.batik.swing.svg.SVGLoadEventDispatcher
Fires a SVGLoadEventDispatcherEvent.
fireCancelledEvent() - Method in class org.apache.batik.swing.svg.SVGDocumentLoader
Fires a SVGDocumentLoaderEvent.
fireCancelledEvent(BufferedImage) - Method in class org.apache.batik.swing.gvt.GVTTreeRenderer
Fires a GVTTreeRendererEvent when cancelled.
fireCompletedEvent() - Method in class org.apache.batik.swing.svg.SVGLoadEventDispatcher
Fires a SVGLoadEventDispatcherEvent.
fireCompletedEvent(BufferedImage) - Method in class org.apache.batik.swing.gvt.GVTTreeRenderer
Fires a GVTTreeRendererEvent when completed.
fireCompletedEvent(BufferedImage, List) - Method in class org.apache.batik.bridge.UpdateManager
Fires a UpdateManagerEvent when an update completed.
fireCompletedEvent(GraphicsNode) - Method in class org.apache.batik.swing.svg.GVTTreeBuilder
Fires a GVTTreeBuilderEvent.
fireCompletedEvent(SVGDocument) - Method in class org.apache.batik.swing.svg.SVGDocumentLoader
Fires a SVGDocumentLoaderEvent.
fireDOMActivateEvent(EventTarget, int) - Method in class org.apache.batik.bridge.FocusManager
Fires a 'DOMActivate' event to the specified target.
fireDOMAttrModifiedEvent(String, Attr, String, String, short) - Method in class org.apache.batik.dom.AbstractElement
Fires a DOMAttrModified event.
fireDOMCharacterDataModifiedEvent(String, String) - Method in class org.apache.batik.dom.AbstractNode
Fires a DOMCharacterDataModified event.
fireDOMFocusInEvent(EventTarget) - Method in class org.apache.batik.bridge.FocusManager
Fires a 'DOMFocusIn' event to the specified target.
fireDOMFocusOutEvent(EventTarget) - Method in class org.apache.batik.bridge.FocusManager
Fires a 'DOMFocusOut' event to the specified target.
fireDOMNodeInsertedEvent(Node) - Method in class org.apache.batik.dom.AbstractParentNode
Fires a DOMNodeInserted event.
fireDOMNodeInsertedIntoDocumentEvent() - Method in class org.apache.batik.dom.AbstractNode
Recursively fires a DOMNodeInsertedIntoDocument event.
fireDOMNodeInsertedIntoDocumentEvent() - Method in class org.apache.batik.dom.AbstractParentNode
Recursively fires a DOMNodeInsertedIntoDocument event.
fireDOMNodeRemovedEvent(Node) - Method in class org.apache.batik.dom.AbstractParentNode
Fires a DOMNodeRemoved event.
fireDOMNodeRemovedFromDocumentEvent() - Method in class org.apache.batik.dom.AbstractNode
Recursively fires a DOMNodeRemovedFromDocument event.
fireDOMNodeRemovedFromDocumentEvent() - Method in class org.apache.batik.dom.AbstractParentNode
Recursively fires a DOMNodeRemovedFromDocument event.
fireDOMSubtreeModifiedEvent() - Method in class org.apache.batik.dom.AbstractParentNode
Fires a DOMSubtreeModified event.
fireDOMSubtreeModifiedEvent() - Method in class org.apache.batik.dom.AbstractAttr
Fires a DOMSubtreeModified event.
fireFailedEvent() - Method in class org.apache.batik.bridge.UpdateManager
Fires a UpdateManagerEvent when an update failed.
fireFailedEvent() - Method in class org.apache.batik.swing.gvt.GVTTreeRenderer
Fires a GVTTreeRendererEvent when failed.
fireFailedEvent() - Method in class org.apache.batik.swing.svg.SVGLoadEventDispatcher
Fires a SVGLoadEventDispatcherEvent.
fireFailedEvent() - Method in class org.apache.batik.swing.svg.SVGDocumentLoader
Fires a SVGDocumentLoaderEvent.
fireFailedEvent(GraphicsNode) - Method in class org.apache.batik.swing.svg.GVTTreeBuilder
Fires a GVTTreeBuilderEvent.
fireGraphicsNodeChangeCompleted() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
 
fireGraphicsNodeChangeStarted() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
 
fireGraphicsNodeChangeStarted(GraphicsNodeChangeEvent) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
 
fireGraphicsNodeChangeStarted(Rectangle2D, Rectangle2D) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
 
fireLinkActivatedEvent(SVGAElement, String) - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Fires a LinkActivatedEvent.
fireManagerResumedEvent() - Method in class org.apache.batik.bridge.UpdateManager
Fires a UpdateManagerEvent to notify that the manager was resumed.
fireManagerStartedEvent() - Method in class org.apache.batik.bridge.UpdateManager
Fires a UpdateManagerEvent to notify that the manager was started.
fireManagerStoppedEvent() - Method in class org.apache.batik.bridge.UpdateManager
Fires a UpdateManagerEvent to notify that the manager was stopped.
fireManagerSuspendedEvent() - Method in class org.apache.batik.bridge.UpdateManager
Fires a UpdateManagerEvent to notify that the manager was suspended.
firePrepareEvent() - Method in class org.apache.batik.swing.gvt.GVTTreeRenderer
Fires a GVTTreeRendererEvent in the preparing phase.
firePropertiesChangedEvent(Element, int[]) - Method in class org.apache.batik.css.engine.CSSEngine
Fires a CSSEngineEvent, given a list of modified properties.
fireStartedEvent() - Method in class org.apache.batik.swing.svg.GVTTreeBuilder
Fires a GVTTreeBuilderEvent.
fireStartedEvent() - Method in class org.apache.batik.swing.svg.SVGLoadEventDispatcher
Fires a SVGLoadEventDispatcherEvent.
fireStartedEvent() - Method in class org.apache.batik.swing.svg.SVGDocumentLoader
Fires a SVGDocumentLoaderEvent.
fireStartedEvent(BufferedImage) - Method in class org.apache.batik.bridge.UpdateManager
Fires a UpdateManagerEvent in the starting phase of an update.
fireStartedEvent(BufferedImage) - Method in class org.apache.batik.swing.gvt.GVTTreeRenderer
Fires a GVTTreeRendererEvent in the starting phase.
FIRST_ATTRIBUTE_FRAGMENT - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a first attribute fragment lexical unit.
first() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Sets the position to getBeginIndex().
first() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Sets the position to getBeginIndex().
first() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Sets the position to getBeginIndex().
first() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Sets the position to getBeginIndex() and returns the character at that position.
firstChild - Variable in class org.apache.batik.dom.AbstractParentNode.ChildNodes
The first child.
firstChild() - Method in class org.apache.batik.dom.traversal.DOMTreeWalker
DOM: Implements TreeWalker.firstChild().
firstChild() - Method in class org.apache.batik.gvt.GVTTreeWalker
Returns the first child of the current GraphicsNode.
firstChild() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the first visible child of the current node, and returns the new node.
firstChild(Node) - Method in class org.apache.batik.dom.traversal.DOMTreeWalker
Returns the first child of the given node.
firstCondition - Variable in class org.apache.batik.css.engine.sac.AbstractCombinatorCondition
The first condition.
firstCondition - Variable in class org.apache.batik.css.parser.AbstractCombinatorCondition
The first condition.
firstLineLeft - Variable in class org.apache.batik.gvt.text.MarginInfo
 
firstLineRight - Variable in class org.apache.batik.gvt.text.MarginInfo
 
fixAlpha_FALLBACK(WritableRaster) - Method in class org.apache.batik.ext.awt.image.renderable.ConvolveMatrixRable8Bit
 
fixAlpha_INT_PACK(WritableRaster) - Method in class org.apache.batik.ext.awt.image.renderable.ConvolveMatrixRable8Bit
 
fixAlpha(BufferedImage) - Method in class org.apache.batik.ext.awt.image.renderable.ConvolveMatrixRable8Bit
 
fixColorModel(CachableRed) - Static method in class org.apache.batik.ext.awt.image.rendered.MultiplyAlphaRed
 
fixColorModel(CachableRed) - Static method in class org.apache.batik.ext.awt.image.rendered.Any2LsRGBRed
This function 'fixes' the source's color model.
fixColorModel(CachableRed) - Static method in class org.apache.batik.ext.awt.image.rendered.Any2sRGBRed
This function 'fixes' the source's color model.
fixColorModel(CachableRed) - Static method in class org.apache.batik.ext.awt.image.rendered.Any2LumRed
This function 'fixes' the source's color model.
fixColorModel(CachableRed) - Static method in class org.apache.batik.ext.awt.image.rendered.CompositeRed
 
fixColorModel(CachableRed) - Static method in class org.apache.batik.ext.awt.image.rendered.AffineRed
 
fixColorModel(CachableRed) - Static method in class org.apache.batik.ext.awt.image.rendered.GaussianBlurRed8Bit
 
fixColorModel(RenderedImage, boolean) - Static method in class org.apache.batik.ext.awt.image.rendered.TileRed
 
FIXED_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a '#FIXED' lexical unit.
fixedCascadedValues - Variable in class org.apache.batik.css.engine.StyleMap
Whether the values of this map cannot be re-cascaded.
fixSampleModel(CachableRed) - Static method in class org.apache.batik.ext.awt.image.rendered.MultiplyAlphaRed
 
fixSampleModel(CachableRed) - Static method in class org.apache.batik.ext.awt.image.rendered.Any2LsRGBRed
This function 'fixes' the source's sample model.
fixSampleModel(CachableRed) - Static method in class org.apache.batik.ext.awt.image.rendered.Any2sRGBRed
This function 'fixes' the source's sample model.
fixSampleModel(CachableRed) - Static method in class org.apache.batik.ext.awt.image.rendered.Any2LumRed
This function 'fixes' the source's sample model.
fixSampleModel(CachableRed, ColorModel, Rectangle) - Static method in class org.apache.batik.ext.awt.image.rendered.CompositeRed
This function 'fixes' the source's sample model.
fixSampleModel(CachableRed, ColorModel, Rectangle) - Method in class org.apache.batik.ext.awt.image.rendered.AffineRed
This function 'fixes' the source's sample model.
fixSampleModel(CachableRed, Rectangle) - Static method in class org.apache.batik.ext.awt.image.rendered.PadRed
This function 'fixes' the source's sample model.
fixSampleModel(RenderedImage, int, int, int, int) - Static method in class org.apache.batik.ext.awt.image.rendered.TileRed
This function 'fixes' the source's sample model.
FLIP_X_TRANSFORM - Static variable in class org.apache.batik.dom.svg.AbstractSVGMatrix
The transform used to implement flipX.
FLIP_Y_TRANSFORM - Static variable in class org.apache.batik.dom.svg.AbstractSVGMatrix
The transform used to implement flipX.
flipX() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.flipX().
flipX() - Method in interface org.w3c.dom.svg.SVGMatrix
 
flipY() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.flipY().
flipY() - Method in interface org.w3c.dom.svg.SVGMatrix
 
FloatKey - class org.apache.batik.transcoder.keys.FloatKey.
A transcoding Key represented as a float.
FloatKey() - Constructor for class org.apache.batik.transcoder.keys.FloatKey
 
floatValue - Variable in class org.apache.batik.css.engine.value.FloatValue
The float value
FloatValue - class org.apache.batik.css.engine.value.FloatValue.
This class represents float values.
FloatValue(short, float) - Constructor for class org.apache.batik.css.engine.value.FloatValue
Creates a new value.
floatValueChanged(short, float) - Method in interface org.apache.batik.css.dom.CSSOMValue.ModificationHandler
Called when the float value has changed.
floatValueChanged(short, float) - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractModificationHandler
Called when the float value has changed.
FLOOD_COLOR_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
FLOOD_OPACITY_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
FloodRable - interface org.apache.batik.ext.awt.image.renderable.FloodRable.
Fills the input image with a given paint
FloodRable8Bit - class org.apache.batik.ext.awt.image.renderable.FloodRable8Bit.
Concrete implementation of the FloodRable interface.
FloodRable8Bit(Rectangle2D, Paint) - Constructor for class org.apache.batik.ext.awt.image.renderable.FloodRable8Bit
 
FloodRed - class org.apache.batik.ext.awt.image.rendered.FloodRed.
This implementation of RenderedImage will generate an infinate field of a single color.
FloodRed(Rectangle) - Constructor for class org.apache.batik.ext.awt.image.rendered.FloodRed
Construct a fully transparent black image bounds size.
FloodRed(Rectangle, Paint) - Constructor for class org.apache.batik.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 org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'floralwhite' RGB color.
FLORALWHITE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'floralwhite' color name.
FLOW_EMPTY_PARAGRAPH - Static variable in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
 
FLOW_EMPTY_PARAGRAPH - Static variable in class org.apache.batik.gvt.text.GlyphLayout
 
FLOW_EMPTY_PARAGRAPH - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
FLOW_LINE_BREAK - Static variable in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
 
FLOW_LINE_BREAK - Static variable in class org.apache.batik.gvt.text.GlyphLayout
 
FLOW_LINE_BREAK - Static variable in class org.apache.batik.gvt.text.GlyphIterator
 
FLOW_LINE_BREAK - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
FLOW_PARAGRAPH - Static variable in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
 
FLOW_PARAGRAPH - Static variable in class org.apache.batik.gvt.renderer.StrokingTextPainter
 
FLOW_PARAGRAPH - Static variable in class org.apache.batik.gvt.text.GlyphLayout
 
FLOW_PARAGRAPH - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
FLOW_REGIONS - Static variable in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
 
FLOW_REGIONS - Static variable in class org.apache.batik.gvt.renderer.StrokingTextPainter
 
FLOW_REGIONS - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
FlowDivElement - class org.apache.batik.extension.svg.FlowDivElement.
This class implements a regular polygon extension to SVG
FlowDivElement() - Constructor for class org.apache.batik.extension.svg.FlowDivElement
Creates a new BatikRegularPolygonElement object.
FlowDivElement(String, AbstractDocument) - Constructor for class org.apache.batik.extension.svg.FlowDivElement
Creates a new BatikRegularPolygonElement object.
FlowLineElement - class org.apache.batik.extension.svg.FlowLineElement.
This class implements a regular polygon extension to SVG
FlowLineElement() - Constructor for class org.apache.batik.extension.svg.FlowLineElement
Creates a new BatikRegularPolygonElement object.
FlowLineElement(String, AbstractDocument) - Constructor for class org.apache.batik.extension.svg.FlowLineElement
Creates a new BatikRegularPolygonElement object.
FlowParaElement - class org.apache.batik.extension.svg.FlowParaElement.
This class implements a regular polygon extension to SVG
FlowParaElement() - Constructor for class org.apache.batik.extension.svg.FlowParaElement
Creates a new BatikRegularPolygonElement object.
FlowParaElement(String, AbstractDocument) - Constructor for class org.apache.batik.extension.svg.FlowParaElement
Creates a new BatikRegularPolygonElement object.
flowRegionBreak - Variable in class org.apache.batik.gvt.text.MarginInfo
 
FlowRegionBreakElement - class org.apache.batik.extension.svg.FlowRegionBreakElement.
This class implements a regular polygon extension to SVG
FlowRegionBreakElement() - Constructor for class org.apache.batik.extension.svg.FlowRegionBreakElement
Creates a new BatikRegularPolygonElement object.
FlowRegionBreakElement(String, AbstractDocument) - Constructor for class org.apache.batik.extension.svg.FlowRegionBreakElement
Creates a new BatikRegularPolygonElement object.
FlowSpanElement - class org.apache.batik.extension.svg.FlowSpanElement.
This class implements a regular polygon extension to SVG
FlowSpanElement() - Constructor for class org.apache.batik.extension.svg.FlowSpanElement
Creates a new BatikRegularPolygonElement object.
FlowSpanElement(String, AbstractDocument) - Constructor for class org.apache.batik.extension.svg.FlowSpanElement
Creates a new BatikRegularPolygonElement object.
FlowTextElement - class org.apache.batik.extension.svg.FlowTextElement.
This class implements a regular polygon extension to SVG
FlowTextElement() - Constructor for class org.apache.batik.extension.svg.FlowTextElement
Creates a new BatikRegularPolygonElement object.
FlowTextElement(String, AbstractDocument) - Constructor for class org.apache.batik.extension.svg.FlowTextElement
Creates a new BatikRegularPolygonElement object.
FLUSH_ACTION - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
 
flush() - Method in class org.apache.batik.ext.awt.image.codec.SeekableOutputStream
Invokes getFD().sync() on the underlying RandomAccessFile.
flush() - Method in class org.apache.batik.ext.awt.image.rendered.LRUCache
 
flush() - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Flush any cached image data.
flush() - Method in interface org.apache.batik.gvt.renderer.ImageRenderer
Flush any cached image data (preliminary interface).
flush() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Flush any cached image data (preliminary interface, may be removed or modified in the future).
flush() - Method in class org.apache.batik.util.SoftReferenceCache
Let people flush the cache (remove any cached data).
flush() - Method in class org.apache.batik.util.Base64EncoderStream
This can't really flush out output since that may generate '=' chars which would indicate the end of the stream.
flush(List) - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Flush a list of rectangles of cached image data.
flush(List) - Method in interface org.apache.batik.gvt.renderer.ImageRenderer
Flush a list of rectangles of cached image data (preliminary interface).
flush(List) - Method in class org.apache.batik.gvt.renderer.DynamicRenderer
Flush a list of rectangles of cached image data.
flush(Rectangle) - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Flush a rectangle of cached image data.
flush(Rectangle) - Method in interface org.apache.batik.gvt.renderer.ImageRenderer
Flush a rectangle of cached image data (preliminary interface).
flush(Rectangle) - Method in class org.apache.batik.gvt.renderer.DynamicRenderer
 
flush(Rectangle) - Method in class org.apache.batik.swing.gvt.JGVTComponent
Flush a rectangle of cached image data (preliminary interface, may be removed or modified in the future).
flushCache() - Method in class org.apache.batik.ext.awt.image.spi.ImageTagRegistry
 
flushCache(Rectangle) - Method in class org.apache.batik.ext.awt.image.rendered.TileCacheRed
 
flushImageCache() - Method in class org.apache.batik.swing.svg.JSVGComponent
Removes all images from the image cache.
FOCUS_GAINED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeFocusEvent
The id for the "focusGained" event.
FOCUS_LOST - Static variable in class org.apache.batik.gvt.event.GraphicsNodeFocusEvent
The id for the "focusLoses" event.
focusGained(GraphicsNodeFocusEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeFocusListener
Invoked when a graphics node gains the keyboard focus.
focusinListener - Variable in class org.apache.batik.bridge.ScriptingEnvironment
The focusin event listener.
focusLost(GraphicsNodeFocusEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeFocusListener
Invoked when a graphics node loses the keyboard focus.
focusManager - Variable in class org.apache.batik.bridge.BridgeContext
The EventListener that is responsible of managing DOM focus event.
FocusManager - class org.apache.batik.bridge.FocusManager.
A class that manages focus on elements.
FocusManager.DOMFocusInTracker - class org.apache.batik.bridge.FocusManager.DOMFocusInTracker.
The class that is responsible for tracking 'DOMFocusIn' changes.
FocusManager.DOMFocusInTracker(FocusManager) - Constructor for class org.apache.batik.bridge.FocusManager.DOMFocusInTracker
 
FocusManager.DOMFocusOutTracker - class org.apache.batik.bridge.FocusManager.DOMFocusOutTracker.
The class that is responsible for tracking 'DOMFocusOut' changes.
FocusManager.DOMFocusOutTracker(FocusManager) - Constructor for class org.apache.batik.bridge.FocusManager.DOMFocusOutTracker
 
FocusManager.MouseClickTacker - class org.apache.batik.bridge.FocusManager.MouseClickTacker.
The class that is responsible for tracking 'mouseclick' changes.
FocusManager.MouseClickTacker(FocusManager) - Constructor for class org.apache.batik.bridge.FocusManager.MouseClickTacker
 
FocusManager.MouseOutTacker - class org.apache.batik.bridge.FocusManager.MouseOutTacker.
The class that is responsible to update the focus according to 'mouseout' event.
FocusManager.MouseOutTacker(FocusManager) - Constructor for class org.apache.batik.bridge.FocusManager.MouseOutTacker
 
FocusManager.MouseOverTacker - class org.apache.batik.bridge.FocusManager.MouseOverTacker.
The class that is responsible to update the focus according to 'mouseover' event.
FocusManager.MouseOverTacker(FocusManager) - Constructor for class org.apache.batik.bridge.FocusManager.MouseOverTacker
 
FocusManager(Document) - Constructor for class org.apache.batik.bridge.FocusManager
Constructs a new FocusManager for the specified document.
focusoutListener - Variable in class org.apache.batik.bridge.ScriptingEnvironment
The focusout event listener.
font - Variable in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
font - Variable in class org.apache.batik.util.gui.MemoryMonitor.Usage
The font used to draw the strings.
Font - class org.apache.batik.svggen.font.Font.
The TrueType font.
FONT - Static variable in class org.apache.batik.transcoder.wmf.tosvg.WMFPainter
 
FONT_FACE_RULE - Static variable in interface org.w3c.dom.css.CSSRule
The rule is a CSSFontFaceRule.
FONT_FACE_SYMBOL - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents the '@font-face' lexical unit.
FONT_FAMILY_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
FONT_SIZE - Static variable in class org.apache.batik.gvt.font.AWTGVTFont
 
FONT_SIZE - Static variable in class org.apache.batik.util.gui.MemoryMonitor.Usage
The font size.
FONT_SIZE_ADJUST_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
FONT_SIZE_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
FONT_SIZE_RELATIVE_MASK - Static variable in class org.apache.batik.css.engine.StyleMap
 
FONT_STRETCH_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
FONT_STYLE_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
FONT_VARIANT - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Font variant to be used for this character span.
FONT_VARIANT_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
FONT_WEIGHT_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
Font() - Constructor for class org.apache.batik.svggen.font.Font
Constructor
fontElement - Variable in class org.apache.batik.bridge.SVGFontFamily
 
fontFace - Variable in class org.apache.batik.bridge.SVGFontFamily
 
FontFamilyManager - class org.apache.batik.css.engine.value.css2.FontFamilyManager.
This class provides a factory for the 'font-family' property values.
FontFamilyManager() - Constructor for class org.apache.batik.css.engine.value.css2.FontFamilyManager
 
FontFamilyResolver - class org.apache.batik.gvt.font.FontFamilyResolver.
The is a utility class that is used for resolving UnresolvedFontFamilies.
FontFamilyResolver() - Constructor for class org.apache.batik.gvt.font.FontFamilyResolver
 
fontRenderContext - Variable in class org.apache.batik.gvt.renderer.BasicTextPainter
The font render context to use.
fonts - Static variable in class org.apache.batik.gvt.font.FontFamilyResolver
List of all available fonts on the current system, plus a few common alternatives.
FontSizeAdjustManager - class org.apache.batik.css.engine.value.css2.FontSizeAdjustManager.
This class provides a manager for the 'font-size-adjust' property values.
FontSizeAdjustManager() - Constructor for class org.apache.batik.css.engine.value.css2.FontSizeAdjustManager
 
fontSizeIndex - Variable in class org.apache.batik.css.engine.CSSEngine
The font-size property index.
FontSizeManager - class org.apache.batik.css.engine.value.css2.FontSizeManager.
This class provides a manager for the 'font-size' property values.
FontSizeManager() - Constructor for class org.apache.batik.css.engine.value.css2.FontSizeManager
 
fontStretch - Variable in class org.apache.batik.bridge.SVGFontFace
 
FontStretchManager - class org.apache.batik.css.engine.value.css2.FontStretchManager.
This class provides a manager for the 'font-stretch' property values.
FontStretchManager() - Constructor for class org.apache.batik.css.engine.value.css2.FontStretchManager
 
fontStyle - Variable in class org.apache.batik.bridge.SVGFontFace
 
FontStyleManager - class org.apache.batik.css.engine.value.css2.FontStyleManager.
This class provides a manager for the 'font-style' property values.
FontStyleManager() - Constructor for class org.apache.batik.css.engine.value.css2.FontStyleManager
 
fontVariant - Variable in class org.apache.batik.bridge.SVGFontFace
 
FontVariantManager - class org.apache.batik.css.engine.value.css2.FontVariantManager.
This class provides a manager for the 'font-variant' property values.
FontVariantManager() - Constructor for class org.apache.batik.css.engine.value.css2.FontVariantManager
 
fontWeight - Variable in class org.apache.batik.bridge.SVGFontFace
 
FontWeightManager - class org.apache.batik.css.engine.value.css2.FontWeightManager.
This class provides a manager for the 'font-weight' property values.
FontWeightManager() - Constructor for class org.apache.batik.css.engine.value.css2.FontWeightManager
 
forceRedraw() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
 
forceRedraw() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
FORESTGREEN_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'forestgreen' RGB color.
FORESTGREEN_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'forestgreen' color name.
format - Variable in class org.apache.batik.svggen.font.table.CmapFormat
 
format - Variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Whether the output must be formatted.
formatMessage(Object, String, Object[]) - Static method in class org.apache.batik.ext.awt.image.spi.DefaultBrokenLinkProvider
 
formatMessage(String, Object[]) - Static method in class org.apache.batik.apps.rasterizer.Messages
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Static method in class org.apache.batik.apps.svgbrowser.Resources
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Static method in class org.apache.batik.bridge.Messages
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Static method in class org.apache.batik.css.engine.Messages
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Static method in class org.apache.batik.css.engine.value.Messages
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Method in class org.apache.batik.css.parser.Parser
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Method in class org.apache.batik.dom.AbstractDocument
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Method in class org.apache.batik.dom.svg.SVGDOMImplementation
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Method in class org.apache.batik.dom.svg.SVGOMDocument
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Static method in class org.apache.batik.ext.swing.Resources
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Static method in class org.apache.batik.ext.swing.Messages
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Method in class org.apache.batik.i18n.LocalizableSupport
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Method in interface org.apache.batik.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 org.apache.batik.parser.AbstractParser
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Method in class org.apache.batik.script.jacl.JaclInterpreter
 
formatMessage(String, Object[]) - Method in class org.apache.batik.script.jpython.JPythonInterpreter
 
formatMessage(String, Object[]) - Method in class org.apache.batik.script.rhino.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 org.apache.batik.script.rhino.Messages
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Static method in class org.apache.batik.svggen.font.Messages
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Static method in class org.apache.batik.swing.Messages
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Static method in class org.apache.batik.swing.svg.Messages
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Static method in class org.apache.batik.transcoder.image.resources.Messages
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Static method in class org.apache.batik.util.Messages
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Static method in class org.apache.batik.util.io.Messages
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Static method in class org.apache.batik.util.resources.Messages
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Method in class org.apache.batik.xml.XMLScanner
Implements Localizable.formatMessage(String,Object[]).
FormatRed - class org.apache.batik.ext.awt.image.rendered.FormatRed.
This allows you to specify the ColorModel, Alpha premult and/or SampleModel to be used for output.
FormatRed(CachableRed, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.rendered.FormatRed
 
FormatRed(CachableRed, SampleModel) - Constructor for class org.apache.batik.ext.awt.image.rendered.FormatRed
Construct an instance of CachableRed around a BufferedImage.
formatText(char[], String) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Formats the given text.
FORWARD - Static variable in class org.apache.batik.dom.traversal.DOMNodeIterator
The forward state.
FORWARD_ACTION - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
 
FORWARD_PENDING_STATE - Static variable in class org.apache.batik.apps.svgbrowser.LocalHistory
 
forward() - Method in class org.apache.batik.apps.svgbrowser.TransformHistory
Goes forward of one position in the history.
forward() - Method in class org.apache.batik.apps.svgbrowser.LocalHistory
Goes forward of one position in the history.
forwardAction - Variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
The forward action
ForwardSeekableStream - class org.apache.batik.ext.awt.image.codec.ForwardSeekableStream.
A subclass of SeekableStream that may be used to wrap a regular InputStream efficiently.
ForwardSeekableStream(InputStream) - Constructor for class org.apache.batik.ext.awt.image.codec.ForwardSeekableStream
Constructs a InputStreamForwardSeekableStream from a regular InputStream.
fpgm - Static variable in interface org.apache.batik.svggen.font.table.Table
 
FpgmTable - class org.apache.batik.svggen.font.table.FpgmTable.
 
FpgmTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.FpgmTable
 
fractions - Variable in class org.apache.batik.ext.awt.MultipleGradientPaint
Gradient keyframe values in the range 0 to 1.
FRAGMENT_PREFIX - Static variable in class org.apache.batik.bridge.ScriptingEnvironment
Used in 'parseXML()'.
fragmentIdentifier - Variable in class org.apache.batik.swing.svg.JSVGComponent
The current document fragment identifier.
fragmentIdentifierHandler - Variable in class org.apache.batik.parser.FragmentIdentifierParser
The FragmentIdentifierHandler.
FragmentIdentifierHandler - interface org.apache.batik.parser.FragmentIdentifierHandler.
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 org.apache.batik.parser.FragmentIdentifierParser.
This class represents an event-based parser for the SVG fragment identifiers.
FragmentIdentifierParser() - Constructor for class org.apache.batik.parser.FragmentIdentifierParser
Creates a new FragmentIdentifier parser.
frameIcon - Static variable in class org.apache.batik.apps.svgbrowser.Main
The frame's icon.
freeColors - Variable in class org.apache.batik.util.gui.MemoryMonitor.Usage
The color of the free blocks for each block type.
freeMemory - Variable in class org.apache.batik.util.gui.MemoryMonitor.Usage
The free memory.
freeMemory - Variable in class org.apache.batik.util.gui.MemoryMonitor.History
The free memory.
frequency - Variable in class org.apache.batik.ext.awt.image.codec.PNGSuggestedPaletteEntry
The probable frequency of the color in the image.
from - Variable in class org.apache.batik.gvt.event.GraphicsNodeChangeEvent
 
fuchsia - Static variable in class org.apache.batik.svggen.SVGColor
 
FUCHSIA_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'fuchsia' RGB color.
FUCHSIA_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'fuchsia' color name.
FULL_SCREEN_ACTION - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
 
fullName - Variable in class org.apache.batik.util.PreferenceManager
 
function - Variable in class org.apache.batik.script.rhino.WindowWrapper.FunctionWrapper
The function wrapper.
function - Variable in class org.apache.batik.script.rhino.WindowWrapper.GetURLFunctionWrapper
The function wrapper.
FUNCTION - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents a 'ident(' lexical unit.
fvar - Static variable in interface org.apache.batik.svggen.font.table.Table
 

G

G - Static variable in class org.apache.batik.ext.awt.image.ARGBChannel
 
GAINSBORO_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'gainsboro' RGB color.
GAINSBORO_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'gainsboro' color name.
GAMMA - Static variable in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
 
GammaTransfer - class org.apache.batik.ext.awt.image.GammaTransfer.
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 org.apache.batik.ext.awt.image.GammaTransfer
Three floats as the input for the Gamma function
gasp - Static variable in interface org.apache.batik.svggen.font.table.Table
 
gatherFlowPara(BridgeContext, Element) - Method in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
 
gatherRects(BridgeContext, Element) - Method in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
 
GaussianBlurRable - interface org.apache.batik.ext.awt.image.renderable.GaussianBlurRable.
Implements a GaussianBlur operation, where the blur size is defined by standard deviations along the x and y axis.
GaussianBlurRable8Bit - class org.apache.batik.ext.awt.image.renderable.GaussianBlurRable8Bit.
GaussianBlurRable implementation
GaussianBlurRable8Bit(Filter, double, double) - Constructor for class org.apache.batik.ext.awt.image.renderable.GaussianBlurRable8Bit
 
GaussianBlurRed8Bit - class org.apache.batik.ext.awt.image.rendered.GaussianBlurRed8Bit.
This implementation of RenderableImage will render its input GraphicsNode on demand for tiles.
GaussianBlurRed8Bit(CachableRed, double, double, RenderingHints) - Constructor for class org.apache.batik.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 org.apache.batik.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 org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Current state of the Graphic Context.
GDEF - Static variable in interface org.apache.batik.svggen.font.table.Table
 
GENERAL - Static variable in class org.apache.batik.ext.awt.g2d.TransformType
 
GENERAL_STRING - Static variable in class org.apache.batik.ext.awt.g2d.TransformType
 
generateID(String) - Method in class org.apache.batik.svggen.SVGIDGenerator
Generates an id for the given prefix.
generatorContext - Variable in class org.apache.batik.svggen.AbstractSVGConverter
Used by converters to create Elements and other DOM objects
generatorContext - Variable in class org.apache.batik.svggen.SVGGraphicObjectConverter
Used by converters to create Elements and other DOM objects.
generatorContext - Variable in class org.apache.batik.svggen.AbstractSVGFilterConverter
Used by converters to create Elements and other DOM objects
GenericAttr - class org.apache.batik.dom.GenericAttr.
This class implements the Attr interface.
GenericAttr() - Constructor for class org.apache.batik.dom.GenericAttr
Creates a new Attr object.
GenericAttr(String, AbstractDocument) - Constructor for class org.apache.batik.dom.GenericAttr
Creates a new Attr object.
GenericAttrNS - class org.apache.batik.dom.GenericAttrNS.
This class implements the Attr interface with support for namespaces.
GenericAttrNS() - Constructor for class org.apache.batik.dom.GenericAttrNS
Creates a new Attr object.
GenericAttrNS(String, String, AbstractDocument) - Constructor for class org.apache.batik.dom.GenericAttrNS
Creates a new Attr object.
GenericBridge - interface org.apache.batik.bridge.GenericBridge.
A tagging interface that bridges for elements child of GraphicsNodeBridge should implement.
GenericCDATASection - class org.apache.batik.dom.GenericCDATASection.
This class implements the CDATASection interface.
GenericCDATASection() - Constructor for class org.apache.batik.dom.GenericCDATASection
Creates a new CDATASection object.
GenericCDATASection(String, AbstractDocument) - Constructor for class org.apache.batik.dom.GenericCDATASection
Creates a new CDATASection object.
GenericComment - class org.apache.batik.dom.GenericComment.
This class implements the Comment interface.
GenericComment() - Constructor for class org.apache.batik.dom.GenericComment
Creates a new Comment object.
GenericComment(String, AbstractDocument) - Constructor for class org.apache.batik.dom.GenericComment
Creates a new Comment object.
GenericDecoder - class org.apache.batik.util.io.GenericDecoder.
This class delegates to a reader the decoding of an input stream.
GenericDecoder(InputStream, String) - Constructor for class org.apache.batik.util.io.GenericDecoder
Creates a new GenericDecoder.
GenericDecoder(Reader) - Constructor for class org.apache.batik.util.io.GenericDecoder
Creates a new GenericDecoder.
GenericDocument - class org.apache.batik.dom.GenericDocument.
This class implements the Document, DocumentEvent.
GenericDocument() - Constructor for class org.apache.batik.dom.GenericDocument
Creates a new uninitialized document.
GenericDocument(DocumentType, DOMImplementation) - Constructor for class org.apache.batik.dom.GenericDocument
Creates a new uninitialized document.
GenericDocumentFragment - class org.apache.batik.dom.GenericDocumentFragment.
This class implements DocumentFragment interface.
GenericDocumentFragment() - Constructor for class org.apache.batik.dom.GenericDocumentFragment
Creates a new DocumentFragment object.
GenericDocumentFragment(AbstractDocument) - Constructor for class org.apache.batik.dom.GenericDocumentFragment
Creates a new DocumentFragment object.
GenericDOMImplementation - class org.apache.batik.dom.GenericDOMImplementation.
This class implements the DOMImplementation.
GenericDOMImplementation() - Constructor for class org.apache.batik.dom.GenericDOMImplementation
Creates a new GenericDOMImplementation object.
GenericElement - class org.apache.batik.dom.GenericElement.
This class implements the Element interface.
GenericElement() - Constructor for class org.apache.batik.dom.GenericElement
Creates a new Element object.
GenericElement(String, AbstractDocument) - Constructor for class org.apache.batik.dom.GenericElement
Creates a new Element object.
GenericElementNS - class org.apache.batik.dom.GenericElementNS.
This class implements the Element interface.
GenericElementNS() - Constructor for class org.apache.batik.dom.GenericElementNS
Creates a new Element object.
GenericElementNS(String, String, AbstractDocument) - Constructor for class org.apache.batik.dom.GenericElementNS
Creates a new Element object.
GenericEntity - class org.apache.batik.dom.GenericEntity.
This class implements the Entity interface.
GenericEntity() - Constructor for class org.apache.batik.dom.GenericEntity
Creates a new Entity object.
GenericEntity(String, String, String, AbstractDocument) - Constructor for class org.apache.batik.dom.GenericEntity
Creates a new Entity object.
GenericEntityReference - class org.apache.batik.dom.GenericEntityReference.
This class implements the EntityReference interface.
GenericEntityReference() - Constructor for class org.apache.batik.dom.GenericEntityReference
Creates a new EntityReference object.
GenericEntityReference(String, AbstractDocument) - Constructor for class org.apache.batik.dom.GenericEntityReference
Creates a new EntityReference object.
GenericImageHandler - interface org.apache.batik.svggen.GenericImageHandler.
Extends the default ImageHandler interface with calls to allow caching of raster images in generated SVG content.
GenericNotation - class org.apache.batik.dom.GenericNotation.
This class implements the Notation interface.
GenericNotation() - Constructor for class org.apache.batik.dom.GenericNotation
Creates a new Notation object.
GenericNotation(String, String, String, AbstractDocument) - Constructor for class org.apache.batik.dom.GenericNotation
Creates a new Notation object.
GenericProcessingInstruction - class org.apache.batik.dom.GenericProcessingInstruction.
This class implements the ProcessingInstruction interface.
GenericProcessingInstruction() - Constructor for class org.apache.batik.dom.GenericProcessingInstruction
Creates a new ProcessingInstruction object.
GenericProcessingInstruction(String, String, AbstractDocument) - Constructor for class org.apache.batik.dom.GenericProcessingInstruction
Creates a new ProcessingInstruction object.
GenericText - class org.apache.batik.dom.GenericText.
This class provides a generic implementation of the Text interface.
GenericText() - Constructor for class org.apache.batik.dom.GenericText
Creates a new uninitialized Text object.
GenericText(String, AbstractDocument) - Constructor for class org.apache.batik.dom.GenericText
Creates a new Text object.
genRect_OVER(WritableRaster) - Method in class org.apache.batik.ext.awt.image.rendered.CompositeRed
 
genRect(WritableRaster) - Method in class org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
 
genRect(WritableRaster) - Method in class org.apache.batik.ext.awt.image.rendered.SpecularLightingRed
 
genRect(WritableRaster) - Method in class org.apache.batik.ext.awt.image.rendered.CompositeRed
 
genRect(WritableRaster) - Method in class org.apache.batik.ext.awt.image.rendered.AffineRed
 
genRect(WritableRaster) - Method in class org.apache.batik.ext.awt.image.rendered.TileCacheRed
 
genRect(WritableRaster) - Method in class org.apache.batik.gvt.filter.GraphicsNodeRed8Bit
 
genTile(int, int) - Method in class org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
 
genTile(int, int) - Method in class org.apache.batik.ext.awt.image.rendered.TileRed
 
genTile(int, int) - Method in interface org.apache.batik.ext.awt.image.rendered.TileGenerator
 
GEOMETRICPRECISION_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'geometricprecision' keyword.
get(char) - Method in class org.apache.batik.gvt.font.AWTGlyphGeometryCache
Gets the value of a variable
get(int) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the graphics node at the specified position in the children list.
get(Object) - Method in class org.apache.batik.dom.util.HashTable
Gets the value of a variable
get(Object) - Method in class org.apache.batik.transcoder.TranscodingHints
Returns the value to which the specified key is mapped.
get(Object, Object) - Method in class org.apache.batik.dom.util.DoublyIndexedTable
Gets the value of an entry
get(Object, Object) - Method in class org.apache.batik.util.SoftDoublyIndexedTable
Gets the value of a variable
get(String) - Static method in class org.apache.batik.apps.rasterizer.Messages
 
get(String) - Method in class org.apache.batik.css.engine.StringIntMap
Gets the value corresponding to the given string.
get(String) - Method in class org.apache.batik.css.engine.value.StringMap
Gets the value corresponding to the given string.
get(String) - Method in class org.apache.batik.dom.util.HashTableStack
Gets an item in the table on the top of the stack.
get(String) - Static method in class org.apache.batik.svggen.SVGAttributeMap
 
get(String, String) - Static method in class org.apache.batik.apps.rasterizer.Messages
 
get(String, String) - Method in class org.apache.batik.dom.AbstractElement.NamedNodeHashMap
Gets the value of a variable
getA() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getA().
getA() - Method in interface org.w3c.dom.svg.SVGMatrix
 
getAccessControlContext() - Method in class org.apache.batik.script.rhino.RhinoInterpreter
Returns the AccessControlContext associated with this Interpreter.
getAccessControlContext() - Method in class org.apache.batik.script.rhino.RhinoClassLoader
Returns the AccessControlContext which should be associated with RhinoCode.
getACI() - Method in class org.apache.batik.gvt.renderer.StrokingTextPainter.TextRun
 
getACI() - Method in class org.apache.batik.gvt.text.LineInfo
 
getACIIndex() - Method in class org.apache.batik.gvt.text.GlyphIterator
 
getAction(String) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Returns the action associated with the given string or null on error
getAction(String) - Method in class org.apache.batik.apps.svgbrowser.FindDialog
Returns the action associated with the given string or null on error
getAction(String) - Method in class org.apache.batik.util.gui.DOMViewer
Returns the action associated with the given string or null on error
getAction(String) - Method in class org.apache.batik.util.gui.LanguageDialog
Returns the action associated with the given string or null on error
getAction(String) - Method in class org.apache.batik.util.gui.LanguageDialog.Panel
Returns the action associated with the given string or null on error
getAction(String) - Method in class org.apache.batik.util.gui.URIChooser
Returns the action associated with the given string or null on error
getAction(String) - Method in class org.apache.batik.util.gui.UserStyleDialog
Returns the action associated with the given string or null on error
getAction(String) - Method in class org.apache.batik.util.gui.MemoryMonitor
Returns the action associated with the given string or null on error
getAction(String) - Method in class org.apache.batik.util.gui.JErrorPane
Returns the action associated with the given string or null on error
getAction(String) - Method in class org.apache.batik.util.gui.CSSMediaPanel
Returns the action associated with the given string or null on error
getAction(String) - Method in class org.apache.batik.util.gui.CSSMediaPanel.AddMediumDialog
Returns the action associated with the given string or null on error
getAction(String) - Method in class org.apache.batik.util.gui.CSSMediaPanel.Dialog
Returns the action associated with the given string or null on error
getAction(String) - Method in interface org.apache.batik.util.gui.resource.ActionMap
Returns the action associated with the given string or null on error
getActualTileBounds(Rectangle2D) - Method in class org.apache.batik.ext.awt.image.renderable.TileRable8Bit
 
getAdj() - Method in class org.apache.batik.gvt.text.GlyphIterator
 
getAdjustValue() - Method in class org.apache.batik.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 org.apache.batik.gvt.text.GlyphIterator
 
getAdvance() - Method in class org.apache.batik.gvt.text.LineInfo
 
getAdvance2D() - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns the current text position at the completion of glyph layout.
getAdvance2D() - Method in interface org.apache.batik.gvt.text.TextSpanLayout
Returns the current text position at the completion of glyph layout.
getAdvanceWidth() - Method in class org.apache.batik.svggen.font.Glyph
 
getAdvanceWidth(int) - Method in class org.apache.batik.svggen.font.table.HmtxTable
 
getAdvanceWidthMax() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getAffine() - Method in interface org.apache.batik.ext.awt.image.renderable.AffineRable
Get the current affine.
getAffine() - Method in class org.apache.batik.ext.awt.image.renderable.AffineRable8Bit
Get the Affine.
getAffineTransform() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Returns the associated AffineTransform.
getAffineTransform() - Method in class org.apache.batik.dom.svg.SVGOMMatrix
Returns the associated AffineTransform.
getAffineTransform() - Method in class org.apache.batik.ext.swing.JAffineTransformChooser
 
getAffineTransform() - Method in class org.apache.batik.parser.AWTTransformProducer
Returns the AffineTransform object initialized during the last parsing.
getAlign() - Method in interface org.w3c.dom.svg.SVGPreserveAspectRatio
 
getAllAttributeKeys() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Get the keys of all attributes defined on the iterator's text range.
getAllAttributeKeys() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Get the keys of all attributes defined on the iterator's text range.
getAllAttributeKeys() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the keys of all attributes defined on the iterator's text range.
getAllAttributeKeys() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Get the keys of all attributes defined on the iterator's text range.
getAllowedExternalResourceOrigin() - Method in interface org.apache.batik.apps.svgbrowser.Application
Returns the allowed origins for external resources.
getAllowedExternalResourceOrigin() - Method in class org.apache.batik.apps.svgbrowser.Main
Returns the allowed origins for external resources.
getAllowedScriptOrigin() - Method in interface org.apache.batik.apps.svgbrowser.Application
Returns the allowed origins for scripts.
getAllowedScriptOrigin() - Method in class org.apache.batik.apps.svgbrowser.Main
Returns the allowed origins for scripts.
getAllowedScriptTypes() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
Returns the list of allowed script types.
getAlphaCompositeConverter() - Method in class org.apache.batik.svggen.SVGComposite
 
getAlphaCompositeFilterSet() - Method in class org.apache.batik.svggen.SVGAlphaComposite
 
getAlphaFunction() - Method in interface org.apache.batik.ext.awt.image.renderable.ComponentTransferRable
Returns the transfer function for the alpha channel
getAlphaFunction() - Method in class org.apache.batik.ext.awt.image.renderable.ComponentTransferRable8Bit
Returns the transfer function for the alpha channel
getAlternateStylesheet() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getAlternateStyleSheet() - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
Returns this user agent's alternate style-sheet title.
getAlternateStyleSheet() - Method in interface org.apache.batik.bridge.UserAgent
Returns this user agent's alternate style-sheet title.
getAlternateStyleSheet() - Method in class org.apache.batik.bridge.UserAgentAdapter
Returns this user agent's alternate style-sheet title.
getAlternateStyleSheet() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Returns this user agent's alternate style-sheet title.
getAlternateStyleSheet() - Method in interface org.apache.batik.swing.svg.SVGUserAgent
Returns this user agent's alternate style-sheet title.
getAlternateStyleSheet() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns this user agent's alternate style-sheet title.
getAlternateStyleSheet() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns this user agent's alternate style-sheet title.
getAltKey() - Method in class org.apache.batik.dom.events.DOMKeyEvent
altKey indicates whether the 'alt' key was depressed during * the firing of the event.
getAltKey() - Method in class org.apache.batik.dom.events.DOMMouseEvent
DOM: altKey indicates whether the 'alt' key was depressed during the firing of the event.
getAltKey() - Method in interface org.w3c.dom.events.MouseEvent
Used to indicate whether the 'alt' key was depressed during the firing of the event.
getAmplitude() - Method in class org.apache.batik.dom.svg.SVGOMComponentTransferFunctionElement
DOM: Implements SVGComponentTransferFunctionElement.getAmplitude().
getAmplitude() - Method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
Returns the amplitude value for this transfer function
getAmplitude() - Method in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
Returns the amplitude value for this transfer function
getAmplitude() - Method in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
 
getAncestorSelector() - Method in class org.apache.batik.css.engine.sac.AbstractDescendantSelector
SAC: Implements DescendantSelector.getAncestorSelector().
getAncestorSelector() - Method in class org.apache.batik.css.parser.AbstractDescendantSelector
SAC: Implements DescendantSelector.getAncestorSelector().
getAncestorSelector() - Method in interface org.w3c.css.sac.DescendantSelector
Returns the parent selector.
getAnchorType() - Method in class org.apache.batik.gvt.renderer.StrokingTextPainter.TextRun
 
getAngle() - Method in interface org.w3c.dom.svg.SVGTransform
 
getAngle() - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
 
getAngle() - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
 
getAngleHandler() - Method in class org.apache.batik.parser.AngleParser
Returns the angle handler in use.
getAnimatedEnumerationAttribute(String, String, String[], short) - Method in class org.apache.batik.dom.svg.SVGOMElement
Manages the query of an SVGAnimatedEnumeration.
getAnimatedInstanceRoot() - Method in class org.apache.batik.dom.svg.SVGOMUseElement
DOM: Implements SVGUseElement.getAnimatedInstanceRoot().
getAnimatedInstanceRoot() - Method in interface org.w3c.dom.svg.SVGUseElement
 
getAnimatedIntegerAttribute(String, String, int) - Method in class org.apache.batik.dom.svg.SVGOMElement
Manages the query of an SVGAnimatedInteger.
getAnimatedLengthAttribute(String, String, String, short) - Method in class org.apache.batik.dom.svg.SVGOMElement
Manages the query of an SVGAnimatedNumber.
getAnimatedNormalizedPathSegList() - Method in class org.apache.batik.dom.svg.SVGOMPathElement
DOM: Implements SVGAnimatedPathData.getAnimatedNormalizedPathSegList().
getAnimatedNormalizedPathSegList() - Method in interface org.w3c.dom.svg.SVGAnimatedPathData
 
getAnimatedNumberAttribute(String, String, float) - Method in class org.apache.batik.dom.svg.SVGOMElement
Manages the query of an SVGAnimatedNumber.
getAnimatedPathSegList() - Method in class org.apache.batik.dom.svg.SVGOMPathElement
DOM: Implements SVGAnimatedPathData.getAnimatedPathSegList().
getAnimatedPathSegList() - Method in interface org.w3c.dom.svg.SVGAnimatedPathData
 
getAnimatedPoints() - Method in class org.apache.batik.dom.svg.SVGOMPolylineElement
DOM: Implements SVGAnimatedPoints.getAnimatedPoints().
getAnimatedPoints() - Method in class org.apache.batik.dom.svg.SVGOMPolygonElement
DOM: Implements SVGAnimatedPoints.getAnimatedPoints().
getAnimatedPoints() - Method in interface org.w3c.dom.svg.SVGAnimatedPoints
 
getAnimatedStringAttribute(String, String) - Method in class org.apache.batik.dom.svg.SVGOMElement
Manages the query of an SVGAnimatedString.
getAnimVal() - Method in class org.apache.batik.dom.svg.SVGOMAnimatedNumber
DOM: Implements SVGAnimatedNumber.getAnimVal().
getAnimVal() - Method in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength
DOM: Implements SVGAnimatedLength.getAnimVal().
getAnimVal() - Method in class org.apache.batik.dom.svg.SVGOMAnimatedBoolean
DOM: Implements SVGAnimatedBoolean.getAnimVal().
getAnimVal() - Method in class org.apache.batik.dom.svg.SVGOMAnimatedString
DOM: Implements SVGAnimatedString.getAnimVal().
getAnimVal() - Method in class org.apache.batik.dom.svg.SVGOMAnimatedInteger
DOM: Implements SVGAnimatedInteger.getAnimVal().
getAnimVal() - Method in class org.apache.batik.dom.svg.SVGOMAnimatedEnumeration
DOM: Implements SVGAnimatedEnumeration.getAnimVal().
getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedTransformList
 
getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedEnumeration
 
getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedBoolean
 
getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedString
 
getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedNumber
 
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.SVGAnimatedLength
 
getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedInteger
 
getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedLengthList
 
getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedNumberList
 
getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedAngle
 
getArabicForm() - Method in class org.apache.batik.gvt.font.Glyph
Returns which of the four possible arabic forms this glyph represents.
getArea() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getArgument1() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getArgument2() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getArmStyle() - Method in class org.apache.batik.svggen.font.table.Panose
 
getAsBytes() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFField
Returns the data as an uninterpreted array of bytes.
getAscender() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getAscent() - Method in class org.apache.batik.bridge.SVGFontFace
Returns the maximum unaccented height of the font within the font coordinate system.
getAscent() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the ascent of the text.
getAscent() - Method in class org.apache.batik.svggen.font.Font
 
getAsChars() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFField
Returns TIFF_SHORT data as an array of chars (unsigned 16-bit integers).
getAsDouble(int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFField
Returns data in any numerical format as a float.
getAsDoubles() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFField
Returns TIFF_DOUBLE data as an array of doubles.
getAsFloat(int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFField
Returns data in any numerical format as a float.
getAsFloats() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFField
Returns TIFF_FLOAT data as an array of floats.
getAsInt(int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFField
Returns data in TIFF_BYTE, TIFF_SBYTE, TIFF_UNDEFINED, TIFF_SHORT, TIFF_SSHORT, or TIFF_SLONG format as an int.
getAsInts() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFField
Returns TIFF_SLONG data as an array of ints (signed 32-bit integers).
getAsLong(int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFField
Returns data in TIFF_BYTE, TIFF_SBYTE, TIFF_UNDEFINED, TIFF_SHORT, TIFF_SSHORT, TIFF_SLONG, or TIFF_LONG format as a long.
getAsLongs() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFField
Returns TIFF_LONG data as an array of longs (signed 64-bit integers).
getAsRational(int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFField
Returns a TIFF_RATIONAL data item as a two-element array of ints.
getAsRationals() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFField
Returns TIFF_RATIONAL data as an array of 2-element arrays of longs.
getAsShorts() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFField
Returns TIFF_SSHORT data as an array of shorts (signed 16-bit integers).
getAsSRational(int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFField
Returns a TIFF_SRATIONAL data item as a two-element array of ints.
getAsSRationals() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFField
Returns TIFF_SRATIONAL data as an array of 2-element arrays of ints.
getAsString(int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFField
Returns a TIFF_ASCII data item as a String.
getAttrChange() - Method in class org.apache.batik.dom.events.DOMMutationEvent
Implements MutationEvent.getAttrChange().
getAttrChange() - Method in interface org.w3c.dom.events.MutationEvent
attrChange indicates the type of change which triggered the DOMAttrModified event.
getAttribute(Attribute) - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Get the value of the named attribute for the current character.
getAttribute(AttributedCharacterIterator.Attribute) - Method in class org.apache.batik.gvt.text.GVTACIImpl
Get the value of the named attribute for the current character.
getAttribute(AttributedCharacterIterator.Attribute) - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the value of the named attribute for the current character.
getAttribute(AttributedCharacterIterator.Attribute) - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Get the value of the named attribute for the current character.
getAttribute(String) - Method in class org.apache.batik.dom.AbstractElement
DOM: Implements Element.getAttribute(String).
getAttribute(String) - Method in interface org.w3c.dom.Element
Retrieves an attribute value by name.
getAttributedCharacterIterator() - Method in class org.apache.batik.gvt.TextNode
Returns the attributed character iterator of this text node.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.AbstractElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.SVGOMGradientElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.SVGOMAnimateMotionElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.SVGOMFilterElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.SVGOMTextPathElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.SVGOMScriptElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.SVGOMViewElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.SVGOMAltGlyphElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.SVGOMImageElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.SVGOMAElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.SVGOMCursorElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.SVGOMPatternElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.SVGOMColorProfileElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.SVGOMMPathElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.SVGOMGlyphRefElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.SVGOMAnimateTransformElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.SVGOMFEImageElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.SVGOMMarkerElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.SVGOMStyleElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.SVGOMSymbolElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.dom.svg.SVGOMUseElement
Returns the AttributeInitializer for this element type.
getAttributeMap(BridgeContext, Element, TextPath) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Returns the map to pass to the current characters.
getAttributeMap(BridgeContext, Element, TextPath) - Method in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
Returns the map to pass to the current characters.
getAttributeMap(Map) - Method in class org.apache.batik.svggen.SVGPaintDescriptor
 
getAttributeMap(Map) - Method in class org.apache.batik.svggen.SVGHintsDescriptor
 
getAttributeMap(Map) - Method in class org.apache.batik.svggen.SVGCompositeDescriptor
 
getAttributeMap(Map) - Method in class org.apache.batik.svggen.SVGClipDescriptor
 
getAttributeMap(Map) - Method in class org.apache.batik.svggen.SVGTransformDescriptor
 
getAttributeMap(Map) - Method in class org.apache.batik.svggen.SVGFontDescriptor
 
getAttributeMap(Map) - Method in interface org.apache.batik.svggen.SVGDescriptor
 
getAttributeMap(Map) - Method in class org.apache.batik.svggen.SVGStrokeDescriptor
 
getAttributeNode(String) - Method in class org.apache.batik.dom.AbstractElement
DOM: Implements Element.getAttributeNode(String).
getAttributeNode(String) - Method in interface org.w3c.dom.Element
Retrieves an attribute node by name.
getAttributeNodeNS(String, String) - Method in class org.apache.batik.dom.AbstractElement
DOM: Implements Element.getAttributeNodeNS(String,String).
getAttributeNodeNS(String, String) - Method in interface org.w3c.dom.Element
Retrieves an Attr node by local name and namespace URI.
getAttributeNS(String, String) - Method in class org.apache.batik.dom.AbstractElement
DOM: Implements Element.getAttributeNS(String,String).
getAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Retrieves an attribute value by local name and namespace URI.
getAttributes() - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.getAttributes().
getAttributes() - Method in class org.apache.batik.dom.AbstractElement
DOM: Implements Node.getAttributes().
getAttributes() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Returns a map with the attributes defined on the current character.
getAttributes() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Returns a map with the attributes defined on the current character.
getAttributes() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Returns a map with the attributes defined on the current character.
getAttributes() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Returns a map with the attributes defined on the current character.
getAttributes() - Method in interface org.w3c.dom.Node
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getAttrName() - Method in class org.apache.batik.dom.events.DOMMutationEvent
DOM: attrName indicates the name of the changed Attr node in a DOMAttrModified event.
getAttrName() - Method in interface org.w3c.dom.events.MutationEvent
attrName indicates the name of the changed Attr node in a DOMAttrModified event.
getAuthor() - Method in interface org.apache.batik.bridge.BridgeExtension
This should return the individual or company name responsible for the this implementation of the extension.
getAuthor() - Method in class org.apache.batik.bridge.SVGBridgeExtension
This should return the individual or company name responsible for the this implementation of the extension.
getAuthor() - Method in interface org.apache.batik.dom.svg.DomExtension
This should return the individual or company name responsible for the this implementation of the extension.
getAuthor() - Method in class org.apache.batik.extension.svg.BatikDomExtension
This should return the individual or company name responsible for the this implementation of the extension.
getAuthor() - Method in class org.apache.batik.extension.svg.BatikBridgeExtension
This should return the individual or company name responsible for the this implementation of the extension.
getAvgCharWidth() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getAzimuth() - Method in class org.apache.batik.dom.svg.SVGOMFEDistantLightElement
DOM: Implements SVGFEDistantLightElement.getAzimuth().
getAzimuth() - Method in class org.apache.batik.ext.awt.image.DistantLight
 
getAzimuth() - Method in interface org.w3c.dom.css.CSS2Properties
See the azimuth property definition in CSS2.
getAzimuth() - Method in interface org.w3c.dom.svg.SVGFEDistantLightElement
 
getB() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getB().
getB() - Method in interface org.w3c.dom.svg.SVGMatrix
 
getBackground() - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Returns the background color used for clearing a region.
getBackground() - Method in class org.apache.batik.ext.awt.g2d.GraphicContext
Returns the background color used for clearing a region.
getBackground() - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getBackground() - Method in interface org.w3c.dom.css.CSS2Properties
See the background property definition in CSS2.
getBackground(GraphicsNode, GraphicsNode, Rectangle2D) - Method in class org.apache.batik.gvt.filter.BackgroundRable8Bit
Returns a filter that represents the background image for child.
getBackgroundAttachment() - Method in interface org.w3c.dom.css.CSS2Properties
See the background-attachment property definition in CSS2.
getBackgroundColor() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getBackgroundColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the background-color property definition in CSS2.
getBackgroundEnable() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the region defining the background enable property.
getBackgroundGray() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam.Gray
Returns the suggested gray level of the background.
getBackgroundImage() - Method in interface org.w3c.dom.css.CSS2Properties
See the background-image property definition in CSS2.
getBackgroundPaint() - Method in class org.apache.batik.gvt.CanvasGraphicsNode
Returns the background paint of this canvas graphics node.
getBackgroundPaletteIndex() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam.Palette
Returns the palette index of the suggested background color.
getBackgroundPosition() - Method in interface org.w3c.dom.css.CSS2Properties
See the background-position property definition in CSS2.
getBackgroundRepeat() - Method in interface org.w3c.dom.css.CSS2Properties
See the background-repeat property definition in CSS2.
getBackgroundRGB() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam.RGB
Returns the RGB value of the suggested background color.
getBaseFrequencyX() - Method in class org.apache.batik.dom.svg.SVGOMFETurbulenceElement
DOM: Implements SVGFETurbulenceElement.getBaseFrequencyX().
getBaseFrequencyX() - Method in class org.apache.batik.ext.awt.image.renderable.TurbulenceRable8Bit
Get the current base fequency in x direction.
getBaseFrequencyX() - Method in interface org.apache.batik.ext.awt.image.renderable.TurbulenceRable
Gets the current base fequency in x direction.
getBaseFrequencyX() - Method in class org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed
 
getBaseFrequencyX() - Method in interface org.w3c.dom.svg.SVGFETurbulenceElement
 
getBaseFrequencyY() - Method in class org.apache.batik.dom.svg.SVGOMFETurbulenceElement
DOM: Implements SVGFETurbulenceElement.getBaseFrequencyY().
getBaseFrequencyY() - Method in class org.apache.batik.ext.awt.image.renderable.TurbulenceRable8Bit
Get the current base fequency in y direction.
getBaseFrequencyY() - Method in interface org.apache.batik.ext.awt.image.renderable.TurbulenceRable
Gets the current base fequency in y direction.
getBaseFrequencyY() - Method in class org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed
 
getBaseFrequencyY() - Method in interface org.w3c.dom.svg.SVGFETurbulenceElement
 
getBaselineIndex() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the baseline index of the text.
getBaselineOffsets() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the baseline offsets of the text, relative to the baseline of the text.
getBaseTransform() - Method in interface org.apache.batik.gvt.event.EventDispatcher
Returns the base transform applied to MouseEvent coordinates prior to dispatch.
getBaseTransform() - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Returns the base transform applied to MouseEvent coordinates prior to dispatch.
getBaseVal() - Method in class org.apache.batik.dom.svg.SVGOMAnimatedNumber
DOM: Implements SVGAnimatedNumber.getBaseVal().
getBaseVal() - Method in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength
DOM: Implements SVGAnimatedLength.getBaseVal().
getBaseVal() - Method in class org.apache.batik.dom.svg.SVGOMAnimatedBoolean
DOM: Implements SVGAnimatedBoolean.getBaseVal().
getBaseVal() - Method in class org.apache.batik.dom.svg.SVGOMAnimatedString
DOM: Implements SVGAnimatedString.getBaseVal().
getBaseVal() - Method in class org.apache.batik.dom.svg.SVGOMAnimatedInteger
DOM: Implements SVGAnimatedInteger.getBaseVal().
getBaseVal() - Method in class org.apache.batik.dom.svg.SVGOMAnimatedEnumeration
DOM: Implements SVGAnimatedEnumeration.getBaseVal().
getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedTransformList
 
getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedEnumeration
 
getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedBoolean
 
getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedString
 
getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedNumber
 
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.SVGAnimatedLength
 
getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedInteger
 
getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedLengthList
 
getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedNumberList
 
getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedAngle
 
getBBox() - Method in class org.apache.batik.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 org.apache.batik.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 class org.apache.batik.dom.svg.SVGOMTextElement
DOM: Implements SVGLocatable.getBBox().
getBBox() - Method in class org.apache.batik.dom.svg.SVGGraphicsElement
DOM: Implements SVGLocatable.getBBox().
getBBox() - Method in interface org.apache.batik.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 org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements SVGLocatable.getBBox().
getBBox() - Method in interface org.w3c.dom.svg.SVGLocatable
 
getBBox(Element) - Static method in class org.apache.batik.dom.svg.SVGLocatableSupport
To implement SVGLocatable.getBBox().
getBeginIndex() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Get the start index of the text.
getBeginIndex() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Get the start index of the text.
getBeginIndex() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the start index of the text.
getBeginIndex() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Returns the start index of the text.
getBias() - Method in class org.apache.batik.dom.svg.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getBias().
getBias() - Method in interface org.apache.batik.ext.awt.image.renderable.ConvolveMatrixRable
Returns the shift value to apply to the result of convolution
getBias() - Method in class org.apache.batik.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
 
getBitDepth() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns the desired bit depth for a grayscale image.
getBitShift() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam.Gray
Returns the desired bit shift for a grayscale image.
getBlockHeight(Element) - Method in class org.apache.batik.bridge.BridgeContext
Returns the height of the block which directly contains the given element.
getBlockHeight(Element) - Method in interface org.apache.batik.css.engine.CSSContext
Returns the height of the block which directly contains the given element.
getBlockWidth(Element) - Method in class org.apache.batik.bridge.BridgeContext
Returns the width of the block which directly contains the given element.
getBlockWidth(Element) - Method in interface org.apache.batik.css.engine.CSSContext
Returns the width of the block which directly contains the given element.
getBlue() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements RGBColor.getBlue().
getBlue() - Method in class org.apache.batik.css.dom.CSSOMSVGColor
DOM: Implements RGBColor.getBlue().
getBlue() - Method in class org.apache.batik.css.engine.value.AbstractValue
Implements Value.getBlue().
getBlue() - Method in interface org.apache.batik.css.engine.value.Value
The blue value of the RGB color.
getBlue() - Method in class org.apache.batik.css.engine.value.ComputedValue
Implements Value.getBlue().
getBlue() - Method in class org.apache.batik.css.engine.value.RGBColorValue
Implements Value.getBlue().
getBlue() - Method in interface org.w3c.dom.css.RGBColor
This attribute is used for the blue value of the RGB color.
getBlueFunction() - Method in interface org.apache.batik.ext.awt.image.renderable.ComponentTransferRable
Returns the transfer function for the blue channel
getBlueFunction() - Method in class org.apache.batik.ext.awt.image.renderable.ComponentTransferRable8Bit
Returns the transfer function for the blue channel
getBolderFontWeight(float) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
Returns a bolder font-weight.
getBolderFontWeight(float) - Method in interface org.apache.batik.bridge.UserAgent
Returns a bolder font-weight.
getBolderFontWeight(float) - Method in class org.apache.batik.bridge.UserAgentAdapter
Returns a bolder font-weight.
getBolderFontWeight(float) - Method in class org.apache.batik.bridge.BridgeContext
Returns a bolder font-weight.
getBolderFontWeight(float) - Method in interface org.apache.batik.css.engine.CSSContext
Returns a bolder font-weight.
getBolderFontWeight(float) - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Returns a bolder font-weight.
getBolderFontWeight(float) - Method in interface org.apache.batik.swing.svg.SVGUserAgent
Returns a bolder font-weight.
getBolderFontWeight(float) - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
 
getBoolean(String) - Method in class org.apache.batik.util.PreferenceManager
Gets a boolean preference.
getBoolean(String) - Method in class org.apache.batik.util.gui.resource.ResourceManager
Returns the boolean mapped with the given key
getBorder() - Method in interface org.w3c.dom.css.CSS2Properties
See the border property definition in CSS2.
getBorderBottom() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-bottom property definition in CSS2.
getBorderBottomColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-bottom-color property definition in CSS2.
getBorderBottomStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-bottom-style property definition in CSS2.
getBorderBottomWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-bottom-width property definition in CSS2.
getBorderCollapse() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-collapse property definition in CSS2.
getBorderColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-color property definition in CSS2.
getBorderLeft() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-left property definition in CSS2.
getBorderLeftColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-left-color property definition in CSS2.
getBorderLeftStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-left-style property definition in CSS2.
getBorderLeftWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-left-width property definition in CSS2.
getBorderRight() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-right property definition in CSS2.
getBorderRightColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-right-color property definition in CSS2.
getBorderRightStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-right-style property definition in CSS2.
getBorderRightWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-right-width property definition in CSS2.
getBorderSpacing() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-spacing property definition in CSS2.
getBorderStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-style property definition in CSS2.
getBorderTop() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-top property definition in CSS2.
getBorderTopColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-top-color property definition in CSS2.
getBorderTopStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-top-style property definition in CSS2.
getBorderTopWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-top-width property definition in CSS2.
getBorderWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-width property definition in CSS2.
getBottom() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements Rect.getBottom().
getBottom() - Method in class org.apache.batik.css.engine.value.AbstractValue
Implements Value.getBottom().
getBottom() - Method in interface org.apache.batik.css.engine.value.Value
The bottom value of the rect.
getBottom() - Method in class org.apache.batik.css.engine.value.ComputedValue
Implements Value.getBottom().
getBottom() - Method in class org.apache.batik.css.engine.value.RectValue
Implements Value.getBottom().
getBottom() - Method in interface org.w3c.dom.css.CSS2Properties
See the bottom property definition in CSS2.
getBottom() - Method in interface org.w3c.dom.css.Rect
This attribute is used for the bottom of the rect.
getBottomMargin() - Method in class org.apache.batik.gvt.text.MarginInfo
 
getBounds() - Method in class org.apache.batik.ext.awt.geom.ShapeExtender
 
getBounds() - Method in class org.apache.batik.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
getBounds() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns a Rectangle indicating the image bounds.
getBounds() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getBounds() - Method in interface org.apache.batik.ext.awt.image.rendered.CachableRed
Returns the bounds of the current image.
getBounds() - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getBounds() - Method in class org.apache.batik.ext.awt.image.rendered.BufferedImageCachableRed
 
getBounds() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the bounds of this node in user space.
getBounds() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the bounds of this node in user space.
getBounds2D() - Method in class org.apache.batik.ext.awt.geom.ShapeExtender
 
getBounds2D() - Method in class org.apache.batik.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
getBounds2D() - Method in class org.apache.batik.ext.awt.image.renderable.AbstractRable
 
getBounds2D() - Method in class org.apache.batik.ext.awt.image.renderable.GaussianBlurRable8Bit
Grow the source's bounds
getBounds2D() - Method in class org.apache.batik.ext.awt.image.renderable.SpecularLightingRable8Bit
Returns this filter's bounds
getBounds2D() - Method in class org.apache.batik.ext.awt.image.renderable.FilterAlphaRable
Pass-through: returns the source's bounds
getBounds2D() - Method in class org.apache.batik.ext.awt.image.renderable.TurbulenceRable8Bit
Get the turbulence region
getBounds2D() - Method in interface org.apache.batik.ext.awt.image.renderable.Filter
Returns the bounds of the current image.
getBounds2D() - Method in class org.apache.batik.ext.awt.image.renderable.MorphologyRable8Bit
Pass-through: returns the source's bounds
getBounds2D() - Method in class org.apache.batik.ext.awt.image.renderable.ClipRable8Bit
Pass-through: returns the source's bounds
getBounds2D() - Method in class org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable8Bit
Returns this filter's bounds
getBounds2D() - Method in class org.apache.batik.ext.awt.image.renderable.FilterAsAlphaRable
Pass-through: returns the source's bounds
getBounds2D() - Method in class org.apache.batik.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 org.apache.batik.ext.awt.image.renderable.TileRable8Bit
Returns this filter's bounds
getBounds2D() - Method in class org.apache.batik.ext.awt.image.renderable.FloodRable8Bit
 
getBounds2D() - Method in class org.apache.batik.ext.awt.image.renderable.RedRable
 
getBounds2D() - Method in class org.apache.batik.ext.awt.image.renderable.AffineRable8Bit
 
getBounds2D() - Method in class org.apache.batik.ext.awt.image.renderable.PadRable8Bit
 
getBounds2D() - Method in class org.apache.batik.ext.awt.image.renderable.DisplacementMapRable8Bit
 
getBounds2D() - Method in class org.apache.batik.ext.awt.image.renderable.FilterChainRable8Bit
Returns this filter's bounds
getBounds2D() - Method in class org.apache.batik.extension.svg.renderable.MultiResRable
 
getBounds2D() - Method in interface org.apache.batik.gvt.Mask
Returns the bounds of this mask.
getBounds2D() - Method in class org.apache.batik.gvt.filter.MaskRable8Bit
Pass-through: returns the source's bounds
getBounds2D() - Method in class org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
Returns the bounds of this Rable in the user coordinate system.
getBounds2D() - Method in class org.apache.batik.gvt.filter.BackgroundRable8Bit
Returns the bounds of this Rable in the user coordinate system.
getBounds2D() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns the black box bounds of the glyph.
getBounds2D() - Method in class org.apache.batik.gvt.font.Glyph
 
getBounds2D() - Method in class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Value
Returns the bounds of the glyph according to its glyph metrics.
getBounds2D() - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns the rectangular bounds of the completed glyph layout.
getBounds2D() - Method in interface org.apache.batik.gvt.text.TextSpanLayout
Returns the rectangular bounds of the completed glyph layout.
getBounds2D(AttributedCharacterIterator) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the bounds of this GlyphVector.
getBounds2D(AttributedCharacterIterator) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns a tight bounds on the GylphVector including stroking.
getBounds2D(AttributedCharacterIterator) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns a tight bounds on the GylphVector including stroking.
getBounds2D(AttributedCharacterIterator) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns a tight bounds on the GylphVector including stroking.
getBounds2D(BufferedImage) - Method in class org.apache.batik.ext.awt.image.rendered.MorphologyOp
 
getBounds2D(Raster) - Method in class org.apache.batik.ext.awt.image.rendered.MorphologyOp
 
getBounds2D(TextNode) - Method in interface org.apache.batik.gvt.TextPainter
Get a Rectangle2D in userspace coords which encloses the textnode glyphs rendered bounds (includes stroke etc).
getBounds2D(TextNode) - Method in class org.apache.batik.gvt.renderer.StrokingTextPainter
Get a Rectangle2D in userspace coords which encloses the textnode glyphs including stroke etc.
getBreakIdx() - Method in class org.apache.batik.extension.svg.SVGFlowTextElementBridge.LineBreakInfo
 
getBridge(Element) - Method in class org.apache.batik.bridge.BridgeContext
Returns the bridge associated with the specified element.
getBridge(String, String) - Method in class org.apache.batik.bridge.BridgeContext
Returns the bridge associated with the element type
getBridgeContext() - Method in class org.apache.batik.bridge.BaseScriptingEnvironment.Window
Returns the current BridgeContext.
getBridgeContext() - Method in class org.apache.batik.bridge.ScriptingEnvironment.Window
Returns the current BridgeContext.
getBridgeContext() - Method in class org.apache.batik.bridge.UpdateManager
Returns the bridge context.
getBridgeContext() - Method in interface org.apache.batik.script.Window
Returns the current BridgeContext.
getBridgeExtensions() - Static method in class org.apache.batik.bridge.BridgeContext
Returns the extensions supported by this bridge context.
getBridgeUpdateHandler(Node) - Static method in class org.apache.batik.bridge.BridgeContext
Returns the SVGContext associated to the specified Node or null if any.
getBrokenLinkImage(Object, String, Object[]) - Method in class org.apache.batik.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 org.apache.batik.ext.awt.image.spi.DefaultBrokenLinkProvider
 
getBrokenLinkImage(Object, String, Object[]) - Static method in class org.apache.batik.ext.awt.image.spi.ImageTagRegistry
 
getBrokenLinkImage(Object, String, Object[]) - Method in interface org.apache.batik.ext.awt.image.spi.BrokenLinkProvider
This method is responsbile for constructing an image that will represent the missing image in the document.
getBubbles() - Method in class org.apache.batik.dom.events.AbstractEvent
DOM: The bubbles property indicates whether or not an event is a bubbling event.
getBubbles() - Method in interface org.w3c.dom.events.Event
Used to indicate whether or not an event is a bubbling event.
getBuffer() - Method in class org.apache.batik.css.parser.Scanner
Returns the buffer used to store the chars.
getBuffer() - Method in class org.apache.batik.xml.XMLScanner
Returns the buffer used to store the chars.
getBufferContent() - Method in class org.apache.batik.parser.FragmentIdentifierParser
Returns the content of the buffer.
getBufferedImage() - Method in class org.apache.batik.ext.awt.image.rendered.BufferedImageCachableRed
fetch the bufferedImage from this node.
getBufferedImageType() - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
This template method should be overridden by derived classes to declare the image type they need for saving to file.
getBufferedImageType() - Method in class org.apache.batik.svggen.CachedImageHandlerJPEGEncoder
 
getBufferedImageType() - Method in class org.apache.batik.svggen.CachedImageHandlerPNGEncoder
 
getBufferedImageType() - Method in class org.apache.batik.svggen.CachedImageHandlerBase64Encoder
 
getBundleClassName() - Method in class org.apache.batik.parser.AbstractParser
Returns the resource bundle base name.
getButton() - Method in class org.apache.batik.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 interface org.w3c.dom.events.MouseEvent
During mouse events caused by the depression or release of a mouse button, button is used to indicate which mouse button changed state.
getButton(GraphicsNodeMouseEvent) - Method in class org.apache.batik.bridge.BridgeEventSupport.Listener
Returns the mouse event button.
getById(String, Node) - Static method in class org.apache.batik.dom.GenericDocument
An auxiliary method used by getElementById.
getById(String, Node) - Static method in class org.apache.batik.dom.svg.SVGOMDocument
An auxiliary method used by getElementById.
getByteStream() - Method in class org.w3c.css.sac.InputSource
Get the byte stream for this input source.
getByteStream() - Method in class org.xml.sax.InputSource
Get the byte stream for this input source.
getC() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getC().
getC() - Method in interface org.w3c.dom.svg.SVGMatrix
 
getCancelable() - Method in class org.apache.batik.dom.events.AbstractEvent
DOM: The cancelable property indicates whether or not an event can have its default action prevented.
getCancelable() - Method in interface org.w3c.dom.events.Event
Used to indicate whether or not an event can have its default action prevented.
getCaptionSide() - Method in interface org.w3c.dom.css.CSS2Properties
See the caption-side property definition in CSS2.
getCaretSlopeRise() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getCaretSlopeRun() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getCascadedStyleMap(CSSStylableElement, String) - Method in class org.apache.batik.css.engine.CSSEngine
Returns the cascaded style of the given element/pseudo-element.
getCascadedValue() - Method in class org.apache.batik.css.engine.value.ComputedValue
Returns the cascaded value.
getCascadedXMLBase(Element) - Static method in class org.apache.batik.dom.svg.XMLBaseSupport
Returns the xml:base attribute value of the given element Resolving any dependency on parent bases if needed.
getCenterPoint() - Method in class org.apache.batik.ext.awt.RadialGradientPaint
Returns a copy of the center point of the radial gradient.
getChainableAttributeNS(Element, String, String, BridgeContext) - Static method in class org.apache.batik.bridge.SVGUtilities
Returns the value of the specified attribute specified on the specified element or one of its ancestor.
getChannels() - Method in class org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed
 
getChar() - Method in class org.apache.batik.gvt.text.GlyphIterator
 
getCharacter(String) - Static method in class org.apache.batik.apps.svgbrowser.Resources
 
getCharacter(String) - Static method in class org.apache.batik.script.rhino.Messages
 
getCharacter(String) - Static method in class org.apache.batik.util.Messages
 
getCharacter(String) - Method in class org.apache.batik.util.gui.resource.ResourceManager
 
getCharacterCount(int, int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the number of chars represented by the glyphs within the specified range.
getCharacterCount(int, int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the number of chars represented by the glyphs within the specified range.
getCharacterCount(int, int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the number of chars represented by the glyphs within the specified range.
getCharacterCount(int, int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the number of chars represented by the glyphs within the specified range.
getCharacterCount(int, int) - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns the number of chars represented by the glyphs within the specified range.
getCharacterCount(int, int) - Method in interface org.apache.batik.gvt.text.TextSpanLayout
Returns the number of chars represented by the glyphs within the specified range.
getCharacterStream() - Method in class org.w3c.css.sac.InputSource
Get the character stream for this input source.
getCharacterStream() - Method in class org.xml.sax.InputSource
Get the character stream for this input source.
getCharAdvance() - Method in class org.apache.batik.gvt.text.GlyphIterator
Get the advance associated with the current glyph
getCharAdvance(int) - Method in class org.apache.batik.gvt.text.GlyphIterator
Get the advance associated with any glyph
getCharCode() - Method in class org.apache.batik.dom.events.DOMKeyEvent
charCode holds the value of the Unicode character * associated with the depressed key if the event is a key event.
getCharIndex() - Method in class org.apache.batik.gvt.text.TextHit
Returns the index of the character that has been hit.
getCharMap() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
 
getCharNumAtPosition(SVGPoint) - Method in class org.apache.batik.dom.svg.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getCharNumAtPosition(SVGPoint).
getCharNumAtPosition(SVGPoint) - Method in interface org.w3c.dom.svg.SVGTextContentElement
 
getCharWidth() - Method in class org.apache.batik.gvt.text.GlyphIterator
Get the visual advance associated with the current glyph.
getCharWidth(int) - Method in class org.apache.batik.gvt.text.GlyphIterator
Get the visual advance associated with the current glyph.
getChecksum() - Method in class org.apache.batik.svggen.font.table.DirectoryEntry
 
getCheckSumAdjustment() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getChildNodes() - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.getChildNodes().
getChildNodes() - Method in class org.apache.batik.dom.AbstractParentNode
DOM: Implements Node.getChildNodes().
getChildNodes() - Method in interface org.w3c.dom.Node
A NodeList that contains all children of this node.
getChildNodes() - Method in interface org.w3c.dom.svg.SVGElementInstance
 
getChildren() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the list of children.
getChromaticity() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns the white point and primary chromaticities in CIE (x, y) space.
getClassContext() - Method in class org.apache.batik.script.rhino.BatikSecuritySupport
Get the current class Context.
getClassContext() - Method in class org.apache.batik.util.BatikSecurityManager
Returns the current execution stack as an array of classes.
getClassDependencies(InputStream) - Static method in class org.apache.batik.util.ClassFileUtilities
Returns the dependencies of the given class.
getClassDependencies(String, Set) - Static method in class org.apache.batik.util.ClassFileUtilities
Returns the dependencies of the given class.
getClassName() - Method in class org.apache.batik.dom.svg.SVGStylableElement
DOM: Implements SVGStylable.getClassName().
getClassName() - Method in class org.apache.batik.extension.StylableExtensionElement
DOM: Implements SVGStylable.getClassName().
getClassName() - Method in class org.apache.batik.script.rhino.WindowWrapper
 
getClassName() - Method in class org.apache.batik.util.gui.resource.MissingListenerException
Gets parameter passed by constructor.
getClassName() - Method in class org.apache.batik.util.gui.resource.ResourceFormatException
Gets parameter passed by constructor.
getClassName() - Method in interface org.w3c.dom.svg.SVGStylable
 
getClear() - Method in interface org.w3c.dom.css.CSS2Properties
See the clear property definition in CSS2.
getClickCount() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the number of mouse clicks associated with this event.
getClientAreaLocationOnScreen() - Method in interface org.apache.batik.bridge.UserAgent
Returns the location on the screen of the client area in the UserAgent.
getClientAreaLocationOnScreen() - Method in class org.apache.batik.bridge.UserAgentAdapter
Unsupported operation.
getClientAreaLocationOnScreen() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Returns the location on the screen of the client area in the UserAgent.
getClientAreaLocationOnScreen() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the location on the screen of the client area in the UserAgent.
getClientMouseLocation(Point2D) - Method in class org.apache.batik.bridge.BridgeEventSupport.Listener
Returns the client mouse coordinates using the specified mouse coordinates in the GVT Tree space.
getClientX() - Method in class org.apache.batik.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 interface org.w3c.dom.events.MouseEvent
The horizontal coordinate at which the event occurred relative to the DOM implementation's client area.
getClientY() - Method in class org.apache.batik.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 interface org.w3c.dom.events.MouseEvent
The vertical coordinate at which the event occurred relative to the DOM implementation's client area.
getClip() - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Gets the current clipping area.
getClip() - Method in class org.apache.batik.ext.awt.g2d.GraphicContext
Gets the current clipping area.
getClip() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the clipping filter of this node or null if any.
getClip() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the clipping filter of this node or null if any.
getClip() - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getClip() - Method in interface org.w3c.dom.css.CSS2Properties
See the clip property definition in CSS2.
getClipBounds() - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Returns the bounding rectangle of the current clipping area.
getClipBounds() - Method in class org.apache.batik.ext.awt.g2d.GraphicContext
Returns the bounding rectangle of the current clipping area.
getClipConverter() - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
getClipPath() - Method in class org.apache.batik.ext.awt.image.renderable.ClipRable8Bit
Returns the Shape that the cliprable will use to define the clip path.
getClipPath() - Method in interface org.apache.batik.ext.awt.image.renderable.ClipRable
Returns the Shape that the Clip will use to define the clip path.
getClipPathUnits() - Method in class org.apache.batik.dom.svg.SVGOMClipPathElement
DOM: Implements SVGClipPathElement.getClipPathUnits().
getClipPathUnits() - Method in interface org.w3c.dom.svg.SVGClipPathElement
 
getClockHandler() - Method in interface org.apache.batik.parser.ClockParser
Returns the clock handler in use.
getCmapFormat(short, short) - Method in class org.apache.batik.svggen.font.table.CmapTable
 
getCmapTable() - Method in class org.apache.batik.svggen.font.Font
 
getCode() - Method in class org.apache.batik.bridge.BridgeException
Returns the exception's error code
getCode() - Method in class org.w3c.css.sac.CSSException
returns the error code for this exception.
getCodePageRange1() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getCodePageRange2() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getCoefficients() - Method in class org.apache.batik.ext.awt.image.CompositeRule
 
getColor() - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Gets this graphics context's current color.
getColor() - Method in class org.apache.batik.ext.awt.g2d.GraphicContext
Gets this graphics context's current color.
getColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the color property definition in CSS2.
getColor(boolean) - Method in class org.apache.batik.ext.awt.image.AbstractLight
 
getColor(boolean) - Method in interface org.apache.batik.ext.awt.image.Light
 
getColor(int) - Method in class org.apache.batik.css.engine.value.svg.ICCColor
Returns the color at the given index.
getColor(int) - Method in interface org.apache.batik.css.engine.value.svg.SVGValue
Returns the color at the given index, if this object represents a SVGColor.
getColor(String) - Method in class org.apache.batik.util.PreferenceManager
Retruns a Color preference.
getColorConverter() - Method in class org.apache.batik.svggen.SVGPaint
 
getColorIndex() - Method in class org.apache.batik.css.engine.CSSEngine
Returns the color property index.
getColorModel() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns the ColorModel of the image.
getColorModel() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getColorModel() - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getColorModel() - Method in class org.apache.batik.gvt.PatternPaintContext
 
getColorProfile() - Method in class org.apache.batik.css.dom.CSSOMSVGColor
DOM: Implements SVGICCColor.getColorProfile().
getColorProfile() - Method in class org.apache.batik.css.engine.value.svg.ICCColor
Returns the color name.
getColorProfile() - Method in interface org.apache.batik.css.engine.value.svg.SVGValue
Returns the color profile, if this object represents a SVGColor.
getColorProfile() - Method in interface org.w3c.dom.svg.SVGICCColor
 
getColors() - Method in class org.apache.batik.css.dom.CSSOMSVGColor
DOM: Implements SVGICCColor.getColors().
getColors() - Method in class org.apache.batik.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 org.apache.batik.ext.awt.MultipleGradientPaint
Returns the enumerated type which specifies color space for interpolation.
getColorSpace() - Method in class org.apache.batik.ext.awt.image.renderable.ProfileRable
Returns the ColorSpace of the Profile operation
getColorType() - Method in class org.apache.batik.css.dom.CSSOMSVGColor
DOM: Implements SVGColor.getColorType().
getColorType() - Method in class org.apache.batik.css.dom.CSSOMSVGPaint
DOM: Implements SVGColor.getColorType().
getColorType() - Method in interface org.apache.batik.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 org.apache.batik.css.engine.value.svg.SVGColorManager
Creates a float value usable as a component of an RGBColor.
getColumn() - Method in class org.apache.batik.css.parser.Scanner
Returns the current column.
getColumn() - Method in class org.apache.batik.util.io.NormalizingReader
Returns the current column in the stream.
getColumn() - Method in class org.apache.batik.util.io.StreamNormalizingReader
Returns the current column in the stream.
getColumn() - Method in class org.apache.batik.util.io.StringNormalizingReader
Returns the current column in the stream.
getColumn() - Method in class org.apache.batik.xml.XMLScanner
Returns the current column.
getColumnCount() - Method in class org.apache.batik.util.gui.DOMViewer.Panel.NodeAttributesModel
Returns the number of columns in the table.
getColumnCount() - Method in class org.apache.batik.util.gui.DOMViewer.Panel.NodeCSSValuesModel
Returns the number of columns in the table.
getColumnName(int) - Method in class org.apache.batik.util.gui.DOMViewer.Panel.NodeAttributesModel
Returns the name to give to a column.
getColumnName(int) - Method in class org.apache.batik.util.gui.DOMViewer.Panel.NodeCSSValuesModel
Returns the name to give to a column.
getColumnNumber() - Method in class org.apache.batik.css.parser.ParseException
Returns the column of the last parsed character.
getColumnNumber() - Method in class org.apache.batik.parser.ParseException
Returns the column of the last parsed character.
getColumnNumber() - Method in class org.apache.batik.script.InterpreterException
Returns the column number where the error occurs.
getColumnNumber() - Method in class org.w3c.css.sac.CSSParseException
The column number of the end of the text where the exception occurred.
getColumnNumber() - Method in interface org.w3c.css.sac.Locator
Return the column number where the current document event ends.
getColumnNumber() - Method in interface org.xml.sax.Locator
Return the column number where the current document event ends.
getColumnNumber() - Method in class org.xml.sax.SAXParseException
The column number of the end of the text where the exception occurred.
getColumnNumber() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved column number (1-based).
getComment() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns the comment to be generated in the SVG file.
getComponentCount() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getComponentIndex(int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getComposite() - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Returns the current Composite in the Graphics2D context.
getComposite() - Method in class org.apache.batik.ext.awt.g2d.GraphicContext
Returns the current Composite in the Graphics2D context.
getComposite() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the composite of this node or null if any.
getComposite() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the composite of this node or null if any.
getComposite() - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getCompositeComp(int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getCompositeCompEndPt(int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getCompositeConverter() - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
getCompositeRule() - Method in class org.apache.batik.ext.awt.image.renderable.CompositeRable8Bit
Get the composite rule in use for combining the sources.
getCompositeRule() - Method in interface org.apache.batik.ext.awt.image.renderable.CompositeRable
Get the composite rule in use for combining the sources.
getCompressedText() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns the text strings to be stored in compressed form with this image as an array of Strings.
getCompression() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFEncodeParam
Returns the value of the compression parameter.
getComputedStyle(CSSStylableElement, String, int) - Method in class org.apache.batik.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 org.apache.batik.bridge.CSSUtilities
Returns the computed style of the given property.
getComputedStyle(Element, String) - Method in class org.apache.batik.css.dom.CSSOMViewCSS
DOM: Implements ViewCSS.getComputedStyle(Element,String).
getComputedStyle(Element, String) - Method in class org.apache.batik.css.dom.CSSOMSVGViewCSS
DOM: Implements ViewCSS.getComputedStyle(Element,String).
getComputedStyle(Element, String) - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements ViewCSS.getComputedStyle(Element,String).
getComputedStyle(Element, String) - Method in interface org.w3c.dom.css.ViewCSS
This method is used to get the computed style as it is defined in .
getComputedStyleMap(String) - Method in interface org.apache.batik.css.engine.CSSStylableElement
Returns the computed style of this element/pseudo-element.
getComputedStyleMap(String) - Method in class org.apache.batik.dom.svg.SVGStylableElement
Returns the computed style of this element/pseudo-element.
getComputedStyleMap(String) - Method in class org.apache.batik.extension.StylableExtensionElement
Returns the computed style of this element/pseudo-element.
getComputedTextLength() - Method in class org.apache.batik.dom.svg.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getComputedTextLength().
getComputedTextLength() - Method in interface org.w3c.dom.svg.SVGTextContentElement
 
getComputedValue() - Method in class org.apache.batik.css.engine.value.ComputedValue
Returns the computed value.
getCondition() - Method in class org.apache.batik.css.engine.sac.CSSConditionalSelector
SAC: Implements ConditionalSelector.getCondition().
getCondition() - Method in class org.apache.batik.css.parser.DefaultConditionalSelector
SAC: Implements ConditionalSelector.getCondition().
getCondition() - Method in interface org.w3c.css.sac.ConditionalSelector
Returns the condition to be applied on the simple selector.
getCondition() - Method in interface org.w3c.css.sac.NegativeCondition
Returns the condition.
getConditionType() - Method in class org.apache.batik.css.engine.sac.CSSAttributeCondition
SAC: Implements Condition.getConditionType().
getConditionType() - Method in class org.apache.batik.css.engine.sac.CSSClassCondition
SAC: Implements Condition.getConditionType().
getConditionType() - Method in class org.apache.batik.css.engine.sac.CSSBeginHyphenAttributeCondition
SAC: Implements Condition.getConditionType().
getConditionType() - Method in class org.apache.batik.css.engine.sac.CSSLangCondition
SAC: Implements Condition.getConditionType().
getConditionType() - Method in class org.apache.batik.css.engine.sac.CSSIdCondition
SAC: Implements Condition.getConditionType().
getConditionType() - Method in class org.apache.batik.css.engine.sac.CSSOneOfAttributeCondition
SAC: Implements Condition.getConditionType().
getConditionType() - Method in class org.apache.batik.css.engine.sac.CSSAndCondition
SAC: Implements Condition.getConditionType().
getConditionType() - Method in class org.apache.batik.css.engine.sac.CSSPseudoClassCondition
SAC: Implements Condition.getConditionType().
getConditionType() - Method in class org.apache.batik.css.parser.DefaultLangCondition
SAC: Implements Condition.getConditionType().
getConditionType() - Method in class org.apache.batik.css.parser.DefaultIdCondition
SAC: Implements Condition.getConditionType().
getConditionType() - Method in class org.apache.batik.css.parser.DefaultAttributeCondition
SAC: Implements Condition.getConditionType().
getConditionType() - Method in class org.apache.batik.css.parser.DefaultClassCondition
SAC: Implements Condition.getConditionType().
getConditionType() - Method in class org.apache.batik.css.parser.DefaultPseudoClassCondition
SAC: Implements Condition.getConditionType().
getConditionType() - Method in class org.apache.batik.css.parser.DefaultBeginHyphenAttributeCondition
SAC: Implements Condition.getConditionType().
getConditionType() - Method in class org.apache.batik.css.parser.DefaultOneOfAttributeCondition
SAC: Implements Condition.getConditionType().
getConditionType() - Method in class org.apache.batik.css.parser.DefaultAndCondition
SAC: Implements Condition.getConditionType().
getConditionType() - Method in interface org.w3c.css.sac.Condition
An integer indicating the type of Condition.
getConstrainScriptOrigin() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
Returns whether scripts can only be loaded from the same origin as the documents referencing them.
getContactAddress() - Method in interface org.apache.batik.bridge.BridgeExtension
This should return a contact address (usually an e-mail address).
getContactAddress() - Method in class org.apache.batik.bridge.SVGBridgeExtension
This should contain a contact address (usually an e-mail address).
getContactAddress() - Method in interface org.apache.batik.dom.svg.DomExtension
This should return a contact address (usually an e-mail address).
getContactAddress() - Method in class org.apache.batik.extension.svg.BatikDomExtension
This should contain a contact address (usually an e-mail address).
getContactAddress() - Method in class org.apache.batik.extension.svg.BatikBridgeExtension
This should contain a contact address (usually an e-mail address).
getContent() - Method in interface org.w3c.dom.css.CSS2Properties
See the content property definition in CSS2.
getContentEncoding() - Method in class org.apache.batik.util.ParsedURL
Returns the content encoding if available.
getContentEncoding(String) - Method in class org.apache.batik.util.ParsedURLData
Returns the content encoding if available.
getContentHandler() - Method in interface org.xml.sax.XMLReader
Return the current content handler.
getContentHandler() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current content handler.
getContentHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the content event handler.
getContentScriptType() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements SVGSVGElement.getContentScriptType().
getContentScriptType() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getContentStyleType() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements SVGSVGElement.getContentStyleType().
getContentStyleType() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getContentType() - Method in class org.apache.batik.util.ParsedURL
Returns the content type if available.
getContentType(String) - Method in class org.apache.batik.util.ParsedURLData
Returns the content type if available.
getContext() - Method in class org.apache.batik.svggen.SVGGraphicContext
 
getContext() - Method in class org.apache.batik.xml.XMLScanner
Returns the current context.
getContext(Document) - Method in class org.apache.batik.svggen.SVGGraphics2DUnitTester
 
getContourAsSVGPathData(Glyph, int, int) - Static method in class org.apache.batik.svggen.font.SVGFont
 
getContourCount() - Method in class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
getContourCount() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getContourCount() - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getContrast() - Method in class org.apache.batik.svggen.font.table.Panose
 
getConvolveOpConverter() - Method in class org.apache.batik.svggen.SVGBufferedImageOp
 
getCorrespondingElement() - Method in interface org.w3c.dom.svg.SVGElementInstance
 
getCorrespondingUseElement() - Method in interface org.w3c.dom.svg.SVGElementInstance
 
getCount() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFField
Returns the number of elements in the IFD.
getCounterIncrement() - Method in interface org.w3c.dom.css.CSS2Properties
See the counter-increment property definition in CSS2.
getCounterReset() - Method in interface org.w3c.dom.css.CSS2Properties
See the counter-reset property definition in CSS2.
getCounterValue() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements CSSPrimitiveValue.getCounterValue().
getCounterValue() - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractComponent
DOM: Implements CSSPrimitiveValue.getCounterValue().
getCounterValue() - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractComponent
DOM: Implements CSSPrimitiveValue.getCounterValue().
getCounterValue() - Method in interface org.w3c.dom.css.CSSPrimitiveValue
This method is used to get the Counter value.
getCountryIcon(String) - Method in class org.apache.batik.util.gui.LanguageDialog.Panel
returns the icon associated with a country code.
getCountryText(String) - Method in class org.apache.batik.util.gui.LanguageDialog.Panel
returns the full string associated with a country code.
getCoverageIndex(int) - Method in class org.apache.batik.svggen.font.table.RangeRecord
 
getCreated() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getCSSBase() - Method in interface org.apache.batik.css.engine.CSSStylableElement
Returns the CSS base URL of this element.
getCSSBase() - Method in class org.apache.batik.dom.svg.SVGStylableElement
Returns the CSS base URL of this element.
getCSSBase() - Method in class org.apache.batik.extension.StylableExtensionElement
Returns the CSS base URL of this element.
getCSSBaseURI() - Method in class org.apache.batik.css.engine.CSSEngine
Returns the current base-url.
getCSSClass() - Method in interface org.apache.batik.css.engine.CSSStylableElement
Returns the class of this element.
getCSSClass() - Method in class org.apache.batik.dom.svg.SVGStylableElement
Returns the class of this element.
getCSSClass() - Method in class org.apache.batik.extension.StylableExtensionElement
Returns the class of this element.
getCSSContext() - Method in class org.apache.batik.css.engine.CSSEngine
Returns the CSS context.
getCSSEngine() - Method in class org.apache.batik.dom.svg.SVGOMDocument
Returns the CSS engine.
getCSSEngine(Element) - Static method in class org.apache.batik.bridge.CSSUtilities
Returns CSSEngine associated to the specified element.
getCssFloat() - Method in interface org.w3c.dom.css.CSS2Properties
See the float property definition in CSS2.
getCSSImportedElementRoot() - Method in interface org.apache.batik.css.engine.CSSImportNode
The CSSImportedElementRoot.
getCSSImportedElementRoot() - Method in class org.apache.batik.dom.svg.SVGOMUseElement
The CSSImportedElementRoot.
getCSSParentElement() - Method in interface org.apache.batik.css.engine.CSSImportedElementRoot
Returns the parent of the imported element, from the CSS point of view.
getCSSParentElement() - Method in class org.apache.batik.dom.svg.SVGOMCSSImportedElementRoot
Returns the parent of the imported element, from the CSS point of view.
getCSSParserClassName() - Static method in class org.apache.batik.util.XMLResourceDescriptor
Returns the class name of the CSS parser to use.
getCssRules() - Method in interface org.w3c.dom.css.CSSMediaRule
A list of all CSS rules contained within the media block.
getCssRules() - Method in interface org.w3c.dom.css.CSSStyleSheet
The list of all CSS rules contained within the style sheet.
getCSSStyleSheet() - Method in interface org.apache.batik.css.engine.CSSStyleSheetNode
Returns the StyleSheet object this node represents.
getCSSStyleSheet() - Method in class org.apache.batik.dom.svg.SVGStyleSheetProcessingInstruction
Returns the associated style-sheet.
getCSSStyleSheet() - Method in class org.apache.batik.dom.svg.SVGOMStyleElement
Returns the associated style-sheet.
getCssText() - Method in class org.apache.batik.css.dom.CSSOMStyleDeclaration
DOM: Implements CSSStyleDeclaration.getCssText().
getCssText() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements CSSValue.getCssText().
getCssText() - Method in class org.apache.batik.css.dom.CSSOMSVGColor
DOM: Implements CSSValue.getCssText().
getCssText() - Method in class org.apache.batik.css.dom.CSSOMComputedStyle
DOM: Implements CSSStyleDeclaration.getCssText().
getCssText() - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractComponent
DOM: Implements CSSValue.getCssText().
getCssText() - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractComponent
DOM: Implements CSSValue.getCssText().
getCssText() - Method in class org.apache.batik.css.engine.value.FloatValue
A string representation of the current value.
getCssText() - Method in class org.apache.batik.css.engine.value.ListValue
A string representation of the current value.
getCssText() - Method in class org.apache.batik.css.engine.value.InheritValue
A string representation of the current value.
getCssText() - Method in interface org.apache.batik.css.engine.value.Value
A string representation of the current value.
getCssText() - Method in class org.apache.batik.css.engine.value.StringValue
A string representation of the current value.
getCssText() - Method in class org.apache.batik.css.engine.value.ComputedValue
Implements Value.getCssText().
getCssText() - Method in class org.apache.batik.css.engine.value.RectValue
A string representation of the current value.
getCssText() - Method in class org.apache.batik.css.engine.value.RGBColorValue
A string representation of the current value.
getCssText() - Method in class org.apache.batik.css.engine.value.svg.ICCColor
A string representation of the current value.
getCssText() - Method in interface org.w3c.dom.css.CSSValue
A string representation of the current value.
getCssText() - Method in interface org.w3c.dom.css.CSSRule
The parsable textual representation of the rule.
getCssText() - Method in interface org.w3c.dom.css.CSSStyleDeclaration
The parsable textual representation of the declaration block (excluding the surrounding curly braces).
getCssText(short, float) - Static method in class org.apache.batik.css.engine.value.FloatValue
Returns the CSS text associated with the given type/value pair.
getCssText(short, String) - Static method in class org.apache.batik.css.engine.value.StringValue
Returns the CSS text associated with the given type/value pair.
getCSSValue(String) - Method in class org.apache.batik.css.dom.CSSOMStyleDeclaration
Gets the CSS value associated with the given property.
getCssValueType() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements CSSValue.getCssValueType().
getCssValueType() - Method in class org.apache.batik.css.dom.CSSOMSVGColor
DOM: Implements org.w3c.dom.svg.CSSValue#getCssValueType().
getCssValueType() - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractComponent
DOM: Implements CSSValue.getCssValueType().
getCssValueType() - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractComponent
DOM: Implements CSSValue.getCssValueType().
getCssValueType() - Method in class org.apache.batik.css.engine.value.AbstractValue
Implements Value.getCssValueType().
getCssValueType() - Method in class org.apache.batik.css.engine.value.ListValue
Implements Value.getCssValueType().
getCssValueType() - Method in class org.apache.batik.css.engine.value.InheritValue
A code defining the type of the value.
getCssValueType() - Method in interface org.apache.batik.css.engine.value.Value
A code defining the type of the value.
getCssValueType() - Method in class org.apache.batik.css.engine.value.ComputedValue
Implements Value.getCssValueType().
getCssValueType() - Method in class org.apache.batik.css.engine.value.svg.ICCColor
Implements Value.getCssValueType().
getCssValueType() - Method in interface org.w3c.dom.css.CSSValue
A code defining the type of the value as defined above.
getCTM() - Method in class org.apache.batik.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 org.apache.batik.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 class org.apache.batik.dom.svg.SVGOMTextElement
DOM: Implements SVGLocatable.getCTM().
getCTM() - Method in class org.apache.batik.dom.svg.SVGGraphicsElement
DOM: Implements SVGLocatable.getCTM().
getCTM() - Method in interface org.apache.batik.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 org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements SVGLocatable.getCTM().
getCTM() - Method in interface org.w3c.dom.svg.SVGLocatable
 
getCTM(Element) - Static method in class org.apache.batik.dom.svg.SVGLocatableSupport
To implement SVGLocatable.getCTM().
getCtrlKey() - Method in class org.apache.batik.dom.events.DOMKeyEvent
ctrlKey indicates whether the 'ctrl' key was depressed * during the firing of the event.
getCtrlKey() - Method in class org.apache.batik.dom.events.DOMMouseEvent
DOM: ctrlKey indicates whether the 'ctrl' key was depressed during the firing of the event.
getCtrlKey() - Method in interface org.w3c.dom.events.MouseEvent
Used to indicate whether the 'ctrl' key was depressed during the firing of the event.
getCue() - Method in interface org.w3c.dom.css.CSS2Properties
See the cue property definition in CSS2.
getCueAfter() - Method in interface org.w3c.dom.css.CSS2Properties
See the cue-after property definition in CSS2.
getCueBefore() - Method in interface org.w3c.dom.css.CSS2Properties
See the cue-before property definition in CSS2.
getCurrent() - Method in class org.apache.batik.parser.AbstractParser
Returns the current character value.
getCurrentDocument() - Method in class org.apache.batik.dom.AbstractNode
Returns the current document.
getCurrentDocument() - Method in class org.apache.batik.dom.AbstractDocument
Returns the current document.
getCurrentEventTarget() - Method in class org.apache.batik.bridge.FocusManager
Returns the current element that has the focus or null if any.
getCurrentGraphicsNode() - Method in class org.apache.batik.gvt.GVTTreeWalker
Returns the current GraphicsNode.
getCurrentNode() - Method in class org.apache.batik.dom.traversal.DOMTreeWalker
DOM: Implements TreeWalker.getCurrentNode().
getCurrentNode() - Method in interface org.w3c.dom.traversal.TreeWalker
The node at which the TreeWalker is currently positioned.
getCurrentPoint() - Method in class org.apache.batik.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
getCurrentScale() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
 
getCurrentScale() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getCurrentTarget() - Method in class org.apache.batik.dom.events.AbstractEvent
DOM: The target property indicates the EventTarget whose EventListeners are currently being processed.
getCurrentTarget() - Method in interface org.w3c.dom.events.Event
Used to indicate the EventTarget whose EventListeners are currently being processed.
getCurrentTime() - Method in class org.apache.batik.dom.svg.SVGOMAnimationElement
DOM: Implements SVGAnimationElement.getCurrentTime().
getCurrentTime() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
 
getCurrentTime() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getCurrentTime() - Method in interface org.w3c.dom.svg.SVGAnimationElement
 
getCurrentTranslate() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
 
getCurrentTranslate() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getCurrentValue() - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Returns the current lexical unit value.
getCurrentView() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
 
getCurrentView() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getCursor() - Method in interface org.w3c.dom.css.CSS2Properties
See the cursor property definition in CSS2.
getCustomBufferedImageOpConverter() - Method in class org.apache.batik.svggen.SVGBufferedImageOp
 
getCustomCompositeConverter() - Method in class org.apache.batik.svggen.SVGComposite
 
getCustomPaintConverter() - Method in class org.apache.batik.svggen.SVGPaint
 
getCx() - Method in class org.apache.batik.dom.svg.SVGOMCircleElement
DOM: Implements SVGCircleElement.getCx().
getCx() - Method in class org.apache.batik.dom.svg.SVGOMRadialGradientElement
DOM: Implements SVGRadialGradientElement.getCx().
getCx() - Method in class org.apache.batik.dom.svg.SVGOMEllipseElement
DOM: Implements SVGEllipseElement.getCx().
getCx() - Method in interface org.w3c.dom.svg.SVGRadialGradientElement
 
getCx() - Method in interface org.w3c.dom.svg.SVGEllipseElement
 
getCx() - Method in interface org.w3c.dom.svg.SVGCircleElement
 
getCy() - Method in class org.apache.batik.dom.svg.SVGOMCircleElement
DOM: Implements SVGCircleElement.getCy().
getCy() - Method in class org.apache.batik.dom.svg.SVGOMRadialGradientElement
DOM: Implements SVGRadialGradientElement.getCy().
getCy() - Method in class org.apache.batik.dom.svg.SVGOMEllipseElement
DOM: Implements SVGEllipseElement.getCy().
getCy() - Method in interface org.w3c.dom.svg.SVGRadialGradientElement
 
getCy() - Method in interface org.w3c.dom.svg.SVGEllipseElement
 
getCy() - Method in interface org.w3c.dom.svg.SVGCircleElement
 
getCycleMethod() - Method in class org.apache.batik.ext.awt.MultipleGradientPaint
Returns the enumerated type which specifies cycling behavior.
getD() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getD().
getD() - Method in interface org.w3c.dom.svg.SVGMatrix
 
getData() - Method in class org.apache.batik.dom.AbstractCharacterData
DOM: Implements CharacterData.getData().
getData() - Method in class org.apache.batik.dom.AbstractProcessingInstruction
DOM: Implements ProcessingInstruction.getData().
getData() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns the entire image in a single Raster.
getData() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getData() - Method in class org.apache.batik.ext.awt.image.rendered.TranslateRed
 
getData() - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getData() - Method in class org.apache.batik.ext.awt.image.rendered.BufferedImageCachableRed
 
getData() - Method in interface org.w3c.css.sac.ProcessingInstructionSelector
Returns the character data.
getData() - Method in interface org.w3c.css.sac.CharacterDataSelector
Returns the character data.
getData() - Method in interface org.w3c.css.sac.ContentCondition
Returns the content.
getData() - Method in interface org.w3c.dom.CharacterData
The character data of the node that implements this interface.
getData() - Method in interface org.w3c.dom.ProcessingInstruction
The content of this processing instruction.
getData(Rectangle) - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns an arbitrary rectangular region of the RenderedImage in a Raster.
getData(Rectangle) - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getData(Rectangle) - Method in class org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
 
getData(Rectangle) - Method in class org.apache.batik.ext.awt.image.rendered.TranslateRed
 
getData(Rectangle) - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getData(Rectangle) - Method in class org.apache.batik.ext.awt.image.rendered.BufferedImageCachableRed
 
getDeclaredPrefixes() - Method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes declared in this context.
getDecodePaletteAsShorts() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDecodeParam
Returns true if palette entries will be decoded as shorts, resulting in an output image with short datatype.
getDecorationOutline(int) - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns the outline of the specified decorations on the glyphs,
getDecorationOutline(int) - Method in interface org.apache.batik.gvt.text.TextSpanLayout
Returns the outline of the specified decorations on the glyphs, transformed by an AffineTransform.
getDef() - Method in class org.apache.batik.svggen.SVGPaintDescriptor
 
getDef() - Method in class org.apache.batik.svggen.SVGCompositeDescriptor
 
getDef() - Method in class org.apache.batik.svggen.SVGFontDescriptor
 
getDef() - Method in class org.apache.batik.svggen.SVGFilterDescriptor
 
getDefaultCache() - Static method in class org.apache.batik.ext.awt.color.NamedProfileCache
 
getDefaultCache() - Static method in class org.apache.batik.ext.awt.image.URLImageCache
 
getDefaultEncodeParam(RenderedImage) - Static method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns an instance of PNGEncodeParam.Palette, PNGEncodeParam.Gray, or PNGEncodeParam.RGB appropriate for encoding the given image.
getDefaultLangSys() - Method in class org.apache.batik.svggen.font.table.Script
 
getDefaultLocale() - Method in class org.apache.batik.i18n.LocalizableSupport
Implements ExtendedLocalizable.getDefaultLocale().
getDefaultLocale() - Method in interface org.apache.batik.i18n.ExtendedLocalizable
Gets the current default locale in the LocaleGroup.
getDefaultTileSize() - Static method in class org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
 
getDefaultValue() - Method in interface org.apache.batik.css.engine.value.ValueManager
Returns the default value for the handled property.
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.VisibilityManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.FontSizeAdjustManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.DirectionManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.ClipManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.UnicodeBidiManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.FontVariantManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.FontSizeManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.OverflowManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.TextDecorationManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.FontStyleManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.CursorManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.FontFamilyManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.FontWeightManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.DisplayManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.FontStretchManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.FillRuleManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.TextAnchorManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.MaskManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.GlyphOrientationVerticalManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.AlignmentBaselineManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.ColorProfileManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinecapManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.StrokeMiterlimitManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.ColorInterpolationManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.TextRenderingManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.ColorManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.SVGColorManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.ShapeRenderingManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.FilterManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.MarkerManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.PointerEventsManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.GlyphOrientationHorizontalManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.BaselineShiftManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.ColorInterpolationFiltersManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.KerningManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.WritingModeManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.ImageRenderingManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinejoinManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.OpacityManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.StrokeDasharrayManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.ClipPathManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.DominantBaselineManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.StrokeWidthManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.EnableBackgroundManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.ColorRenderingManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.ClipRuleManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.StrokeDashoffsetManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.SpacingManager
Implements ValueManager.getDefaultValue().
getDefaultValue() - Method in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength
Returns the default value to use when the associated attribute was not specified.
getDefaultValue() - Method in class org.apache.batik.dom.svg.SVGOMAnimatedLength
Returns the default value to use when the associated attribute was not specified.
getDefaultView() - Method in class org.apache.batik.dom.svg.SVGOMDocument
DOM: Implements DocumentView.getDefaultView().
getDefaultView() - Method in interface org.w3c.dom.views.DocumentView
The default AbstractView for this Document, or null if none available.
getDefinitionSet() - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
getDefinitionSet() - Method in class org.apache.batik.svggen.AbstractSVGConverter
 
getDefinitionSet() - Method in interface org.apache.batik.svggen.SVGConverter
 
getDefinitionSet() - Method in class org.apache.batik.svggen.AbstractSVGFilterConverter
 
getDefinitionSet() - Method in class org.apache.batik.svggen.SVGBufferedImageOp
 
getDefinitionSet() - Method in class org.apache.batik.svggen.SVGComposite
 
getDefinitionSet() - Method in class org.apache.batik.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 org.apache.batik.svggen.SVGPaint
 
getDefinitionSet() - Method in interface org.apache.batik.svggen.SVGFilterConverter
 
getDefinitionSet() - Method in class org.apache.batik.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(List) - Method in class org.apache.batik.svggen.SVGPaintDescriptor
 
getDefinitionSet(List) - Method in class org.apache.batik.svggen.SVGHintsDescriptor
 
getDefinitionSet(List) - Method in class org.apache.batik.svggen.SVGCompositeDescriptor
 
getDefinitionSet(List) - Method in class org.apache.batik.svggen.SVGClipDescriptor
 
getDefinitionSet(List) - Method in class org.apache.batik.svggen.SVGTransformDescriptor
 
getDefinitionSet(List) - Method in class org.apache.batik.svggen.SVGFontDescriptor
 
getDefinitionSet(List) - Method in interface org.apache.batik.svggen.SVGDescriptor
 
getDefinitionSet(List) - Method in class org.apache.batik.svggen.SVGStrokeDescriptor
 
getDeflateLevel() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFEncodeParam
Gets the compression level for DEFLATE compression.
getDeltaX() - Method in class org.apache.batik.ext.awt.image.rendered.TranslateRed
The delata translation in x (absolute loc is available from getMinX())
getDeltaY() - Method in class org.apache.batik.ext.awt.image.rendered.TranslateRed
The delata translation in y (absolute loc is available from getMinY())
getDependencyRegion(int, Rectangle) - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getDependencyRegion(int, Rectangle) - Method in interface org.apache.batik.ext.awt.image.rendered.CachableRed
Returns the region of input data is is required to generate outputRgn.
getDependencyRegion(int, Rectangle) - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getDependencyRegion(int, Rectangle2D) - Method in class org.apache.batik.ext.awt.image.renderable.AbstractRable
 
getDependencyRegion(int, Rectangle2D) - Method in class org.apache.batik.ext.awt.image.renderable.GaussianBlurRable8Bit
Returns the region of input data is is required to generate outputRgn.
getDependencyRegion(int, Rectangle2D) - Method in interface org.apache.batik.ext.awt.image.renderable.Filter
Returns the region of input data is is required to generate outputRgn.
getDependencyRegion(int, Rectangle2D) - Method in class org.apache.batik.ext.awt.image.renderable.MorphologyRable8Bit
Returns the region of input data is is required to generate outputRgn.
getDependencyRegion(int, Rectangle2D) - Method in class org.apache.batik.ext.awt.image.renderable.DeferRable
Forward the call (blocking until source is set if need be).
getDependencyRegion(int, Rectangle2D) - Method in class org.apache.batik.ext.awt.image.renderable.AffineRable8Bit
 
getDependencyRegion(int, Rectangle2D) - Method in class org.apache.batik.ext.awt.image.renderable.PadRable8Bit
 
getDependencyRegion(int, Rectangle2D) - Method in class org.apache.batik.ext.awt.image.renderable.DisplacementMapRable8Bit
Returns the region of input data is is required to generate outputRgn.
getDepth() - Method in class org.apache.batik.xml.XMLScanner
Returns the current depth in the XML tree.
getDescender() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getDescent() - Method in class org.apache.batik.bridge.SVGFontFace
Returns the maximum unaccented depth of the font within the font coordinate system.
getDescent() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the descent of the text.
getDescent() - Method in class org.apache.batik.svggen.font.Font
 
getDescription() - Method in interface org.apache.batik.apps.svgbrowser.SquiggleInputHandler
Returns a description for this handler
getDescription() - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ImageFileFilter
Returns the file description
getDescription() - Method in class org.apache.batik.apps.svgbrowser.SquiggleInputHandlerFilter
 
getDescription() - Method in class org.apache.batik.apps.svgbrowser.SVGInputHandler
Returns a description for this handler.
getDescription() - Method in class org.apache.batik.apps.svgbrowser.XMLInputHandler
Returns a description for this handler
getDescription() - Method in interface org.apache.batik.apps.svgbrowser.Main.OptionHandler
Returns the option description.
getDescription() - Method in class org.apache.batik.apps.svgbrowser.Main.FontSizeHandler
 
getDescription() - Method in interface org.apache.batik.apps.svgpp.Main.OptionHandler
Returns the option description.
getDescription() - Method in class org.apache.batik.apps.svgpp.Main.DoctypeHandler
 
getDescription() - Method in class org.apache.batik.apps.svgpp.Main.NewlineHandler
 
getDescription() - Method in class org.apache.batik.apps.svgpp.Main.NoFormatHandler
 
getDescription() - Method in class org.apache.batik.apps.svgpp.Main.PublicIdHandler
 
getDescription() - Method in class org.apache.batik.apps.svgpp.Main.SystemIdHandler
 
getDescription() - Method in class org.apache.batik.apps.svgpp.Main.XMLDeclHandler
 
getDescription() - Method in class org.apache.batik.apps.svgpp.Main.TabWidthHandler
 
getDescription() - Method in class org.apache.batik.apps.svgpp.Main.DocWidthHandler
 
getDescription() - Method in interface org.apache.batik.bridge.BridgeExtension
Human readable description of the extension.
getDescription() - Method in class org.apache.batik.bridge.SVGBridgeExtension
Human readable description of the extension.
getDescription() - Method in interface org.apache.batik.dom.svg.DomExtension
Human readable description of the extension.
getDescription() - Method in class org.apache.batik.extension.svg.BatikDomExtension
Human readable description of the extension.
getDescription() - Method in class org.apache.batik.extension.svg.BatikBridgeExtension
Human readable description of the extension.
getDescription() - Method in class org.apache.batik.swing.svg.SVGFileFilter
Returns the file description
getDescription(int) - Method in class org.apache.batik.svggen.font.table.GlyfTable
 
getDescription(SVGElement) - Static method in class org.apache.batik.bridge.SVGUtilities
Returns the content of the 'desc' child of the given element.
getDescriptorClasses(String) - Static method in class org.apache.batik.util.ClassFileUtilities
Returns the classes contained in a field or method desciptor.
getDestination(Graphics2D) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
 
getDestinationBounds(Graphics2D) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
 
getDestinationColorModel(Graphics2D) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
 
getDestinationColorSpace(Graphics2D) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
 
getDestinationFile(String) - Method in class org.apache.batik.apps.rasterizer.SVGConverter
Get the name of the result image file.
getDestinationType() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getDetail() - Method in class org.apache.batik.dom.events.DOMUIEvent
DOM: Specifies some detail information about the Event, depending on the type of event.
getDetail() - Method in interface org.w3c.dom.events.UIEvent
Specifies some detail information about the Event, depending on the type of event.
getDeviceConfiguration() - Method in class org.apache.batik.ext.awt.g2d.DefaultGraphics2D
Returns the device configuration associated with this Graphics2D.
getDeviceConfiguration() - Method in class org.apache.batik.svggen.SVGGraphics2D
Returns the device configuration associated with this Graphics2D.
getDiffuseConstant() - Method in class org.apache.batik.dom.svg.SVGOMFEDiffuseLightingElement
DOM: Implements SVGFEDiffuseLightingElement.getDiffuseConstant().
getDiffuseConstant() - Method in interface org.w3c.dom.svg.SVGFEDiffuseLightingElement
 
getDimension(String) - Method in class org.apache.batik.util.PreferenceManager
Returns a Dimension preference.
getDimensionUnitText() - Method in class org.apache.batik.css.parser.CSSLexicalUnit
SAC: Implements CSSLexicalUnit.getDimensionUnitText().
getDimensionUnitText() - Method in class org.apache.batik.css.parser.CSSLexicalUnit.DimensionLexicalUnit
SAC: Implements LexicalUnit.getDimensionUnitText().
getDimensionUnitText() - Method in interface org.w3c.css.sac.LexicalUnit
Returns the string representation of the unit.
getDirection() - Method in interface org.w3c.dom.css.CSS2Properties
See the direction property definition in CSS2.
getDirtyAreas() - Method in class org.apache.batik.bridge.UpdateManagerEvent
Returns the dirty areas (list of rectangles)
getDirtyAreas() - Method in class org.apache.batik.gvt.UpdateTracker
Returns the list of dirty areas on GVT.
getDirtyRegion(int, Rectangle) - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getDirtyRegion(int, Rectangle) - Method in interface org.apache.batik.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 org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getDirtyRegion(int, Rectangle2D) - Method in class org.apache.batik.ext.awt.image.renderable.AbstractRable
 
getDirtyRegion(int, Rectangle2D) - Method in class org.apache.batik.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 interface org.apache.batik.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 org.apache.batik.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 org.apache.batik.ext.awt.image.renderable.DeferRable
Forward the call (blocking until source is set if need be).
getDirtyRegion(int, Rectangle2D) - Method in class org.apache.batik.ext.awt.image.renderable.AffineRable8Bit
 
getDirtyRegion(int, Rectangle2D) - Method in class org.apache.batik.ext.awt.image.renderable.PadRable8Bit
 
getDirtyRegion(int, Rectangle2D) - Method in class org.apache.batik.ext.awt.image.renderable.DisplacementMapRable8Bit
This calculates the region of output that is affected by a change in a region of input.
getDisabled() - Method in interface org.w3c.dom.stylesheets.StyleSheet
false if the style sheet is applied to the document.
getDiscreteTransfer(float[]) - Static method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
Returns a discrete transfer function
getDisplay() - Method in interface org.w3c.dom.css.CSS2Properties
See the display property definition in CSS2.
getDisplay(Element) - Method in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
Returns true if the graphics node has to be displayed, false otherwise.
getDisplay(Element) - Method in interface org.apache.batik.bridge.GraphicsNodeBridge
Returns true if the graphics node has to be displayed, false otherwise.
getDisplay(Element) - Method in class org.apache.batik.bridge.SVGSwitchElementBridge
Returns true if the graphics node has to be displayed, false otherwise.
getDisplayExponent() - Method in class org.apache.batik.ext.awt.image.codec.PNGDecodeParam
Returns the current value of the display exponent parameter.
getDivisor() - Method in class org.apache.batik.dom.svg.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getDivisor().
getDivisor() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
getDoctype() - Method in class org.apache.batik.dom.AbstractDocument
DOM: Implements Document.getDoctype().
getDoctype() - Method in interface org.w3c.dom.Document
The Document Type Declaration (see DocumentType) associated with this document.
getDocument() - Method in class org.apache.batik.bridge.BridgeContext
Returns the document this bridge context is dedicated to.
getDocument() - Method in class org.apache.batik.bridge.UpdateManager
Returns the current Document.
getDocument() - Method in class org.apache.batik.css.dom.CSSOMViewCSS
DOM: Implements AbstractView.getDocument().
getDocument() - Method in class org.apache.batik.css.engine.CSSEngine
Returns the document associated with this engine.
getDocument() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements AbstractView.getDocument().
getDocument() - Method in class org.apache.batik.transcoder.TranscoderOutput
Returns the output of this transcoder as a document or null if none was supplied.
getDocument() - Method in class org.apache.batik.transcoder.TranscoderInput
Returns the input of this transcoder as a document or null if none was supplied.
getDocument() - Method in interface org.w3c.dom.views.AbstractView
The source DocumentView of which this is an AbstractView.
getDocumentDescriptor() - Method in class org.apache.batik.dom.util.SAXDocumentFactory
Returns the document descriptor associated with the latest created document.
getDocumentDescriptor() - Method in interface org.apache.batik.dom.util.DocumentFactory
Returns the document descriptor associated with the latest created document.
getDocumentElement() - Method in class org.apache.batik.dom.AbstractDocument
DOM: Implements Document.getDocumentElement().
getDocumentElement() - Method in interface org.w3c.dom.Document
This is a convenience attribute that allows direct access to the child node that is the root element of the document.
getDocumentLoader() - Method in class org.apache.batik.bridge.BridgeContext
Returns the document loader used to load external documents.
getDocumentPrototype() - Method in class org.apache.batik.svggen.SVGGraphics2DUnitTester
 
getDocumentSize() - Method in class org.apache.batik.bridge.BridgeContext
Returns the actual size of the document or null if the document has not been built yet.
getDocumentWidth() - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Returns whether the document width.
getDoDilation() - Method in interface org.apache.batik.ext.awt.image.renderable.MorphologyRable
Returns whether the operation is "dilation" or not("erosion")
getDoDilation() - Method in class org.apache.batik.ext.awt.image.renderable.MorphologyRable8Bit
Returns whether the operation is "dilation" or not("erosion")
getDomain() - Method in class org.apache.batik.dom.svg.SVGOMDocument
DOM: Implements SVGDocument.getDomain().
getDomain() - Method in interface org.w3c.dom.svg.SVGDocument
 
getDomExtensions() - Static method in class org.apache.batik.dom.svg.ExtensibleSVGDOMImplementation
 
getDOMFactory() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns the DOM Factory that has been set.
getDOMFactory() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getDOMImplementation() - Static method in class org.apache.batik.dom.GenericDOMImplementation
Returns the default instance of this class.
getDOMImplementation() - Static method in class org.apache.batik.dom.svg.SVGDOMImplementation
Returns the default instance of this class.
getDOMImplementation() - Static method in class org.apache.batik.dom.svg.ExtensibleSVGDOMImplementation
Returns the default instance of this class.
getDOMTreeManager() - Method in class org.apache.batik.svggen.ImageCacher
 
getDOMTreeManager() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getDoubleBufferedRendering() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Tells whether this component use double buffering to render SVG documents.
getDst() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getDTDHandler() - Method in interface org.xml.sax.XMLReader
Return the current DTD handler.
getDTDHandler() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current DTD handler.
getDTDHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the current DTD event handler.
getDx() - Method in class org.apache.batik.dom.svg.SVGOMTextPositioningElement
DOM: Implements SVGTextPositioningElement.getDx().
getDx() - Method in class org.apache.batik.dom.svg.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.getDx().
getDx() - Method in class org.apache.batik.dom.svg.SVGOMFEOffsetElement
DOM: Implements SVGFEOffsetElement.getDx().
getDx() - Method in interface org.w3c.dom.svg.SVGTextPositioningElement
 
getDx() - Method in interface org.w3c.dom.svg.SVGFEOffsetElement
 
getDx() - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
 
getDy() - Method in class org.apache.batik.dom.svg.SVGOMTextPositioningElement
DOM: Implements SVGTextPositioningElement.getDy().
getDy() - Method in class org.apache.batik.dom.svg.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.getDy().
getDy() - Method in class org.apache.batik.dom.svg.SVGOMFEOffsetElement
DOM: Implements SVGFEOffsetElement.getDy().
getDy() - Method in interface org.w3c.dom.svg.SVGTextPositioningElement
 
getDy() - Method in interface org.w3c.dom.svg.SVGFEOffsetElement
 
getDy() - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
 
getE() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getE().
getE() - Method in interface org.w3c.dom.svg.SVGMatrix
 
getEdgeMode() - Method in class org.apache.batik.dom.svg.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getEdgeMode().
getEdgeMode() - Method in interface org.apache.batik.ext.awt.image.renderable.ConvolveMatrixRable
Returns the current edge handling mode.
getEdgeMode() - Method in class org.apache.batik.ext.awt.image.renderable.ConvolveMatrixRable8Bit
Returns the current edge handling mode.
getEdgeMode() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
getElement() - Method in class org.apache.batik.bridge.UnitProcessor.DefaultContext
Returns the element.
getElement() - Method in class org.apache.batik.bridge.BridgeException
Returns the element on which the error occurred.
getElement() - Method in class org.apache.batik.css.engine.CSSEngineEvent
Returns the target element.
getElement() - Method in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength.BaseSVGLength.DefaultContext
Returns the element.
getElement() - Method in interface org.apache.batik.util.UnitProcessor.Context
Returns the element.
getElement(GraphicsNode) - Method in class org.apache.batik.bridge.BridgeContext
Returns the Element associated to the specified GraphicsNode or null if any.
getElement(String, Element) - Method in class org.apache.batik.bridge.URIResolver
Imports the Element referenced by the given URI on Element ref.
getElementById(String) - Method in class org.apache.batik.dom.GenericDocument
DOM: Implements Document.getElementById(String).
getElementById(String) - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
 
getElementById(String) - Method in class org.apache.batik.dom.svg.SVGOMDocument
DOM: Implements Document.getElementById(String).
getElementById(String) - Method in interface org.w3c.dom.Document
Returns the Element whose ID is given by elementId.
getElementById(String) - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getElementContent(Element) - Static method in class org.apache.batik.bridge.TextUtilities
Returns the content of the given element.
getElementPixelSize(Element) - Method in class org.apache.batik.extension.svg.BatikMultiImageElementBridge
 
getElementsByTagName(Node, String) - Method in class org.apache.batik.dom.AbstractDocument
Returns an ElementsByTagName object from the cache, if any.
getElementsByTagName(String) - Method in class org.apache.batik.dom.AbstractParentNode
DOM: Implements Element.getElementsByTagName(String).
getElementsByTagName(String) - Method in interface org.w3c.dom.Element
Returns a NodeList of all descendant Elements with a given tag name, in the order in which they are encountered in a preorder traversal of this Element tree.
getElementsByTagName(String) - Method in interface org.w3c.dom.Document
Returns a NodeList of all the Elements with a given tag name in the order in which they are encountered in a preorder traversal of the Document tree.
getElementsByTagNameNS(Node, String, String) - Method in class org.apache.batik.dom.AbstractDocument
Returns an ElementsByTagNameNS object from the cache, if any.
getElementsByTagNameNS(String, String) - Method in class org.apache.batik.dom.AbstractParentNode
DOM: Implements Element.getElementsByTagNameNS(String,String).
getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Element
Returns a NodeList of all the descendant Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of this Element tree.
getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Document
Returns a NodeList of all the Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the Document tree.
getElevation() - Method in class org.apache.batik.dom.svg.SVGOMFEDistantLightElement
DOM: Implements SVGFEDistantLightElement.getElevation().
getElevation() - Method in class org.apache.batik.ext.awt.image.DistantLight
 
getElevation() - Method in interface org.w3c.dom.css.CSS2Properties
See the elevation property definition in CSS2.
getElevation() - Method in interface org.w3c.dom.svg.SVGFEDistantLightElement
 
getEmptyCells() - Method in interface org.w3c.dom.css.CSS2Properties
See the empty-cells property definition in CSS2.
getEnableBackgroundGraphicsNodeRable(boolean) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the GraphicsNodeRable for this node.
getEnableBackgroundGraphicsNodeRable(boolean) - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the GraphicsNodeRable for this node.
getEnableImageZoomInteractor() - Method in class org.apache.batik.swing.JSVGCanvas
Returns true if the image zoom interactor is enabled, false otherwise.
getEnablePanInteractor() - Method in class org.apache.batik.swing.JSVGCanvas
Returns true if the pan interactor is enabled, false otherwise.
getEnableResetTransformInteractor() - Method in class org.apache.batik.swing.JSVGCanvas
Returns true if the reset transform interactor is enabled, false otherwise.
getEnableRotateInteractor() - Method in class org.apache.batik.swing.JSVGCanvas
Returns true if the rotate interactor is enabled, false otherwise.
getEnableZoomInteractor() - Method in class org.apache.batik.swing.JSVGCanvas
Returns true if the zoom interactor is enabled, false otherwise.
getEnclosureList(SVGRect, SVGElement) - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
 
getEnclosureList(SVGRect, SVGElement) - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getEncodeParam() - Method in class org.apache.batik.ext.awt.image.codec.PNGDecodeParam
If getGenerateEncodeParam() is true, this method may be called after decoding has completed, and will return an instance of PNGEncodeParam containing information about the contents of the PNG file just decoded.
getEncoding() - Method in class org.w3c.css.sac.InputSource
Get the character encoding for a byte stream or URI.
getEncoding() - Method in interface org.w3c.dom.css.CSSCharsetRule
The encoding information used in this @charset rule.
getEncoding() - Method in class org.xml.sax.InputSource
Get the character encoding for a byte stream or URI.
getEncodingId() - Method in class org.apache.batik.svggen.font.table.NameRecord
 
getEncodingId() - Method in class org.apache.batik.svggen.font.table.CmapIndexEntry
 
getEnd() - Method in class org.apache.batik.css.parser.Scanner
Returns the end offset of the last lexical unit.
getEnd() - Method in class org.apache.batik.xml.XMLScanner
Returns the end offset of the last lexical unit.
getEndIdx() - Method in class org.apache.batik.gvt.text.LineInfo
 
getEndIndex() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Get the end index of the text.
getEndIndex() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Get the end index of the text.
getEndIndex() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the end index of the text.
getEndIndex() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Returns the end index of the text.
getEndMarker() - Method in class org.apache.batik.gvt.MarkerShapePainter
Returns the marker that shall be drawn at the last vertex of the given shape.
getEndOffset() - Method in class org.apache.batik.xml.XMLScanner
Returns the end offset of the current lexical unit.
getEndPoint() - Method in class org.apache.batik.ext.awt.LinearGradientPaint
Returns a copy of the end point of the gradient axis
getEndPositionOfChar(int) - Method in class org.apache.batik.dom.svg.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getEndPositionOfChar(int).
getEndPositionOfChar(int) - Method in interface org.w3c.dom.svg.SVGTextContentElement
 
getEndPtOfContours(int) - Method in class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
getEndPtOfContours(int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getEndPtOfContours(int) - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getEntities() - Method in interface org.w3c.dom.DocumentType
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
getEntityResolver() - Method in interface org.xml.sax.XMLReader
Return the current entity resolver.
getEntityResolver() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current entity resolver.
getEntityResolver() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the current entity resolver.
getEntry(int) - Method in class org.apache.batik.svggen.font.table.TableDirectory
 
getEntryByTag(int) - Method in class org.apache.batik.svggen.font.table.TableDirectory
 
getEntrySelector() - Method in class org.apache.batik.svggen.font.table.TableDirectory
 
getErrorCode() - Method in class org.apache.batik.apps.rasterizer.SVGConverterException
 
getErrorHandler() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns the ErrorHandler that has been set.
getErrorHandler() - Method in class org.apache.batik.transcoder.TranscoderSupport
Returns the error handler this transcoder uses to report warnings and errors, or null if any.
getErrorHandler() - Method in interface org.apache.batik.transcoder.Transcoder
Returns the error handler this transcoder uses to report warnings and errors, or null if any.
getErrorHandler() - Method in interface org.xml.sax.XMLReader
Return the current error handler.
getErrorHandler() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current error handler.
getErrorHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the current error event handler.
getEventDispatcher() - Method in interface org.apache.batik.bridge.UserAgent
Returns the event dispatcher to use.
getEventDispatcher() - Method in class org.apache.batik.bridge.UserAgentAdapter
Unsupported operation.
getEventDispatcher() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Returns the EventDispatcher used by the UserAgent to dispatch events on GVT.
getEventDispatcher() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the event dispatcher to use.
getEventListeners() - Method in class org.apache.batik.dom.events.EventListenerList
Returns an array of the event listeners of this list, or null if any.
getEventListeners(String, boolean) - Method in class org.apache.batik.dom.events.EventSupport
Returns a list event listeners depending on the specified event type and phase.
getEventPhase() - Method in class org.apache.batik.dom.events.AbstractEvent
DOM: The eventPhase property indicates which phase of event flow is currently being evaluated.
getEventPhase() - Method in interface org.w3c.dom.events.Event
Used to indicate which phase of event flow is currently being evaluated.
getEventsEnabled() - Method in class org.apache.batik.dom.AbstractDocument
Tests whether the event dispatching must be done.
getEventSupport() - Method in class org.apache.batik.dom.AbstractNode
Returns the event support instance for this node, or null if any.
getEventSupport() - Method in interface org.apache.batik.dom.events.NodeEventTarget
Returns the event support instance for this node, or null if any.
getEventTarget(GraphicsNode, Point2D) - Method in class org.apache.batik.bridge.BridgeEventSupport.Listener
Returns the element that is the target of the specified event or null if any.
getException() - Method in class org.apache.batik.css.parser.ParseException
Return the embedded exception, if any.
getException() - Method in class org.apache.batik.parser.ParseException
Return the embedded exception, if any.
getException() - Method in class org.apache.batik.script.InterpreterException
Returns the embedded exception.
getException() - Method in class org.apache.batik.svggen.SVGGraphics2DIOException
Returns the original enclosed exception or null if any.
getException() - Method in class org.apache.batik.svggen.SVGGraphics2DRuntimeException
Returns the original enclosed exception or null if any.
getException() - Method in class org.apache.batik.swing.svg.GVTTreeBuilder
Returns the exception, if any occured.
getException() - Method in class org.apache.batik.swing.svg.SVGLoadEventDispatcher
Returns the exception, if any occured.
getException() - Method in class org.apache.batik.swing.svg.SVGDocumentLoader
Returns the exception, if any occured.
getException() - Method in class org.apache.batik.transcoder.TranscoderException
Returns the original enclosed exception or null if any.
getException() - Method in class org.apache.batik.xml.XMLException
Return the embedded exception, if any.
getException() - Method in class org.w3c.css.sac.CSSException
Returns the internal exception if any, null otherwise.
getException() - Method in class org.xml.sax.SAXException
Return the embedded exception, if any.
getExecuteOnload() - Method in class org.apache.batik.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 org.apache.batik.dom.traversal.DOMNodeIterator
DOM: Implements NodeIterator.getExpandEntityReferences().
getExpandEntityReferences() - Method in class org.apache.batik.dom.traversal.DOMTreeWalker
DOM: Implements TreeWalker.getExpandEntityReferences().
getExpandEntityReferences() - Method in interface org.w3c.dom.traversal.NodeIterator
The value of this flag determines whether the children of entity reference nodes are visible to the iterator.
getExpandEntityReferences() - Method in interface org.w3c.dom.traversal.TreeWalker
The value of this flag determines whether the children of entity reference nodes are visible to the TreeWalker.
getExpandGrayAlpha() - Method in class org.apache.batik.ext.awt.image.codec.PNGDecodeParam
Returns the current setting of the gray/alpha expansion.
getExpandPalette() - Method in class org.apache.batik.ext.awt.image.codec.PNGDecodeParam
Returns true if palette-color images will be expanded to produce full-color output.
getExponent() - Method in class org.apache.batik.dom.svg.SVGOMComponentTransferFunctionElement
DOM: Implements SVGComponentTransferFunctionElement.getExponent().
getExponent() - Method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
Returns the exponent value for this transfer function
getExponent() - Method in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
Returns the exponent value for this transfer function
getExponent() - Method in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
 
getExtendedPathIterator() - Method in interface org.apache.batik.ext.awt.geom.ExtendedShape
Get an extended Path iterator that may return SEG_ARCTO commands
getExtendedPathIterator() - Method in class org.apache.batik.ext.awt.geom.ShapeExtender
 
getExtendedPathIterator() - Method in class org.apache.batik.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
getExtension() - Method in class org.apache.batik.apps.rasterizer.DestinationType
 
getExtensionHandler() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns the ExtensionHandler that has been set.
getExtensionHandler() - Method in class org.apache.batik.svggen.DOMTreeManager
 
getExtensionHandler() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getExtentOfChar(int) - Method in class org.apache.batik.dom.svg.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getExtentOfChar(int).
getExtentOfChar(int) - Method in interface org.w3c.dom.svg.SVGTextContentElement
 
getExternalResourceSecurity(ParsedURL, ParsedURL) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
Returns the security settings for the given resource url and document url
getExternalResourceSecurity(ParsedURL, ParsedURL) - Method in interface org.apache.batik.bridge.UserAgent
Returns the security settings for the given resource url and document url
getExternalResourceSecurity(ParsedURL, ParsedURL) - Method in class org.apache.batik.bridge.UserAgentAdapter
Returns the security settings for the given resource url and document url
getExternalResourceSecurity(ParsedURL, ParsedURL) - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Returns the security settings for the given resource url and document url
getExternalResourceSecurity(ParsedURL, ParsedURL) - Method in interface org.apache.batik.swing.svg.SVGUserAgent
Returns the security settings for the given resource url and document url
getExternalResourceSecurity(ParsedURL, ParsedURL) - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the security settings for the given resource url and document url
getExternalResourcesRequired() - Method in class org.apache.batik.dom.svg.SVGOMTextContentElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.dom.svg.SVGOMGradientElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.dom.svg.SVGOMAnimationElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.dom.svg.SVGGraphicsElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.dom.svg.SVGOMFilterElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.dom.svg.SVGOMFontElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.dom.svg.SVGOMScriptElement
DOM: Implements SVGExternalResourcesRequired.
getExternalResourcesRequired() - Method in class org.apache.batik.dom.svg.SVGOMViewElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.dom.svg.SVGOMCursorElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.dom.svg.SVGOMPatternElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.dom.svg.SVGOMMPathElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.dom.svg.SVGOMFEImageElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.dom.svg.SVGOMMarkerElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.dom.svg.SVGOMSymbolElement
DOM: Implements SVGExternalResourcesRequired.
getExternalResourcesRequired() - Method in interface org.w3c.dom.svg.SVGExternalResourcesRequired
 
getExternalResourcesRequired(AbstractElement) - Static method in class org.apache.batik.dom.svg.SVGExternalResourcesRequiredSupport
To implement SVGExternalResourcesRequired.getExternalResourcesRequired().
getExtraFields() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFEncodeParam
Returns the value set by setExtraFields().
getExtraImages() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFEncodeParam
Returns the additional image Iterator specified via setExtraImages() or null if none was supplied or if a null value was supplied.
getExtShape() - Method in class org.apache.batik.gvt.MarkerShapePainter
Gets the Shape this shape painter is associated with as an Extended Shape.
getF() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getF().
getF() - Method in interface org.w3c.dom.svg.SVGMatrix
 
getFamilyClass() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getFamilyName() - Method in class org.apache.batik.bridge.SVGFontFace
Returns the family name of this font, it may contain more than one.
getFamilyName() - Method in class org.apache.batik.bridge.SVGFontFamily
Returns the family name of this font.
getFamilyName() - Method in class org.apache.batik.gvt.font.UnresolvedFontFamily
Returns the font family name.
getFamilyName() - Method in interface org.apache.batik.gvt.font.GVTFontFamily
Returns the font family name.
getFamilyName() - Method in class org.apache.batik.gvt.font.AWTFontFamily
Returns the font family name.
getFamilyThatCanDisplay(char) - Static method in class org.apache.batik.gvt.font.FontFamilyResolver
 
getFamilyType() - Method in class org.apache.batik.svggen.font.table.Panose
 
getFarthestViewportElement() - Method in class org.apache.batik.dom.svg.SVGOMTextElement
DOM: Implements SVGLocatable.getFarthestViewportElement().
getFarthestViewportElement() - Method in class org.apache.batik.dom.svg.SVGGraphicsElement
DOM: Implements SVGLocatable.getFarthestViewportElement().
getFarthestViewportElement() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements SVGLocatable.getFarthestViewportElement().
getFarthestViewportElement() - Method in interface org.w3c.dom.svg.SVGLocatable
 
getFarthestViewportElement(Element) - Static method in class org.apache.batik.dom.svg.SVGLocatableSupport
To implement SVGLocatable.getFarthestViewportElement().
getFeature(String) - Method in interface org.xml.sax.XMLReader
Look up the value of a feature.
getFeature(String) - Method in class org.xml.sax.helpers.ParserAdapter
Check a parser feature.
getFeature(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Look up the state of a feature.
getFeatureList() - Method in class org.apache.batik.svggen.font.table.GsubTable
 
getField(int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDirectory
Returns the value of a given tag as a TIFFField, or null if the tag is not present.
getFieldAsByte(int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDirectory
Returns the value of index 0 of a given tag as a byte.
getFieldAsByte(int, int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDirectory
Returns the value of a particular index of a given tag as a byte.
getFieldAsDouble(int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDirectory
Returns the value of index 0 of a given tag as a double.
getFieldAsDouble(int, int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDirectory
Returns the value of a particular index of a given tag as a double.
getFieldAsFloat(int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDirectory
Returns the value of index 0 of a given tag as a float.
getFieldAsFloat(int, int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDirectory
Returns the value of a particular index of a given tag as a float.
getFieldAsLong(int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDirectory
Returns the value of index 0 of a given tag as a long.
getFieldAsLong(int, int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDirectory
Returns the value of a particular index of a given tag as a long.
getFields() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDirectory
Returns an array of TIFFFields containing all the fields in this directory.
getFile() - Method in class org.apache.batik.apps.rasterizer.SVGConverterFileSource
 
getFile(String) - Method in class org.apache.batik.util.PreferenceManager
Returns a File preference.
getFileNRef(String) - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getFilePointer() - Method in class org.apache.batik.ext.awt.image.codec.SeekableOutputStream
 
getFilePointer() - Method in class org.apache.batik.ext.awt.image.codec.SeekableStream
Returns the current offset in this stream.
getFilePointer() - Method in class org.apache.batik.ext.awt.image.codec.ForwardSeekableStream
Returns the current position in the stream (bytes read).
getFilePointer() - Method in class org.apache.batik.ext.awt.image.codec.MemoryCacheSeekableStream
Returns the current offset in this file.
getFilePointer() - Method in class org.apache.batik.ext.awt.image.codec.FileCacheSeekableStream
Returns the current offset in this file.
getFiles(String) - Method in class org.apache.batik.util.PreferenceManager
Returns an array of Files preference.
getFilter() - Method in class org.apache.batik.dom.traversal.DOMNodeIterator
DOM: Implements NodeIterator.getFilter().
getFilter() - Method in class org.apache.batik.dom.traversal.DOMTreeWalker
DOM: Implements TreeWalker.getFilter().
getFilter() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the filter of this node or null if any.
getFilter() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the filter of this node or null if any.
getFilter() - Method in interface org.w3c.dom.traversal.NodeIterator
The NodeFilter used to screen nodes.
getFilter() - Method in interface org.w3c.dom.traversal.TreeWalker
The filter used to screen nodes.
getFilterConverter() - Method in class org.apache.batik.svggen.DOMTreeManager
 
getFilterRegion() - Method in interface org.apache.batik.ext.awt.image.renderable.FilterChainRable
Returns the filter output area, in user space
getFilterRegion() - Method in class org.apache.batik.ext.awt.image.renderable.FilterChainRable8Bit
Returns the filter output area, in user space
getFilterRegion() - Method in class org.apache.batik.gvt.filter.MaskRable8Bit
The region to which this mask applies
getFilterRegion() - Method in interface org.apache.batik.gvt.filter.Mask
The region to which this mask applies
getFilterResolutionX() - Method in interface org.apache.batik.ext.awt.image.renderable.FilterResRable
Returns the resolution along the X axis.
getFilterResolutionX() - Method in interface org.apache.batik.ext.awt.image.renderable.FilterChainRable
Returns the resolution along the X axis.
getFilterResolutionX() - Method in class org.apache.batik.ext.awt.image.renderable.FilterResRable8Bit
Returns the resolution along the X axis.
getFilterResolutionX() - Method in class org.apache.batik.ext.awt.image.renderable.FilterChainRable8Bit
Returns the resolution along the X axis.
getFilterResolutionY() - Method in interface org.apache.batik.ext.awt.image.renderable.FilterResRable
Returns the resolution along the Y axis.
getFilterResolutionY() - Method in interface org.apache.batik.ext.awt.image.renderable.FilterChainRable
Returns the resolution along the Y axis.
getFilterResolutionY() - Method in class org.apache.batik.ext.awt.image.renderable.FilterResRable8Bit
Returns the resolution along the Y axis.
getFilterResolutionY() - Method in class org.apache.batik.ext.awt.image.renderable.FilterChainRable8Bit
Returns the resolution along the Y axis.
getFilterResX() - Method in class org.apache.batik.dom.svg.SVGOMFilterElement
DOM: Implements SVGFilterElement.getFilterResX().
getFilterResX() - Method in interface org.w3c.dom.svg.SVGFilterElement
 
getFilterResY() - Method in class org.apache.batik.dom.svg.SVGOMFilterElement
DOM: Implements SVGFilterElement.getFilterResY().
getFilterResY() - Method in interface org.w3c.dom.svg.SVGFilterElement
 
getFilterUnits() - Method in class org.apache.batik.dom.svg.SVGOMFilterElement
DOM: Implements SVGFilterElement.getFilterUnits().
getFilterUnits() - Method in interface org.w3c.dom.svg.SVGFilterElement
 
getFilterValue() - Method in class org.apache.batik.svggen.SVGCompositeDescriptor
 
getFilterValue() - Method in class org.apache.batik.svggen.SVGFilterDescriptor
 
getFirstCharIndex() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getFirstChild() - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.getFirstChild().
getFirstChild() - Method in class org.apache.batik.dom.AbstractParentNode
DOM: Implements Node.getFirstChild().
getFirstChild() - Method in interface org.w3c.dom.Node
The first child of this node.
getFirstChild() - Method in interface org.w3c.dom.svg.SVGElementInstance
 
getFirstCondition() - Method in class org.apache.batik.css.engine.sac.AbstractCombinatorCondition
SAC: Implements CombinatorCondition.getFirstCondition().
getFirstCondition() - Method in class org.apache.batik.css.parser.AbstractCombinatorCondition
SAC: Implements CombinatorCondition.getFirstCondition().
getFirstCondition() - Method in interface org.w3c.css.sac.CombinatorCondition
Returns the first condition.
getFirstContour() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getFirstIndex() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getFirstLineLeftMargin() - Method in class org.apache.batik.gvt.text.MarginInfo
 
getFirstLineRightMargin() - Method in class org.apache.batik.gvt.text.MarginInfo
 
getFlags() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getFlags() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getFlags(int) - Method in class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
getFlags(int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getFlags(int) - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getFloat(String) - Method in class org.apache.batik.util.PreferenceManager
Gets a float preference.
getFloatValue() - Method in class org.apache.batik.css.engine.value.AbstractValue
Implements Value.getFloatValue().
getFloatValue() - Method in class org.apache.batik.css.engine.value.FloatValue
Returns the float value.
getFloatValue() - Method in interface org.apache.batik.css.engine.value.Value
This method is used to get the float value.
getFloatValue() - Method in class org.apache.batik.css.engine.value.ComputedValue
Implements Value.getFloatValue().
getFloatValue() - Method in class org.apache.batik.css.parser.CSSLexicalUnit
SAC: Implements CSSLexicalUnit.getFloatValue().
getFloatValue() - Method in class org.apache.batik.css.parser.CSSLexicalUnit.FloatLexicalUnit
SAC: Implements LexicalUnit.getFloatValue().
getFloatValue() - Method in class org.apache.batik.css.parser.CSSLexicalUnit.DimensionLexicalUnit
SAC: Implements LexicalUnit.getFloatValue().
getFloatValue() - Method in interface org.w3c.css.sac.LexicalUnit
Returns the float value.
getFloatValue(short) - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements CSSPrimitiveValue.getFloatValue(short).
getFloatValue(short) - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractComponent
DOM: Implements CSSPrimitiveValue.getFloatValue(short).
getFloatValue(short) - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractComponent
DOM: Implements CSSPrimitiveValue.getFloatValue(short).
getFloatValue(short) - Method in interface org.w3c.dom.css.CSSPrimitiveValue
This method is used to get a float value in a specified unit.
getFloodPaint() - Method in interface org.apache.batik.ext.awt.image.renderable.FloodRable
Get the flood paint.
getFloodPaint() - Method in class org.apache.batik.ext.awt.image.renderable.FloodRable8Bit
Get the flood fill paint.
getFloodRegion() - Method in interface org.apache.batik.ext.awt.image.renderable.FloodRable
Get the flood region
getFloodRegion() - Method in class org.apache.batik.ext.awt.image.renderable.FloodRable8Bit
Returns the flood region
getFlowDiv(BridgeContext, Element) - Method in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
 
getFocusManager() - Method in class org.apache.batik.bridge.BridgeContext
Returns the focus manager.
getFocusPoint() - Method in class org.apache.batik.ext.awt.RadialGradientPaint
Returns a copy of the end point of the gradient axis.
getFont() - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Gets the current font.
getFont() - Method in class org.apache.batik.ext.awt.g2d.GraphicContext
Gets the current font.
getFont() - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the Font associated with this GlyphVector.
getFont() - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the Font associated with this GlyphVector.
getFont() - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the GVTFont associated with this GVTGlyphVector.
getFont() - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the Font associated with this GlyphVector.
getFont() - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns the GVTFont to use when rendering the specified character iterator.
getFont() - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getFont() - Method in interface org.w3c.dom.css.CSS2Properties
See the font property definition in CSS2.
getFont(String) - Method in class org.apache.batik.util.PreferenceManager
Returns a font preference.
getFontConverter() - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
getFontDirectionHint() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getFontFace() - Method in class org.apache.batik.bridge.SVGFontFamily
Returns the font-face associated with this font family.
getFontFamily() - Method in interface org.w3c.dom.css.CSS2Properties
See the font-family property definition in CSS2.
getFontFamily(Element, BridgeContext, String, String, String) - Static method in class org.apache.batik.bridge.SVGFontUtilities
Given a font family name tries to find a matching SVG font object.
getFontFamilyMap() - Method in class org.apache.batik.bridge.BridgeContext
Returns the map of font families
getFontMetrics(Font) - Method in class org.apache.batik.ext.awt.g2d.DefaultGraphics2D
Gets the font metrics for the specified font.
getFontMetrics(Font) - Method in class org.apache.batik.svggen.SVGGraphics2D
Gets the font metrics for the specified font.
getFontRenderContext() - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Get the rendering context of the Font within this Graphics2D context.
getFontRenderContext() - Method in class org.apache.batik.ext.awt.g2d.GraphicContext
Get the rendering context of the Font within this Graphics2D context.
getFontRenderContext() - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the FontRenderContext associated with this GlyphVector.
getFontRenderContext() - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the FontRenderContext associated with this GlyphVector.
getFontRenderContext() - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the FontRenderContext associated with this GlyphVector.
getFontRenderContext() - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the FontRenderContext associated with this GlyphVector.
getFontRevision() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getFontSize() - Method in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
Returns the font-size on the associated element.
getFontSize() - Method in class org.apache.batik.bridge.UnitProcessor.DefaultContext
Returns the font-size value.
getFontSize() - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Returns the font-size on the associated element.
getFontSize() - Method in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength.BaseSVGLength.DefaultContext
Returns the font-size value.
getFontSize() - Method in interface org.apache.batik.dom.svg.SVGContext
Returns the font-size on the associated element.
getFontSize() - Method in interface org.apache.batik.util.UnitProcessor.Context
Returns the font-size value.
getFontSize() - Method in interface org.w3c.dom.css.CSS2Properties
See the font-size property definition in CSS2.
getFontSizeAdjust() - Method in interface org.w3c.dom.css.CSS2Properties
See the font-size-adjust property definition in CSS2.
getFontSizeIndex() - Method in class org.apache.batik.css.engine.CSSEngine
Returns the font-size property index.
getFontStretch() - Method in interface org.w3c.dom.css.CSS2Properties
See the font-stretch property definition in CSS2.
getFontStyle() - Method in class org.apache.batik.bridge.SVGFontFace
Returns the font-style.
getFontStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the font-style property definition in CSS2.
getFontVariant() - Method in interface org.w3c.dom.css.CSS2Properties
See the font-variant property definition in CSS2.
getFontWeight() - Method in class org.apache.batik.bridge.SVGFontFace
Returns the font-weight.
getFontWeight() - Method in interface org.w3c.dom.css.CSS2Properties
See the font-weight property definition in CSS2.
getFontWeightNumberString(String) - Static method in class org.apache.batik.bridge.SVGFontUtilities
Returns a string that contains all of the font weight numbers for the specified font weight attribute value.
getFormat() - Method in class org.apache.batik.dom.svg.SVGOMAltGlyphElement
DOM: Implements SVGAltGlyphElement.getFormat().
getFormat() - Method in class org.apache.batik.dom.svg.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.getFormat().
getFormat() - Method in class org.apache.batik.svggen.font.table.CmapFormat
 
getFormat() - Method in class org.apache.batik.svggen.font.table.Coverage
 
getFormat() - Method in class org.apache.batik.svggen.font.table.CoverageFormat2
 
getFormat() - Method in class org.apache.batik.svggen.font.table.SingleSubst
 
getFormat() - Method in class org.apache.batik.svggen.font.table.SingleSubstFormat1
 
getFormat() - Method in class org.apache.batik.svggen.font.table.ClassDef
 
getFormat() - Method in class org.apache.batik.svggen.font.table.ClassDefFormat1
 
getFormat() - Method in class org.apache.batik.svggen.font.table.LigatureSubstFormat1
 
getFormat() - Method in class org.apache.batik.svggen.font.table.CoverageFormat1
 
getFormat() - Method in class org.apache.batik.svggen.font.table.SingleSubstFormat2
 
getFormat() - Method in class org.apache.batik.svggen.font.table.ClassDefFormat2
 
getFormat() - Method in class org.apache.batik.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 org.apache.batik.ext.awt.image.spi.AbstractRegistryEntry
 
getFormatName() - Method in interface org.apache.batik.ext.awt.image.spi.RegistryEntry
Returns the name of the format.
getFractions() - Method in class org.apache.batik.ext.awt.MultipleGradientPaint
Returns a copy of the array of floats used by this gradient to calculate color distribution.
getFragmentIdentifier() - Method in class org.apache.batik.swing.svg.JSVGComponent
Returns the current's document fragment identifier.
getFragmentIdentifierHandler() - Method in class org.apache.batik.parser.FragmentIdentifierParser
Returns the points handler in use.
getFrom() - Method in class org.apache.batik.gvt.event.GraphicsNodeChangeEvent
 
getFunctionName() - Method in class org.apache.batik.css.parser.CSSLexicalUnit
SAC: Implements CSSLexicalUnit.getFunctionName().
getFunctionName() - Method in class org.apache.batik.css.parser.CSSLexicalUnit.FunctionLexicalUnit
SAC: Implements LexicalUnit.getFunctionName().
getFunctionName() - Method in interface org.w3c.css.sac.LexicalUnit
Returns the name of the function.
getFx() - Method in class org.apache.batik.dom.svg.SVGOMRadialGradientElement
DOM: Implements SVGRadialGradientElement.getFx().
getFx() - Method in interface org.w3c.dom.svg.SVGRadialGradientElement
 
getFy() - Method in class org.apache.batik.dom.svg.SVGOMRadialGradientElement
DOM: Implements SVGRadialGradientElement.getFy().
getFy() - Method in interface org.w3c.dom.svg.SVGRadialGradientElement
 
getGamma() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns the file gamma value for the image.
getGammaTransfer(float, float, float) - Static method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
Returns a gamma function
getGenerateEncodeParam() - Method in class org.apache.batik.ext.awt.image.codec.PNGDecodeParam
Returns true if an instance of PNGEncodeParam will be available after an image has been decoded via the getEncodeParam method.
getGeneratorContext() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getGenericDefinitions() - Method in class org.apache.batik.svggen.DOMTreeManager
 
getGenericImageHandler() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getGeometricBounds() - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the geometric bounds of this GlyphVector.
getGeometricBounds() - Method in interface org.apache.batik.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 org.apache.batik.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 class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the geometric bounds of this GlyphVector.
getGeometricBounds() - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns the rectangular bounds of the completed glyph layout, inclusive of "decoration" (underline, overline, etc.)
getGeometricBounds() - Method in interface org.apache.batik.gvt.text.TextSpanLayout
Returns the bounds of the geometry (this is always the bounds of the outline).
getGeometryBounds() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into account.
getGeometryBounds() - Method in interface org.apache.batik.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 org.apache.batik.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 org.apache.batik.gvt.TextNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into account.
getGeometryBounds() - Method in class org.apache.batik.gvt.ShapeNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into account.
getGeometryBounds() - Method in class org.apache.batik.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 org.apache.batik.gvt.font.Glyph
 
getGeometryBounds(TextNode) - Method in interface org.apache.batik.gvt.TextPainter
Get a Rectangle2D in userspace coords which encloses the textnode glyphs just including the geometry info.
getGeometryBounds(TextNode) - Method in class org.apache.batik.gvt.renderer.BasicTextPainter
Get a Rectangle2D in userspace coords which encloses the textnode glyphs just including the geometry info.
getGlobalObject() - Method in class org.apache.batik.script.rhino.RhinoInterpreter
This method returns the ECMAScript global object used by this interpreter.
getGlobalTransform() - Method in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
Returns the global transformation matrix from the current element to the root.
getGlobalTransform() - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Returns the global transformation matrix from the current element to the root.
getGlobalTransform() - Method in interface org.apache.batik.dom.svg.SVGContext
Returns the global transformation matrix from the current element to the root.
getGlobalTransform() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the concatenated transform of this node.
getGlobalTransform() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the concatenated transform of this node.
getGlobalUserAgent() - Static method in class org.apache.batik.util.ParsedURL
 
getGlyph(int) - Method in class org.apache.batik.svggen.font.Font
 
getGlyphAsSVG(Font, Glyph, int, int, SingleSubst, SingleSubst, SingleSubst, String) - Static method in class org.apache.batik.svggen.font.SVGFont
 
getGlyphAsSVG(Font, Glyph, int, int, String, String) - Static method in class org.apache.batik.svggen.font.SVGFont
 
getGlyphCode() - Method in class org.apache.batik.gvt.font.Glyph
Returns the glyphs unique code with resect to its font.
getGlyphCode(int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the glyphcode of the specified glyph.
getGlyphCode(int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the glyphcode of the specified glyph.
getGlyphCode(int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the glyphcode of the specified glyph.
getGlyphCode(int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the glyphcode of the specified glyph.
getGlyphCodes(int, int, int[]) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns an array of glyphcodes for the specified glyphs.
getGlyphCodes(int, int, int[]) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns an array of glyphcodes for the specified glyphs.
getGlyphCodes(int, int, int[]) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns an array of glyphcodes for the specified glyphs.
getGlyphCodes(int, int, int[]) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns an array of glyphcodes for the specified glyphs.
getGlyphCodesForName(String) - Method in class org.apache.batik.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 org.apache.batik.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 org.apache.batik.gvt.text.GlyphLayout
Returns the number of glyphs in this layout.
getGlyphCount() - Method in interface org.apache.batik.gvt.text.TextSpanLayout
Returns the number of glyphs in this layout.
getGlyphCount() - Method in class org.apache.batik.svggen.font.table.Ligature
 
getGlyphDataFormat() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getGlyphGeometry(AWTGVTFont, char, GlyphVector, int, Point2D) - Static method in class org.apache.batik.gvt.font.AWTGVTFont
Returns the geometry of the specified character.
getGlyphId(int) - Method in class org.apache.batik.svggen.font.table.Ligature
 
getGlyphIndex() - Method in class org.apache.batik.gvt.text.GlyphIterator
 
getGlyphIndex() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getGlyphIndex(int) - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns the index of the glyph that has the specified char index.
getGlyphIndex(int) - Method in interface org.apache.batik.gvt.text.TextSpanLayout
Returns the glyph index of the glyph that has the specified char index.
getGlyphJustificationInfo(int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the justification information for the glyph at the specified index into this GlyphVector.
getGlyphJustificationInfo(int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the justification information for the glyph at the specified index into this GlyphVector.
getGlyphJustificationInfo(int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the justification information for the glyph at the specified index into this GlyphVector.
getGlyphJustificationInfo(int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the justification information for the glyph at the specified index into this GlyphVector.
getGlyphLogicalBounds(int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the logical bounds of the specified glyph within this GlyphVector.
getGlyphLogicalBounds(int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the logical bounds of the specified glyph within this GlyphVector.
getGlyphLogicalBounds(int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the logical bounds of the specified glyph within this GlyphVector.
getGlyphLogicalBounds(int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the logical bounds of the specified glyph within this GlyphVector.
getGlyphMetrics() - Method in class org.apache.batik.gvt.font.Glyph
Returns the metrics of this Glyph if it is used in a horizontal layout.
getGlyphMetrics(float, float) - Method in class org.apache.batik.gvt.font.Glyph
Returns the metics of this Glyph with the specified kerning value applied.
getGlyphMetrics(int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the metrics of the glyph at the specified index into this GlyphVector.
getGlyphMetrics(int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the metrics of the glyph at the specified index into this GlyphVector.
getGlyphMetrics(int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the metrics of the glyph at the specified index into this GVTGlyphVector.
getGlyphMetrics(int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the metrics of the glyph at the specified index into this GlyphVector.
getGlyphMetrics(int) - Method in class org.apache.batik.gvt.text.GlyphLayout
 
getGlyphMetrics(int) - Method in interface org.apache.batik.gvt.text.TextSpanLayout
Returns the Metrics for a particular glyph.
getGlyphName(int) - Method in class org.apache.batik.svggen.font.table.PostTable
 
getGlyphOrientationAngle() - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns the value of the vertical glyph orientation angle.
getGlyphOutline(int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns a Shape whose interior corresponds to the visual representation of the specified glyph within this GlyphVector.
getGlyphOutline(int) - Method in interface org.apache.batik.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 org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of the specified glyph within this GlyphVector.
getGlyphOutline(int) - Method in class org.apache.batik.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 org.apache.batik.gvt.font.MultiGlyphVector
Returns the position of the specified glyph within this GlyphVector.
getGlyphPosition(int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the position of the specified glyph within this GlyphVector.
getGlyphPosition(int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the position of the specified glyph within this GlyphVector.
getGlyphPosition(int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the position of the specified glyph within this GlyphVector.
getGlyphPositions(int, int, float[]) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns an array of glyph positions for the specified glyphs
getGlyphPositions(int, int, float[]) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns an array of glyph positions for the specified glyphs
getGlyphPositions(int, int, float[]) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns an array of glyph positions for the specified glyphs
getGlyphPositions(int, int, float[]) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns an array of glyph positions for the specified glyphs
getGlyphRef() - Method in class org.apache.batik.dom.svg.SVGOMAltGlyphElement
DOM: Implements SVGAltGlyphElement.getGlyphRef().
getGlyphRef() - Method in class org.apache.batik.dom.svg.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.getGlyphRef().
getGlyphRef() - Method in interface org.w3c.dom.svg.SVGAltGlyphElement
 
getGlyphRef() - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
 
getGlyphTransform(int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Gets the transform of the specified glyph within this GlyphVector.
getGlyphTransform(int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Gets the transform of the specified glyph within this GlyphVector.
getGlyphTransform(int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Gets the transform of the specified glyph within this GlyphVector.
getGlyphTransform(int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Gets the transform of the specified glyph within this GlyphVector.
getGlyphVector() - Method in class org.apache.batik.gvt.text.LineInfo
 
getGlyphVisualBounds(int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the visual bounds of the specified glyph within the GlyphVector.
getGlyphVisualBounds(int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the visual bounds of the specified glyph within the GlyphVector.
getGlyphVisualBounds(int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the visual bounds of the specified glyph within the GlyphVector.
getGlyphVisualBounds(int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the visual bounds of the specified glyph within the GlyphVector.
getGradientPaintConverter() - Method in class org.apache.batik.svggen.SVGPaint
 
getGradientTransform() - Method in class org.apache.batik.dom.svg.SVGOMGradientElement
To implement SVGGradientElement.getGradientTransform().
getGradientTransform() - Method in interface org.w3c.dom.svg.SVGGradientElement
 
getGradientUnits() - Method in class org.apache.batik.dom.svg.SVGOMGradientElement
DOM: Implements SVGGradientElement.getGradientUnits().
getGradientUnits() - Method in interface org.w3c.dom.svg.SVGGradientElement
 
getGraphicContextConverter() - Method in class org.apache.batik.svggen.DOMTreeManager
 
getGraphicContextDefaults() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns the set of defaults which should be used for the GraphicContext.
getGraphicElementContext() - Method in class org.apache.batik.svggen.SVGGraphicContext
 
getGraphicsNode() - Method in class org.apache.batik.bridge.StyleReference
Returns the graphics node.
getGraphicsNode() - Method in class org.apache.batik.bridge.BridgeException
Returns the graphics node that represents the current GVT tree built.
getGraphicsNode() - Method in class org.apache.batik.gvt.PatternPaint
Returns the graphics node that define the pattern.
getGraphicsNode() - Method in class org.apache.batik.gvt.event.GraphicsNodeEvent
Returns the graphics node where the event is originated.
getGraphicsNode() - Method in interface org.apache.batik.gvt.filter.GraphicsNodeRable
Returns the GraphicsNode for which a rendering can be obtained
getGraphicsNode() - Method in class org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
Returns the GraphicsNode rendered by this image
getGraphicsNode() - Method in class org.apache.batik.gvt.filter.BackgroundRable8Bit
Returns the GraphicsNode rendered by this image
getGraphicsNode() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Returns the root of the GVT tree displayed by this component, if any.
getGraphicsNode(Element) - Method in class org.apache.batik.bridge.BridgeContext
Returns the GraphicsNode associated to the specified Element or null if any.
getGraphicsNodeRable() - Method in class org.apache.batik.gvt.RasterImageNode
Returns the RenderableImage for this node.
getGraphicsNodeRable(boolean) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the GraphicsNodeRable for this node.
getGraphicsNodeRable(boolean) - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the GraphicsNodeRable for this node.
getGreen() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements RGBColor.getGreen().
getGreen() - Method in class org.apache.batik.css.dom.CSSOMSVGColor
DOM: Implements RGBColor.getGreen().
getGreen() - Method in class org.apache.batik.css.engine.value.AbstractValue
Implements Value.getGreen().
getGreen() - Method in interface org.apache.batik.css.engine.value.Value
The green value of the RGB color.
getGreen() - Method in class org.apache.batik.css.engine.value.ComputedValue
Implements Value.getGreen().
getGreen() - Method in class org.apache.batik.css.engine.value.RGBColorValue
Implements Value.getGreen().
getGreen() - Method in interface org.w3c.dom.css.RGBColor
This attribute is used for the green value of the RGB color.
getGreenFunction() - Method in interface org.apache.batik.ext.awt.image.renderable.ComponentTransferRable
Returns the transfer function for the green channel
getGreenFunction() - Method in class org.apache.batik.ext.awt.image.renderable.ComponentTransferRable8Bit
Returns the transfer function for the green channel
getGroupContext() - Method in class org.apache.batik.svggen.SVGGraphicContext
 
getGVTBuilder() - Method in class org.apache.batik.bridge.BridgeContext
Returns the GVT builder that is currently used to build the GVT tree.
getGVTRoot() - Method in class org.apache.batik.swing.svg.SVGLoadEventDispatcherEvent
Returns the GVT tree root, or null if the gvt construction was not completed or just started.
getGVTRoot() - Method in class org.apache.batik.swing.svg.GVTTreeBuilderEvent
Returns the GVT tree root, or null if the gvt construction was not completed or just started.
getHandledExtensions() - Method in interface org.apache.batik.apps.svgbrowser.SquiggleInputHandler
Returns the list of file extensions handled by this handler
getHandledExtensions() - Method in class org.apache.batik.apps.svgbrowser.SVGInputHandler
Returns the list of file extensions handled by this handler
getHandledExtensions() - Method in class org.apache.batik.apps.svgbrowser.XMLInputHandler
Returns the list of file extensions handled by this handler
getHandledMimeTypes() - Method in interface org.apache.batik.apps.svgbrowser.SquiggleInputHandler
Returns the list of mime types handled by this handler.
getHandledMimeTypes() - Method in class org.apache.batik.apps.svgbrowser.SVGInputHandler
Returns the list of mime types handled by this handler.
getHandledMimeTypes() - Method in class org.apache.batik.apps.svgbrowser.XMLInputHandler
Returns the list of mime types handled by this handler.
getHandler(String) - Static method in class org.apache.batik.util.ParsedURL
Returns the handler for a particular protocol.
getHandlers() - Static method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Returns the list of input file handler.
getHead() - Method in class org.apache.batik.util.DoublyLinkedList
Get the current head element
getHeadTable() - Method in class org.apache.batik.svggen.font.Font
 
getHeight() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getHeight() - Method in interface org.apache.batik.bridge.Viewport
Returns the height of this viewport.
getHeight() - Method in class org.apache.batik.bridge.UserAgentViewport
Returns the height of this viewport.
getHeight() - Method in class org.apache.batik.bridge.SVGSVGElementBridge.SVGSVGElementViewport
Returns the height of this viewport.
getHeight() - Method in class org.apache.batik.dom.svg.SVGOMFilterPrimitiveStandardAttributes
DOM: Implements SVGFilterPrimitiveStandardAttributes.getHeight().
getHeight() - Method in class org.apache.batik.dom.svg.SVGOMRectElement
DOM: Implements SVGRectElement.getHeight().
getHeight() - Method in class org.apache.batik.dom.svg.SVGOMFilterElement
DOM: Implements SVGFilterElement.getHeight().
getHeight() - Method in class org.apache.batik.dom.svg.SVGOMMaskElement
DOM: Implements SVGMaskElement.getHeight().
getHeight() - Method in class org.apache.batik.dom.svg.SVGOMImageElement
DOM: Implements SVGImageElement.getHeight().
getHeight() - Method in class org.apache.batik.dom.svg.SVGOMPatternElement
DOM: Implements SVGPatternElement.getHeight().
getHeight() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements SVGSVGElement.getHeight().
getHeight() - Method in class org.apache.batik.dom.svg.SVGOMForeignObjectElement
DOM: Implements SVGForeignObjectElement.getHeight().
getHeight() - Method in class org.apache.batik.dom.svg.SVGOMUseElement
DOM: Implements SVGUseElement.getHeight().
getHeight() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns the height of the image.
getHeight() - Method in class org.apache.batik.ext.awt.image.renderable.AbstractRable
 
getHeight() - Method in class org.apache.batik.ext.awt.image.renderable.DeferRable
 
getHeight() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getHeight() - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getHeight() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the height of the text.
getHeight() - Method in interface org.w3c.dom.css.CSS2Properties
See the height property definition in CSS2.
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.SVGFilterPrimitiveStandardAttributes
 
getHeight() - Method in interface org.w3c.dom.svg.SVGFilterElement
 
getHeight() - Method in interface org.w3c.dom.svg.SVGRectElement
 
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.SVGSVGElement
 
getHeight() - Method in interface org.w3c.dom.svg.SVGUseElement
 
getHheaTable() - Method in class org.apache.batik.svggen.font.Font
 
getHighlightBounds() - Method in class org.apache.batik.swing.gvt.TextSelectionManager
The highlight bounds.
getHighlightShape() - Method in interface org.apache.batik.gvt.Selectable
Return a shape in user coords which encloses the current selection.
getHighlightShape() - Method in class org.apache.batik.gvt.TextNode
Returns the shape used to outline this text node.
getHighlightShape() - Method in class org.apache.batik.gvt.event.SelectionEvent
Returns a shape in user space that encloses the current selection.
getHighlightShape(int, int) - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns a Shape which encloses the currently selected glyphs as specified by the character indices.
getHighlightShape(int, int) - Method in interface org.apache.batik.gvt.text.TextSpanLayout
Returns a Shape which encloses the currently selected glyphs as specified by glyph indices begin/tt> and end.
getHighlightShape(Mark, Mark) - Method in interface org.apache.batik.gvt.TextPainter
Get a Shape in userspace coords which encloses the textnode glyphs bounded by two Marks.
getHighlightShape(Mark, Mark) - Method in class org.apache.batik.gvt.renderer.StrokingTextPainter
Return a Shape, in the coordinate system of the text layout, which encloses the text selection delineated by two Mark instances.
getHintsConverter() - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
getHistogram() - Method in class org.apache.batik.extension.svg.HistogramRed
 
getHit() - Method in class org.apache.batik.gvt.renderer.BasicTextPainter.BasicMark
 
getHKern(int, int) - Method in class org.apache.batik.bridge.SVGGVTFont
Returns the horizontal kerning value for the specified glyph pair.
getHKern(int, int) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Returns the horizontal kerning value for this glyph pair.
getHKern(int, int) - Method in interface org.apache.batik.gvt.font.GVTFont
Returns the vertical kerning value of this glyph pair.
getHmtxTable() - Method in class org.apache.batik.svggen.font.Font
 
getHorizAdvX() - Method in class org.apache.batik.gvt.font.Glyph
Returns the horizontal advance value.
getHorizontalAdvance() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns the horizontal advance of the glyph.
getHorizOrigin() - Method in class org.apache.batik.gvt.font.Glyph
Returns the horizontal origin of this glyph.
getHost() - Method in class org.apache.batik.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 org.apache.batik.dom.svg.SVGOMGradientElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.dom.svg.SVGOMFilterElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.dom.svg.SVGOMURIReferenceElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.dom.svg.SVGOMTextPathElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.dom.svg.SVGURIReferenceTextPositioningElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.dom.svg.SVGURIReferenceGraphicsElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.dom.svg.SVGOMPatternElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.dom.svg.SVGOMGlyphRefElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.dom.svg.SVGOMFEImageElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in interface org.w3c.dom.css.CSSImportRule
The location of the style sheet to be imported.
getHref() - Method in interface org.w3c.dom.stylesheets.StyleSheet
If the style sheet is a linked style sheet, the value of its attribute is its location.
getHref() - Method in interface org.w3c.dom.svg.SVGURIReference
 
getHref(Element) - Static method in class org.apache.batik.dom.svg.SVGURIReferenceSupport
To implement SVGURIReference.getHref().
getICCColor() - Method in class org.apache.batik.css.dom.CSSOMSVGColor
DOM: Implements SVGColor.getICCColor().
getICCColor() - Method in interface org.w3c.dom.svg.SVGColor
 
getICCProfileData() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns the ICC profile data to be stored with this image.
getIcon(int) - Method in class org.apache.batik.swing.JSVGCanvasBeanInfo
Returns an icon for the specified type.
getId() - Method in class org.apache.batik.dom.svg.SVGOMElement
DOM: Implements SVGElement.getId().
getId() - Method in interface org.w3c.dom.svg.SVGElement
 
getID() - Method in class org.apache.batik.gvt.event.SelectionEvent
Returns the event's selection event type.
getID() - Method in class org.apache.batik.gvt.event.GraphicsNodeEvent
Returns the ID of this event.
getIdentifier() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements Counter.getIdentifier().
getIdentifier() - Method in class org.apache.batik.css.engine.value.AbstractValue
Implements Value.getIdentifier().
getIdentifier() - Method in interface org.apache.batik.css.engine.value.Value
The identifier value of the counter.
getIdentifier() - Method in class org.apache.batik.css.engine.value.ComputedValue
Implements Value.getIdentifier().
getIdentifier() - Method in interface org.w3c.dom.css.Counter
This attribute is used for the identifier of the counter.
getIdentifiers() - Method in class org.apache.batik.css.engine.value.IdentifierManager
Returns the map that contains the name/value mappings for each possible identifiers.
getIdentifiers() - Method in class org.apache.batik.css.engine.value.AbstractColorManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.css2.VisibilityManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.css2.DirectionManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.css2.UnicodeBidiManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.css2.FontVariantManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.css2.OverflowManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.css2.FontStyleManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.css2.FontWeightManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.css2.DisplayManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.css2.FontStretchManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.FillRuleManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.TextAnchorManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.AlignmentBaselineManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinecapManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.ColorInterpolationManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.TextRenderingManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.ShapeRenderingManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.PointerEventsManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.WritingModeManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.ImageRenderingManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinejoinManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.DominantBaselineManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.ColorRenderingManager
Implements IdentifierManager.getIdentifiers().
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.ClipRuleManager
Implements IdentifierManager.getIdentifiers().
getIdentityTransfer() - Static method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
Returns an instance initialized as an identity transfer function
getIDGenerator() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns the SVGIDGenerator that has been set.
getIFDOffset() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDirectory
Returns the offset of the IFD corresponding to this TIFFDirectory.
getIFDOffset() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDecodeParam
Returns the value set by setIFDOffset() or null if no value has been set.
getImage() - Method in class org.apache.batik.bridge.UpdateManagerEvent
Returns the image to display, or null if the rendering failed.
getImage() - Method in class org.apache.batik.gvt.ImageNode
Returns the graphics node that represents the image.
getImage() - Method in class org.apache.batik.gvt.RasterImageNode
Returns the raster image of this raster image node.
getImage() - Method in class org.apache.batik.swing.gvt.GVTTreeRendererEvent
Returns the image to display, or null if the rendering failed.
getImage(int, RenderContext) - Method in class org.apache.batik.extension.svg.renderable.MultiResRable
 
getImageBounds() - Method in class org.apache.batik.gvt.RasterImageNode
Returns the bounds of this raster image node.
getImageBounds(BridgeContext, Element) - Static method in class org.apache.batik.bridge.SVGImageElementBridge
Returns the bounds of the specified image element.
getImageCacher() - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
The image cache can be used by subclasses for efficient image storage
getImageCacher() - Method in interface org.apache.batik.svggen.CachedImageHandler
Returns the image cache instance in use by this handler
getImageHandler() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns the ImageHandler that has been set.
getImageHandler() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getImplementation() - Method in class org.apache.batik.dom.AbstractDocument
DOM: Implements Document.getImplementation().
getImplementation() - Method in interface org.w3c.dom.Document
The DOMImplementation object that handles this document.
getImplementedExtensions() - Method in interface org.apache.batik.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 org.apache.batik.bridge.SVGBridgeExtension
This should return the list of extensions implemented by this BridgeExtension.
getImplementedExtensions() - Method in class org.apache.batik.extension.svg.BatikBridgeExtension
This should return the list of extensions implemented by this BridgeExtension.
getImportedChild(Node) - Static method in class org.apache.batik.bridge.SVGUtilities
Returns the node imported by the given node, or null.
getImportedChild(Node) - Static method in class org.apache.batik.css.engine.CSSEngine
Returns the imported child of the given node, if any.
getIn(Element, Element, GraphicsNode, Filter, Map, BridgeContext) - Static method in class org.apache.batik.bridge.AbstractSVGFilterPrimitiveElementBridge
Returns the input source of the specified filter primitive element defined by its 'in' attribute.
getIn1() - Method in class org.apache.batik.dom.svg.SVGOMFEMorphologyElement
DOM: Implements SVGFEMorphologyElement.getIn1().
getIn1() - Method in class org.apache.batik.dom.svg.SVGOMFETileElement
DOM: Implements SVGFETileElement.getIn1().
getIn1() - Method in class org.apache.batik.dom.svg.SVGOMFEBlendElement
DOM: Implements SVGFEBlendElement.getIn1().
getIn1() - Method in class org.apache.batik.dom.svg.SVGOMFEColorMatrixElement
DOM: Implements SVGFEColorMatrixElement.getIn1().
getIn1() - Method in class org.apache.batik.dom.svg.SVGOMFEDiffuseLightingElement
DOM: Implements SVGFEDiffuseLightingElement.getIn1().
getIn1() - Method in class org.apache.batik.dom.svg.SVGOMFEOffsetElement
DOM: Implements SVGFEOffsetElement.getIn1().
getIn1() - Method in class org.apache.batik.dom.svg.SVGOMFEFloodElement
DOM: Implements SVGFEFloodElement.getIn1().
getIn1() - Method in class org.apache.batik.dom.svg.SVGOMFEConvolveMatrixElement
DOM: Implements { @link SVGFEConvolveMatrixElement#getIn1()}.
getIn1() - Method in class org.apache.batik.dom.svg.SVGOMFEDisplacementMapElement
DOM: Implements SVGFEDisplacementMapElement.getIn1().
getIn1() - Method in class org.apache.batik.dom.svg.SVGOMFEComponentTransferElement
DOM: Implements SVGFEComponentTransferElement.getIn1().
getIn1() - Method in class org.apache.batik.dom.svg.SVGOMFESpecularLightingElement
DOM: Implements SVGFESpecularLightingElement.getIn1().
getIn1() - Method in class org.apache.batik.dom.svg.SVGOMFECompositeElement
DOM: Implements SVGFECompositeElement.getIn1().
getIn1() - Method in class org.apache.batik.dom.svg.SVGOMFEGaussianBlurElement
DOM: Implements SVGFEGaussianBlurElement.getIn1().
getIn1() - Method in class org.apache.batik.dom.svg.SVGOMFEMergeNodeElement
DOM: Implements SVGFEMergeNodeElement.getIn1().
getIn1() - Method in interface org.w3c.dom.svg.SVGFESpecularLightingElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFEMorphologyElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFEMergeNodeElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFEOffsetElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFEFloodElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFEColorMatrixElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFEBlendElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFEDiffuseLightingElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFETileElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFEGaussianBlurElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFECompositeElement
 
getIn1() - Method in interface org.w3c.dom.svg.SVGFEComponentTransferElement
 
getIn2() - Method in class org.apache.batik.dom.svg.SVGOMFEBlendElement
DOM: Implements SVGFEBlendElement.getIn2().
getIn2() - Method in class org.apache.batik.dom.svg.SVGOMFEDisplacementMapElement
DOM: Implements SVGFEDisplacementMapElement.getIn2().
getIn2() - Method in class org.apache.batik.dom.svg.SVGOMFECompositeElement
DOM: Implements SVGFECompositeElement.getIn2().
getIn2() - Method in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
 
getIn2() - Method in interface org.w3c.dom.svg.SVGFEBlendElement
 
getIn2() - Method in interface org.w3c.dom.svg.SVGFECompositeElement
 
getIn2(Element, Element, GraphicsNode, Filter, Map, BridgeContext) - Static method in class org.apache.batik.bridge.AbstractSVGFilterPrimitiveElementBridge
Returns the input source of the specified filter primitive element defined by its 'in2' attribute.
getIndex() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Get the current index.
getIndex() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Get the current index.
getIndex() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the current index.
getIndex() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Returns the current index.
getIndex(int) - Method in class org.apache.batik.css.engine.StyleDeclaration
Returns the property index of a value.
getIndex(String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by XML 1.0 qualified name.
getIndex(String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's index by qualified (prefixed) name.
getIndex(String, String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by Namespace name.
getIndex(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's index by Namespace name.
getIndexed() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getIndexedImage(BufferedImage) - Static method in class org.apache.batik.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 org.apache.batik.svggen.font.table.HeadTable
 
getInitialTransform() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Returns the initial transform.
getInputHandler(ParsedURL) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Returns the input handler for the given URI
getInputStream() - Method in class org.apache.batik.ext.awt.image.codec.ImageDecoderImpl
Returns the SeekableStream associated with this ImageDecoder.
getInputStream() - Method in interface org.apache.batik.ext.awt.image.codec.ImageDecoder
Returns the SeekableStream associated with this ImageDecoder.
getInputStream() - Method in class org.apache.batik.transcoder.TranscoderInput
Returns the input of this transcoder as a byte stream or null if none was supplied.
getInsets(int, int) - Method in interface org.apache.batik.ext.swing.JGridBagPanel.InsetsManager
Returns the insets for cell (gridx, gridy);
getInstance() - Method in class org.apache.batik.bridge.AbstractSVGBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGPolygonElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGImageElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGCircleElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGGElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGUseElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGLineElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGPathElementBridge
Returns a new instance of this bridge.
getInstance() - Method in interface org.apache.batik.bridge.GraphicsNodeBridge
FIX ME: Move to Bridge Returns the Bridge instance to be used for a single DOM element.
getInstance() - Method in interface org.apache.batik.bridge.Bridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGSwitchElementBridge
 
getInstance() - Method in class org.apache.batik.bridge.SVGTextElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGSVGElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGEllipseElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGPolylineElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGRectElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.extension.svg.BatikHistogramNormalizationElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.extension.svg.BatikRegularPolygonElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.extension.svg.BatikMultiImageElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.extension.svg.BatikStarElementBridge
Returns a new instance of this bridge.
getInstance() - Static method in class org.apache.batik.gvt.renderer.StrokingTextPainter
Returns a unique instance of this class.
getInstanceRoot() - Method in class org.apache.batik.dom.svg.SVGOMUseElement
DOM: Implements SVGUseElement.getInstanceRoot().
getInstanceRoot() - Method in interface org.w3c.dom.svg.SVGUseElement
 
getInstructions() - Method in class org.apache.batik.svggen.font.table.Program
 
getInteger(String) - Static method in class org.apache.batik.apps.svgbrowser.Resources
 
getInteger(String) - Static method in class org.apache.batik.ext.swing.Resources
 
getInteger(String) - Static method in class org.apache.batik.script.rhino.Messages
 
getInteger(String) - Method in class org.apache.batik.util.PreferenceManager
Gets an int preference.
getInteger(String) - Static method in class org.apache.batik.util.Messages
 
getInteger(String) - Method in class org.apache.batik.util.gui.resource.ResourceManager
Returns the integer mapped with the given string
getIntegerValue() - Method in class org.apache.batik.css.parser.CSSLexicalUnit
SAC: Implements CSSLexicalUnit.getIntegerValue().
getIntegerValue() - Method in class org.apache.batik.css.parser.CSSLexicalUnit.IntegerLexicalUnit
SAC: Implements LexicalUnit.getIntegerValue().
getIntegerValue() - Method in interface org.w3c.css.sac.LexicalUnit
Returns the integer value.
getInteractors() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Returns the interactor list.
getIntercept() - Method in class org.apache.batik.dom.svg.SVGOMComponentTransferFunctionElement
DOM: Implements SVGComponentTransferFunctionElement.getIntercept().
getIntercept() - Method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
Returns the intercept value for this transfer function
getIntercept() - Method in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
Returns the intercept value for this transfer function
getIntercept() - Method in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
 
getInterlacing() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns true if Adam7 interlacing will be used.
getInternalSubset() - Method in interface org.w3c.dom.DocumentType
The internal subset as a string.The actual content returned depends on how much information is available to the implementation.
getInterpreter() - Method in class org.apache.batik.bridge.BaseScriptingEnvironment.Window
Returns the associated interpreter.
getInterpreter() - Method in class org.apache.batik.bridge.ScriptingEnvironment.Window
Returns the associated interpreter.
getInterpreter() - Method in interface org.apache.batik.script.Window
Returns the associated interpreter.
getInterpreter(String) - Method in class org.apache.batik.bridge.BridgeContext
Returns a Interpreter for the specified language.
getInterpreterPool() - Method in class org.apache.batik.bridge.BridgeContext
Returns the interpreter pool used to handle scripts.
getIntersectionList(SVGRect, SVGElement) - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
 
getIntersectionList(SVGRect, SVGElement) - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getInverseTransform() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the inverse transform for this node.
getInverseTransform() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the inverse transform for this node.
getItem(int) - Method in class org.apache.batik.css.dom.CSSOMSVGColor
DOM: Implements SVGNumberList.getItem(int).
getItem(int) - Method in interface org.w3c.dom.svg.SVGTransformList
 
getItem(int) - Method in interface org.w3c.dom.svg.SVGPointList
 
getItem(int) - Method in interface org.w3c.dom.svg.SVGPathSegList
 
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.SVGStringList
 
getItemIndex(JMenuItem) - Method in class org.apache.batik.apps.svgbrowser.LocalHistory.RadioListener
 
getIteratorLock() - Method in class org.apache.batik.util.RunnableQueue
Returns iterator lock to use to work with the iterator returned by iterator().
getJPEGCompressRGBToYCbCr() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFEncodeParam
Whether RGB data will be converted to YCbCr when using JPEG compression.
getJPEGDecompressYCbCrToRGB() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDecodeParam
Whether JPEG-compressed YCbCr data will be converted to RGB.
getJPEGEncodeParam() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFEncodeParam
Retrieves the JPEG compression parameters.
getJSVGCanvas() - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Returns the main JSVGCanvas of this frame.
getJustification() - Method in class org.apache.batik.gvt.text.MarginInfo
 
getK1() - Method in class org.apache.batik.dom.svg.SVGOMFECompositeElement
DOM: Implements SVGFECompositeElement.getK1().
getK1() - Method in interface org.w3c.dom.svg.SVGFECompositeElement
 
getK2() - Method in class org.apache.batik.dom.svg.SVGOMFECompositeElement
DOM: Implements SVGFECompositeElement.getK2().
getK2() - Method in interface org.w3c.dom.svg.SVGFECompositeElement
 
getK3() - Method in class org.apache.batik.dom.svg.SVGOMFECompositeElement
DOM: Implements SVGFECompositeElement.getK3().
getK3() - Method in interface org.w3c.dom.svg.SVGFECompositeElement
 
getK4() - Method in class org.apache.batik.dom.svg.SVGOMFECompositeElement
DOM: Implements SVGFECompositeElement.getK4().
getK4() - Method in interface org.w3c.dom.svg.SVGFECompositeElement
 
getKd() - Method in class org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable8Bit
 
getKd() - Method in interface org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable
 
getKernel() - Method in interface org.apache.batik.ext.awt.image.renderable.ConvolveMatrixRable
Returns the Convolution Kernel in use
getKernel() - Method in class org.apache.batik.ext.awt.image.renderable.ConvolveMatrixRable8Bit
Returns the Convolution Kernel in use
getKernelMatrix() - Method in class org.apache.batik.dom.svg.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getKernelMatrix().
getKernelMatrix() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
getKernelUnitLength() - Method in class org.apache.batik.ext.awt.image.renderable.SpecularLightingRable8Bit
Returns the min [dx,dy] distance in user space for evalutation of the sobel gradient.
getKernelUnitLength() - Method in interface org.apache.batik.ext.awt.image.renderable.ConvolveMatrixRable
Returns the [x,y] distance in user space between kernel values
getKernelUnitLength() - Method in interface org.apache.batik.ext.awt.image.renderable.SpecularLightingRable
Returns the min [dx,dy] distance in user space for evalutation of the sobel gradient.
getKernelUnitLength() - Method in class org.apache.batik.ext.awt.image.renderable.ConvolveMatrixRable8Bit
Returns the [x,y] distance in user space between kernel values
getKernelUnitLength() - Method in class org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable8Bit
Returns the min [dx,dy] distance in user space for evalutation of the sobel gradient.
getKernelUnitLength() - Method in interface org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable
Returns the min [dx,dy] distance in user space for evalutation of the sobel gradient.
getKernelUnitLengthX() - Method in class org.apache.batik.dom.svg.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getKernelUnitLengthX().
getKernelUnitLengthX() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
getKernelUnitLengthY() - Method in class org.apache.batik.dom.svg.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getKernelUnitLengthY().
getKernelUnitLengthY() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
getKerningPair(int) - Method in class org.apache.batik.svggen.font.table.KernSubtable
 
getKerningPair(int) - Method in class org.apache.batik.svggen.font.table.KernSubtableFormat0
 
getKerningPair(int) - Method in class org.apache.batik.svggen.font.table.KernSubtableFormat2
 
getKerningPairAsSVG(KerningPair, PostTable) - Static method in class org.apache.batik.svggen.font.SVGFont
 
getKerningPairCount() - Method in class org.apache.batik.svggen.font.table.KernSubtable
 
getKerningPairCount() - Method in class org.apache.batik.svggen.font.table.KernSubtableFormat0
 
getKerningPairCount() - Method in class org.apache.batik.svggen.font.table.KernSubtableFormat2
 
getKerningValue(int, int, String, String) - Method in class org.apache.batik.gvt.font.KerningTable
Returns the amount of kerning that should be added between the given glyphs.
getKey() - Method in class org.apache.batik.util.gui.resource.MissingListenerException
Gets parameter passed by constructor.
getKey() - Method in class org.apache.batik.util.gui.resource.ResourceFormatException
Gets parameter passed by constructor.
getKeyChar() - Method in class org.apache.batik.gvt.event.GraphicsNodeKeyEvent
Return a character corresponding to physical key pressed.
getKeyCode() - Method in class org.apache.batik.dom.events.DOMKeyEvent
The value of keyCode holds the virtual key code value of * the key which was depressed if the event is a key event.
getKeyCode() - Method in class org.apache.batik.gvt.event.GraphicsNodeKeyEvent
Return the integer code for the physical key pressed.
getKs() - Method in class org.apache.batik.ext.awt.image.renderable.SpecularLightingRable8Bit
 
getKs() - Method in interface org.apache.batik.ext.awt.image.renderable.SpecularLightingRable
 
getLang() - Method in class org.apache.batik.css.engine.sac.CSSLangCondition
SAC: Implements LangCondition.getLang().
getLang() - Method in class org.apache.batik.css.parser.DefaultLangCondition
SAC: Implements LangCondition.getLang().
getLang() - Method in class org.apache.batik.gvt.font.Glyph
Returns a comma separated list of languages this glyph can be used in.
getLang() - Method in interface org.w3c.css.sac.LangCondition
Returns the language
getLanguage() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getLanguageId() - Method in class org.apache.batik.svggen.font.table.NameRecord
 
getLanguages() - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
Returns the language settings.
getLanguages() - Method in interface org.apache.batik.apps.svgbrowser.Application
Returns the user languages.
getLanguages() - Method in class org.apache.batik.apps.svgbrowser.Main
Returns the user languages.
getLanguages() - Method in interface org.apache.batik.bridge.UserAgent
Returns the language settings.
getLanguages() - Method in class org.apache.batik.bridge.UserAgentAdapter
Returns the user language "en" (english).
getLanguages() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Returns the language settings.
getLanguages() - Method in interface org.apache.batik.swing.svg.SVGUserAgent
Returns the language settings.
getLanguages() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the language settings.
getLanguages() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns the user language specified in the TranscodingHints or "en" (english) if any.
getLanguages() - Method in class org.apache.batik.util.gui.LanguageDialog
Returns the user languages.
getLanguages() - Method in class org.apache.batik.util.gui.LanguageDialog.Panel
Returns the selected user languages.
getLargeArcFlag() - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
 
getLargeArcFlag() - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
 
getLastChar() - Method in class org.apache.batik.bridge.SVGTextElementBridge.AttributedStringBuffer
Returns the value of the last char or -1.
getLastCharIndex() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getLastCharWidth() - Method in class org.apache.batik.gvt.text.LineInfo
 
getLastChild() - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.getLastChild().
getLastChild() - Method in class org.apache.batik.dom.AbstractParentNode
DOM: Implements Node.getLastChild().
getLastChild() - Method in interface org.w3c.dom.Node
The last child of this node.
getLastChild() - Method in interface org.w3c.dom.svg.SVGElementInstance
 
getLastX() - Method in class org.apache.batik.swing.JSVGCanvas.LocationListener
 
getLastY() - Method in class org.apache.batik.swing.JSVGCanvas.LocationListener
 
getLayout() - Method in class org.apache.batik.gvt.renderer.StrokingTextPainter.TextRun
 
getLeading() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the leading of the text.
getLeft() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements Rect.getLeft().
getLeft() - Method in class org.apache.batik.css.engine.value.AbstractValue
Implements Value.getLeft().
getLeft() - Method in interface org.apache.batik.css.engine.value.Value
The left value of the rect.
getLeft() - Method in class org.apache.batik.css.engine.value.ComputedValue
Implements Value.getLeft().
getLeft() - Method in class org.apache.batik.css.engine.value.RectValue
Implements Value.getLeft().
getLeft() - Method in class org.apache.batik.svggen.font.table.KerningPair
 
getLeft() - Method in interface org.w3c.dom.css.CSS2Properties
See the left property definition in CSS2.
getLeft() - Method in interface org.w3c.dom.css.Rect
This attribute is used for the left of the rect.
getLeftMargin() - Method in class org.apache.batik.gvt.text.MarginInfo
 
getLeftSideBearing() - Method in class org.apache.batik.svggen.font.Glyph
 
getLeftSideBearing(int) - Method in class org.apache.batik.svggen.font.table.HmtxTable
 
getLength() - Method in class org.apache.batik.css.dom.CSSOMStyleDeclaration
DOM: Implements CSSStyleDeclaration.getLength().
getLength() - Method in interface org.apache.batik.css.dom.CSSOMStyleDeclaration.ValueProvider
Returns the length of the declaration.
getLength() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements CSSValueList.getLength().
getLength() - Method in class org.apache.batik.css.dom.CSSOMComputedStyle
DOM: Implements CSSStyleDeclaration.getLength().
getLength() - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractComponent
DOM: Implements CSSValueList.getLength().
getLength() - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractComponent
DOM: Implements CSSValueList.getLength().
getLength() - Method in class org.apache.batik.css.engine.value.AbstractValue
Implements Value.getLength().
getLength() - Method in class org.apache.batik.css.engine.value.ListValue
Implements Value.getLength().
getLength() - Method in interface org.apache.batik.css.engine.value.Value
The number of CSSValues in the list.
getLength() - Method in class org.apache.batik.css.engine.value.ComputedValue
Implements Value.getLength().
getLength() - Method in class org.apache.batik.css.parser.CSSSelectorList
SAC: Returns the length of this selector list
getLength() - Method in class org.apache.batik.css.parser.CSSSACMediaList
SAC: Returns the length of this selector list
getLength() - Method in class org.apache.batik.dom.AbstractCharacterData
DOM: Implements CharacterData.getLength().
getLength() - Method in class org.apache.batik.dom.AbstractElement.NamedNodeHashMap
DOM: Implements NamedNodeMap.getLength().
getLength() - Method in class org.apache.batik.dom.AbstractParentNode.ElementsByTagName
DOM: Implements NodeList.getLength().
getLength() - Method in class org.apache.batik.dom.AbstractParentNode.ElementsByTagNameNS
DOM: Implements NodeList.getLength().
getLength() - Method in class org.apache.batik.dom.AbstractParentNode.ChildNodes
DOM: Implements NodeList.getLength().
getLength() - Method in class org.apache.batik.dom.svg.SVGStylableElement.StyleDeclaration
Returns the length of the declaration.
getLength() - Method in class org.apache.batik.ext.awt.geom.PathLength.PathSegment
Get the value of Length.
getLength() - Method in class org.apache.batik.gvt.renderer.StrokingTextPainter.TextRun
 
getLength() - Method in class org.apache.batik.svggen.font.table.CmapFormat
 
getLength() - Method in class org.apache.batik.svggen.font.table.DirectoryEntry
 
getLength() - Method in interface org.w3c.css.sac.SelectorList
Returns the length of this selector list
getLength() - Method in interface org.w3c.css.sac.SACMediaList
Returns the length of this media list
getLength() - Method in interface org.w3c.dom.CharacterData
The number of 16-bit units that are available through data and the substringData method below.
getLength() - Method in interface org.w3c.dom.NamedNodeMap
The number of nodes in this map.
getLength() - Method in interface org.w3c.dom.NodeList
The number of nodes in the list.
getLength() - Method in interface org.w3c.dom.css.CSSValueList
The number of CSSValues in the list.
getLength() - Method in interface org.w3c.dom.css.CSSRuleList
The number of CSSRules in the list.
getLength() - Method in interface org.w3c.dom.css.CSSStyleDeclaration
The number of properties that have been explicitly set in this declaration block.
getLength() - Method in interface org.w3c.dom.stylesheets.MediaList
The number of media in the list.
getLength() - Method in interface org.w3c.dom.stylesheets.StyleSheetList
The number of StyleSheets in the list.
getLength() - Method in interface org.w3c.dom.svg.SVGElementInstanceList
 
getLength() - Method in interface org.xml.sax.AttributeList
Deprecated. Return the number of attributes in this list.
getLength() - Method in interface org.xml.sax.Attributes
Return the number of attributes in the list.
getLength() - Method in class org.xml.sax.helpers.AttributesImpl
Return the number of attributes in the list.
getLength() - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Return the number of attributes in the list.
getLengthAdjust() - Method in class org.apache.batik.dom.svg.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getLengthAdjust().
getLengthAdjust() - Method in class org.apache.batik.gvt.renderer.StrokingTextPainter.TextRun
 
getLengthAdjust() - Method in interface org.w3c.dom.svg.SVGTextContentElement
 
getLengthHandler() - Method in class org.apache.batik.parser.LengthParser
Returns the length handler in use.
getLengthListHandler() - Method in class org.apache.batik.parser.LengthListParser
Returns the length list handler in use.
getLetterForm() - Method in class org.apache.batik.svggen.font.table.Panose
 
getLetterSpacing() - Method in interface org.w3c.dom.css.CSS2Properties
See the letter-spacing property definition in CSS2.
getLexicalUnitType() - Method in class org.apache.batik.css.parser.CSSLexicalUnit
SAC: Implements CSSLexicalUnit.getLexicalUnitType().
getLexicalUnitType() - Method in interface org.w3c.css.sac.LexicalUnit
An integer indicating the type of LexicalUnit.
getLicenseType() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getLight() - Method in class org.apache.batik.ext.awt.image.renderable.SpecularLightingRable8Bit
 
getLight() - Method in interface org.apache.batik.ext.awt.image.renderable.SpecularLightingRable
 
getLight() - Method in class org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable8Bit
 
getLight() - Method in interface org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable
 
getLight(double, double, double, double[]) - Method in class org.apache.batik.ext.awt.image.PointLight
Computes the light vector in (x, y, z)
getLight(double, double, double, double[]) - Method in interface org.apache.batik.ext.awt.image.Light
Computes the light vector in (x, y)
getLight(double, double, double, double[]) - Method in class org.apache.batik.ext.awt.image.DistantLight
Computes the light vector in (x, y)
getLight(double, double, double, double[]) - Method in class org.apache.batik.ext.awt.image.SpotLight
Computes the light vector in (x, y, z)
getLighterFontWeight(float) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
Returns a lighter font-weight.
getLighterFontWeight(float) - Method in interface org.apache.batik.bridge.UserAgent
Returns a lighter font-weight.
getLighterFontWeight(float) - Method in class org.apache.batik.bridge.UserAgentAdapter
Returns a lighter font-weight.
getLighterFontWeight(float) - Method in class org.apache.batik.bridge.BridgeContext
Returns a lighter font-weight.
getLighterFontWeight(float) - Method in interface org.apache.batik.css.engine.CSSContext
Returns a lighter font-weight.
getLighterFontWeight(float) - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Returns a lighter font-weight.
getLighterFontWeight(float) - Method in interface org.apache.batik.swing.svg.SVGUserAgent
Returns a lighter font-weight.
getLighterFontWeight(float) - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
 
getLightMap(double, double, double, double, int, int, double[][][]) - Method in class org.apache.batik.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 org.apache.batik.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 org.apache.batik.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 interface org.apache.batik.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.
getLightRow(double, double, double, int, double[][], double[][]) - Method in class org.apache.batik.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.
getLightX() - Method in class org.apache.batik.ext.awt.image.PointLight
 
getLightX() - Method in class org.apache.batik.ext.awt.image.SpotLight
 
getLightY() - Method in class org.apache.batik.ext.awt.image.PointLight
 
getLightY() - Method in class org.apache.batik.ext.awt.image.SpotLight
 
getLightZ() - Method in class org.apache.batik.ext.awt.image.PointLight
 
getLightZ() - Method in class org.apache.batik.ext.awt.image.SpotLight
 
getLimitingConeAngle() - Method in class org.apache.batik.dom.svg.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getLimitingConeAngle().
getLimitingConeAngle() - Method in class org.apache.batik.ext.awt.image.SpotLight
 
getLimitingConeAngle() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
 
getLine() - Method in class org.apache.batik.css.parser.Scanner
Returns the current line.
getLine() - Method in class org.apache.batik.util.io.NormalizingReader
Returns the current line in the stream.
getLine() - Method in class org.apache.batik.util.io.StreamNormalizingReader
Returns the current line in the stream.
getLine() - Method in class org.apache.batik.util.io.StringNormalizingReader
Returns the current line in the stream.
getLine() - Method in class org.apache.batik.xml.XMLScanner
Returns the current line.
getLineAdvAdj() - Method in class org.apache.batik.extension.svg.SVGFlowTextElementBridge.LineBreakInfo
 
getLinearTransfer(float, float) - Static method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
Returns a linear transfer function
getLineBreaks() - Method in class org.apache.batik.gvt.text.GlyphIterator
 
getLineGap() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getLineHeight() - Method in interface org.w3c.dom.css.CSS2Properties
See the line-height property definition in CSS2.
getLineHeightIndex() - Method in class org.apache.batik.css.engine.CSSEngine
Returns the line-height property index.
getLineMetrics(char[], int, int, FontRenderContext) - Method in class org.apache.batik.bridge.SVGGVTFont
Returns the line metrics for the specified text.
getLineMetrics(char[], int, int, FontRenderContext) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Returns a LineMetrics object created with the specified arguments.
getLineMetrics(char[], int, int, FontRenderContext) - Method in interface org.apache.batik.gvt.font.GVTFont
Returns a GVTLineMetrics object created with the specified arguments.
getLineMetrics(CharacterIterator, int, int, FontRenderContext) - Method in class org.apache.batik.bridge.SVGGVTFont
Returns the line metrics for the specified text.
getLineMetrics(CharacterIterator, int, int, FontRenderContext) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Returns a GVTLineMetrics object created with the specified arguments.
getLineMetrics(CharacterIterator, int, int, FontRenderContext) - Method in interface org.apache.batik.gvt.font.GVTFont
Returns a GVTLineMetrics object created with the specified arguments.
getLineMetrics(String, FontRenderContext) - Method in class org.apache.batik.bridge.SVGGVTFont
Returns the line metrics for the specified text.
getLineMetrics(String, FontRenderContext) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Returns a GVTLineMetrics object created with the specified String and FontRenderContext.
getLineMetrics(String, FontRenderContext) - Method in interface org.apache.batik.gvt.font.GVTFont
Returns a GVTLineMetrics object created with the specified String and FontRenderContext.
getLineMetrics(String, int, int, FontRenderContext) - Method in class org.apache.batik.bridge.SVGGVTFont
Returns the line metrics for the specified text.
getLineMetrics(String, int, int, FontRenderContext) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Returns a GVTLineMetrics object created with the specified arguments.
getLineMetrics(String, int, int, FontRenderContext) - Method in interface org.apache.batik.gvt.font.GVTFont
Returns a GVTLineMetrics object created with the specified arguments.
getLineNumber() - Method in class org.apache.batik.css.parser.ParseException
Returns the line of the last parsed character.
getLineNumber() - Method in class org.apache.batik.parser.ParseException
Returns the line of the last parsed character.
getLineNumber() - Method in class org.apache.batik.script.InterpreterException
Returns the line number where the error occurs.
getLineNumber() - Method in class org.w3c.css.sac.CSSParseException
The line number of the end of the text where the exception occurred.
getLineNumber() - Method in interface org.w3c.css.sac.Locator
Return the line number where the current document event ends.
getLineNumber() - Method in interface org.xml.sax.Locator
Return the line number where the current document event ends.
getLineNumber() - Method in class org.xml.sax.SAXParseException
The line number of the end of the text where the exception occurred.
getLineNumber() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved line number (1-based).
getLineNumber(Element) - Method in class org.apache.batik.bridge.DocumentLoader
Returns the line in the source code of the specified element or -1 if not found.
getLineWidth() - Method in class org.apache.batik.gvt.text.LineInfo
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.apache.batik.util.gui.LanguageDialog.Panel.IconAndTextCellRenderer
 
getListeners(Class) - Method in interface org.apache.batik.gvt.event.EventDispatcher
Returns an array of listeners that were added to this event dispatcher and of the specified type.
getListeners(Class) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Returns an array of listeners that were added to this event dispatcher and of the specified type.
getListStyle() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements Counter.getListStyle().
getListStyle() - Method in class org.apache.batik.css.engine.value.AbstractValue
Implements Value.getListStyle().
getListStyle() - Method in interface org.apache.batik.css.engine.value.Value
The listStyle value of the counter.
getListStyle() - Method in class org.apache.batik.css.engine.value.ComputedValue
Implements Value.getListStyle().
getListStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the list-style property definition in CSS2.
getListStyle() - Method in interface org.w3c.dom.css.Counter
This attribute is used for the style of the list.
getListStyleImage() - Method in interface org.w3c.dom.css.CSS2Properties
See the list-style-image property definition in CSS2.
getListStylePosition() - Method in interface org.w3c.dom.css.CSS2Properties
See the list-style-position property definition in CSS2.
getListStyleType() - Method in interface org.w3c.dom.css.CSS2Properties
See the list-style-type property definition in CSS2.
getLitRegion() - Method in class org.apache.batik.ext.awt.image.renderable.SpecularLightingRable8Bit
Returns this filter's litRegion
getLitRegion() - Method in interface org.apache.batik.ext.awt.image.renderable.SpecularLightingRable
 
getLitRegion() - Method in class org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable8Bit
Returns this filter's litRegion
getLitRegion() - Method in interface org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable
 
getLiveAttributeValue(String, String) - Method in class org.apache.batik.dom.svg.AbstractElement
Returns the live attribute value associated with given attribute, if any.
getLocal() - Method in class org.apache.batik.dom.svg.SVGOMColorProfileElement
DOM: Implements SVGColorProfileElement.getLocal().
getLocal() - Method in interface org.w3c.dom.svg.SVGColorProfileElement
 
getLocale() - Static method in class org.apache.batik.apps.rasterizer.Messages
Implements Localizable.getLocale().
getLocale() - Static method in class org.apache.batik.apps.svgbrowser.Resources
Implements Localizable.getLocale().
getLocale() - Static method in class org.apache.batik.bridge.Messages
Implements Localizable.getLocale().
getLocale() - Static method in class org.apache.batik.css.engine.Messages
Implements Localizable.getLocale().
getLocale() - Static method in class org.apache.batik.css.engine.value.Messages
Implements Localizable.getLocale().
getLocale() - Method in class org.apache.batik.css.parser.Parser
Implements Localizable.getLocale().
getLocale() - Method in class org.apache.batik.dom.AbstractDocument
Implements Localizable.getLocale().
getLocale() - Method in class org.apache.batik.dom.svg.SVGDOMImplementation
Implements Localizable.getLocale().
getLocale() - Static method in class org.apache.batik.ext.swing.Resources
Implements Localizable.getLocale().
getLocale() - Static method in class org.apache.batik.ext.swing.Messages
Implements Localizable.getLocale().
getLocale() - Method in class org.apache.batik.i18n.LocalizableSupport
Implements Localizable.getLocale().
getLocale() - Method in class org.apache.batik.i18n.LocaleGroup
Gets the current default locale in this group, or null.
getLocale() - Method in interface org.apache.batik.i18n.Localizable
Returns the current locale or null if the locale currently used is the default one.
getLocale() - Method in class org.apache.batik.parser.AbstractParser
Implements Localizable.getLocale().
getLocale() - Method in class org.apache.batik.script.jacl.JaclInterpreter
 
getLocale() - Method in class org.apache.batik.script.jpython.JPythonInterpreter
 
getLocale() - Method in class org.apache.batik.script.rhino.RhinoInterpreter
Provides a way to the user to specify a locale which override the default one.
getLocale() - Static method in class org.apache.batik.script.rhino.Messages
Implements Localizable.getLocale().
getLocale() - Static method in class org.apache.batik.svggen.font.Messages
Implements Localizable.getLocale().
getLocale() - Static method in class org.apache.batik.swing.Messages
Implements Localizable.getLocale().
getLocale() - Static method in class org.apache.batik.swing.svg.Messages
Implements Localizable.getLocale().
getLocale() - Static method in class org.apache.batik.transcoder.image.resources.Messages
Implements Localizable.getLocale().
getLocale() - Static method in class org.apache.batik.util.Messages
Implements Localizable.getLocale().
getLocale() - Static method in class org.apache.batik.util.io.Messages
Implements Localizable.getLocale().
getLocale() - Static method in class org.apache.batik.util.resources.Messages
Implements Localizable.getLocale().
getLocale() - Method in class org.apache.batik.xml.XMLScanner
Implements Localizable.getLocale().
getLocaleGroup() - Method in class org.apache.batik.i18n.LocalizableSupport
Implements ExtendedLocalizable.getLocaleGroup().
getLocaleGroup() - Method in interface org.apache.batik.i18n.ExtendedLocalizable
Returns the group to which this object belongs.
getLocalName() - Method in class org.apache.batik.bridge.SVGAltGlyphElementBridge
Returns 'altGlyph'.
getLocalName() - Method in class org.apache.batik.bridge.SVGPolygonElementBridge
Returns 'polygon'.
getLocalName() - Method in class org.apache.batik.bridge.SVGImageElementBridge
Returns 'image'.
getLocalName() - Method in class org.apache.batik.bridge.SVGCircleElementBridge
Returns 'circle'.
getLocalName() - Method in class org.apache.batik.bridge.SVGRadialGradientElementBridge
Returns 'radialGradient'.
getLocalName() - Method in class org.apache.batik.bridge.SVGGElementBridge
Returns 'g'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFontElementBridge
Returns 'font'.
getLocalName() - Method in class org.apache.batik.bridge.SVGUseElementBridge
Returns 'use'.
getLocalName() - Method in class org.apache.batik.bridge.SVGLineElementBridge
Returns 'line'.
getLocalName() - Method in class org.apache.batik.bridge.SVGMarkerElementBridge
Returns 'marker'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeFloodElementBridge
Returns 'feFlood'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeSpecularLightingElementBridge
Returns 'feSpecularLighting'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeTurbulenceElementBridge
Returns 'feTurbulence'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeTileElementBridge
Returns 'feTile'.
getLocalName() - Method in class org.apache.batik.bridge.SVGPathElementBridge
Returns 'path'.
getLocalName() - Method in class org.apache.batik.bridge.SVGColorProfileElementBridge
Returns 'colorProfile'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeCompositeElementBridge
Returns 'feComposite'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeImageElementBridge
Returns 'feImage'.
getLocalName() - Method in class org.apache.batik.bridge.AbstractSVGLightingElementBridge.SVGFeSpotLightElementBridge
Returns 'feSpotLight'.
getLocalName() - Method in class org.apache.batik.bridge.AbstractSVGLightingElementBridge.SVGFeDistantLightElementBridge
Returns 'feDistantLight'.
getLocalName() - Method in class org.apache.batik.bridge.AbstractSVGLightingElementBridge.SVGFePointLightElementBridge
Returns 'fePointLight'.
getLocalName() - Method in interface org.apache.batik.bridge.Bridge
Returns the local name of the element this Bridge is dedicated to.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeComponentTransferElementBridge
Returns 'feComponentTransfer'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeComponentTransferElementBridge.SVGFeFuncAElementBridge
Returns 'feFuncA'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeComponentTransferElementBridge.SVGFeFuncRElementBridge
Returns 'feFuncR'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeComponentTransferElementBridge.SVGFeFuncGElementBridge
Returns 'feFuncG'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeComponentTransferElementBridge.SVGFeFuncBElementBridge
Returns 'feFuncB'.
getLocalName() - Method in class org.apache.batik.bridge.SVGSwitchElementBridge
Returns 'switch'.
getLocalName() - Method in class org.apache.batik.bridge.SVGTitleElementBridge
Returns 'title'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeOffsetElementBridge
Returns 'feOffset'.
getLocalName() - Method in class org.apache.batik.bridge.SVGTextElementBridge
Returns 'text'.
getLocalName() - Method in class org.apache.batik.bridge.SVGGlyphElementBridge
Returns 'glyph'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeColorMatrixElementBridge
Returns 'feColorMatrix'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeDiffuseLightingElementBridge
Returns 'feDiffuseLighting'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeGaussianBlurElementBridge
Returns 'feGaussianBlur'.
getLocalName() - Method in class org.apache.batik.bridge.SVGTextPathElementBridge
Returns 'textPath'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFilterElementBridge
Returns 'filter'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeConvolveMatrixElementBridge
Returns 'feConvolveMatrix'.
getLocalName() - Method in class org.apache.batik.bridge.SVGClipPathElementBridge
Returns 'clipPath'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeBlendElementBridge
Returns 'feBlend'.
getLocalName() - Method in class org.apache.batik.bridge.SVGPatternElementBridge
Returns 'pattern'.
getLocalName() - Method in class org.apache.batik.bridge.SVGVKernElementBridge
Returns 'vkern'.
getLocalName() - Method in class org.apache.batik.bridge.SVGDescElementBridge
Returns 'desc'.
getLocalName() - Method in class org.apache.batik.bridge.SVGAElementBridge
Returns 'a'.
getLocalName() - Method in class org.apache.batik.bridge.AbstractSVGGradientElementBridge.SVGStopElementBridge
Returns 'stop'.
getLocalName() - Method in class org.apache.batik.bridge.SVGSVGElementBridge
Returns 'svg'.
getLocalName() - Method in class org.apache.batik.bridge.SVGEllipseElementBridge
Returns 'ellipse'.
getLocalName() - Method in class org.apache.batik.bridge.SVGMaskElementBridge
Returns 'mask'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFontFaceElementBridge
Returns 'font-face'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeDisplacementMapElementBridge
Returns 'feDisplacementMap'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeMergeElementBridge
Returns 'feMerge'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge
Returns 'feMergeNode'.
getLocalName() - Method in class org.apache.batik.bridge.SVGPolylineElementBridge
Returns 'polyline'.
getLocalName() - Method in class org.apache.batik.bridge.SVGRectElementBridge
Returns 'rect'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeMorphologyElementBridge
Returns 'feMorphology'.
getLocalName() - Method in class org.apache.batik.bridge.SVGHKernElementBridge
Returns 'hkern'.
getLocalName() - Method in class org.apache.batik.bridge.SVGLinearGradientElementBridge
Returns 'linearGradient'.
getLocalName() - Method in class org.apache.batik.bridge.SVGMissingGlyphElementBridge
Returns 'missing-glyph'.
getLocalName() - Method in class org.apache.batik.css.engine.sac.CSSAttributeCondition
SAC: Implements AttributeCondition.getLocalName().
getLocalName() - Method in class org.apache.batik.css.engine.sac.AbstractElementSelector
SAC: Implements ElementSelector.getLocalName().
getLocalName() - Method in class org.apache.batik.css.engine.sac.CSSIdCondition
SAC: Implements AttributeCondition.getLocalName().
getLocalName() - Method in class org.apache.batik.css.engine.sac.CSSPseudoClassCondition
SAC: Implements AttributeCondition.getLocalName().
getLocalName() - Method in class org.apache.batik.css.parser.AbstractElementSelector
SAC: Implements ElementSelector.getLocalName().
getLocalName() - Method in class org.apache.batik.css.parser.DefaultIdCondition
SAC: Implements AttributeCondition.getLocalName().
getLocalName() - Method in class org.apache.batik.css.parser.DefaultAttributeCondition
SAC: Implements AttributeCondition.getLocalName().
getLocalName() - Method in class org.apache.batik.css.parser.DefaultPseudoClassCondition
SAC: Implements AttributeCondition.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMTextElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFETurbulenceElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMLinearGradientElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMAnimateMotionElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMAnimateElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFontFaceUriElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFEPointLightElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMRectElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFilterElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMTitleElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFontElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMTextPathElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFEMergeElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFEDistantLightElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMAnimateColorElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMMaskElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMScriptElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMPolylineElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMPathElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMViewElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMAltGlyphElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMImageElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMCircleElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFEFuncAElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMDefinitionSrcElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMTSpanElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMToBeImplementedElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFEMorphologyElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMAElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFETileElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFEBlendElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMCursorElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMMetadataElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMDefsElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMPatternElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFEColorMatrixElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMColorProfileElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFEFuncRElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMMPathElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMGlyphRefElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMDescElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFEDiffuseLightingElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMSetElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFontFaceSrcElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMPolygonElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMRadialGradientElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFEOffsetElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMMissingGlyphElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMSwitchElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFontFaceElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFESpotLightElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMGlyphElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMEllipseElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMVKernElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMAltGlyphDefElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMAnimateTransformElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFEImageElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFEFloodElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFEFuncBElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMStopElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMMarkerElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFEConvolveMatrixElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMForeignObjectElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFEDisplacementMapElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMTRefElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMClipPathElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFEComponentTransferElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFESpecularLightingElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFEFuncGElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFontFaceFormatElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFECompositeElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMGElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFEGaussianBlurElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMStyleElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMHKernElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMSymbolElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMUseElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMLineElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFEMergeNodeElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMFontFaceNameElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.dom.svg.SVGOMAltGlyphItemElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
Returns 'flowText'.
getLocalName() - Method in class org.apache.batik.extension.svg.FlowParaElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.extension.svg.BatikHistogramNormalizationElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.extension.svg.FlowSpanElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.extension.svg.ColorSwitchBridge
Returns 'rect'.
getLocalName() - Method in class org.apache.batik.extension.svg.FlowTextElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.extension.svg.BatikStarElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.extension.svg.FlowDivElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.extension.svg.FlowLineElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.extension.svg.SolidColorElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.extension.svg.BatikHistogramNormalizationElementBridge
Returns 'histogramNormalization'.
getLocalName() - Method in class org.apache.batik.extension.svg.BatikMultiImageElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.extension.svg.BatikRegularPolygonElementBridge
Returns 'rect'.
getLocalName() - Method in class org.apache.batik.extension.svg.ColorSwitchElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.extension.svg.FlowRegionBreakElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.extension.svg.SolidColorBridge
Returns 'rect'.
getLocalName() - Method in class org.apache.batik.extension.svg.BatikMultiImageElementBridge
Returns 'multiImage'.
getLocalName() - Method in class org.apache.batik.extension.svg.BatikStarElementBridge
Returns 'rect'.
getLocalName() - Method in class org.apache.batik.extension.svg.BatikRegularPolygonElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in interface org.w3c.css.sac.AttributeCondition
Returns the local part of the qualified name of this attribute.
getLocalName() - Method in interface org.w3c.css.sac.ElementSelector
Returns the local part of the qualified name of this element.
getLocalName() - Method in interface org.w3c.dom.Node
Returns the local part of the qualified name of this node.
getLocalName(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's local name by index.
getLocalName(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's local name.
getLocalName(String) - Static method in class org.apache.batik.dom.util.DOMUtilities
Gets the local name from the given qualified name.
getLocaTable() - Method in class org.apache.batik.svggen.font.Font
 
getLocation() - Method in class org.apache.batik.gvt.TextNode
Returns the location of this text node.
getLocation() - Method in class org.apache.batik.gvt.text.LineInfo
 
getLocation(BridgeContext, Element) - Method in class org.apache.batik.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 org.apache.batik.extension.svg.SVGFlowTextElementBridge
Returns the text node location In this case the text node may have serveral effective locations (one for each flow region).
getLocationLine(Element) - Method in class org.apache.batik.dom.util.DocumentDescriptor
Returns the location in the source file of the end element.
getLogicalBounds() - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the logical bounds of this GlyphVector.
getLogicalBounds() - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the logical bounds of this GlyphVector.
getLogicalBounds() - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the logical bounds of this GlyphVector.
getLogicalBounds() - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the logical bounds of this GlyphVector.
getLogicalParentNode(Node) - Static method in class org.apache.batik.css.engine.CSSEngine
Returns the logical parent of a node, given its physical parent.
getLookup(Feature, int) - Method in class org.apache.batik.svggen.font.table.LookupList
 
getLookupCount() - Method in class org.apache.batik.svggen.font.table.Feature
 
getLookupList() - Method in class org.apache.batik.svggen.font.table.GsubTable
 
getLookupListIndex(int) - Method in class org.apache.batik.svggen.font.table.Feature
 
getLookupOpConverter() - Method in class org.apache.batik.svggen.SVGBufferedImageOp
 
getLookupTable() - Method in class org.apache.batik.ext.awt.image.DiscreteTransfer
This method will return the lut data in order to construct a LookUpTable object
getLookupTable() - Method in class org.apache.batik.ext.awt.image.TableTransfer
This method will return the lut data in order to construct a LookUpTable object
getLookupTable() - Method in class org.apache.batik.ext.awt.image.GammaTransfer
This method will return the lut data in order to construct a LookUpTable object
getLookupTable() - Method in class org.apache.batik.ext.awt.image.IdentityTransfer
This method will return the lut data in order to construct a LookUpTable object
getLookupTable() - Method in class org.apache.batik.ext.awt.image.LinearTransfer
This method will return the lut data in order to construct a LookUpTable object
getLookupTable() - Method in interface org.apache.batik.ext.awt.image.TransferFunction
Returns the lookup table.
getLowestRecPPEM() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getLSB() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns the left (top) side bearing of the glyph.
getMacStyle() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getMargin() - Method in interface org.w3c.dom.css.CSS2Properties
See the margin property definition in CSS2.
getMarginBottom() - Method in interface org.w3c.dom.css.CSS2Properties
See the margin-bottom property definition in CSS2.
getMarginLeft() - Method in interface org.w3c.dom.css.CSS2Properties
See the margin-left property definition in CSS2.
getMarginRight() - Method in interface org.w3c.dom.css.CSS2Properties
See the margin-right property definition in CSS2.
getMarginTop() - Method in interface org.w3c.dom.css.CSS2Properties
See the margin-top property definition in CSS2.
getMark(TextNode, int, boolean) - Method in interface org.apache.batik.gvt.TextPainter
Returns a mark for the char at index in node's AttributedCharacterIterator.
getMark(TextNode, int, boolean) - Method in class org.apache.batik.gvt.renderer.StrokingTextPainter
 
getMarkerForChar(int, boolean) - Method in class org.apache.batik.gvt.TextNode
Return the marker for the character at index in this nodes AttributedCharacterIterator.
getMarkerHeight() - Method in class org.apache.batik.dom.svg.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.getMarkerHeight().
getMarkerHeight() - Method in interface org.w3c.dom.svg.SVGMarkerElement
 
getMarkerNode() - Method in class org.apache.batik.gvt.Marker
Returns the GraphicsNode that draws this marker.
getMarkerOffset() - Method in interface org.w3c.dom.css.CSS2Properties
See the marker-offset property definition in CSS2.
getMarkerUnits() - Method in class org.apache.batik.dom.svg.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.getMarkerUnits().
getMarkerUnits() - Method in interface org.w3c.dom.svg.SVGMarkerElement
 
getMarkerWidth() - Method in class org.apache.batik.dom.svg.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.getMarkerWidth().
getMarkerWidth() - Method in interface org.w3c.dom.svg.SVGMarkerElement
 
getMarks() - Method in interface org.w3c.dom.css.CSS2Properties
See the marks property definition in CSS2.
getMask() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the mask of this node or null if any.
getMask() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the mask of this node or null if any.
getMask(int) - Method in class org.apache.batik.css.engine.StyleMap
Returns the mask of the given property value.
getMaskContentUnits() - Method in class org.apache.batik.dom.svg.SVGOMMaskElement
DOM: Implements SVGMaskElement.getMaskContentUnits().
getMaskContentUnits() - Method in interface org.w3c.dom.svg.SVGMaskElement
 
getMaskNode() - Method in class org.apache.batik.gvt.filter.MaskRable8Bit
Returns the Graphics node that the mask operation will use to define the masking image.
getMaskNode() - Method in interface org.apache.batik.gvt.filter.Mask
Returns the Graphics node that the mask operation will use to define the masking image.
getMaskUnits() - Method in class org.apache.batik.dom.svg.SVGOMMaskElement
DOM: Implements SVGMaskElement.getMaskUnits().
getMaskUnits() - Method in interface org.w3c.dom.svg.SVGMaskElement
 
getMatrix() - Method in interface org.apache.batik.ext.awt.image.renderable.ColorMatrixRable
Returns the rows of the color matrix.
getMatrix() - Method in class org.apache.batik.ext.awt.image.renderable.ColorMatrixRable8Bit
Returns the rows of the color matrix.
getMatrix() - Method in class org.apache.batik.ext.awt.image.rendered.ColorMatrixRed
 
getMatrix() - Method in interface org.w3c.dom.svg.SVGTransform
 
getMaxAscent() - Method in class org.apache.batik.gvt.text.GlyphIterator
 
getMaxComponentDepth() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxComponentElements() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxCompositeContours() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxCompositePoints() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxContours() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxDescent() - Method in class org.apache.batik.gvt.text.GlyphIterator
 
getMaxFontSize() - Method in class org.apache.batik.gvt.text.GlyphIterator
 
getMaxFunctionDefs() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxHeight() - Method in interface org.w3c.dom.css.CSS2Properties
See the max-height property definition in CSS2.
getMaxInstructionDefs() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxPoints() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxpTable() - Method in class org.apache.batik.svggen.font.Font
 
getMaxSizeOfInstructions() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxStackElements() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxStorage() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxTileX() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns the horizontal index of the rightmost column of tiles.
getMaxTileY() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns the vertical index of the bottom row of tiles.
getMaxTwilightPoints() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the max-width property definition in CSS2.
getMaxX() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns the X coordinate of the column immediatetely to the right of the rightmost column of the image.
getMaxY() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns the Y coordinate of the row immediately below the bottom row of the image.
getMaxZones() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMedia() - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
Returns this user agent's CSS media.
getMedia() - Method in interface org.apache.batik.apps.svgbrowser.Application
Returns the CSS media to use.
getMedia() - Method in class org.apache.batik.apps.svgbrowser.Main
Returns the CSS media to use.
getMedia() - Method in interface org.apache.batik.bridge.UserAgent
Returns this user agent's CSS media.
getMedia() - Method in class org.apache.batik.bridge.UserAgentAdapter
Returns this user agent's CSS media.
getMedia() - Method in class org.apache.batik.css.engine.StyleSheet
Returns the media to use to compute the styles.
getMedia() - Method in class org.apache.batik.dom.svg.SVGOMStyleElement
DOM: Implements SVGStyleElement.getMedia().
getMedia() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Returns this user agent's CSS media.
getMedia() - Method in interface org.apache.batik.swing.svg.SVGUserAgent
Returns this user agent's CSS media.
getMedia() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns this user agent's CSS media.
getMedia() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns this user agent's CSS media.
getMedia() - Method in class org.apache.batik.util.gui.CSSMediaPanel
Returns the list of media.
getMedia() - Method in class org.w3c.css.sac.InputSource
Returns the media associated to the input source or null if media are currently unknown.
getMedia() - Method in interface org.w3c.dom.css.CSSImportRule
A list of media types for which this style sheet may be used.
getMedia() - Method in interface org.w3c.dom.css.CSSMediaRule
A list of media types for this rule.
getMedia() - Method in interface org.w3c.dom.stylesheets.StyleSheet
The intended destination media for style information.
getMedia() - Method in interface org.w3c.dom.svg.SVGStyleElement
 
getMediaAsString() - Method in class org.apache.batik.util.gui.CSSMediaPanel
Returns the media list as a string separated by space.
getMediaList() - Method in class org.apache.batik.css.engine.MediaRule
Returns the media list.
getMediaText() - Method in interface org.w3c.dom.stylesheets.MediaList
The parsable textual representation of the media list.
getMediaType() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getMedium() - Method in class org.apache.batik.util.gui.CSSMediaPanel.AddMediumDialog
Returns the medium that might be added or null if any.
getMediumFontSize() - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
Returns the medium font size.
getMediumFontSize() - Method in interface org.apache.batik.bridge.UserAgent
Returns the medium font size.
getMediumFontSize() - Method in class org.apache.batik.bridge.UserAgentAdapter
Returns the medium font size.
getMediumFontSize() - Method in class org.apache.batik.bridge.BridgeContext
Returns the medium font size.
getMediumFontSize() - Method in interface org.apache.batik.css.engine.CSSContext
Returns the medium font size.
getMediumFontSize() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Returns the medium font size.
getMediumFontSize() - Method in interface org.apache.batik.swing.svg.SVGUserAgent
Returns the medium font size.
getMediumFontSize() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
 
getMeetOrSlice() - Method in interface org.w3c.dom.svg.SVGPreserveAspectRatio
 
getMessage() - Method in class org.apache.batik.apps.rasterizer.SVGConverterException
 
getMessage() - Method in class org.apache.batik.bridge.BridgeException
Returns the error message according to the error code and parameters.
getMessage() - Method in class org.apache.batik.css.parser.ParseException
Return a detail message for this exception.
getMessage() - Method in class org.apache.batik.parser.ParseException
Return a detail message for this exception.
getMessage() - Method in class org.apache.batik.script.InterpreterException
Returns the message of this exception.
getMessage() - Method in class org.apache.batik.svggen.SVGGraphics2DIOException
Returns the message of this exception.
getMessage() - Method in class org.apache.batik.svggen.SVGGraphics2DRuntimeException
Returns the message of this exception.
getMessage() - Method in class org.apache.batik.transcoder.TranscoderException
Returns the message of this exception.
getMessage() - Method in class org.apache.batik.xml.XMLException
Return a detail message for this exception.
getMessage() - Method in class org.w3c.css.sac.CSSException
Returns the detail message of this throwable object.
getMessage() - Method in class org.xml.sax.SAXException
Return a detail message for this exception.
getMessage(String) - Static method in class org.apache.batik.bridge.Messages
 
getMetaKey() - Method in class org.apache.batik.dom.events.DOMKeyEvent
metaKey indicates whether the 'meta' key was depressed * during the firing of the event.
getMetaKey() - Method in class org.apache.batik.dom.events.DOMMouseEvent
DOM: metaKey indicates whether the 'meta' key was depressed during the firing of the event.
getMetaKey() - Method in interface org.w3c.dom.events.MouseEvent
Used to indicate whether the 'meta' key was depressed during the firing of the event.
getMethod() - Method in class org.apache.batik.dom.svg.SVGOMTextPathElement
DOM: Implements SVGTextPathElement.getMethod().
getMethod() - Method in interface org.w3c.dom.svg.SVGTextPathElement
 
getMetricDataFormat() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getMiddleMarker() - Method in class org.apache.batik.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 org.apache.batik.svggen.font.table.Panose
 
getMimeTypes() - Method in class org.apache.batik.ext.awt.image.spi.AbstractRegistryEntry
 
getMimeTypes() - Method in interface org.apache.batik.ext.awt.image.spi.RegistryEntry
Return a List of mime types for this file format.
getMinHeight() - Method in interface org.w3c.dom.css.CSS2Properties
See the min-height property definition in CSS2.
getMinLeftSideBearing() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getMinRightSideBearing() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getMinTileX() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns the horizontal index of the leftmost column of tiles.
getMinTileX() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getMinTileX() - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getMinTileY() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns the vertical index of the uppermost row of tiles.
getMinTileY() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getMinTileY() - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getMinWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the min-width property definition in CSS2.
getMinX() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns the X coordinate of the leftmost column of the image.
getMinX() - Method in class org.apache.batik.ext.awt.image.renderable.AbstractRable
 
getMinX() - Method in class org.apache.batik.ext.awt.image.renderable.DeferRable
 
getMinX() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getMinX() - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getMinY() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns the X coordinate of the uppermost row of the image.
getMinY() - Method in class org.apache.batik.ext.awt.image.renderable.AbstractRable
 
getMinY() - Method in class org.apache.batik.ext.awt.image.renderable.DeferRable
 
getMinY() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getMinY() - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getMode() - Method in class org.apache.batik.dom.svg.SVGOMFEBlendElement
DOM: Implements SVGFEBlendElement.getMode().
getMode() - Method in class org.apache.batik.ext.awt.image.PadMode
Returns the mode of this pad mode.
getMode() - Method in interface org.w3c.dom.svg.SVGFEBlendElement
 
getModificationTime() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns the modification time to be stored with this image.
getModified() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getModifiers() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns the modifiers flag for this event.
getName() - Method in interface org.apache.batik.apps.rasterizer.SVGConverterSource
Returns the name of the source.
getName() - Method in class org.apache.batik.apps.rasterizer.SVGConverterFileSource
 
getName() - Method in class org.apache.batik.apps.rasterizer.SVGConverterURLSource
 
getName() - Method in class org.apache.batik.dom.AbstractAttr
DOM: Implements Attr.getName().
getName() - Method in class org.apache.batik.dom.svg.SVGOMColorProfileElement
DOM: Implements SVGColorProfileElement.getName().
getName() - Method in interface org.w3c.dom.Attr
Returns the name of this attribute.
getName() - Method in interface org.w3c.dom.DocumentType
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
getName() - Method in interface org.w3c.dom.svg.SVGColorProfileElement
 
getName() - Method in interface org.w3c.dom.svg.SVGColorProfileRule
 
getName(int) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the name of an attribute in this list (by position).
getName(int) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Get the name of an attribute (by position).
getNamedItem(String) - Method in class org.apache.batik.dom.AbstractElement.NamedNodeHashMap
DOM: Implements NamedNodeMap.getNamedItem(String).
getNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
Retrieves a node specified by name.
getNamedItemNS(String, String) - Method in class org.apache.batik.dom.AbstractElement.NamedNodeHashMap
DOM: Implements NamedNodeMap.getNamedItemNS(String,String).
getNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
Retrieves a node specified by local name and namespace URI.
getNameId() - Method in class org.apache.batik.svggen.font.table.NameRecord
 
getNames() - Method in class org.apache.batik.gvt.font.Glyph
Returns the names of this glyph.
getNamespaceURI() - Method in class org.apache.batik.bridge.AbstractSVGBridge
Returns the SVG namespace URI.
getNamespaceURI() - Method in interface org.apache.batik.bridge.Bridge
Returns the namespace URI of the element this Bridge is dedicated to.
getNamespaceURI() - Method in class org.apache.batik.css.engine.sac.CSSAttributeCondition
SAC: Implements AttributeCondition.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.css.engine.sac.AbstractElementSelector
SAC: Implements ElementSelector.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.css.engine.sac.CSSIdCondition
SAC: Implements AttributeCondition.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.css.engine.sac.CSSPseudoClassCondition
SAC: Implements AttributeCondition.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.css.parser.AbstractElementSelector
SAC: Implements ElementSelector.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.css.parser.DefaultIdCondition
SAC: Implements AttributeCondition.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.css.parser.DefaultAttributeCondition
SAC: Implements AttributeCondition.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.css.parser.DefaultPseudoClassCondition
SAC: Implements AttributeCondition.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.dom.AbstractElementNS
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.dom.AbstractAttrNS
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.dom.svg.SVGOMElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
Returns the SVG namespace URI.
getNamespaceURI() - Method in class org.apache.batik.extension.svg.FlowParaElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.extension.svg.BatikHistogramNormalizationElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.extension.svg.FlowSpanElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.extension.svg.ColorSwitchBridge
Returns the SVG namespace URI.
getNamespaceURI() - Method in class org.apache.batik.extension.svg.FlowTextElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.extension.svg.BatikStarElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.extension.svg.FlowDivElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.extension.svg.FlowLineElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.extension.svg.SolidColorElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.extension.svg.BatikHistogramNormalizationElementBridge
Returns the SVG namespace URI.
getNamespaceURI() - Method in class org.apache.batik.extension.svg.BatikMultiImageElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.extension.svg.BatikRegularPolygonElementBridge
Returns the SVG namespace URI.
getNamespaceURI() - Method in class org.apache.batik.extension.svg.ColorSwitchElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.extension.svg.FlowRegionBreakElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.extension.svg.SolidColorBridge
Returns the SVG namespace URI.
getNamespaceURI() - Method in class org.apache.batik.extension.svg.BatikMultiImageElementBridge
Returns the Batik Extension namespace URI.
getNamespaceURI() - Method in class org.apache.batik.extension.svg.BatikStarElementBridge
Returns the SVG namespace URI.
getNamespaceURI() - Method in class org.apache.batik.extension.svg.BatikRegularPolygonElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in interface org.w3c.css.sac.AttributeCondition
Returns the namespace URI of this attribute condition.
getNamespaceURI() - Method in interface org.w3c.css.sac.ElementSelector
Returns the namespace URI of this element selector.
getNamespaceURI() - Method in interface org.w3c.dom.Node
The namespace URI of this node, or null if it is unspecified.
getNameTable() - Method in class org.apache.batik.svggen.font.Font
 
getNearestViewportElement() - Method in class org.apache.batik.dom.svg.SVGOMTextElement
DOM: Implements SVGLocatable.getNearestViewportElement().
getNearestViewportElement() - Method in class org.apache.batik.dom.svg.SVGGraphicsElement
DOM: Implements SVGLocatable.getNearestViewportElement().
getNearestViewportElement() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements SVGLocatable.getNearestViewportElement().
getNearestViewportElement() - Method in interface org.w3c.dom.svg.SVGLocatable
 
getNearestViewportElement(Element) - Static method in class org.apache.batik.dom.svg.SVGLocatableSupport
To implement SVGLocatable.getNearestViewportElement().
getNewline() - Method in class org.apache.batik.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 org.apache.batik.dom.events.DOMMutationEvent
DOM: newValue indicates the new value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharDataModified events.
getNewValue() - Method in interface org.w3c.dom.events.MutationEvent
newValue indicates the new value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharDataModified events.
getNext() - Method in class org.apache.batik.util.DoublyLinkedList.Node
 
getNext(String) - Method in class org.apache.batik.apps.svgbrowser.FindDialog
Returns the next GraphicsNode that matches the specified string or null if any.
getNextCode() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFLZWDecoder
 
getNextIFDOffset() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDirectory
Returns the offset of the next IFD after the IFD corresponding to this TIFFDirectory.
getNextLexicalUnit() - Method in class org.apache.batik.css.parser.CSSLexicalUnit
SAC: Implements CSSLexicalUnit.getNextLexicalUnit().
getNextLexicalUnit() - Method in interface org.w3c.css.sac.LexicalUnit
Returns the next value or null if any.
getNextSibling() - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.getNextSibling().
getNextSibling() - Method in class org.apache.batik.dom.AbstractChildNode
DOM: Implements Node.getNextSibling().
getNextSibling() - Method in class org.apache.batik.dom.AbstractParentChildNode
DOM: Implements Node.getNextSibling().
getNextSibling() - Method in class org.apache.batik.gvt.GVTTreeWalker
Returns the next sibling of the current GraphicsNode.
getNextSibling() - Method in interface org.w3c.dom.Node
The node immediately following this node.
getNextSibling() - Method in interface org.w3c.dom.svg.SVGElementInstance
 
getNode() - Method in class org.apache.batik.util.gui.DOMViewer.Panel.NodeInfo
Returns the DOM Node associated with this node info.
getNode(String, Element) - Method in class org.apache.batik.bridge.URIResolver
Imports the Node referenced by the given URI on Element ref.
getNodeName() - Method in class org.apache.batik.dom.AbstractAttr
DOM: Implements Node.getNodeName().
getNodeName() - Method in class org.apache.batik.dom.AbstractDocumentFragment
DOM: Implements Node.getNodeName().
getNodeName() - Method in class org.apache.batik.dom.AbstractNotation
DOM: Implements Node.getNodeName().
getNodeName() - Method in class org.apache.batik.dom.GenericText
DOM: Implements Node.getNodeName().
getNodeName() - Method in class org.apache.batik.dom.AbstractComment
DOM: Implements Node.getNodeName().
getNodeName() - Method in class org.apache.batik.dom.AbstractEntityReference
DOM: Implements Node.getNodeName().
getNodeName() - Method in class org.apache.batik.dom.GenericElementNS
DOM: Implements Node.getNodeName().
getNodeName() - Method in class org.apache.batik.dom.AbstractProcessingInstruction
DOM: Implements Node.getNodeName().
getNodeName() - Method in class org.apache.batik.dom.GenericCDATASection
DOM: Implements Node.getNodeName().
getNodeName() - Method in class org.apache.batik.dom.AbstractDocument
DOM: Implements Node.getNodeName().
getNodeName() - Method in class org.apache.batik.dom.AbstractEntity
DOM: Implements Node.getNodeName().
getNodeName() - Method in class org.apache.batik.dom.GenericElement
DOM: Implements Node.getNodeName().
getNodeName() - Method in class org.apache.batik.dom.svg.SVGOMElement
DOM: Implements Node.getNodeName().
getNodeName() - Method in class org.apache.batik.extension.PrefixableStylableExtensionElement
DOM: Implements Node.getNodeName().
getNodeName() - Method in interface org.w3c.dom.Node
The name of this node, depending on its type; see the table above.
getNodeType() - Method in class org.apache.batik.css.engine.sac.AbstractSiblingSelector
Returns the node type.
getNodeType() - Method in class org.apache.batik.css.parser.AbstractSiblingSelector
Returns the node type.
getNodeType() - Method in class org.apache.batik.dom.AbstractAttr
DOM: Implements Node.getNodeType().
getNodeType() - Method in class org.apache.batik.dom.AbstractDocumentFragment
DOM: Implements Node.getNodeType().
getNodeType() - Method in class org.apache.batik.dom.AbstractNotation
DOM: Implements Node.getNodeType().
getNodeType() - Method in class org.apache.batik.dom.GenericText
DOM: Implements Node.getNodeType().
getNodeType() - Method in class org.apache.batik.dom.AbstractComment
DOM: Implements Node.getNodeType().
getNodeType() - Method in class org.apache.batik.dom.AbstractEntityReference
DOM: Implements Node.getNodeType().
getNodeType() - Method in class org.apache.batik.dom.AbstractElement
DOM: Implements Node.getNodeType().
getNodeType() - Method in class org.apache.batik.dom.AbstractProcessingInstruction
DOM: Implements Node.getNodeType().
getNodeType() - Method in class org.apache.batik.dom.GenericCDATASection
DOM: Implements Node.getNodeType().
getNodeType() - Method in class org.apache.batik.dom.AbstractDocument
DOM: Implements Node.getNodeType().
getNodeType() - Method in class org.apache.batik.dom.AbstractEntity
DOM: Implements Node.getNodeType().
getNodeType() - Method in interface org.w3c.css.sac.SiblingSelector
The node type to considered in the siblings list.
getNodeType() - Method in interface org.w3c.dom.Node
A code representing the type of the underlying object, as defined above.
getNodeType(Object) - Method in class org.apache.batik.util.gui.DOMViewer.Panel.NodeRenderer
Returns the DOM type of the given object.
getNodeValue() - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.getNodeValue().
getNodeValue() - Method in class org.apache.batik.dom.AbstractAttr
DOM: Implements Node.getNodeValue().
getNodeValue() - Method in class org.apache.batik.dom.AbstractCharacterData
DOM: Implements Node.getNodeValue().
getNodeValue() - Method in class org.apache.batik.dom.AbstractProcessingInstruction
DOM: Implements Node.getNodeValue().
getNodeValue() - Method in interface org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
getNormalArray(int, int, int, int) - Method in class org.apache.batik.ext.awt.image.rendered.BumpMap
 
getNormalizedPathSegList() - Method in class org.apache.batik.dom.svg.SVGOMPathElement
DOM: Implements SVGAnimatedPathData.getNormalizedPathSegList().
getNormalizedPathSegList() - Method in interface org.w3c.dom.svg.SVGAnimatedPathData
 
getNotationName() - Method in class org.apache.batik.dom.AbstractEntity
DOM: Implements Entity.getNotationName().
getNotationName() - Method in interface org.w3c.dom.Entity
For unparsed entities, the name of the notation for the entity.
getNotations() - Method in interface org.w3c.dom.DocumentType
A NamedNodeMap containing the notations declared in the DTD.
getNumberOfChars() - Method in class org.apache.batik.dom.svg.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getNumberOfChars().
getNumberOfChars() - Method in interface org.w3c.dom.svg.SVGTextContentElement
 
getNumberOfColors() - Method in class org.apache.batik.css.engine.value.svg.ICCColor
Returns the number of colors.
getNumberOfColors() - Method in interface org.apache.batik.css.engine.value.svg.SVGValue
Returns the number of colors, if this object represents a SVGColor.
getNumberOfContours() - Method in class org.apache.batik.svggen.font.table.GlyfDescript
 
getNumberOfElements() - Method in class org.apache.batik.dom.util.DocumentDescriptor
Returns the number of elements in the document.
getNumberOfHMetrics() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getNumberOfItems() - Method in class org.apache.batik.css.dom.CSSOMSVGColor
DOM: Implements SVGNumberList.getNumberOfItems().
getNumberOfItems() - Method in interface org.w3c.dom.svg.SVGTransformList
 
getNumberOfItems() - Method in interface org.w3c.dom.svg.SVGPointList
 
getNumberOfItems() - Method in interface org.w3c.dom.svg.SVGPathSegList
 
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.SVGStringList
 
getNumberOfProperties() - Method in class org.apache.batik.css.engine.CSSEngine
Returns the number of properties.
getNumChars() - Method in class org.apache.batik.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 org.apache.batik.gvt.text.ArabicTextHandler
Returns the number of characters the glyph for the specified character represents.
getNumDirectories(SeekableStream) - Static method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDirectory
Returns the number of image directories (subimages) stored in a given TIFF file, represented by a SeekableStream.
getNumEntries() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDirectory
Returns the number of directory entries.
getNumGlyphs() - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the number of glyphs in this GlyphVector.
getNumGlyphs() - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the number of glyphs in this GlyphVector.
getNumGlyphs() - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the number of glyphs in this GlyphVector.
getNumGlyphs() - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the number of glyphs in this GlyphVector.
getNumGlyphs() - Method in class org.apache.batik.svggen.font.Font
 
getNumGlyphs() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getNumObjects() - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Returns the number of GdiObjects in the handle table
getNumOctaves() - Method in class org.apache.batik.dom.svg.SVGOMFETurbulenceElement
DOM: Implements SVGFETurbulenceElement.getNumOctaves().
getNumOctaves() - Method in class org.apache.batik.ext.awt.image.renderable.TurbulenceRable8Bit
Get the current number of octaves for the noise function .
getNumOctaves() - Method in interface org.apache.batik.ext.awt.image.renderable.TurbulenceRable
Gets the current number of octaves for the noise function .
getNumOctaves() - Method in class org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed
 
getNumOctaves() - Method in interface org.w3c.dom.svg.SVGFETurbulenceElement
 
getNumPages() - Method in class org.apache.batik.ext.awt.image.codec.ImageDecoderImpl
Returns the number of pages present in the current stream.
getNumPages() - Method in interface org.apache.batik.ext.awt.image.codec.ImageDecoder
Returns the number of pages present in the current stream.
getNumPages() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFImageDecoder
 
getNumPrivateChunks() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns the number of private chunks to be written to the output file.
getNumRecords() - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Returns a number of records in the image
getNumTables() - Method in class org.apache.batik.svggen.font.table.TableDirectory
 
getNumXTiles() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns the number of tiles along the tile grid in the horizontal direction.
getNumXTiles() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getNumXTiles() - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getNumYTiles() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns the number of tiles along the tile grid in the vertical direction.
getNumYTiles() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getNumYTiles() - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getObj() - Method in class org.apache.batik.ext.awt.image.rendered.LRUCache.LRUNode
 
getObject(int) - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Returns a GdiObject from the handle table
getOffScreen() - Method in class org.apache.batik.bridge.RepaintManager
Returns the renderer's offscreen, i.e., the current state as rendered by the associated renderer.
getOffScreen() - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Returns the current offscreen image.
getOffScreen() - Method in interface org.apache.batik.gvt.renderer.ImageRenderer
Get the Current offscreen buffer used for rendering
getOffScreen() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Returns the off-screen image, if any.
getOffset() - Method in class org.apache.batik.dom.svg.SVGOMComponentTransferFunctionElement
DOM: Implements SVGComponentTransferFunctionElement.getOffset().
getOffset() - Method in class org.apache.batik.dom.svg.SVGOMStopElement
DOM: Implements SVGStopElement.getOffset().
getOffset() - Method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
Returns the offset value for this transfer function
getOffset() - Method in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
Returns the offset value for this transfer function
getOffset() - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns the current text position at the beginning of glyph layout, before the application of explicit glyph positioning attributes.
getOffset() - Method in interface org.apache.batik.gvt.text.TextSpanLayout
Returns the current text position at the completion beginning of glyph layout, before the application of explicit glyph positioning attributes.
getOffset() - Method in class org.apache.batik.svggen.font.table.LangSysRecord
 
getOffset() - Method in class org.apache.batik.svggen.font.table.FeatureRecord
 
getOffset() - Method in class org.apache.batik.svggen.font.table.ScriptRecord
 
getOffset() - Method in class org.apache.batik.svggen.font.table.CmapIndexEntry
 
getOffset() - Method in class org.apache.batik.svggen.font.table.DirectoryEntry
 
getOffset() - Method in interface org.w3c.dom.svg.SVGStopElement
 
getOffset() - Method in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
 
getOffset(int) - Method in class org.apache.batik.svggen.font.table.LocaTable
 
getOpacityValue() - Method in class org.apache.batik.svggen.SVGPaintDescriptor
 
getOpacityValue() - Method in class org.apache.batik.svggen.SVGCompositeDescriptor
 
getOperationColorSpace() - Method in class org.apache.batik.ext.awt.image.renderable.AbstractColorInterpolationRable
 
getOperationColorSpace() - Method in interface org.apache.batik.ext.awt.image.renderable.FilterColorInterpolation
Returns the ColorSpace that the object will perform it's work in.
getOperator() - Method in class org.apache.batik.dom.svg.SVGOMFEMorphologyElement
DOM: Implements SVGFEMorphologyElement.getOperator().
getOperator() - Method in class org.apache.batik.dom.svg.SVGOMFECompositeElement
DOM: Implements SVGFECompositeElement.getOperator().
getOperator() - Method in interface org.w3c.dom.svg.SVGFEMorphologyElement
 
getOperator() - Method in interface org.w3c.dom.svg.SVGFECompositeElement
 
getOptionDescription() - Method in interface org.apache.batik.apps.rasterizer.Main.OptionHandler
Returns the description for this option
getOptionValuesLength() - Method in interface org.apache.batik.apps.rasterizer.Main.OptionHandler
Returns the number of values which the option handler requires.
getOptionValuesLength() - Method in class org.apache.batik.apps.rasterizer.Main.NoValueOptionHandler
 
getOptionValuesLength() - Method in class org.apache.batik.apps.rasterizer.Main.SingleValueOptionHandler
 
getOrderX() - Method in class org.apache.batik.dom.svg.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getOrderX().
getOrderX() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
getOrderY() - Method in class org.apache.batik.dom.svg.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getOrderY().
getOrderY() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
getOrient() - Method in class org.apache.batik.gvt.Marker
Returns the orientation of this marker.
getOrientAngle() - Method in class org.apache.batik.dom.svg.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.getOrientAngle().
getOrientAngle() - Method in interface org.w3c.dom.svg.SVGMarkerElement
 
getOrientation() - Method in class org.apache.batik.css.engine.value.LengthManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class org.apache.batik.css.engine.value.css2.FontSizeManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class org.apache.batik.css.engine.value.svg.BaselineShiftManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class org.apache.batik.css.engine.value.svg.KerningManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class org.apache.batik.css.engine.value.svg.StrokeDasharrayManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class org.apache.batik.css.engine.value.svg.StrokeWidthManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class org.apache.batik.css.engine.value.svg.EnableBackgroundManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class org.apache.batik.css.engine.value.svg.StrokeDashoffsetManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class org.apache.batik.css.engine.value.svg.SpacingManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class org.apache.batik.gvt.font.Glyph
Returns the orientation of this glyph.
getOrientType() - Method in class org.apache.batik.dom.svg.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.getOrientType().
getOrientType() - Method in interface org.w3c.dom.svg.SVGMarkerElement
 
getOrigin() - Method in class org.apache.batik.gvt.text.GlyphIterator
 
getOrigin(int) - Method in class org.apache.batik.css.engine.StyleMap
Returns the origin value.
getOrphans() - Method in interface org.w3c.dom.css.CSS2Properties
See the orphans property definition in CSS2.
getOS2Table() - Method in class org.apache.batik.svggen.font.Font
 
getOutline() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the outline of this node.
getOutline() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the outline of this node.
getOutline() - Method in class org.apache.batik.gvt.ProxyGraphicsNode
Returns the outline of this node.
getOutline() - Method in class org.apache.batik.gvt.TextNode
Returns the outline of this node.
getOutline() - Method in class org.apache.batik.gvt.ShapeNode
Returns the outline of this node.
getOutline() - Method in class org.apache.batik.gvt.RasterImageNode
Returns the outline of this node.
getOutline() - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector.
getOutline() - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector.
getOutline() - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector.
getOutline() - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector.
getOutline() - Method in class org.apache.batik.gvt.font.Glyph
Returns the outline of this glyph.
getOutline() - Method in class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Value
Returns the outline of the glyph.
getOutline() - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns the outline of the completed glyph layout.
getOutline() - Method in interface org.apache.batik.gvt.text.TextSpanLayout
Returns the outline of the completed glyph layout, transformed by an AffineTransform.
getOutline() - Method in interface org.w3c.dom.css.CSS2Properties
See the outline property definition in CSS2.
getOutline(float, float) - Method in class org.apache.batik.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 interface org.apache.batik.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 org.apache.batik.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 class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector, offset to x, y.
getOutline(TextNode) - Method in interface org.apache.batik.gvt.TextPainter
Get a Shape in userspace coords which defines the textnode glyph outlines.
getOutline(TextNode) - Method in class org.apache.batik.gvt.renderer.StrokingTextPainter
Get a Shape in userspace coords which defines the textnode glyph outlines.
getOutlineBounds2D() - Method in class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Value
Returns the bounds of the outline.
getOutlineColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the outline-color property definition in CSS2.
getOutlineStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the outline-style property definition in CSS2.
getOutlineWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the outline-width property definition in CSS2.
getOutput8BitGray() - Method in class org.apache.batik.ext.awt.image.codec.PNGDecodeParam
Returns the current value of the 8-bit gray output parameter.
getOutputStream() - Method in class org.apache.batik.ext.awt.image.codec.ImageEncoderImpl
Returns the OutputStream associated with this ImageEncoder.
getOutputStream() - Method in interface org.apache.batik.ext.awt.image.codec.ImageEncoder
Returns the OutputStream associated with this ImageEncoder.
getOutputStream() - Method in class org.apache.batik.transcoder.TranscoderOutput
Returns the output of this transcoder as a byte stream or null if none was supplied.
getOverflow() - Method in interface org.w3c.dom.css.CSS2Properties
See the overflow property definition in CSS2.
getOverlays() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Returns the overlay list.
getOverlayTransform() - Method in class org.apache.batik.apps.svgbrowser.ThumbnailDialog.AreaOfInterestOverlay
 
getOverlineOffset() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the position of the overline relative to the baseline.
getOverlinePosition() - Method in class org.apache.batik.bridge.SVGFontFace
Returns the position of the overline decoration.
getOverlineShape() - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns a shape describing the overline decoration for a given ACI.
getOverlineThickness() - Method in class org.apache.batik.bridge.SVGFontFace
Returns the stroke thickness to use when drawing a overline.
getOverlineThickness() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the thickness of the overline.
getOverrideStyle(Element, String) - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements DocumentCSS.getOverrideStyle(Element,String).
getOverrideStyle(Element, String) - Method in class org.apache.batik.dom.svg.SVGOMDocument
DOM: Implements DocumentCSS.getOverrideStyle(Element,String).
getOverrideStyle(Element, String) - Method in interface org.w3c.dom.css.DocumentCSS
This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.
getOwnerDocument() - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.getOwnerDocument().
getOwnerDocument() - Method in interface org.w3c.dom.Node
The Document object associated with this node.
getOwnerElement() - Method in class org.apache.batik.dom.AbstractAttr
DOM: Implements Attr.getOwnerElement().
getOwnerElement() - Method in interface org.w3c.dom.Attr
The Element node this attribute is attached to or null if this attribute is not in use.
getOwnerNode() - Method in interface org.w3c.dom.stylesheets.StyleSheet
The node that associates this style sheet with the document.
getOwnerRule() - Method in interface org.w3c.dom.css.CSSStyleSheet
If this style sheet comes from an @import rule, the ownerRule attribute will contain the CSSImportRule.
getOwnerSVGElement() - Method in class org.apache.batik.dom.svg.SVGOMElement
DOM: Implements SVGElement.getOwnerSVGElement().
getOwnerSVGElement() - Method in interface org.w3c.dom.svg.SVGElement
 
getPadding() - Method in interface org.w3c.dom.css.CSS2Properties
See the padding property definition in CSS2.
getPaddingBottom() - Method in interface org.w3c.dom.css.CSS2Properties
See the padding-bottom property definition in CSS2.
getPaddingLeft() - Method in interface org.w3c.dom.css.CSS2Properties
See the padding-left property definition in CSS2.
getPaddingRight() - Method in interface org.w3c.dom.css.CSS2Properties
See the padding-right property definition in CSS2.
getPaddingTop() - Method in interface org.w3c.dom.css.CSS2Properties
See the padding-top property definition in CSS2.
getPadMode() - Method in interface org.apache.batik.ext.awt.image.renderable.PadRable
Get the current extension mode for pad
getPadMode() - Method in class org.apache.batik.ext.awt.image.renderable.PadRable8Bit
Get the current extension mode for pad
getPadRect() - Method in interface org.apache.batik.ext.awt.image.renderable.PadRable
Get the current rectangle for padding
getPadRect() - Method in class org.apache.batik.ext.awt.image.renderable.PadRable8Bit
Get the current rectangle for padding
getPage() - Method in interface org.w3c.dom.css.CSS2Properties
See the page property definition in CSS2.
getPageBreakAfter() - Method in interface org.w3c.dom.css.CSS2Properties
See the page-break-after property definition in CSS2.
getPageBreakBefore() - Method in interface org.w3c.dom.css.CSS2Properties
See the page-break-before property definition in CSS2.
getPageBreakInside() - Method in interface org.w3c.dom.css.CSS2Properties
See the page-break-inside property definition in CSS2.
getPaint() - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Returns the current Paint of the Graphics2D context.
getPaint() - Method in class org.apache.batik.ext.awt.g2d.GraphicContext
Returns the current Paint of the Graphics2D context.
getPaint() - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getPaintConverter() - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
getPaintedArea() - Method in class org.apache.batik.gvt.FillShapePainter
Returns the area painted by this shape painter.
getPaintedArea() - Method in interface org.apache.batik.gvt.ShapePainter
Returns the area painted by this shape painter.
getPaintedArea() - Method in class org.apache.batik.gvt.CompositeShapePainter
Returns the area painted by this shape painter.
getPaintedArea() - Method in class org.apache.batik.gvt.MarkerShapePainter
Returns the area painted by this shape painter.
getPaintedArea() - Method in class org.apache.batik.gvt.StrokeShapePainter
Returns the area painted by this shape painter.
getPaintedBounds2D() - Method in class org.apache.batik.gvt.FillShapePainter
Returns the bounds of the area painted by this shape painter
getPaintedBounds2D() - Method in interface org.apache.batik.gvt.ShapePainter
Returns the bounds of the area painted by this shape painter
getPaintedBounds2D() - Method in class org.apache.batik.gvt.CompositeShapePainter
Returns the bounds of the area painted by this shape painter
getPaintedBounds2D() - Method in class org.apache.batik.gvt.MarkerShapePainter
Returns the bounds of the area painted by this shape painter
getPaintedBounds2D() - Method in class org.apache.batik.gvt.StrokeShapePainter
Returns the bounds of the area painted by this shape painter
getPaintingTransform() - Method in class org.apache.batik.apps.svgbrowser.ThumbnailDialog.AreaOfInterestOverlay
 
getPaintingTransform() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Returns the current painting transform.
getPaintType() - Method in class org.apache.batik.css.dom.CSSOMSVGPaint
DOM: Implements SVGPaint.getPaintType().
getPaintType() - Method in interface org.apache.batik.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 org.apache.batik.svggen.SVGPaintDescriptor
 
getPalette() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam.Palette
Returns the current RGB palette.
getPaletteHistogram() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns the palette histogram to be stored with this image.
getPaletteTransparency() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam.Palette
Returns the alpha values associated with each palette entry.
getPanose() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getParam() - Method in class org.apache.batik.ext.awt.image.codec.ImageEncoderImpl
Returns the current parameters as an instance of the ImageEncodeParam interface.
getParam() - Method in interface org.apache.batik.ext.awt.image.codec.ImageEncoder
Returns the current parameters as an instance of the ImageEncodeParam interface.
getParam() - Method in class org.apache.batik.ext.awt.image.codec.ImageDecoderImpl
Returns the current parameters as an instance of the ImageDecodeParam interface.
getParam() - Method in interface org.apache.batik.ext.awt.image.codec.ImageDecoder
Returns the current parameters as an instance of the ImageDecodeParam interface.
getParameters() - Method in class org.apache.batik.css.parser.CSSLexicalUnit
SAC: Implements CSSLexicalUnit.getParameters().
getParameters() - Method in class org.apache.batik.css.parser.CSSLexicalUnit.FunctionLexicalUnit
SAC: Implements LexicalUnit.getParameters().
getParameters() - Method in class org.apache.batik.css.parser.CSSLexicalUnit.PredefinedFunctionLexicalUnit
SAC: Implements LexicalUnit.getParameters().
getParameters() - Method in interface org.w3c.css.sac.LexicalUnit
The function parameters including operators (like the comma).
getParent() - Method in class org.apache.batik.css.engine.StyleSheet
Returns the parent sheet.
getParent() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the parent of this node or null if any.
getParent() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the parent of this node or null if any.
getParent() - Method in interface org.xml.sax.XMLFilter
Get the parent reader.
getParent() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the parent reader.
getParentCSSStylableElement(Element) - Static method in class org.apache.batik.css.engine.CSSEngine
Returns the next stylable parent of the given element.
getParentElement(Element) - Static method in class org.apache.batik.bridge.SVGUtilities
Returns the logical parent element of the given element.
getParentElement(Element) - Static method in class org.apache.batik.css.engine.CSSEngine
Returns the next parent element of the given element, from the CSS point of view.
getParentNode() - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.getParentNode().
getParentNode() - Method in class org.apache.batik.dom.AbstractChildNode
DOM: Implements Node.getParentNode().
getParentNode() - Method in class org.apache.batik.dom.AbstractParentChildNode
DOM: Implements Node.getParentNode().
getParentNode() - Method in interface org.w3c.dom.Node
The parent of this node.
getParentNode() - Method in interface org.w3c.dom.svg.SVGElementInstance
 
getParentNodeEventTarget() - Method in class org.apache.batik.dom.AbstractNode
Implements NodeEventTarget.getParentNodeEventTarget().
getParentNodeEventTarget() - Method in interface org.apache.batik.dom.events.NodeEventTarget
Returns the parent node event target.
getParentNodeEventTarget() - Method in class org.apache.batik.dom.svg.AbstractElement
Implements NodeEventTarget.getParentNodeEventTarget().
getParentRule() - Method in class org.apache.batik.css.dom.CSSOMStyleDeclaration
DOM: Implements CSSStyleDeclaration.getParentRule().
getParentRule() - Method in class org.apache.batik.css.dom.CSSOMComputedStyle
DOM: Implements CSSStyleDeclaration.getParentRule().
getParentRule() - Method in interface org.w3c.dom.css.CSSRule
If this rule is contained inside another rule (e.g.
getParentRule() - Method in interface org.w3c.dom.css.CSSStyleDeclaration
The CSS rule that contains this declaration block or null if this CSSStyleDeclaration is not attached to a CSSRule.
getParentStyleSheet() - Method in interface org.w3c.dom.css.CSSRule
The style sheet that contains this rule.
getParentStyleSheet() - Method in interface org.w3c.dom.stylesheets.StyleSheet
For style sheet languages that support the concept of style sheet inclusion, this attribute represents the including style sheet, if one exists.
getParentTextDecoration(AttributedCharacterIterator, Element) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Retrieve in the AttributeString the closest parent of the node 'child' and extract the text decorations of the parent.
getParserVersion() - Method in class org.apache.batik.css.parser.Parser
SAC: Implements Parser.getParserVersion().
getParserVersion() - Method in class org.apache.batik.css.parser.ExtendedParserWrapper
SAC: Implements Parser.getParserVersion().
getParserVersion() - Method in interface org.w3c.css.sac.Parser
Returns a string about which CSS language is supported by this parser.
getPasswordAuthentication() - Method in class org.apache.batik.apps.svgbrowser.JAuthenticator
This is called by the protocol stack when authentication is required.
getPath() - Method in class org.apache.batik.ext.awt.geom.PathLength
Get the path to use in calculations.
getPath() - Method in class org.apache.batik.svggen.font.Font
 
getPath() - Method in class org.apache.batik.util.ParsedURL
Returns the path for this URL, if any (where appropriate for the protocol this also includes the file, not just directory).
getPath() - Method in class org.apache.batik.util.gui.UserStyleDialog
Returns the chosen path or null.
getPath() - Method in class org.apache.batik.util.gui.UserStyleDialog.Panel
Returns the chosen path or null.
getPathHandler() - Method in class org.apache.batik.parser.PathParser
Returns the path handler in use.
getPathIterator(AffineTransform) - Method in class org.apache.batik.ext.awt.geom.ShapeExtender
 
getPathIterator(AffineTransform) - Method in class org.apache.batik.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
getPathIterator(AffineTransform, double) - Method in class org.apache.batik.ext.awt.geom.ShapeExtender
 
getPathIterator(AffineTransform, double) - Method in class org.apache.batik.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
getPathLength() - Method in class org.apache.batik.dom.svg.SVGOMPathElement
DOM: Implements SVGPathElement.getPathLength().
getPathLength() - Method in interface org.w3c.dom.svg.SVGPathElement
 
getPathSegAtLength(float) - Method in class org.apache.batik.dom.svg.SVGOMPathElement
DOM: Implements SVGPathElement.getPathSegAtLength(float).
getPathSegAtLength(float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
getPathSegList() - Method in class org.apache.batik.dom.svg.SVGOMPathElement
DOM: Implements SVGAnimatedPathData.getPathSegList().
getPathSegList() - Method in interface org.w3c.dom.svg.SVGAnimatedPathData
 
getPathSegType() - Method in interface org.w3c.dom.svg.SVGPathSeg
 
getPathSegTypeAsLetter() - Method in interface org.w3c.dom.svg.SVGPathSeg
 
getPatternContentUnits() - Method in class org.apache.batik.dom.svg.SVGOMPatternElement
DOM: Implements SVGPatternElement.getPatternContentUnits().
getPatternContentUnits() - Method in interface org.w3c.dom.svg.SVGPatternElement
 
getPatternRect() - Method in class org.apache.batik.gvt.PatternPaint
Returns the pattern region.
getPatternTransform() - Method in class org.apache.batik.dom.svg.SVGOMPatternElement
To implement SVGPatternElement.getPatternTransform().
getPatternTransform() - Method in class org.apache.batik.gvt.PatternPaint
Returns the additional transform of the pattern paint.
getPatternTransform() - Method in interface org.w3c.dom.svg.SVGPatternElement
 
getPatternUnits() - Method in class org.apache.batik.dom.svg.SVGOMPatternElement
DOM: Implements SVGPatternElement.getPatternUnits().
getPatternUnits() - Method in interface org.w3c.dom.svg.SVGPatternElement
 
getPause() - Method in interface org.w3c.dom.css.CSS2Properties
See the pause property definition in CSS2.
getPauseAfter() - Method in interface org.w3c.dom.css.CSS2Properties
See the pause-after property definition in CSS2.
getPauseBefore() - Method in interface org.w3c.dom.css.CSS2Properties
See the pause-before property definition in CSS2.
getPeerWithTag(Element, String, String) - Method in class org.apache.batik.swing.JSVGCanvas.CanvasUserAgent
Checks if there is a peer element of a given type.
getPerformGammaCorrection() - Method in class org.apache.batik.ext.awt.image.codec.PNGDecodeParam
Returns true if gamma correction is to be performed on the image data.
getPermissions(CodeSource) - Method in class org.apache.batik.bridge.DocumentJarClassLoader
Returns the permissions for the given codesource object.
getPermissions(CodeSource) - Method in class org.apache.batik.script.rhino.RhinoClassLoader
Returns the permissions for the given CodeSource object.
getPhysicalDimension() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns the physical dimension information to be stored with this image.
getPitch() - Method in interface org.w3c.dom.css.CSS2Properties
See the pitch property definition in CSS2.
getPitchRange() - Method in interface org.w3c.dom.css.CSS2Properties
See the pitch-range property definition in CSS2.
getPixelToMillimeter() - Method in class org.apache.batik.bridge.BridgeContext
Returns the size of a px CSS unit in millimeters.
getPixelToMillimeter() - Method in interface org.apache.batik.css.engine.CSSContext
Returns the size of a px CSS unit in millimeters.
getPixelToMM() - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
Returns the size of a px CSS unit in millimeters.
getPixelToMM() - Method in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
Returns the size of a px CSS unit in millimeters.
getPixelToMM() - Method in class org.apache.batik.bridge.UnitProcessor.DefaultContext
Returns the size of a px CSS unit in millimeters.
getPixelToMM() - Method in interface org.apache.batik.bridge.UserAgent
Returns the size of a px CSS unit in millimeters.
getPixelToMM() - Method in class org.apache.batik.bridge.UserAgentAdapter
Returns the size of a px CSS unit in millimeters.
getPixelToMM() - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Returns the size of a px CSS unit in millimeters.
getPixelToMM() - Method in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength.BaseSVGLength.DefaultContext
Returns the size of a px CSS unit in millimeters.
getPixelToMM() - Method in interface org.apache.batik.dom.svg.SVGContext
Returns the size of a px CSS unit in millimeters.
getPixelToMM() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Returns the size of a px CSS unit in millimeters.
getPixelToMM() - Method in interface org.apache.batik.swing.svg.SVGUserAgent
Returns the size of a px CSS unit in millimeters.
getPixelToMM() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the size of a px CSS unit in millimeters.
getPixelToMM() - Method in interface org.apache.batik.util.UnitProcessor.Context
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getPixelUnitToMillimeter() - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class org.apache.batik.bridge.UnitProcessor.DefaultContext
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in interface org.apache.batik.bridge.UserAgent
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class org.apache.batik.bridge.UserAgentAdapter
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class org.apache.batik.bridge.BridgeContext
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in interface org.apache.batik.css.engine.CSSContext
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength.BaseSVGLength.DefaultContext
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in interface org.apache.batik.dom.svg.SVGContext
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in interface org.apache.batik.swing.svg.SVGUserAgent
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns the pixel to millimeter conversion factor specified in the TranscodingHints or 0.26458333 if not specified.
getPixelUnitToMillimeter() - Method in interface org.apache.batik.util.UnitProcessor.Context
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeterX() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
 
getPixelUnitToMillimeterX() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getPixelUnitToMillimeterY() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
 
getPixelUnitToMillimeterY() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getPlatformId() - Method in class org.apache.batik.svggen.font.table.NameRecord
 
getPlatformId() - Method in class org.apache.batik.svggen.font.table.CmapIndexEntry
 
getPlayDuring() - Method in interface org.w3c.dom.css.CSS2Properties
See the play-during property definition in CSS2.
getPoint(int) - Method in class org.apache.batik.svggen.font.Glyph
 
getPoint(String) - Method in class org.apache.batik.util.PreferenceManager
Returns a point preference.
getPoint2D() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the (x, y) position of the event relative to the source node.
getPoint2D(Point2D, Point2D) - Method in class org.apache.batik.ext.awt.image.rendered.MorphologyOp
 
getPointAtLength(float) - Method in class org.apache.batik.dom.svg.SVGOMPathElement
DOM: Implements SVGPathElement.getPointAtLength(float).
getPointAtLength(float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
getPointAtX() - Method in class org.apache.batik.ext.awt.image.SpotLight
 
getPointAtY() - Method in class org.apache.batik.ext.awt.image.SpotLight
 
getPointAtZ() - Method in class org.apache.batik.ext.awt.image.SpotLight
 
getPointCount() - Method in class org.apache.batik.svggen.font.Glyph
 
getPointCount() - Method in class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
getPointCount() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getPointCount() - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getPointerEventType() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the type that describes how this graphics node reacts to events.
getPointerEventType() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the type that describes how this graphics node reacts to events.
getPoints() - Method in class org.apache.batik.dom.svg.SVGOMPolylineElement
DOM: Implements SVGAnimatedPoints.getPoints().
getPoints() - Method in class org.apache.batik.dom.svg.SVGOMPolygonElement
DOM: Implements SVGAnimatedPoints.getPoints().
getPoints() - Method in interface org.w3c.dom.svg.SVGAnimatedPoints
 
getPointsAtX() - Method in class org.apache.batik.dom.svg.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getPointsAtX().
getPointsAtX() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
 
getPointsAtY() - Method in class org.apache.batik.dom.svg.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getPointsAtY().
getPointsAtY() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
 
getPointsAtZ() - Method in class org.apache.batik.dom.svg.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getPointsAtZ().
getPointsAtZ() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
 
getPointsHandler() - Method in class org.apache.batik.parser.PointsParser
Returns the points handler in use.
getPolicyURL() - Method in class org.apache.batik.util.ApplicationSecurityEnforcer
Returns the url for the default policy.
getPort() - Method in class org.apache.batik.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 org.apache.batik.util.ParsedURLData
Returns the URL up to and include the port number on the host.
getPortStr() - Method in class org.apache.batik.util.ParsedURL
Returns the URL up to and include the port number on the host.
getPosition() - Method in class org.apache.batik.gvt.font.Glyph
Returns the position of this glyph.
getPosition() - Method in interface org.w3c.css.sac.PositionalCondition
Returns the position in the tree.
getPosition() - Method in interface org.w3c.dom.css.CSS2Properties
See the position property definition in CSS2.
getPostTable() - Method in class org.apache.batik.svggen.font.Font
 
getPreferenceDirectory() - Static method in class org.apache.batik.util.PreferenceManager
Returns a String representing the directory where PreferenceManager instances should look for preferences.
getPreferenceManager() - Method in class org.apache.batik.apps.svgbrowser.PreferenceDialog
Returns the preference manager used by this dialog.
getPrefix() - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.getPrefix().
getPrefix() - Method in class org.apache.batik.svggen.AbstractImageHandlerEncoder
 
getPrefix() - Method in class org.apache.batik.svggen.ImageHandlerPNGEncoder
 
getPrefix() - Method in class org.apache.batik.svggen.ImageHandlerJPEGEncoder
 
getPrefix() - Method in interface org.w3c.dom.Node
The namespace prefix of this node, or null if it is unspecified.
getPrefix(String) - Static method in class org.apache.batik.dom.util.DOMUtilities
Gets the prefix from the given qualified name.
getPrefix(String) - Method in class org.xml.sax.helpers.NamespaceSupport
Return one of the prefixes mapped to a Namespace URI.
getPrefixes() - Method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes currently declared.
getPrefixes(String) - Method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes currently declared for a URI.
getPresentationAttribute(String) - Method in class org.apache.batik.dom.svg.SVGStylableElement
DOM: Implements SVGStylable.getPresentationAttribute(String).
getPresentationAttribute(String) - Method in class org.apache.batik.extension.StylableExtensionElement
DOM: Implements SVGStylable.getPresentationAttribute(String).
getPresentationAttribute(String) - Method in interface org.w3c.dom.svg.SVGStylable
 
getPreserveAlpha() - Method in class org.apache.batik.dom.svg.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getPreserveAlpha().
getPreserveAlpha() - Method in interface org.apache.batik.ext.awt.image.renderable.ConvolveMatrixRable
Returns false if the convolution should affect the Alpha channel
getPreserveAlpha() - Method in class org.apache.batik.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 org.apache.batik.dom.svg.SVGOMViewElement
DOM: Implements SVGFitToViewBox.getPreserveAspectRatio().
getPreserveAspectRatio() - Method in class org.apache.batik.dom.svg.SVGOMImageElement
DOM: Implements SVGImageElement.getPreserveAspectRatio().
getPreserveAspectRatio() - Method in class org.apache.batik.dom.svg.SVGOMPatternElement
DOM: Implements SVGFitToViewBox.getPreserveAspectRatio().
getPreserveAspectRatio() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements SVGFitToViewBox.getPreserveAspectRatio().
getPreserveAspectRatio() - Method in class org.apache.batik.dom.svg.SVGOMMarkerElement
DOM: Implements SVGFitToViewBox.getPreserveAspectRatio().
getPreserveAspectRatio() - Method in class org.apache.batik.dom.svg.SVGOMSymbolElement
DOM: Implements SVGFitToViewBox.getPreserveAspectRatio().
getPreserveAspectRatio() - Method in interface org.w3c.dom.svg.SVGImageElement
 
getPreserveAspectRatio() - Method in interface org.w3c.dom.svg.SVGFitToViewBox
 
getPreserveAspectRatioHandler() - Method in class org.apache.batik.parser.PreserveAspectRatioParser
Returns the length handler in use.
getPreserveAspectRatioString() - Method in interface org.w3c.dom.svg.SVGViewSpec
 
getPreserveAspectRatioTransform(Element, float[], float, float) - Static method in class org.apache.batik.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 org.apache.batik.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) - Static method in class org.apache.batik.bridge.ViewBox
Returns the transformation matrix to apply to initalize a viewport or null if the specified viewBox disables the rendering of the element.
getPrev() - Method in class org.apache.batik.util.DoublyLinkedList.Node
 
getPreviousLexicalUnit() - Method in class org.apache.batik.css.parser.CSSLexicalUnit
SAC: Implements CSSLexicalUnit.getPreviousLexicalUnit().
getPreviousLexicalUnit() - Method in interface org.w3c.css.sac.LexicalUnit
Returns the previous value or null if any.
getPreviousScale() - Method in interface org.w3c.dom.svg.SVGZoomEvent
 
getPreviousSibling() - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.getPreviousSibling().
getPreviousSibling() - Method in class org.apache.batik.dom.AbstractChildNode
DOM: Implements Node.getPreviousSibling().
getPreviousSibling() - Method in class org.apache.batik.dom.AbstractParentChildNode
DOM: Implements Node.getPreviousSibling().
getPreviousSibling() - Method in class org.apache.batik.gvt.GVTTreeWalker
Returns the next previous of the current GraphicsNode.
getPreviousSibling() - Method in interface org.w3c.dom.Node
The node immediately preceding this node.
getPreviousSibling() - Method in interface org.w3c.dom.svg.SVGElementInstance
 
getPreviousTranslate() - Method in interface org.w3c.dom.svg.SVGZoomEvent
 
getPrevValue() - Method in class org.apache.batik.dom.events.DOMMutationEvent
DOM: prevValue indicates the previous value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharDataModified events.
getPrevValue() - Method in interface org.w3c.dom.events.MutationEvent
prevValue indicates the previous value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharDataModified events.
getPrimitiveBounds() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the bounds of the area covered by this node's primitive paint.
getPrimitiveBounds() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the bounds of the area covered by this node's primitive paint.
getPrimitiveBounds() - Method in class org.apache.batik.gvt.ProxyGraphicsNode
Returns the bounds of the area covered by this node's primitive paint.
getPrimitiveBounds() - Method in class org.apache.batik.gvt.TextNode
Returns the bounds of the area covered by this node's primitive paint.
getPrimitiveBounds() - Method in class org.apache.batik.gvt.ShapeNode
Returns the bounds of the area covered by this node's primitive paint.
getPrimitiveBounds() - Method in class org.apache.batik.gvt.RasterImageNode
Returns the bounds of the area covered by this node's primitive paint.
getPrimitiveType() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements CSSPrimitiveValue.getPrimitiveType().
getPrimitiveType() - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractComponent
DOM: Implements CSSPrimitiveValue.getPrimitiveType().
getPrimitiveType() - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractComponent
DOM: Implements CSSPrimitiveValue.getPrimitiveType().
getPrimitiveType() - Method in class org.apache.batik.css.engine.value.AbstractValue
Implements Value.getPrimitiveType().
getPrimitiveType() - Method in class org.apache.batik.css.engine.value.FloatValue
The type of the value.
getPrimitiveType() - Method in interface org.apache.batik.css.engine.value.Value
The type of the value.
getPrimitiveType() - Method in class org.apache.batik.css.engine.value.StringValue
The type of the value.
getPrimitiveType() - Method in class org.apache.batik.css.engine.value.ComputedValue
Implements Value.getPrimitiveType().
getPrimitiveType() - Method in class org.apache.batik.css.engine.value.RectValue
The type of the value.
getPrimitiveType() - Method in class org.apache.batik.css.engine.value.RGBColorValue
The type of the value.
getPrimitiveType() - Method in interface org.w3c.dom.css.CSSPrimitiveValue
The type of the value as defined by the constants specified above.
getPrimitiveUnits() - Method in class org.apache.batik.dom.svg.SVGOMFilterElement
DOM: Implements SVGFilterElement.getPrimitiveUnits().
getPrimitiveUnits() - Method in interface org.w3c.dom.svg.SVGFilterElement
 
getPriority() - Method in interface org.apache.batik.bridge.BridgeExtension
Return the priority of this Extension.
getPriority() - Method in class org.apache.batik.bridge.SVGBridgeExtension
Return the priority of this Extension.
getPriority() - Method in interface org.apache.batik.dom.svg.DomExtension
Return the priority of this Extension.
getPriority() - Method in class org.apache.batik.ext.awt.image.spi.AbstractRegistryEntry
 
getPriority() - Method in interface org.apache.batik.ext.awt.image.spi.RegistryEntry
Returns a search priority for this entry.
getPriority() - Method in class org.apache.batik.extension.svg.BatikDomExtension
Return the priority of this Extension.
getPriority() - Method in class org.apache.batik.extension.svg.BatikBridgeExtension
Return the priority of this Extension.
getPriority(int) - Method in class org.apache.batik.css.engine.StyleDeclaration
Tells whether a value is important.
getPrivateChunkData(int) - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns the data associated of the private chunk at a given index, as an array of bytes.
getPrivateChunkType(int) - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns the type of the private chunk at a given index, as a 4-character String.
getPrivateIFD(long) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFImage
Reads a private IFD from a given offset in the stream.
getProgressivePaint() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Tells whether the progressive paint is enabled.
getProperties() - Method in class org.apache.batik.css.engine.CSSEngineEvent
Returns the changed properties.
getProperty(String) - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Gets a property from the property set of this image.
getProperty(String) - Method in class org.apache.batik.ext.awt.image.renderable.AbstractRable
 
getProperty(String) - Method in class org.apache.batik.ext.awt.image.renderable.DeferRable
Forward the call (blocking until source is set if need be).
getProperty(String) - Method in class org.apache.batik.ext.awt.image.renderable.RedRable
 
getProperty(String) - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getProperty(String) - Method in class org.apache.batik.ext.awt.image.rendered.FormatRed
 
getProperty(String) - Method in class org.apache.batik.ext.awt.image.rendered.TranslateRed
 
getProperty(String) - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getProperty(String) - Method in class org.apache.batik.ext.awt.image.rendered.BufferedImageCachableRed
 
getProperty(String) - Method in interface org.xml.sax.XMLReader
Look up the value of a property.
getProperty(String) - Method in class org.xml.sax.helpers.ParserAdapter
Get a parser property.
getProperty(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Look up the value of a property.
getPropertyCSSValue(String) - Method in class org.apache.batik.css.dom.CSSOMStyleDeclaration
DOM: Implements CSSStyleDeclaration.getPropertyCSSValue(String).
getPropertyCSSValue(String) - Method in class org.apache.batik.css.dom.CSSOMComputedStyle
DOM: Implements CSSStyleDeclaration.getPropertyCSSValue(String).
getPropertyCSSValue(String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
Used to retrieve the object representation of the value of a CSS property if it has been explicitly set within this declaration block.
getPropertyIndex(String) - Method in class org.apache.batik.css.engine.CSSEngine
Returns the property index, or -1.
getPropertyName() - Method in class org.apache.batik.css.engine.value.AbstractValueFactory
Returns the name of the property handled.
getPropertyName() - Method in interface org.apache.batik.css.engine.value.ValueManager
Returns the name of the property handled.
getPropertyName() - Method in interface org.apache.batik.css.engine.value.ShorthandManager
Returns the name of the property handled.
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.VisibilityManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.FontSizeAdjustManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.DirectionManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.ClipManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.UnicodeBidiManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.FontVariantManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.FontSizeManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.OverflowManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.TextDecorationManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.FontStyleManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.CursorManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.FontFamilyManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.FontWeightManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.DisplayManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.FontStretchManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.FillRuleManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.TextAnchorManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.MaskManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.GlyphOrientationVerticalManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.AlignmentBaselineManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.ColorProfileManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinecapManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.StrokeMiterlimitManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.ColorInterpolationManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.TextRenderingManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.ColorManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.SVGColorManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.ShapeRenderingManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.FilterManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.MarkerManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.PointerEventsManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.GlyphOrientationHorizontalManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.BaselineShiftManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.ColorInterpolationFiltersManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.KerningManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.WritingModeManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.ImageRenderingManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinejoinManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.OpacityManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.StrokeDasharrayManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.ClipPathManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.DominantBaselineManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.StrokeWidthManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.EnableBackgroundManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.ColorRenderingManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.ClipRuleManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.StrokeDashoffsetManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.MarkerShorthandManager
Implements ValueManager.getPropertyName().
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.SpacingManager
Implements ValueManager.getPropertyName().
getPropertyName(int) - Method in class org.apache.batik.css.engine.CSSEngine
Returns the name of the property at the given index.
getPropertyNames() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns a list of the properties recognized by this image.
getPropertyNames() - Method in class org.apache.batik.ext.awt.image.renderable.AbstractRable
 
getPropertyNames() - Method in class org.apache.batik.ext.awt.image.renderable.DeferRable
Forward the call (blocking until source is set if need be).
getPropertyNames() - Method in class org.apache.batik.ext.awt.image.renderable.RedRable
 
getPropertyNames() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getPropertyNames() - Method in class org.apache.batik.ext.awt.image.rendered.FormatRed
 
getPropertyNames() - Method in class org.apache.batik.ext.awt.image.rendered.TranslateRed
 
getPropertyNames() - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getPropertyNames() - Method in class org.apache.batik.ext.awt.image.rendered.BufferedImageCachableRed
 
getPropertyNames(String) - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns an array of Strings recognized as names by this property source that begin with the supplied prefix.
getPropertyPriority(String) - Method in class org.apache.batik.css.dom.CSSOMStyleDeclaration
DOM: Implements CSSStyleDeclaration.getPropertyPriority(String).
getPropertyPriority(String) - Method in class org.apache.batik.css.dom.CSSOMComputedStyle
DOM: Implements CSSStyleDeclaration.getPropertyPriority(String).
getPropertyPriority(String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
Used to retrieve the priority of a CSS property (e.g.
getPropertyValue(String) - Method in class org.apache.batik.css.dom.CSSOMStyleDeclaration
DOM: Implements CSSStyleDeclaration.getPropertyValue(String).
getPropertyValue(String) - Method in class org.apache.batik.css.dom.CSSOMComputedStyle
DOM: Implements CSSStyleDeclaration.getPropertyValue(String).
getPropertyValue(String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
Used to retrieve the value of a CSS property if it has been explicitly set within this declaration block.
getProportion() - Method in class org.apache.batik.svggen.font.table.Panose
 
getProtocol() - Method in class org.apache.batik.util.ParsedURL
Returns the protocol for this URL.
getProtocol(String) - Static method in class org.apache.batik.util.ParsedURL
Parse out the protocol from a url string.
getProtocolHandled() - Method in class org.apache.batik.util.AbstractParsedURLProtocolHandler
Returns the protocol to be handled by this class.
getProtocolHandled() - Method in interface org.apache.batik.util.ParsedURLProtocolHandler
Returns the protocol to be handled by this class.
getPseudoAttributes() - Method in class org.apache.batik.dom.StyleSheetProcessingInstruction
Returns the pseudo attributes in a table.
getPublicId() - Method in class org.apache.batik.dom.AbstractNotation
DOM: Implements Notation.getPublicId().
getPublicId() - Method in class org.apache.batik.dom.AbstractEntity
DOM: Implements Entity.getPublicId().
getPublicId() - Method in interface org.w3c.dom.Entity
The public identifier associated with the entity, if specified.
getPublicId() - Method in interface org.w3c.dom.Notation
The public identifier of this notation.
getPublicId() - Method in interface org.w3c.dom.DocumentType
The public identifier of the external subset.
getPublicId() - Method in class org.xml.sax.InputSource
Get the public identifier for this input source.
getPublicId() - Method in interface org.xml.sax.Locator
Return the public identifier for the current document event.
getPublicId() - Method in class org.xml.sax.SAXParseException
Get the public identifier of the entity where the exception occurred.
getPublicId() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved public identifier.
getQName(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's XML 1.0 qualified name by index.
getQName(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's qualified (prefixed) name.
getQuality() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getQuality() - Method in class org.apache.batik.apps.svgbrowser.JPEGOptionPanel
Returns the jpeg quality.
getQueueState() - Method in class org.apache.batik.util.RunnableQueue
 
getQuotes() - Method in interface org.w3c.dom.css.CSS2Properties
See the quotes property definition in CSS2.
getR() - Method in class org.apache.batik.dom.svg.SVGOMCircleElement
DOM: Implements SVGCircleElement.getR().
getR() - Method in class org.apache.batik.dom.svg.SVGOMRadialGradientElement
DOM: Implements SVGRadialGradientElement.getR().
getR() - Method in interface org.w3c.dom.svg.SVGRadialGradientElement
 
getR() - Method in interface org.w3c.dom.svg.SVGCircleElement
 
getR1() - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
 
getR1() - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
 
getR2() - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
 
getR2() - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
 
getRadius() - Method in class org.apache.batik.ext.awt.RadialGradientPaint
Returns the radius of the circle defining the radial gradient.
getRadiusX() - Method in class org.apache.batik.dom.svg.SVGOMFEMorphologyElement
DOM: Implements SVGFEMorphologyElement.getRadiusX().
getRadiusX() - Method in interface org.apache.batik.ext.awt.image.renderable.MorphologyRable
Returns the radius along the x-axis, in user space.
getRadiusX() - Method in class org.apache.batik.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 org.apache.batik.dom.svg.SVGOMFEMorphologyElement
DOM: Implements SVGFEMorphologyElement.getRadiusY().
getRadiusY() - Method in interface org.apache.batik.ext.awt.image.renderable.MorphologyRable
Returns the radius along the y-axis, in user space.
getRadiusY() - Method in class org.apache.batik.ext.awt.image.renderable.MorphologyRable8Bit
Returns the radius along the y-axis, in user space.
getRadiusY() - Method in interface org.w3c.dom.svg.SVGFEMorphologyElement
 
getRangeShift() - Method in class org.apache.batik.svggen.font.table.TableDirectory
 
getRaster(int, int, int, int) - Method in class org.apache.batik.gvt.PatternPaintContext
 
getReader() - Method in class org.apache.batik.transcoder.TranscoderInput
Returns the input of this transcoder as a character stream or null if none was supplied.
getReadlimit() - Method in class org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry
Returns the maximume read ahead needed for all magic numbers.
getReadlimit() - Method in interface org.apache.batik.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.
getRecord(int) - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Returns a meta record.
getRecord(short) - Method in class org.apache.batik.svggen.font.table.NameTable
 
getRecordStore() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFPainter
Returns the RecordStore this WMFPainter renders
getRecordString() - Method in class org.apache.batik.svggen.font.table.NameRecord
 
getRectangle(String) - Method in class org.apache.batik.util.PreferenceManager
Returns a Rectangle preference.
getRectValue() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements CSSPrimitiveValue.getRectValue().
getRectValue() - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractComponent
DOM: Implements CSSPrimitiveValue.getRectValue().
getRectValue() - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractComponent
DOM: Implements CSSPrimitiveValue.getRectValue().
getRectValue() - Method in interface org.w3c.dom.css.CSSPrimitiveValue
This method is used to get the Rect value.
getRed() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements RGBColor.getRed().
getRed() - Method in class org.apache.batik.css.dom.CSSOMSVGColor
DOM: Implements RGBColor.getRed().
getRed() - Method in class org.apache.batik.css.engine.value.AbstractValue
Implements Value.getRed().
getRed() - Method in interface org.apache.batik.css.engine.value.Value
The red value of the RGB color.
getRed() - Method in class org.apache.batik.css.engine.value.ComputedValue
Implements Value.getRed().
getRed() - Method in class org.apache.batik.css.engine.value.RGBColorValue
Implements Value.getRed().
getRed() - Method in interface org.w3c.dom.css.RGBColor
This attribute is used for the red value of the RGB color.
getRedFunction() - Method in interface org.apache.batik.ext.awt.image.renderable.ComponentTransferRable
Returns the transfer function for the red channel
getRedFunction() - Method in class org.apache.batik.ext.awt.image.renderable.ComponentTransferRable8Bit
Returns the transfer function for the red channel
getRef() - Method in class org.apache.batik.gvt.Marker
Returns the reference point of this marker.
getRef() - Method in class org.apache.batik.util.ParsedURL
Returns the 'fragment' reference in the URL.
getReferencedElement(Element, String) - Method in class org.apache.batik.bridge.BridgeContext
Returns the element referenced by the specified element by the specified uri.
getReferencedURI() - Method in class org.apache.batik.swing.svg.LinkActivationEvent
Returns the referenced URI.
getReferrer() - Method in class org.apache.batik.dom.svg.SVGOMDocument
DOM: Implements SVGDocument.getReferrer().
getReferrer() - Method in interface org.w3c.dom.svg.SVGDocument
 
getRefPrefix() - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
Should return the prefix with wich the image reference should be pre-concatenated.
getRefPrefix() - Method in class org.apache.batik.svggen.CachedImageHandlerJPEGEncoder
 
getRefPrefix() - Method in class org.apache.batik.svggen.CachedImageHandlerPNGEncoder
 
getRefPrefix() - Method in class org.apache.batik.svggen.CachedImageHandlerBase64Encoder
 
getRefX() - Method in class org.apache.batik.dom.svg.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.getRefX().
getRefX() - Method in interface org.w3c.dom.svg.SVGMarkerElement
 
getRefY() - Method in class org.apache.batik.dom.svg.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.getRefY().
getRefY() - Method in interface org.w3c.dom.svg.SVGMarkerElement
 
getRegions(BridgeContext, Element) - Method in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
 
getRegisteredExtensions() - Method in class org.apache.batik.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 org.apache.batik.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 org.apache.batik.ext.awt.image.spi.ImageTagRegistry
 
getRelatedElement(GraphicsNodeMouseEvent) - Method in class org.apache.batik.bridge.BridgeEventSupport.Listener
Returns the related element according to the specified event.
getRelatedNode() - Method in class org.apache.batik.dom.events.DOMMutationEvent
DOM: relatedNode is used to identify a secondary node related to a mutation event.
getRelatedNode() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the related node for this GraphicsNodeMouseEvent.
getRelatedNode() - Method in interface org.w3c.dom.events.MutationEvent
relatedNode is used to identify a secondary node related to a mutation event.
getRelatedTarget() - Method in class org.apache.batik.dom.events.DOMMouseEvent
DOM: Used to identify a secondary EventTarget related to a UI event.
getRelatedTarget() - Method in interface org.w3c.dom.events.MouseEvent
Used to identify a secondary EventTarget related to a UI event.
getRenderingHint(RenderingHints.Key) - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Returns the value of a single preference for the rendering algorithms.
getRenderingHint(RenderingHints.Key) - Method in class org.apache.batik.ext.awt.g2d.GraphicContext
Returns the value of a single preference for the rendering algorithms.
getRenderingHints() - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Gets the preferences for the rendering algorithms.
getRenderingHints() - Method in class org.apache.batik.ext.awt.g2d.GraphicContext
Gets the preferences for the rendering algorithms.
getRenderingHints() - Method in class org.apache.batik.ext.awt.image.rendered.MorphologyOp
 
getRenderingHints() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the rendering hints of this node or null if any.
getRenderingHints() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the rendering hints of this node or null if any.
getRenderingHints() - Method in class org.apache.batik.gvt.renderer.StaticRenderer
 
getRenderingHints() - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getRenderingIntent() - Method in class org.apache.batik.dom.svg.SVGOMColorProfileElement
DOM: Implements SVGColorProfileElement.getRenderingIntent().
getRenderingIntent() - Method in interface org.w3c.dom.svg.SVGColorProfileElement
 
getRenderingIntent() - Method in interface org.w3c.dom.svg.SVGColorProfileRule
 
getRenderingTransform() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Returns the current rendering transform.
getRepaintManager() - Method in class org.apache.batik.bridge.UpdateManager
Returns the repaint manager.
getRepaintThread() - Method in class org.apache.batik.util.gui.MemoryMonitor.Panel
Returns the repaint thread.
getRequiredExtensions() - Method in class org.apache.batik.dom.svg.SVGOMTextContentElement
DOM: Implements SVGTests.getRequiredExtensions().
getRequiredExtensions() - Method in class org.apache.batik.dom.svg.SVGOMAnimationElement
DOM: Implements SVGTests.getRequiredExtensions().
getRequiredExtensions() - Method in class org.apache.batik.dom.svg.SVGGraphicsElement
DOM: Implements SVGTests.getRequiredExtensions().
getRequiredExtensions() - Method in class org.apache.batik.dom.svg.SVGOMCursorElement
DOM: Implements SVGTests.getRequiredExtensions().
getRequiredExtensions() - Method in class org.apache.batik.dom.svg.SVGOMPatternElement
DOM: Implements SVGTests.getRequiredExtensions().
getRequiredExtensions() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements SVGTests.getRequiredExtensions().
getRequiredExtensions() - Method in interface org.w3c.dom.svg.SVGTests
 
getRequiredExtensions(Element) - Static method in class org.apache.batik.dom.svg.SVGTestsSupport
To implements SVGTests.getRequiredExtensions().
getRequiredFeatures() - Method in class org.apache.batik.dom.svg.SVGOMTextContentElement
DOM: Implements SVGTests.getRequiredFeatures().
getRequiredFeatures() - Method in class org.apache.batik.dom.svg.SVGOMAnimationElement
DOM: Implements SVGTests.getRequiredFeatures().
getRequiredFeatures() - Method in class org.apache.batik.dom.svg.SVGGraphicsElement
DOM: Implements SVGTests.getRequiredFeatures().
getRequiredFeatures() - Method in class org.apache.batik.dom.svg.SVGOMCursorElement
DOM: Implements SVGTests.getRequiredFeatures().
getRequiredFeatures() - Method in class org.apache.batik.dom.svg.SVGOMPatternElement
DOM: Implements SVGTests.getRequiredFeatures().
getRequiredFeatures() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements SVGTests.getRequiredFeatures().
getRequiredFeatures() - Method in interface org.w3c.dom.svg.SVGTests
 
getRequiredFeatures(Element) - Static method in class org.apache.batik.dom.svg.SVGTestsSupport
To implements SVGTests.getRequiredFeatures().
getRescaleOpConverter() - Method in class org.apache.batik.svggen.SVGBufferedImageOp
 
getResourceBundle() - Method in class org.apache.batik.i18n.LocalizableSupport
Implements ExtendedLocalizable.getResourceBundle().
getResourceBundle() - Method in interface org.apache.batik.i18n.ExtendedLocalizable
Returns the current resource bundle.
getResult() - Method in class org.apache.batik.dom.svg.SVGOMFilterPrimitiveStandardAttributes
DOM: Implements SVGFilterPrimitiveStandardAttributes.getResult().
getResult() - Method in interface org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes
 
getReturnCode() - Method in class org.apache.batik.util.gui.CSSMediaPanel.AddMediumDialog
Returns the code that describes how the dialog has been closed (OK or CANCEL).
getReturnCode() - Method in class org.apache.batik.util.gui.CSSMediaPanel.Dialog
Returns the code that describes how the dialog has been closed (OK or CANCEL).
getRGBColor() - Method in class org.apache.batik.css.dom.CSSOMSVGColor
DOM: Implements SVGColor.getRGBColor().
getRGBColor() - Method in interface org.w3c.dom.svg.SVGColor
 
getRGBColorValue() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements CSSPrimitiveValue.getRGBColorValue().
getRGBColorValue() - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractComponent
DOM: Implements CSSPrimitiveValue.getRGBColorValue().
getRGBColorValue() - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractComponent
DOM: Implements CSSPrimitiveValue.getRGBColorValue().
getRGBColorValue() - Method in interface org.w3c.dom.css.CSSPrimitiveValue
This method is used to get the RGB color.
getRichness() - Method in interface org.w3c.dom.css.CSS2Properties
See the richness property definition in CSS2.
getRight() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements Rect.getRight().
getRight() - Method in class org.apache.batik.css.engine.value.AbstractValue
Implements Value.getRight().
getRight() - Method in interface org.apache.batik.css.engine.value.Value
The right value of the rect.
getRight() - Method in class org.apache.batik.css.engine.value.ComputedValue
Implements Value.getRight().
getRight() - Method in class org.apache.batik.css.engine.value.RectValue
Implements Value.getRight().
getRight() - Method in class org.apache.batik.svggen.font.table.KerningPair
 
getRight() - Method in interface org.w3c.dom.css.CSS2Properties
See the right property definition in CSS2.
getRight() - Method in interface org.w3c.dom.css.Rect
This attribute is used for the right of the rect.
getRightMargin() - Method in class org.apache.batik.gvt.text.MarginInfo
 
getRoot() - Method in class org.apache.batik.dom.traversal.DOMNodeIterator
DOM: Implements NodeIterator.getRoot().
getRoot() - Method in class org.apache.batik.dom.traversal.DOMTreeWalker
DOM: Implements TreeWalker.getRoot().
getRoot() - Method in class org.apache.batik.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 org.apache.batik.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 org.apache.batik.gvt.GVTTreeWalker
Returns the root graphics node.
getRoot() - Method in class org.apache.batik.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 org.apache.batik.svggen.DOMTreeManager
Returns the root element with the generic definitions and the topLevelGroup.
getRoot() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getRoot() - Method in interface org.w3c.dom.traversal.NodeIterator
The root node of the NodeIterator, as specified when it was created.
getRoot() - Method in interface org.w3c.dom.traversal.TreeWalker
The root node of the TreeWalker, as specified when it was created.
getRoot(Element) - Method in class org.apache.batik.svggen.DOMTreeManager
Returns the root element with the generic definitions and the topLevelGroup.
getRoot(Element) - Method in class org.apache.batik.svggen.SVGGraphics2D
This version of the getRoot method will append the input svgRoot and set its attributes.
getRootElement() - Method in class org.apache.batik.dom.svg.SVGOMDocument
DOM: Implements SVGDocument.getRootElement().
getRootElement() - Method in interface org.w3c.dom.svg.SVGDocument
 
getRootNode() - Method in interface org.apache.batik.gvt.event.EventDispatcher
Returns the root node for MouseEvent dispatch containment searches and field selections.
getRootNode() - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Returns the root node for MouseEvent dispatch containment searches and field selections.
getRotate() - Method in class org.apache.batik.dom.svg.SVGOMTextPositioningElement
DOM: Implements SVGTextPositioningElement.getRotate().
getRotate() - Method in interface org.w3c.dom.svg.SVGTextPositioningElement
 
getRotationOfChar(int) - Method in class org.apache.batik.dom.svg.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getRotationOfChar(int).
getRotationOfChar(int) - Method in interface org.w3c.dom.svg.SVGTextContentElement
 
getRowCount() - Method in class org.apache.batik.util.gui.DOMViewer.Panel.NodeAttributesModel
Returns the number of rows in the table.
getRowCount() - Method in class org.apache.batik.util.gui.DOMViewer.Panel.NodeCSSValuesModel
Returns the number of rows in the table.
getRSB() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns the right (bottom) side bearing of the glyph.
getRule() - Method in class org.apache.batik.ext.awt.image.SVGComposite
 
getRule() - Method in class org.apache.batik.ext.awt.image.CompositeRule
Returns the type of this composite rule
getRule(int) - Method in class org.apache.batik.css.engine.StyleSheet
Returns the rule at the given index.
getRunHandler() - Method in class org.apache.batik.util.RunnableQueue
Returns the RunHandler or null.
getRunLimit() - Method in class org.apache.batik.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 class org.apache.batik.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 interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the index of the first character following the run with respect to all attributes containing the current character.
getRunLimit() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
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 org.apache.batik.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 class org.apache.batik.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 interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
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 org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Get the index of the first character following the run with respect to the given attribute containing the current character.
getRunLimit(Set) - Method in class org.apache.batik.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) - Method in class org.apache.batik.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) - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the index of the first character following the run with respect to the given attributes containing the current character.
getRunLimit(Set) - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Get the index of the first character following the run with respect to the given attributes containing the current character.
getRunStart() - Method in class org.apache.batik.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 class org.apache.batik.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 interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the index of the first character of the run with respect to all attributes containing the current character.
getRunStart() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
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 org.apache.batik.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 class org.apache.batik.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 interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
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 org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Get the index of the first character of the run with respect to the given attribute containing the current character.
getRunStart(Set) - Method in class org.apache.batik.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) - Method in class org.apache.batik.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) - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the index of the first character of the run with respect to the given attributes containing the current character.
getRunStart(Set) - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Get the index of the first character of the run with respect to the given attributes containing the current character.
getRx() - Method in class org.apache.batik.dom.svg.SVGOMRectElement
DOM: Implements SVGRectElement.getRx().
getRx() - Method in class org.apache.batik.dom.svg.SVGOMEllipseElement
DOM: Implements SVGEllipseElement.getRx().
getRx() - Method in interface org.w3c.dom.svg.SVGEllipseElement
 
getRx() - Method in interface org.w3c.dom.svg.SVGRectElement
 
getRy() - Method in class org.apache.batik.dom.svg.SVGOMRectElement
DOM: Implements SVGRectElement.getRy().
getRy() - Method in class org.apache.batik.dom.svg.SVGOMEllipseElement
DOM: Implements SVGEllipseElement.getRy().
getRy() - Method in interface org.w3c.dom.svg.SVGEllipseElement
 
getRy() - Method in interface org.w3c.dom.svg.SVGRectElement
 
getSampleModel() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns the SampleModel of the image.
getSampleModel() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getSampleModel() - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getScale() - Method in class org.apache.batik.dom.svg.SVGOMFEDisplacementMapElement
DOM: Implements SVGFEDisplacementMapElement.getScale().
getScale() - Method in interface org.apache.batik.ext.awt.image.renderable.DisplacementMapRable
Returns the displacement scale factor
getScale() - Method in class org.apache.batik.ext.awt.image.renderable.DisplacementMapRable8Bit
Returns the displacement scale factor
getScale() - Method in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
 
getScale01() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getScale10() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getScreenCTM() - Method in class org.apache.batik.dom.svg.SVGOMTextElement
DOM: Implements SVGLocatable.getScreenCTM().
getScreenCTM() - Method in class org.apache.batik.dom.svg.SVGGraphicsElement
DOM: Implements SVGLocatable.getScreenCTM().
getScreenCTM() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements SVGLocatable.getScreenCTM().
getScreenCTM() - Method in interface org.w3c.dom.svg.SVGLocatable
 
getScreenCTM(Element) - Static method in class org.apache.batik.dom.svg.SVGLocatableSupport
To implement SVGLocatable.getScreenCTM().
getScreenPixelToMillimeterX() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
 
getScreenPixelToMillimeterX() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getScreenPixelToMillimeterY() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
 
getScreenPixelToMillimeterY() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getScreenPoint() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the (x, y) position of the event relative to the screen.
getScreenX() - Method in class org.apache.batik.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 org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the horizontal x position of the event relative to the screen.
getScreenX() - Method in interface org.w3c.dom.events.MouseEvent
The horizontal coordinate at which the event occurred relative to the origin of the screen coordinate system.
getScreenY() - Method in class org.apache.batik.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 org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the vertical y position of the event relative to the screen.
getScreenY() - Method in interface org.w3c.dom.events.MouseEvent
The vertical coordinate at which the event occurred relative to the origin of the screen coordinate system.
getScriptCount() - Method in class org.apache.batik.svggen.font.table.ScriptList
 
getScriptingEnvironment() - Method in class org.apache.batik.bridge.UpdateManager
Returns the scripting environment.
getScriptList() - Method in class org.apache.batik.svggen.font.table.GsubTable
 
getScriptRecord(int) - Method in class org.apache.batik.svggen.font.table.ScriptList
 
getScriptSecurity(String, ParsedURL, ParsedURL) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
Returns the security settings for the given script type, script url and document url
getScriptSecurity(String, ParsedURL, ParsedURL) - Method in interface org.apache.batik.bridge.UserAgent
Returns the security settings for the given script type, script url and document url
getScriptSecurity(String, ParsedURL, ParsedURL) - Method in class org.apache.batik.bridge.UserAgentAdapter
Returns the security settings for the given script type, script url and document url
getScriptSecurity(String, ParsedURL, ParsedURL) - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Returns the security settings for the given script type, script url and document url
getScriptSecurity(String, ParsedURL, ParsedURL) - Method in interface org.apache.batik.swing.svg.SVGUserAgent
Returns the security settings for the given script type, script url and document url
getScriptSecurity(String, ParsedURL, ParsedURL) - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the security settings for the given script type, script url and document url
getScriptSecurity(String, ParsedURL, ParsedURL) - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns the security settings for the given script type, script url and document url
getSearchRange() - Method in class org.apache.batik.svggen.font.table.TableDirectory
 
getSecondCondition() - Method in class org.apache.batik.css.engine.sac.AbstractCombinatorCondition
SAC: Implements CombinatorCondition.getSecondCondition().
getSecondCondition() - Method in class org.apache.batik.css.parser.AbstractCombinatorCondition
SAC: Implements CombinatorCondition.getSecondCondition().
getSecondCondition() - Method in interface org.w3c.css.sac.CombinatorCondition
Returns the second condition.
getSecurityDomain(Class) - Method in class org.apache.batik.script.rhino.BatikSecuritySupport
Return teh security context associated with the given class.
getSecurityOff() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
Returns whether or not scripts will be run securely
getSeed() - Method in class org.apache.batik.dom.svg.SVGOMFETurbulenceElement
DOM: Implements SVGFETurbulenceElement.getSeed().
getSeed() - Method in class org.apache.batik.ext.awt.image.renderable.TurbulenceRable8Bit
Get the current seed value for the pseudo random number generator.
getSeed() - Method in interface org.apache.batik.ext.awt.image.renderable.TurbulenceRable
Gets the current seed value for the pseudo random number generator.
getSeed() - Method in class org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed
 
getSeed() - Method in interface org.w3c.dom.svg.SVGFETurbulenceElement
 
getSegmentTerminatingPoint(double[], int) - Method in class org.apache.batik.gvt.MarkerShapePainter
Extracts the terminating point, depending on the segment type.
getSegType() - Method in class org.apache.batik.ext.awt.geom.PathLength.PathSegment
Get the value of segType.
getSelected(Mark, Mark) - Method in interface org.apache.batik.gvt.TextPainter
Get an array of index pairs corresponding to the indices within an AttributedCharacterIterator regions bounded by two Marks.
getSelected(Mark, Mark) - Method in class org.apache.batik.gvt.renderer.StrokingTextPainter
Returns an array of ints representing begin/end index pairs into an AttributedCharacterIterator which represents the text selection delineated by two Mark instances.
getSelection() - Method in interface org.apache.batik.gvt.Selector
Get the contents of the current selection buffer.
getSelection() - Method in interface org.apache.batik.gvt.Selectable
Get the current text selection.
getSelection() - Method in class org.apache.batik.gvt.TextNode
Gets the current text selection.
getSelection() - Method in class org.apache.batik.gvt.event.SelectionEvent
Returns the selection associated with this event.
getSelection() - Method in class org.apache.batik.gvt.text.ConcreteTextSelector
 
getSelection() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getSelectionOverlay() - Method in class org.apache.batik.swing.gvt.TextSelectionManager
Returns the selection overlay.
getSelectionOverlayColor() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Returns the color of the selection overlay.
getSelectionOverlayColor() - Method in class org.apache.batik.swing.gvt.TextSelectionManager
Returns the color of the selection overlay.
getSelectionOverlayStrokeColor() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Returns the color of the outline of the selection overlay.
getSelectionOverlayStrokeColor() - Method in class org.apache.batik.swing.gvt.TextSelectionManager
Returns the color of the outline of the selection overlay.
getSelector() - Method in class org.apache.batik.css.engine.sac.AbstractSiblingSelector
SAC: Implements SiblingSelector.getSelector().
getSelector() - Method in class org.apache.batik.css.parser.AbstractSiblingSelector
SAC: Implements SiblingSelector.getSelector().
getSelector() - Method in interface org.w3c.css.sac.SiblingSelector
Returns the first selector.
getSelectorList() - Method in class org.apache.batik.css.engine.StyleRule
Returns the selector list.
getSelectorText() - Method in interface org.w3c.dom.css.CSSPageRule
The parsable textual representation of the page selector for the rule.
getSelectorText() - Method in interface org.w3c.dom.css.CSSStyleRule
The textual representation of the selector for the rule set.
getSelectorType() - Method in class org.apache.batik.css.engine.sac.CSSConditionalSelector
SAC: Implements Selector.getSelectorType().
getSelectorType() - Method in class org.apache.batik.css.engine.sac.CSSChildSelector
SAC: Implements Selector.getSelectorType().
getSelectorType() - Method in class org.apache.batik.css.engine.sac.CSSDescendantSelector
SAC: Implements Selector.getSelectorType().
getSelectorType() - Method in class org.apache.batik.css.engine.sac.CSSDirectAdjacentSelector
SAC: Implements Selector.getSelectorType().
getSelectorType() - Method in class org.apache.batik.css.engine.sac.CSSElementSelector
SAC: Implements Selector.getSelectorType().
getSelectorType() - Method in class org.apache.batik.css.engine.sac.CSSPseudoElementSelector
SAC: Implements Selector.getSelectorType().
getSelectorType() - Method in class org.apache.batik.css.parser.DefaultConditionalSelector
SAC: Implements Selector.getSelectorType().
getSelectorType() - Method in class org.apache.batik.css.parser.DefaultElementSelector
SAC: Implements Selector.getSelectorType().
getSelectorType() - Method in class org.apache.batik.css.parser.DefaultPseudoElementSelector
SAC: Implements Selector.getSelectorType().
getSelectorType() - Method in class org.apache.batik.css.parser.DefaultDescendantSelector
SAC: Implements Selector.getSelectorType().
getSelectorType() - Method in class org.apache.batik.css.parser.DefaultDirectAdjacentSelector
SAC: Implements Selector.getSelectorType().
getSelectorType() - Method in class org.apache.batik.css.parser.DefaultChildSelector
SAC: Implements Selector.getSelectorType().
getSelectorType() - Method in interface org.w3c.css.sac.Selector
An integer indicating the type of Selector
getSensitiveArea() - Method in class org.apache.batik.gvt.ShapeNode
Returns the shape that represents the sensitive area of this graphics node.
getSeparator() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements Counter.getSeparator().
getSeparator() - Method in class org.apache.batik.css.engine.value.AbstractValue
Implements Value.getSeparator().
getSeparator() - Method in interface org.apache.batik.css.engine.value.Value
The separator value of the counter.
getSeparator() - Method in class org.apache.batik.css.engine.value.ComputedValue
Implements Value.getSeparator().
getSeparator() - Method in interface org.w3c.dom.css.Counter
This attribute is used for the separator of the nested counters.
getSeparatorChar() - Method in class org.apache.batik.css.engine.value.ListValue
Returns the separator used for this list.
getSerifStyle() - Method in class org.apache.batik.svggen.font.table.Panose
 
getShape() - Method in class org.apache.batik.gvt.FillShapePainter
Gets the Shape this shape painter is associated with.
getShape() - Method in interface org.apache.batik.gvt.ShapePainter
Gets the shape this shape painter is associated with.
getShape() - Method in class org.apache.batik.gvt.ShapeNode
Returns the shape of this ShapeNode.
getShape() - Method in class org.apache.batik.gvt.CompositeShapePainter
Gets the Shape this shape painter is associated with.
getShape() - Method in class org.apache.batik.gvt.MarkerShapePainter
Gets the Shape this shape painter is associated with.
getShape() - Method in class org.apache.batik.gvt.StrokeShapePainter
Gets the Shape this shape painter is associated with.
getShape() - Method in class org.apache.batik.parser.AWTPathProducer
Returns the Shape object initialized during the last parsing.
getShape() - Method in class org.apache.batik.parser.AWTPolylineProducer
Returns the Shape object initialized during the last parsing.
getShape() - Method in interface org.apache.batik.parser.ShapeProducer
Returns the Shape object initialized during the last parsing.
getShapePainter() - Method in class org.apache.batik.gvt.ShapeNode
Returns the ShapePainter used by this shape node to render its shape.
getShapePainter(int) - Method in class org.apache.batik.gvt.CompositeShapePainter
Returns the shape painter at the specified index.
getShapePainterCount() - Method in class org.apache.batik.gvt.CompositeShapePainter
Returns the number of shape painter of this composite shape painter.
getSheet() - Method in class org.apache.batik.dom.StyleSheetProcessingInstruction
The style sheet.
getSheet() - Method in class org.apache.batik.dom.svg.SVGOMStyleElement
DOM: Implements LinkStyle.getSheet().
getSheet() - Method in interface org.w3c.dom.stylesheets.LinkStyle
The style sheet.
getShiftKey() - Method in class org.apache.batik.dom.events.DOMKeyEvent
shiftKey indicates whether the 'shift' key was depressed * during the firing of the event.
getShiftKey() - Method in class org.apache.batik.dom.events.DOMMouseEvent
DOM: shiftKey indicates whether the 'shift' key was depressed during the firing of the event.
getShiftKey() - Method in interface org.w3c.dom.events.MouseEvent
Used to indicate whether the 'shift' key was depressed during the firing of the event.
getShorthandIndex(String) - Method in class org.apache.batik.css.engine.CSSEngine
Returns the shorthand property index, or -1.
getSiblingSelector() - Method in class org.apache.batik.css.engine.sac.AbstractSiblingSelector
SAC: Implements SiblingSelector.getSiblingSelector().
getSiblingSelector() - Method in class org.apache.batik.css.parser.AbstractSiblingSelector
SAC: Implements SiblingSelector.getSiblingSelector().
getSiblingSelector() - Method in interface org.w3c.css.sac.SiblingSelector
 
getSignificantBits() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns the number of significant bits for each band of the image.
getSimpleDuration() - Method in class org.apache.batik.dom.svg.SVGOMAnimationElement
DOM: Implements SVGAnimationElement.getSimpleDuration().
getSimpleDuration() - Method in interface org.w3c.dom.svg.SVGAnimationElement
 
getSimpleSelector() - Method in class org.apache.batik.css.engine.sac.AbstractDescendantSelector
SAC: Implements DescendantSelector.getSimpleSelector().
getSimpleSelector() - Method in class org.apache.batik.css.engine.sac.CSSConditionalSelector
SAC: Implements ConditionalSelector.getSimpleSelector().
getSimpleSelector() - Method in class org.apache.batik.css.parser.DefaultConditionalSelector
SAC: Implements ConditionalSelector.getSimpleSelector().
getSimpleSelector() - Method in class org.apache.batik.css.parser.AbstractDescendantSelector
SAC: Implements DescendantSelector.getSimpleSelector().
getSimpleSelector() - Method in interface org.w3c.css.sac.ConditionalSelector
Returns the simple selector.
getSimpleSelector() - Method in interface org.w3c.css.sac.NegativeSelector
Returns the simple selector.
getSimpleSelector() - Method in interface org.w3c.css.sac.DescendantSelector
 
getSize() - Method in class org.apache.batik.bridge.SVGGVTFont
Returns the size of this font.
getSize() - Method in class org.apache.batik.css.engine.StyleSheet
Returns the number of rules.
getSize() - Method in class org.apache.batik.gvt.font.AWTGVTFont
Returns the size of this font.
getSize() - Method in interface org.apache.batik.gvt.font.GVTFont
Returns the size of this font.
getSize() - Method in class org.apache.batik.util.DoublyLinkedList
Returns the number of elements currently in the list.
getSize() - Method in interface org.w3c.dom.css.CSS2Properties
See the size property definition in CSS2.
getSlope() - Method in class org.apache.batik.dom.svg.SVGOMComponentTransferFunctionElement
DOM: Implements SVGComponentTransferFunctionElement.getSlope().
getSlope() - Method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
Returns the slope value for this transfer function
getSlope() - Method in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
Returns the slope value for this transfer function
getSlope() - Method in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
 
getSource() - Method in interface org.apache.batik.ext.awt.image.renderable.PadRable
Returns the source to be padded
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.GaussianBlurRable8Bit
Returns the source of the blur operation
getSource() - Method in interface org.apache.batik.ext.awt.image.renderable.FilterResRable
Returns the source to be cropped.
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.SpecularLightingRable8Bit
Returns the source to be filtered
getSource() - Method in interface org.apache.batik.ext.awt.image.renderable.MorphologyRable
Returns the source to be offset.
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.FilterAlphaRable
 
getSource() - Method in interface org.apache.batik.ext.awt.image.renderable.FilterChainRable
Returns this filter's source.
getSource() - Method in interface org.apache.batik.ext.awt.image.renderable.AffineRable
Returns the source to be offset.
getSource() - Method in interface org.apache.batik.ext.awt.image.renderable.ConvolveMatrixRable
Returns the source to be Convolved
getSource() - Method in interface org.apache.batik.ext.awt.image.renderable.SpecularLightingRable
Returns the source to be filtered
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.MorphologyRable8Bit
Returns the source to be offset.
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.ConvolveMatrixRable8Bit
 
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.ClipRable8Bit
This returns the current image being masked by the mask node.
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable8Bit
Returns the source to be filtered
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.FilterAsAlphaRable
 
getSource() - Method in interface org.apache.batik.ext.awt.image.renderable.OffsetRable
Returns the source to be offset.
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.DeferRable
Key method that blocks if the src has not yet been provided.
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.TileRable8Bit
Return's the tile source
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.RedRable
 
getSource() - Method in interface org.apache.batik.ext.awt.image.renderable.GaussianBlurRable
Returns the source to be Blurred
getSource() - Method in interface org.apache.batik.ext.awt.image.renderable.ComponentTransferRable
Returns the source to be offset.
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.ComponentTransferRable8Bit
Returns the source of the blur operation
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.FilterResRable8Bit
Returns the source to be cropped.
getSource() - Method in interface org.apache.batik.ext.awt.image.renderable.ClipRable
This returns the current image being clipped by the clip node.
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.ProfileRable
Returns the source of the blur operation
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.AffineRable8Bit
Returns the source to be affine.
getSource() - Method in interface org.apache.batik.ext.awt.image.renderable.ColorMatrixRable
Returns the source to be offset.
getSource() - Method in interface org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable
Returns the source to be filtered
getSource() - Method in interface org.apache.batik.ext.awt.image.renderable.TileRable
Return's the tile source (the tile content used to fill the tile region.
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.PadRable8Bit
Returns the source to be affine.
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.FilterChainRable8Bit
Returns the source of the chain.
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.ColorMatrixRable8Bit
Returns the source of the blur operation
getSource() - Method in class org.apache.batik.ext.awt.image.rendered.ProfileRed
 
getSource() - Method in class org.apache.batik.ext.awt.image.rendered.FormatRed
fetch the source image for this node.
getSource() - Method in class org.apache.batik.ext.awt.image.rendered.AffineRed
 
getSource() - Method in class org.apache.batik.ext.awt.image.rendered.TranslateRed
fetch the source image for this node.
getSource() - Method in interface org.apache.batik.extension.svg.BatikHistogramNormalizationFilter
Returns the source to be offset.
getSource() - Method in class org.apache.batik.extension.svg.BatikHistogramNormalizationFilter8Bit
Returns the source of the operation
getSource() - Method in class org.apache.batik.gvt.ProxyGraphicsNode
Returns the proxied graphics node.
getSource() - Method in class org.apache.batik.gvt.filter.MaskRable8Bit
This returns the current image being masked by the mask node.
getSource() - Method in interface org.apache.batik.gvt.filter.Mask
This returns the current image being masked by the mask node.
getSources() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getSources() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
 
getSources() - Method in class org.apache.batik.ext.awt.image.renderable.AbstractRable
 
getSources() - Method in class org.apache.batik.ext.awt.image.renderable.DeferRable
 
getSources() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getSources() - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getSpacing() - Method in class org.apache.batik.dom.svg.SVGOMTextPathElement
DOM: Implements SVGTextPathElement.getSpacing().
getSpacing() - Method in interface org.w3c.dom.svg.SVGTextPathElement
 
getSpeak() - Method in interface org.w3c.dom.css.CSS2Properties
See the speak property definition in CSS2.
getSpeakHeader() - Method in interface org.w3c.dom.css.CSS2Properties
See the speak-header property definition in CSS2.
getSpeakNumeral() - Method in interface org.w3c.dom.css.CSS2Properties
See the speak-numeral property definition in CSS2.
getSpeakPunctuation() - Method in interface org.w3c.dom.css.CSS2Properties
See the speak-punctuation property definition in CSS2.
getSpecificity() - Method in class org.apache.batik.css.engine.sac.AbstractAttributeCondition
Returns the specificity of this condition.
getSpecificity() - Method in interface org.apache.batik.css.engine.sac.ExtendedCondition
Returns the specificity of this condition.
getSpecificity() - Method in class org.apache.batik.css.engine.sac.AbstractDescendantSelector
Returns the specificity of this selector.
getSpecificity() - Method in class org.apache.batik.css.engine.sac.CSSLangCondition
Returns the specificity of this condition.
getSpecificity() - Method in class org.apache.batik.css.engine.sac.CSSConditionalSelector
Returns the specificity of this selector.
getSpecificity() - Method in class org.apache.batik.css.engine.sac.AbstractCombinatorCondition
Returns the specificity of this condition.
getSpecificity() - Method in class org.apache.batik.css.engine.sac.CSSIdCondition
Returns the specificity of this condition.
getSpecificity() - Method in class org.apache.batik.css.engine.sac.AbstractSiblingSelector
Returns the specificity of this selector.
getSpecificity() - Method in class org.apache.batik.css.engine.sac.CSSElementSelector
Returns the specificity of this selector.
getSpecificity() - Method in interface org.apache.batik.css.engine.sac.ExtendedSelector
Returns the specificity of this selector.
getSpecificity() - Method in class org.apache.batik.css.engine.sac.CSSPseudoElementSelector
Returns the specificity of this selector.
getSpecified() - Method in class org.apache.batik.css.engine.sac.CSSAttributeCondition
SAC: Implements AttributeCondition.getSpecified().
getSpecified() - Method in class org.apache.batik.css.engine.sac.CSSIdCondition
SAC: Implements AttributeCondition.getSpecified().
getSpecified() - Method in class org.apache.batik.css.engine.sac.CSSPseudoClassCondition
SAC: Implements AttributeCondition.getSpecified().
getSpecified() - Method in class org.apache.batik.css.parser.DefaultIdCondition
SAC: Implements AttributeCondition.getSpecified().
getSpecified() - Method in class org.apache.batik.css.parser.DefaultAttributeCondition
SAC: Implements AttributeCondition.getSpecified().
getSpecified() - Method in class org.apache.batik.css.parser.DefaultPseudoClassCondition
SAC: Implements AttributeCondition.getSpecified().
getSpecified() - Method in class org.apache.batik.dom.AbstractAttr
DOM: Implements Attr.getSpecified().
getSpecified() - Method in interface org.w3c.css.sac.AttributeCondition
Returns true if the attribute must have an explicit value in the original document, false otherwise.
getSpecified() - Method in interface org.w3c.dom.Attr
If this attribute was explicitly given a value in the original document, this is true; otherwise, it is false.
getSpecularConstant() - Method in class org.apache.batik.dom.svg.SVGOMFESpecularLightingElement
DOM: Implements SVGFESpecularLightingElement.getSpecularConstant().
getSpecularConstant() - Method in interface org.w3c.dom.svg.SVGFESpecularLightingElement
 
getSpecularExponent() - Method in class org.apache.batik.dom.svg.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getSpecularExponent().
getSpecularExponent() - Method in class org.apache.batik.dom.svg.SVGOMFESpecularLightingElement
DOM: Implements SVGFESpecularLightingElement.getSpecularExponent().
getSpecularExponent() - Method in class org.apache.batik.ext.awt.image.SpotLight
 
getSpecularExponent() - Method in class org.apache.batik.ext.awt.image.renderable.SpecularLightingRable8Bit
 
getSpecularExponent() - Method in interface org.apache.batik.ext.awt.image.renderable.SpecularLightingRable
 
getSpecularExponent() - Method in interface org.w3c.dom.svg.SVGFESpecularLightingElement
 
getSpecularExponent() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
 
getSpeechRate() - Method in interface org.w3c.dom.css.CSS2Properties
See the speech-rate property definition in CSS2.
getSpreadMethod() - Method in class org.apache.batik.dom.svg.SVGOMGradientElement
DOM: Implements SVGGradientElement.getSpreadMethod().
getSpreadMethod() - Method in interface org.w3c.dom.svg.SVGGradientElement
 
getSrc() - Method in interface org.w3c.dom.svg.SVGColorProfileRule
 
getSRGBIntent() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns the sRGB rendering intent to be stored with this image.
getStandardBolderFontWeight(float) - Static method in class org.apache.batik.bridge.UserAgentAdapter
Returns a bolder font-weight.
getStandardExtensions() - Method in class org.apache.batik.ext.awt.image.spi.AbstractRegistryEntry
 
getStandardExtensions() - Method in interface org.apache.batik.ext.awt.image.spi.RegistryEntry
Return a List of the common extensions for this file format.
getStandardLighterFontWeight(float) - Static method in class org.apache.batik.bridge.UserAgentAdapter
Returns a lighter font-weight.
getStart() - Method in class org.apache.batik.css.parser.Scanner
Returns the start offset of the last lexical unit.
getStart() - Method in class org.apache.batik.xml.XMLScanner
Returns the start offset of the last lexical unit.
getStartIdx() - Method in class org.apache.batik.gvt.text.LineInfo
 
getStartMarker() - Method in class org.apache.batik.gvt.MarkerShapePainter
Returns the marker that shall be drawn at the first vertex of the given shape.
getStartOffset() - Method in class org.apache.batik.dom.svg.SVGOMTextPathElement
DOM: Implements SVGTextPathElement.getStartOffset().
getStartOffset() - Method in class org.apache.batik.gvt.text.TextPath
Returns the start offset of this text path.
getStartOffset() - Method in class org.apache.batik.xml.XMLScanner
Returns the start offset of the current lexical unit.
getStartOffset() - Method in interface org.w3c.dom.svg.SVGTextPathElement
 
getStartPoint() - Method in class org.apache.batik.ext.awt.LinearGradientPaint
Returns a copy of the start point of the gradient axis
getStartPositionOfChar(int) - Method in class org.apache.batik.dom.svg.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getStartPositionOfChar(int).
getStartPositionOfChar(int) - Method in interface org.w3c.dom.svg.SVGTextContentElement
 
getStartTime() - Method in class org.apache.batik.dom.svg.SVGOMAnimationElement
DOM: Implements SVGAnimationElement.getStartTime().
getStartTime() - Method in interface org.w3c.dom.svg.SVGAnimationElement
 
getStdDeviationX() - Method in class org.apache.batik.dom.svg.SVGOMFEGaussianBlurElement
DOM: Implements SVGFEGaussianBlurElement.getStdDeviationX().
getStdDeviationX() - Method in class org.apache.batik.ext.awt.image.renderable.GaussianBlurRable8Bit
Returns the deviation along the x-axis, in user space.
getStdDeviationX() - Method in interface org.apache.batik.ext.awt.image.renderable.GaussianBlurRable
Returns the deviation along the x-axis, in user space.
getStdDeviationX() - Method in interface org.w3c.dom.svg.SVGFEGaussianBlurElement
 
getStdDeviationY() - Method in class org.apache.batik.dom.svg.SVGOMFEGaussianBlurElement
DOM: Implements SVGFEGaussianBlurElement.getStdDeviationY().
getStdDeviationY() - Method in class org.apache.batik.ext.awt.image.renderable.GaussianBlurRable8Bit
Returns the deviation along the y-axis, in user space.
getStdDeviationY() - Method in interface org.apache.batik.ext.awt.image.renderable.GaussianBlurRable
Returns the deviation along the y-axis, in user space.
getStdDeviationY() - Method in interface org.w3c.dom.svg.SVGFEGaussianBlurElement
 
getStitchTiles() - Method in class org.apache.batik.dom.svg.SVGOMFETurbulenceElement
DOM: Implements SVGFETurbulenceElement.getStitchTiles().
getStitchTiles() - Method in interface org.w3c.dom.svg.SVGFETurbulenceElement
 
getStress() - Method in interface org.w3c.dom.css.CSS2Properties
See the stress property definition in CSS2.
getStrikeoutPosition() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getStrikeoutSize() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getStrikethroughOffset() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the position of the strike-through line relative to the baseline.
getStrikethroughPosition() - Method in class org.apache.batik.bridge.SVGFontFace
Returns the position of the strikethrough decoration.
getStrikethroughShape() - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns a shape describing the strikethrough line for a given ACI.
getStrikethroughThickness() - Method in class org.apache.batik.bridge.SVGFontFace
Returns the stroke thickness to use when drawing a strikethrough.
getStrikethroughThickness() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the thickness of the strike-through line.
getString(String) - Static method in class org.apache.batik.apps.svgbrowser.Resources
 
getString(String) - Static method in class org.apache.batik.ext.awt.image.codec.PropertyUtil
 
getString(String) - Static method in class org.apache.batik.ext.swing.Resources
 
getString(String) - Static method in class org.apache.batik.ext.swing.Messages
 
getString(String) - Static method in class org.apache.batik.script.rhino.Messages
 
getString(String) - Method in class org.apache.batik.util.PreferenceManager
Returns a String preference.
getString(String) - Static method in class org.apache.batik.util.Messages
 
getString(String) - Method in class org.apache.batik.util.gui.resource.ResourceManager
Returns the string that is mapped with the given key
getStringDelimiter() - Method in class org.apache.batik.xml.XMLScanner
Returns the last encountered string delimiter.
getStringList(String) - Method in class org.apache.batik.util.gui.resource.ResourceManager
Returns the tokens that compose the string mapped with the given key.
getStringList(String, String) - Method in class org.apache.batik.util.gui.resource.ResourceManager
Returns the tokens that compose the string mapped with the given key.
getStringList(String, String, boolean) - Method in class org.apache.batik.util.gui.resource.ResourceManager
Returns the tokens that compose the string mapped with the given key
getStrings(String) - Method in class org.apache.batik.util.PreferenceManager
Returns an array of String preference.
getStringValue() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements CSSPrimitiveValue.getStringValue().
getStringValue() - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractComponent
DOM: Implements CSSPrimitiveValue.getStringValue().
getStringValue() - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractComponent
DOM: Implements CSSPrimitiveValue.getStringValue().
getStringValue() - Method in class org.apache.batik.css.engine.value.AbstractValue
Implements Value.getStringValue().
getStringValue() - Method in interface org.apache.batik.css.engine.value.Value
This method is used to get the string value.
getStringValue() - Method in class org.apache.batik.css.engine.value.StringValue
This method is used to get the string value.
getStringValue() - Method in class org.apache.batik.css.engine.value.ComputedValue
Implements Value.getStringValue().
getStringValue() - Method in class org.apache.batik.css.parser.Scanner
Returns the string representation of the current lexical unit.
getStringValue() - Method in class org.apache.batik.css.parser.CSSLexicalUnit
SAC: Implements CSSLexicalUnit.getStringValue().
getStringValue() - Method in class org.apache.batik.css.parser.CSSLexicalUnit.StringLexicalUnit
SAC: Implements LexicalUnit.getStringValue().
getStringValue() - Method in interface org.w3c.css.sac.LexicalUnit
Returns the string value.
getStringValue() - Method in interface org.w3c.dom.css.CSSPrimitiveValue
This method is used to get the string value.
getStroke() - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Returns the current Stroke in the Graphics2D context.
getStroke() - Method in class org.apache.batik.ext.awt.g2d.GraphicContext
Returns the current Stroke in the Graphics2D context.
getStroke() - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getStrokeConverter() - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
getStrokeVariation() - Method in class org.apache.batik.svggen.font.table.Panose
 
getStyle() - Method in class org.apache.batik.dom.svg.SVGStylableElement
DOM: Implements SVGStylable.getStyle().
getStyle() - Method in class org.apache.batik.extension.StylableExtensionElement
DOM: Implements SVGStylable.getStyle().
getStyle() - Method in interface org.w3c.dom.css.ElementCSSInlineStyle
The style attribute.
getStyle() - Method in interface org.w3c.dom.css.CSSPageRule
The declaration-block of this rule.
getStyle() - Method in interface org.w3c.dom.css.CSSStyleRule
The declaration-block of this rule set.
getStyle() - Method in interface org.w3c.dom.css.CSSFontFaceRule
The declaration-block of this rule.
getStyle() - Method in interface org.w3c.dom.svg.SVGStylable
 
getStyleAttribute() - Method in class org.apache.batik.bridge.StyleReference
Returns the style attribute
getStyleDeclaration() - Method in class org.apache.batik.css.engine.StyleRule
Returns the style declaration.
getStyleHandler() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns the StyleHandler that has been set.
getStyleSheet() - Method in interface org.w3c.dom.css.CSSImportRule
The style sheet referred to by this rule, if it has been loaded.
getStyleSheetNodes() - Method in class org.apache.batik.css.engine.CSSEngine
Returns the document CSSStyleSheetNodes in a list.
getStyleSheets() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements DocumentStyle.getStyleSheets().
getStyleSheets() - Method in class org.apache.batik.dom.svg.SVGOMDocument
DOM: Implements DocumentStyle.getStyleSheets().
getStyleSheets() - Method in interface org.w3c.dom.stylesheets.DocumentStyle
A list containing all the style sheets explicitly linked into or embedded in a document.
getStyleSheetURI() - Method in class org.apache.batik.dom.svg.SVGStyleSheetProcessingInstruction
Returns the URI of the referenced stylesheet.
getSubscriptXOffset() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getSubscriptXSize() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getSubscriptYOffset() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getSubscriptYSize() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getSubstituteChar(String, int) - Static method in class org.apache.batik.gvt.text.ArabicTextHandler
Will try and find a substitute character of the specified form.
getSubStringLength(int, int) - Method in class org.apache.batik.dom.svg.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getSubStringLength(int,int).
getSubStringLength(int, int) - Method in interface org.w3c.dom.svg.SVGTextContentElement
 
getSubtable(int) - Method in class org.apache.batik.svggen.font.table.Lookup
 
getSubtable(int) - Method in class org.apache.batik.svggen.font.table.KernTable
 
getSubtableCount() - Method in class org.apache.batik.svggen.font.table.Lookup
 
getSubtableCount() - Method in class org.apache.batik.svggen.font.table.KernTable
 
getSubValues() - Method in class org.apache.batik.css.parser.CSSLexicalUnit
SAC: Implements CSSLexicalUnit.getSubValues().
getSubValues() - Method in interface org.w3c.css.sac.LexicalUnit
Returns a list of values inside the sub expression.
getSuffix() - Method in class org.apache.batik.svggen.AbstractImageHandlerEncoder
 
getSuffix() - Method in class org.apache.batik.svggen.ImageHandlerPNGEncoder
 
getSuffix() - Method in class org.apache.batik.svggen.ImageHandlerJPEGEncoder
 
getSuggestedPalette() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns the suggested palette information to be stored with this image.
getSuperscriptXOffset() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getSuperscriptXSize() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getSuperscriptYOffset() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getSuperscriptYSize() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getSuppressAlpha() - Method in class org.apache.batik.ext.awt.image.codec.PNGDecodeParam
Returns true if alpha (transparency) will be prevented from appearing in the output.
getSurfaceScale() - Method in class org.apache.batik.dom.svg.SVGOMFEDiffuseLightingElement
DOM: Implements SVGFEDiffuseLightingElement.getSurfaceScale().
getSurfaceScale() - Method in class org.apache.batik.dom.svg.SVGOMFESpecularLightingElement
DOM: Implements SVGFESpecularLightingElement.getSurfaceScale().
getSurfaceScale() - Method in class org.apache.batik.ext.awt.image.renderable.SpecularLightingRable8Bit
 
getSurfaceScale() - Method in interface org.apache.batik.ext.awt.image.renderable.SpecularLightingRable
 
getSurfaceScale() - Method in class org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable8Bit
 
getSurfaceScale() - Method in interface org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable
 
getSurfaceScale() - Method in class org.apache.batik.ext.awt.image.rendered.BumpMap
 
getSurfaceScale() - Method in interface org.w3c.dom.svg.SVGFESpecularLightingElement
 
getSurfaceScale() - Method in interface org.w3c.dom.svg.SVGFEDiffuseLightingElement
 
getSVGCanvasSize() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getSVGContext() - Method in class org.apache.batik.dom.svg.SVGOMElement
Returns the SVG context used to get SVG specific informations.
getSVGContext(Node) - Static method in class org.apache.batik.bridge.BridgeContext
Returns the SVGContext associated to the specified Node or null if any.
GetSVGDocument - interface org.w3c.dom.svg.GetSVGDocument.
 
getSVGDocument() - Method in class org.apache.batik.swing.svg.JSVGComponent
Returns the current SVG document.
getSVGDocument() - Method in class org.apache.batik.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
 
getSVGDocumentSize() - Method in class org.apache.batik.swing.svg.JSVGComponent
Returns the size of the SVG document.
getSVGFontFaceElement(Font) - Static method in class org.apache.batik.svggen.font.SVGFont
 
getSweepFlag() - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
 
getSweepFlag() - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
 
getSystemColor(String) - Method in class org.apache.batik.bridge.BridgeContext
Returns the Value corresponding to the given system color.
getSystemColor(String) - Method in interface org.apache.batik.css.engine.CSSContext
Returns the Value corresponding to the given system color.
getSystemColor(String) - Static method in class org.apache.batik.css.engine.SystemColorSupport
Returns the Value corresponding to the given system color.
getSystemId() - Method in class org.apache.batik.dom.AbstractNotation
DOM: Implements Notation.getSystemId().
getSystemId() - Method in class org.apache.batik.dom.AbstractEntity
DOM: Implements Entity.getSystemId().
getSystemId() - Method in interface org.w3c.dom.Entity
The system identifier associated with the entity, if specified.
getSystemId() - Method in interface org.w3c.dom.Notation
The system identifier of this notation.
getSystemId() - Method in interface org.w3c.dom.DocumentType
The system identifier of the external subset.
getSystemId() - Method in class org.xml.sax.InputSource
Get the system identifier for this input source.
getSystemId() - Method in interface org.xml.sax.Locator
Return the system identifier for the current document event.
getSystemId() - Method in class org.xml.sax.SAXParseException
Get the system identifier of the entity where the exception occurred.
getSystemId() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved system identifier.
getSystemLanguage() - Method in class org.apache.batik.dom.svg.SVGOMTextContentElement
DOM: Implements SVGTests.getSystemLanguage().
getSystemLanguage() - Method in class org.apache.batik.dom.svg.SVGOMAnimationElement
DOM: Implements SVGTests.getSystemLanguage().
getSystemLanguage() - Method in class org.apache.batik.dom.svg.SVGGraphicsElement
DOM: Implements SVGTests.getSystemLanguage().
getSystemLanguage() - Method in class org.apache.batik.dom.svg.SVGOMCursorElement
DOM: Implements SVGTests.getSystemLanguage().
getSystemLanguage() - Method in class org.apache.batik.dom.svg.SVGOMPatternElement
DOM: Implements SVGTests.getSystemLanguage().
getSystemLanguage() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements SVGTests.getSystemLanguage().
getSystemLanguage() - Method in interface org.w3c.dom.svg.SVGTests
 
getSystemLanguage(Element) - Static method in class org.apache.batik.dom.svg.SVGTestsSupport
To implements SVGTests.getSystemLanguage().
getSystemProperty(String) - Static method in class org.apache.batik.util.PreferenceManager
Gets a System property if accessible.
getTable(int) - Method in class org.apache.batik.svggen.font.Font
 
getTableDirectory() - Method in class org.apache.batik.svggen.font.Font
 
getTableLayout() - Method in interface org.w3c.dom.css.CSS2Properties
See the table-layout property definition in CSS2.
getTableTransfer(float[]) - Static method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
Returns a table transfer function
getTableValues() - Method in class org.apache.batik.dom.svg.SVGOMComponentTransferFunctionElement
DOM: Implements SVGComponentTransferFunctionElement.getTableValues().
getTableValues() - Method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
Returns the table values for this transfer function
getTableValues() - Method in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
Returns the table values for this transfer function
getTableValues() - Method in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
 
getTabulationWidth() - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Returns whether the tabulation width.
getTag() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFField
Returns the tag number, between 0 and 65535.
getTag() - Method in class org.apache.batik.svggen.font.table.LangSysRecord
 
getTag() - Method in class org.apache.batik.svggen.font.table.FeatureRecord
 
getTag() - Method in class org.apache.batik.svggen.font.table.ScriptRecord
 
getTag() - Method in class org.apache.batik.svggen.font.table.DirectoryEntry
 
getTagName() - Method in class org.apache.batik.dom.AbstractElement
DOM: Implements Element.getTagName().
getTagName() - Method in interface org.w3c.dom.Element
The name of the element.
getTags() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDirectory
Returns an ordered array of ints indicating the tag values.
getTail() - Method in class org.apache.batik.util.DoublyLinkedList
Get the current tail element
getTarget() - Method in class org.apache.batik.dom.StyleSheetProcessingInstruction
DOM: Implements ProcessingInstruction.getTarget().
getTarget() - Method in class org.apache.batik.dom.GenericProcessingInstruction
DOM: Implements ProcessingInstruction.getTarget().
getTarget() - Method in class org.apache.batik.dom.events.AbstractEvent
DOM: The target property indicates the EventTarget to which the event was originally dispatched.
getTarget() - Method in class org.apache.batik.dom.svg.SVGOMAElement
DOM: Implements SVGAElement.getTarget().
getTarget() - Method in interface org.apache.batik.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 org.apache.batik.ext.awt.image.renderable.ConvolveMatrixRable8Bit
 
getTarget() - Method in interface org.w3c.css.sac.ProcessingInstructionSelector
Returns the target of the processing instruction.
getTarget() - Method in interface org.w3c.dom.ProcessingInstruction
The target of this processing instruction.
getTarget() - Method in interface org.w3c.dom.events.Event
Used to indicate the EventTarget to which the event was originally dispatched.
getTarget() - Method in interface org.w3c.dom.svg.SVGAElement
 
getTargetElement() - Method in class org.apache.batik.dom.svg.SVGOMAnimationElement
DOM: Implements SVGAnimationElement.getTargetElement().
getTargetElement() - Method in interface org.w3c.dom.svg.SVGAnimationElement
 
getTargetX() - Method in class org.apache.batik.dom.svg.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getTargetX().
getTargetX() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
getTargetY() - Method in class org.apache.batik.dom.svg.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getTargetY().
getTargetY() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
 
getText() - Method in interface org.apache.batik.css.dom.CSSOMStyleDeclaration.ValueProvider
Returns the text of the declaration.
getText() - Method in class org.apache.batik.dom.svg.SVGStylableElement.StyleDeclaration
Returns the text of the declaration.
getText() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns the text strings to be stored in uncompressed form with this image as an array of Strings.
getText() - Method in class org.apache.batik.gvt.TextNode
Returns the text of this TextNode as a string.
getText() - Method in class org.apache.batik.util.gui.LocationBar
returns the current item text.
getText() - Method in class org.apache.batik.util.gui.URIChooser
Returns the text entered by the user.
getTextAlign() - Method in interface org.w3c.dom.css.CSS2Properties
See the text-align property definition in CSS2.
getTextDecoration() - Method in interface org.w3c.dom.css.CSS2Properties
See the text-decoration property definition in CSS2.
getTextDecoration(Element, GraphicsNode, SVGTextElementBridge.TextDecoration, BridgeContext) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Constructs a TextDecoration object for the specified element.
getTextIndent() - Method in interface org.w3c.dom.css.CSS2Properties
See the text-indent property definition in CSS2.
getTextLayoutFactory() - Method in class org.apache.batik.gvt.renderer.BasicTextPainter
 
getTextLength() - Method in class org.apache.batik.dom.svg.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getTextLength().
getTextLength() - Method in interface org.w3c.dom.svg.SVGTextContentElement
 
getTextNode() - Method in class org.apache.batik.gvt.renderer.BasicTextPainter.BasicMark
 
getTextNode() - Method in interface org.apache.batik.gvt.text.Mark
 
getTextPainter() - Method in class org.apache.batik.bridge.BridgeContext
Returns the text painter that will be used be text nodes.
getTextPainter() - Method in class org.apache.batik.gvt.TextNode
Returns the text painter of this text node.
getTextPathAdvance() - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns the position to used when drawing a text run after this one.
getTextPathAdvance() - Method in interface org.apache.batik.gvt.text.TextSpanLayout
 
getTextRuns() - Method in class org.apache.batik.gvt.TextNode
Returns a list of text runs.
getTextRuns(TextNode, AttributedCharacterIterator) - Method in class org.apache.batik.gvt.renderer.StrokingTextPainter
 
getTextShadow() - Method in interface org.w3c.dom.css.CSS2Properties
See the text-shadow property definition in CSS2.
getTextTransform() - Method in interface org.w3c.dom.css.CSS2Properties
See the text-transform property definition in CSS2.
getTexturePaintConverter() - Method in class org.apache.batik.svggen.SVGPaint
 
getThread() - Method in class org.apache.batik.util.RunnableQueue
Returns the thread in which the RunnableQueue is currently running.
getTile() - Method in class org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed
 
getTile(int, int) - Method in class org.apache.batik.ext.awt.image.codec.SingleTileRenderedImage
Returns the image's Raster as tile (0, 0).
getTile(int, int) - Method in class org.apache.batik.ext.awt.image.codec.PNGRed
 
getTile(int, int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFImage
Returns tile (tileX, tileY) as a Raster.
getTile(int, int) - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getTile(int, int) - Method in class org.apache.batik.ext.awt.image.rendered.DisplacementMapRed
 
getTile(int, int) - Method in class org.apache.batik.ext.awt.image.rendered.TileMap
 
getTile(int, int) - Method in class org.apache.batik.ext.awt.image.rendered.TileGrid
 
getTile(int, int) - Method in class org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
 
getTile(int, int) - Method in class org.apache.batik.ext.awt.image.rendered.FloodRed
 
getTile(int, int) - Method in class org.apache.batik.ext.awt.image.rendered.TileRed
 
getTile(int, int) - Method in class org.apache.batik.ext.awt.image.rendered.CompositeRed
 
getTile(int, int) - Method in class org.apache.batik.ext.awt.image.rendered.AffineRed
 
getTile(int, int) - Method in class org.apache.batik.ext.awt.image.rendered.TranslateRed
 
getTile(int, int) - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getTile(int, int) - Method in interface org.apache.batik.ext.awt.image.rendered.TileStore
 
getTile(int, int) - Method in class org.apache.batik.ext.awt.image.rendered.BufferedImageCachableRed
 
getTile(int, int) - Method in class org.apache.batik.extension.svg.HistogramRed
 
getTiledRegion() - Method in class org.apache.batik.ext.awt.image.renderable.TileRable8Bit
Returns the tiled region
getTiledRegion() - Method in interface org.apache.batik.ext.awt.image.renderable.TileRable
Returns the tiled region
getTileGrid(int, int, int, int, TileGenerator) - Static method in class org.apache.batik.ext.awt.image.rendered.TileCache
 
getTileGrid(RenderedImage, TileGenerator) - Static method in class org.apache.batik.ext.awt.image.rendered.TileCache
 
getTileGridXOffset() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns the X coordinate of the upper-left pixel of tile (0, 0).
getTileGridXOffset() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getTileGridXOffset() - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getTileGridYOffset() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns the Y coordinate of the upper-left pixel of tile (0, 0).
getTileGridYOffset() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getTileGridYOffset() - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getTileHeight() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns the height of a tile.
getTileHeight() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFEncodeParam
Retrieves the tile height set via setTileSize().
getTileHeight() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getTileHeight() - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getTileMap(TileGenerator) - Static method in class org.apache.batik.ext.awt.image.rendered.TileCache
 
getTileNoCompute(int, int) - Method in class org.apache.batik.ext.awt.image.rendered.TileMap
 
getTileNoCompute(int, int) - Method in class org.apache.batik.ext.awt.image.rendered.TileGrid
 
getTileNoCompute(int, int) - Method in interface org.apache.batik.ext.awt.image.rendered.TileStore
 
getTileRegion() - Method in class org.apache.batik.ext.awt.image.renderable.TileRable8Bit
Returns the tile region
getTileRegion() - Method in interface org.apache.batik.ext.awt.image.renderable.TileRable
Returns the tile region
getTileStore() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
 
getTileWidth() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns the width of a tile.
getTileWidth() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFEncodeParam
Retrieves the tile width set via setTileSize().
getTileWidth() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getTileWidth() - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getTimeStamp() - Method in class org.apache.batik.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 org.apache.batik.ext.awt.image.renderable.AbstractRable
Returns the current modification timestamp on this Renderable node.
getTimeStamp() - Method in interface org.apache.batik.ext.awt.image.renderable.Filter
Returns the current modification timestamp on this Renderable node.
getTimeStamp() - Method in class org.apache.batik.ext.awt.image.renderable.DeferRable
 
getTimeStamp() - Method in interface org.w3c.dom.events.Event
Used to specify the time (in milliseconds relative to the epoch) at which the event was created.
getTitle() - Method in class org.apache.batik.css.engine.StyleSheet
Returns the title of this style-sheet.
getTitle() - Method in class org.apache.batik.dom.svg.SVGOMDocument
DOM: Implements SVGDocument.getTitle().
getTitle() - Method in class org.apache.batik.dom.svg.SVGOMStyleElement
DOM: Implements SVGStyleElement.getTitle().
getTitle() - Method in class org.w3c.css.sac.InputSource
Returns the title for this input source.
getTitle() - Method in interface org.w3c.dom.stylesheets.StyleSheet
The advisory title.
getTitle() - Method in interface org.w3c.dom.svg.SVGDocument
 
getTitle() - Method in interface org.w3c.dom.svg.SVGStyleElement
 
getTo() - Method in class org.apache.batik.gvt.event.GraphicsNodeChangeEvent
 
getTop() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements Rect.getTop().
getTop() - Method in class org.apache.batik.css.engine.value.AbstractValue
Implements Value.getTop().
getTop() - Method in interface org.apache.batik.css.engine.value.Value
The top value of the rect.
getTop() - Method in class org.apache.batik.css.engine.value.ComputedValue
Implements Value.getTop().
getTop() - Method in class org.apache.batik.css.engine.value.RectValue
Implements Value.getTop().
getTop() - Method in interface org.w3c.dom.css.CSS2Properties
See the top property definition in CSS2.
getTop() - Method in interface org.w3c.dom.css.Rect
This attribute is used for the top of the rect.
getTopLevelGroup() - Method in class org.apache.batik.svggen.DOMTreeManager
Invoking this method will return a reference to the topLevelGroup Element managed by this object.
getTopLevelGroup() - Method in class org.apache.batik.svggen.SVGGraphics2D
Invoking this method will return a reference to the topLevelGroup Element managed by this object.
getTopLevelGroup(boolean) - Method in class org.apache.batik.svggen.DOMTreeManager
Invoking this method will return a reference to the topLevelGroup Element managed by this object.
getTopLevelGroup(boolean) - Method in class org.apache.batik.svggen.SVGGraphics2D
Invoking this method will return a reference to the topLevelGroup Element managed by this object.
getTopMargin() - Method in class org.apache.batik.gvt.text.MarginInfo
 
getTotalLength() - Method in class org.apache.batik.dom.svg.SVGOMPathElement
DOM: Implements SVGPathElement.getTotalLength().
getTotalLength() - Method in interface org.w3c.dom.svg.SVGPathElement
 
getTranscoder() - Method in class org.apache.batik.apps.rasterizer.DestinationType
Returns a transcoder object of the result image type.
getTranscodingHints() - Method in class org.apache.batik.transcoder.TranscoderSupport
Returns a copy of the transcoding hints of this transcoder.
getTranscodingHints() - Method in interface org.apache.batik.transcoder.Transcoder
Returns the transcoding hints of this transcoder.
getTransform() - Method in interface org.apache.batik.bridge.UserAgent
Returns the AffineTransform currently applied to the drawing by the UserAgent.
getTransform() - Method in class org.apache.batik.bridge.UserAgentAdapter
Unsupported operation.
getTransform() - Method in class org.apache.batik.dom.svg.SVGOMTextElement
DOM: Implements SVGTransformable.getTransform().
getTransform() - Method in class org.apache.batik.dom.svg.SVGGraphicsElement
DOM: Implements SVGTransformable.getTransform().
getTransform() - Method in class org.apache.batik.ext.awt.MultipleGradientPaint
Returns a copy of the transform applied to the gradient.
getTransform() - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Returns a copy of the current Transform in the Graphics2D context.
getTransform() - Method in class org.apache.batik.ext.awt.g2d.GraphicContext
Returns a copy of the current Transform in the Graphics2D context.
getTransform() - Method in class org.apache.batik.ext.awt.image.rendered.AffineRed
 
getTransform() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the transform of this node or null if any.
getTransform() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the transform of this node or null if any.
getTransform() - Method in class org.apache.batik.gvt.font.Glyph
Returns the glpyh's transform.
getTransform() - Method in class org.apache.batik.gvt.renderer.StaticRenderer
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 interface org.apache.batik.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 org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Returns the AffineTransform currently applied to the drawing by the UserAgent.
getTransform() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the AffineTransform currently applied to the drawing by the UserAgent.
getTransform() - Method in interface org.w3c.dom.svg.SVGTransformable
 
getTransform() - Method in interface org.w3c.dom.svg.SVGViewSpec
 
getTransform(Element) - Static method in class org.apache.batik.dom.svg.SVGTransformableSupport
To implement SVGTransformable.getTransform().
getTransformConverter() - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
getTransformedBounds(AffineTransform) - Method in class org.apache.batik.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 org.apache.batik.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 org.apache.batik.gvt.AbstractGraphicsNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into account.
getTransformedGeometryBounds(AffineTransform) - Method in class org.apache.batik.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 org.apache.batik.gvt.GraphicsNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into accoun.
getTransformedPrimitiveBounds(AffineTransform) - Method in class org.apache.batik.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 org.apache.batik.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 org.apache.batik.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).
getTransformListHandler() - Method in class org.apache.batik.parser.TransformListParser
Returns the transform list handler in use.
getTransformParameters() - Method in class org.apache.batik.ext.awt.g2d.TransformStackElement
 
getTransformStack() - Method in class org.apache.batik.ext.awt.g2d.GraphicContext
 
getTransformStack() - Method in class org.apache.batik.svggen.SVGGraphicContext
 
getTransformString() - Method in interface org.w3c.dom.svg.SVGViewSpec
 
getTransformToElement(Element, SVGElement) - Static method in class org.apache.batik.dom.svg.SVGLocatableSupport
To implement SVGLocatable.getTransformToElement(SVGElement).
getTransformToElement(SVGElement) - Method in class org.apache.batik.dom.svg.SVGOMTextElement
DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
getTransformToElement(SVGElement) - Method in class org.apache.batik.dom.svg.SVGGraphicsElement
DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
getTransformToElement(SVGElement) - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
getTransformToElement(SVGElement) - Method in interface org.w3c.dom.svg.SVGLocatable
 
getTransparency() - Method in class org.apache.batik.ext.awt.MultipleGradientPaint
Returns the transparency mode for this LinearGradientPaint.
getTransparency() - Method in class org.apache.batik.gvt.PatternPaint
Returns the transparency mode for this pattern paint.
getTransparentGray() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam.Gray
Returns the gray value to be used to denote transparency.
getTransparentRGB() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam.RGB
Returns the RGB value to be used to denote transparency.
getTree() - Method in class org.apache.batik.gvt.renderer.StaticRenderer
 
getTree() - Method in interface org.apache.batik.gvt.renderer.Renderer
Returns the GVT tree associated with this renderer
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.apache.batik.util.gui.DOMViewer.Panel.NodeRenderer
Sets the value of the current tree cell.
getTreeGraphicsNodeChangeListeners() - Method in class org.apache.batik.gvt.RootGraphicsNode
 
getTrim() - Method in interface org.apache.batik.extension.svg.BatikHistogramNormalizationFilter
Returns the trim percent for this normalization.
getTrim() - Method in class org.apache.batik.extension.svg.BatikHistogramNormalizationFilter8Bit
Returns the trim percent for this normalization.
getTurbulenceRegion() - Method in class org.apache.batik.ext.awt.image.renderable.TurbulenceRable8Bit
Get the turbulence region
getTurbulenceRegion() - Method in interface org.apache.batik.ext.awt.image.renderable.TurbulenceRable
Gets the turbulence region
getType() - Method in class org.apache.batik.css.engine.MediaRule
Returns a constant identifying the rule type.
getType() - Method in class org.apache.batik.css.engine.ImportRule
Returns a constant identifying the rule type.
getType() - Method in interface org.apache.batik.css.engine.Rule
Returns a constant identifying the rule type.
getType() - Method in class org.apache.batik.css.engine.StyleRule
Returns a constant identifying the rule type.
getType() - Method in class org.apache.batik.css.parser.Scanner
The current lexical unit type like defined in LexicalUnits.
getType() - Method in class org.apache.batik.dom.events.AbstractEvent
DOM: The type property represents the event name as a string property.
getType() - Method in class org.apache.batik.dom.svg.SVGOMFETurbulenceElement
DOM: Implements SVGFETurbulenceElement.getType().
getType() - Method in class org.apache.batik.dom.svg.SVGOMScriptElement
DOM: Implements SVGScriptElement.getType().
getType() - Method in class org.apache.batik.dom.svg.SVGOMComponentTransferFunctionElement
DOM: Implements SVGComponentTransferFunctionElement.getType().
getType() - Method in class org.apache.batik.dom.svg.SVGOMFEColorMatrixElement
DOM: Implements SVGFEColorMatrixElement.getType().
getType() - Method in class org.apache.batik.dom.svg.SVGOMStyleElement
DOM: Implements SVGStyleElement.getType().
getType() - Method in class org.apache.batik.ext.awt.g2d.TransformStackElement
 
getType() - Method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
Returns the type of this transfer function
getType() - Method in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
Returns the type of this transfer function
getType() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFField
Returns the type of the data stored in the IFD.
getType() - Method in interface org.apache.batik.ext.awt.image.renderable.ColorMatrixRable
Returns the type of this color matrix.
getType() - Method in class org.apache.batik.ext.awt.image.renderable.ColorMatrixRable8Bit
Returns the type of this color matrix.
getType() - Method in class org.apache.batik.gvt.TextNode.Anchor
Returns the type of this anchor.
getType() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns the raw glyph type code.
getType() - Method in class org.apache.batik.svggen.font.table.PrepTable
 
getType() - Method in class org.apache.batik.svggen.font.table.Lookup
 
getType() - Method in class org.apache.batik.svggen.font.table.FpgmTable
 
getType() - Method in class org.apache.batik.svggen.font.table.NameTable
 
getType() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getType() - Method in class org.apache.batik.svggen.font.table.PostTable
Get the table type, as a table directory value.
getType() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getType() - Method in class org.apache.batik.svggen.font.table.HmtxTable
 
getType() - Method in class org.apache.batik.svggen.font.table.CvtTable
 
getType() - Method in class org.apache.batik.svggen.font.table.LocaTable
 
getType() - Method in class org.apache.batik.svggen.font.table.KernTable
Get the table type, as a table directory value.
getType() - Method in interface org.apache.batik.svggen.font.table.Table
Get the table type, as a table directory value.
getType() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getType() - Method in class org.apache.batik.svggen.font.table.GlyfTable
 
getType() - Method in class org.apache.batik.svggen.font.table.GsubTable
Get the table type, as a table directory value.
getType() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getType() - Method in class org.apache.batik.svggen.font.table.GposTable
Get the table type, as a table directory value.
getType() - Method in class org.apache.batik.svggen.font.table.CmapTable
 
getType() - Method in class org.apache.batik.xml.XMLScanner
The current lexical unit type like defined in LexicalUnits.
getType() - Method in interface org.w3c.css.sac.PositionalCondition
true if the node should have the same node type (for element, same namespaceURI and same localName).
getType() - Method in interface org.w3c.dom.css.CSSRule
The type of the rule, as defined above.
getType() - Method in interface org.w3c.dom.events.Event
The name of the event (case-insensitive).
getType() - Method in interface org.w3c.dom.stylesheets.StyleSheet
This specifies the style sheet language for this style sheet.
getType() - Method in interface org.w3c.dom.svg.SVGTransform
 
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.SVGFEColorMatrixElement
 
getType() - Method in interface org.w3c.dom.svg.SVGFETurbulenceElement
 
getType() - Method in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
 
getType(int) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the type of an attribute in the list (by position).
getType(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by index.
getType(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's type by index.
getType(int) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Get the type of an attribute (by position).
getType(String) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the type of an attribute in the list (by name).
getType(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by XML 1.0 qualified name.
getType(String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's type by qualified (prefixed) name.
getType(String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Get the type of an attribute (by name).
getType(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by Namespace name.
getType(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's type by Namespace-qualified name.
getTypeNode() - Method in interface org.w3c.css.sac.PositionalCondition
true if the child node list only shows nodes of the same type of the selector (only elements, only PIS, ...)
getTypoAscender() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getTypoDescender() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getTypoLineGap() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getUnderlineOffset() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the position of the underline relative to the baseline.
getUnderlinePosition() - Method in class org.apache.batik.bridge.SVGFontFace
Returns the position of the underline decoration.
getUnderlineShape() - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns a shape describing the strikethrough line for a given ACI.
getUnderlineThickness() - Method in class org.apache.batik.bridge.SVGFontFace
Returns the stroke thickness to use when drawing a underline.
getUnderlineThickness() - Method in class org.apache.batik.gvt.font.GVTLineMetrics
Returns the thickness of the underline.
getUnicode() - Method in class org.apache.batik.gvt.font.Glyph
Returns the unicode char or chars this glyph represents.
getUnicodeBidi() - Method in interface org.w3c.dom.css.CSS2Properties
See the unicode-bidi property definition in CSS2.
getUnicodeRange1() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getUnicodeRange2() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getUnicodeRange3() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getUnicodeRange4() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getUnitsPerEm() - Method in class org.apache.batik.bridge.SVGFontFace
The number of coordinate units on the em square for this font.
getUnitsPerEm() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getUnitType() - Method in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength.BaseSVGLength
DOM: Implements SVGLength.getUnitType().
getUnitType() - Method in interface org.w3c.dom.svg.SVGAngle
 
getUnitType() - Method in interface org.w3c.dom.svg.SVGLength
 
getUpdateManager() - Method in class org.apache.batik.bridge.BridgeContext
Returns the update manager, if the bridge supports dynamic features.
getUpdateManager() - Method in class org.apache.batik.swing.svg.JSVGComponent
Returns the current update manager.
getUpdateManager() - Method in class org.apache.batik.swing.svg.SVGLoadEventDispatcher
Returns the update manager.
getUpdateRunnableQueue() - Method in class org.apache.batik.bridge.UpdateManager
Returns the update RunnableQueue.
getUpdateTracker() - Method in class org.apache.batik.bridge.UpdateManager
Returns the GVT update tracker.
getUri() - Method in class org.apache.batik.css.dom.CSSOMSVGPaint
DOM: Implements SVGPaint.getUri().
getUri() - Method in interface org.apache.batik.css.engine.value.svg.SVGValue
Returns the URI of the paint, if this object represents a SVGPaint.
getUri() - Method in interface org.w3c.dom.svg.SVGPaint
 
getURI() - Method in interface org.apache.batik.apps.rasterizer.SVGConverterSource
Returns a URI string corresponding to this source
getURI() - Method in class org.apache.batik.apps.rasterizer.SVGConverterFileSource
 
getURI() - Method in class org.apache.batik.apps.rasterizer.SVGConverterURLSource
 
getURI() - Method in class org.apache.batik.css.engine.ImportRule
Returns the URI of the imported stylesheet.
getURI() - Method in class org.apache.batik.swing.JSVGCanvas
Returns the URI of the current document.
getURI() - Method in class org.apache.batik.transcoder.TranscoderOutput
Returns the output of this transcoder as a URI or null if none was supplied.
getURI() - Method in class org.apache.batik.transcoder.TranscoderInput
Returns the input of this transcoder as a URI or null if none was supplied.
getURI() - Method in class org.w3c.css.sac.CSSParseException
Get the URI of the document where the exception occurred.
getURI() - Method in class org.w3c.css.sac.InputSource
Get the URI for this input source.
getURI() - Method in interface org.w3c.css.sac.Locator
Return the URI for the current document event.
getURI(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's Namespace URI by index.
getURI(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's Namespace URI.
getURI(String) - Method in class org.xml.sax.helpers.NamespaceSupport
Look up a prefix and get the currently-mapped Namespace URI.
getUrl() - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Returns the current URL
getURL() - Method in interface org.apache.batik.bridge.BridgeExtension
This should return a URL where information can be obtained on this extension.
getURL() - Method in class org.apache.batik.bridge.SVGBridgeExtension
This should return a URL where information can be obtained on this extension.
getURL() - Method in interface org.apache.batik.dom.svg.DomExtension
This should return a URL where information can be obtained on this extension.
getURL() - Method in class org.apache.batik.dom.svg.SVGOMDocument
DOM: Implements SVGDocument.getURL()
getURL() - Method in class org.apache.batik.extension.svg.BatikDomExtension
This should return a URL where information can be obtained on this extension.
getURL() - Method in class org.apache.batik.extension.svg.BatikBridgeExtension
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 org.apache.batik.util.PreferenceManager
Returns an URL preference.
getURL(String, GetURLHandler) - Method in class org.apache.batik.bridge.BaseScriptingEnvironment.Window
Gets data from the given URI.
getURL(String, GetURLHandler) - Method in class org.apache.batik.bridge.ScriptingEnvironment.Window
Implements org.apache.batik.script.Window#getURL(String,GetURLHandler).
getURL(String, GetURLHandler, String) - Method in class org.apache.batik.bridge.BaseScriptingEnvironment.Window
Gets data from the given URI.
getURL(String, GetURLHandler, String) - Method in class org.apache.batik.bridge.ScriptingEnvironment.Window
Implements org.apache.batik.script.Window#getURL(String,GetURLHandler,String).
getURL(String, Window.GetURLHandler) - Method in interface org.apache.batik.script.Window
Gets data from the given URI.
getURL(String, Window.GetURLHandler, String) - Method in interface org.apache.batik.script.Window
Gets data from the given URI.
getURLDone(boolean, String, String) - Method in interface org.apache.batik.script.Window.GetURLHandler
Called before 'getURL()' returns.
getURLDone(boolean, String, String) - Method in class org.apache.batik.script.rhino.WindowWrapper.GetURLFunctionWrapper
Called before 'getURL()' returns.
getURLObject() - Method in class org.apache.batik.dom.svg.SVGOMDocument
Returns the URI of the document.
getURLs(String) - Method in class org.apache.batik.util.PreferenceManager
Returns an array of URLs preference.
getUseCurrentView() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
 
getUseCurrentView() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getUsed() - Method in class org.apache.batik.ext.awt.image.rendered.LRUCache
 
getUsePrimitivePaint() - Method in interface org.apache.batik.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 org.apache.batik.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 org.apache.batik.bridge.BridgeContext
Returns the user agent of this bridge context.
getUserAgent() - Method in class org.apache.batik.bridge.DocumentLoader
Returns the userAgent used by this DocumentLoader
getUserAgent() - Method in class org.apache.batik.util.ParsedURL
Return the user agent current associated with this url (or null if none).
getUserAgentStyleSheet() - Method in class org.apache.batik.dom.svg.SVGDOMImplementation
Returns the user-agent stylesheet.
getUserExponent() - Method in class org.apache.batik.ext.awt.image.codec.PNGDecodeParam
Returns the current value of the user exponent parameter.
getUserStylesheet() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getUserStyleSheetURI() - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
Returns the user stylesheet uri.
getUserStyleSheetURI() - Method in interface org.apache.batik.apps.svgbrowser.Application
Returns the user stylesheet uri.
getUserStyleSheetURI() - Method in class org.apache.batik.apps.svgbrowser.Main
Returns the user stylesheet uri.
getUserStyleSheetURI() - Method in interface org.apache.batik.bridge.UserAgent
Returns the user stylesheet uri.
getUserStyleSheetURI() - Method in class org.apache.batik.bridge.UserAgentAdapter
Returns the user stylesheet
getUserStyleSheetURI() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Returns the user stylesheet uri.
getUserStyleSheetURI() - Method in interface org.apache.batik.swing.svg.SVGUserAgent
Returns the user stylesheet uri.
getUserStyleSheetURI() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the user stylesheet uri.
getUserStyleSheetURI() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns the user stylesheet specified in the TranscodingHints or null if any.
getValidate() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getValue() - Method in class org.apache.batik.css.dom.CSSOMStyleDeclaration.StyleDeclarationValue
Returns the current value associated with this object.
getValue() - Method in class org.apache.batik.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Returns the associated value.
getValue() - Method in class org.apache.batik.css.dom.CSSOMSVGComputedStyle.ComputedCSSColorValue
Returns the Value associated with this object.
getValue() - Method in class org.apache.batik.css.dom.CSSOMSVGComputedStyle.ComputedCSSPaintValue
Returns the Value associated with this object.
getValue() - Method in class org.apache.batik.css.dom.CSSOMSVGColor.ColorNumber
Implements SVGNumber.getValue().
getValue() - Method in interface org.apache.batik.css.dom.CSSOMSVGColor.ValueProvider
Returns the current value associated with this object.
getValue() - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractModificationHandler
Returns the associated value.
getValue() - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractComponent
The returns the actual value of this component.
getValue() - Method in class org.apache.batik.css.dom.CSSOMSVGColor.RedComponent
The returns the actual value of this component.
getValue() - Method in class org.apache.batik.css.dom.CSSOMSVGColor.GreenComponent
The returns the actual value of this component.
getValue() - Method in class org.apache.batik.css.dom.CSSOMSVGColor.BlueComponent
The returns the actual value of this component.
getValue() - Method in class org.apache.batik.css.dom.CSSOMSVGStyleDeclaration.StyleDeclarationColorValue
Returns the current value associated with this object.
getValue() - Method in class org.apache.batik.css.dom.CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue
Returns the current value associated with this object.
getValue() - Method in class org.apache.batik.css.dom.CSSOMComputedStyle.ComputedCSSValue
Returns the Value associated with this object.
getValue() - Method in interface org.apache.batik.css.dom.CSSOMValue.ValueProvider
Returns the current value associated with this object.
getValue() - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractModificationHandler
Returns the associated value.
getValue() - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractComponent
The returns the actual value of this component.
getValue() - Method in class org.apache.batik.css.dom.CSSOMValue.LeftComponent
The returns the actual value of this component.
getValue() - Method in class org.apache.batik.css.dom.CSSOMValue.TopComponent
The returns the actual value of this component.
getValue() - Method in class org.apache.batik.css.dom.CSSOMValue.RightComponent
The returns the actual value of this component.
getValue() - Method in class org.apache.batik.css.dom.CSSOMValue.BottomComponent
The returns the actual value of this component.
getValue() - Method in class org.apache.batik.css.dom.CSSOMValue.RedComponent
The returns the actual value of this component.
getValue() - Method in class org.apache.batik.css.dom.CSSOMValue.GreenComponent
The returns the actual value of this component.
getValue() - Method in class org.apache.batik.css.dom.CSSOMValue.BlueComponent
The returns the actual value of this component.
getValue() - Method in class org.apache.batik.css.dom.CSSOMValue.ListComponent
The returns the actual value of this component.
getValue() - Method in class org.apache.batik.css.engine.sac.AbstractAttributeCondition
SAC: Implements AttributeCondition.getValue().
getValue() - Method in class org.apache.batik.css.parser.AbstractAttributeCondition
SAC: Implements AttributeCondition.getValue().
getValue() - Method in class org.apache.batik.dom.AbstractAttr
DOM: Implements Attr.getValue().
getValue() - Method in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength.BaseSVGLength
DOM: Implements SVGLength.getValue().
getValue() - Method in class org.apache.batik.dom.svg.SVGStylableElement.PresentationAttributeValue
Returns the current value associated with this object.
getValue() - Method in class org.apache.batik.dom.svg.SVGStylableElement.PresentationAttributeColorValue
Returns the current value associated with this object.
getValue() - Method in class org.apache.batik.dom.svg.SVGStylableElement.PresentationAttributePaintValue
Returns the current value associated with this object.
getValue() - Method in class org.apache.batik.ext.swing.DoubleDocument
 
getValue() - Method in class org.apache.batik.svggen.font.table.KerningPair
 
getValue() - Method in class org.apache.batik.transcoder.svg2svg.SVGTranscoder.NewlineValue
 
getValue() - Method in class org.apache.batik.transcoder.svg2svg.SVGTranscoder.DoctypeValue
 
getValue() - Method in class org.apache.batik.util.RunnableQueue.RunnableQueueState
 
getValue() - Method in interface org.w3c.css.sac.AttributeCondition
Returns the value of the attribute.
getValue() - Method in interface org.w3c.dom.Attr
On retrieval, the value of the attribute is returned as a string.
getValue() - Method in interface org.w3c.dom.svg.SVGAngle
 
getValue() - Method in interface org.w3c.dom.svg.SVGNumber
 
getValue() - Method in interface org.w3c.dom.svg.SVGLength
 
getValue(int) - Method in class org.apache.batik.css.engine.StyleDeclaration
Returns the value at the given index.
getValue(int) - Method in class org.apache.batik.css.engine.StyleMap
Returns the value at the given index, null if unspecified.
getValue(int) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the value of an attribute in the list (by position).
getValue(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by index.
getValue(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's value by index.
getValue(int) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Get the value of an attribute (by position).
getValue(String) - Method in interface org.apache.batik.css.dom.CSSOMStyleDeclaration.ValueProvider
Returns the current value associated with this object.
getValue(String) - Method in class org.apache.batik.dom.svg.SVGStylableElement.StyleDeclaration
Returns the current value associated with this object.
getValue(String) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the value of an attribute in the list (by name).
getValue(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by XML 1.0 qualified name.
getValue(String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's value by qualified (prefixed) name.
getValue(String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Get the value of an attribute (by name).
getValue(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by Namespace name.
getValue(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's value by Namespace-qualified name.
getValueAsString() - Method in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength.BaseSVGLength
DOM: Implements SVGLength.getValueAsString().
getValueAsString() - Method in interface org.w3c.dom.svg.SVGAngle
 
getValueAsString() - Method in interface org.w3c.dom.svg.SVGLength
 
getValueAt(int, int) - Method in class org.apache.batik.util.gui.DOMViewer.Panel.NodeAttributesModel
Returns the value of the given cell.
getValueAt(int, int) - Method in class org.apache.batik.util.gui.DOMViewer.Panel.NodeCSSValuesModel
Returns the value of the given cell.
getValueInSpecifiedUnits() - Method in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength.BaseSVGLength
DOM: Implements SVGLength.getValueInSpecifiedUnits().
getValueInSpecifiedUnits() - Method in interface org.w3c.dom.svg.SVGAngle
 
getValueInSpecifiedUnits() - Method in interface org.w3c.dom.svg.SVGLength
 
getValueManagers() - Method in class org.apache.batik.css.engine.CSSEngine
Returns the ValueManagers.
getValues() - Method in class org.apache.batik.apps.rasterizer.DestinationType
Defines valid image types.
getValues() - Method in class org.apache.batik.dom.svg.SVGOMFEColorMatrixElement
DOM: Implements SVGFEColorMatrixElement.getValues().
getValues() - Method in class org.apache.batik.svggen.font.table.CvtTable
 
getValues() - Method in interface org.w3c.dom.svg.SVGFEColorMatrixElement
 
getVendorID() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getVersion() - Method in class org.apache.batik.svggen.font.table.CmapFormat
 
getVersion() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getVersion() - Method in class org.apache.batik.svggen.font.table.TableDirectory
 
getVersionNumber() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getVertAdvY() - Method in class org.apache.batik.gvt.font.Glyph
Returns the vertical advance value.
getVerticalAdvance() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns the vertical advance of the glyph.
getVerticalAlign() - Method in interface org.w3c.dom.css.CSS2Properties
See the vertical-align property definition in CSS2.
getVertOrigin() - Method in class org.apache.batik.gvt.font.Glyph
Returns the vertical origin of this glyph.
getView() - Method in class org.apache.batik.dom.events.DOMUIEvent
DOM: The view attribute identifies the AbstractView from which the event was generated.
getView() - Method in interface org.w3c.dom.events.UIEvent
The view attribute identifies the AbstractView from which the event was generated.
getViewBox() - Method in class org.apache.batik.dom.svg.SVGOMViewElement
DOM: Implements SVGFitToViewBox.getViewBox().
getViewBox() - Method in class org.apache.batik.dom.svg.SVGOMPatternElement
DOM: Implements SVGFitToViewBox.getViewBox().
getViewBox() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements SVGFitToViewBox.getViewBox().
getViewBox() - Method in class org.apache.batik.dom.svg.SVGOMMarkerElement
DOM: Implements SVGFitToViewBox.getViewBox().
getViewBox() - Method in class org.apache.batik.dom.svg.SVGOMSymbolElement
DOM: Implements SVGFitToViewBox.getViewBox().
getViewBox() - Method in interface org.w3c.dom.svg.SVGFitToViewBox
 
getViewBoxString() - Method in interface org.w3c.dom.svg.SVGViewSpec
 
getViewport() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements SVGSVGElement.getViewport().
getViewport() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getViewport(Element) - Method in class org.apache.batik.bridge.BridgeContext
Returns the viewport of the specified element.
getViewportElement() - Method in class org.apache.batik.dom.svg.SVGOMElement
DOM: Implements SVGElement.getViewportElement().
getViewportElement() - Method in interface org.w3c.dom.svg.SVGElement
 
getViewportHeight() - Method in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
Returns the height of the viewport which directly contains the given element.
getViewportHeight() - Method in class org.apache.batik.bridge.UnitProcessor.DefaultContext
Returns the viewport height used to compute units.
getViewportHeight() - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Returns the height of the viewport which directly contains the given element.
getViewportHeight() - Method in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength.BaseSVGLength.DefaultContext
Returns the viewport height used to compute units.
getViewportHeight() - Method in interface org.apache.batik.dom.svg.SVGContext
Returns the height of the viewport which directly contains the associated element.
getViewportHeight() - Method in interface org.apache.batik.util.UnitProcessor.Context
Returns the viewport height used to compute units.
getViewportSize() - Method in interface org.apache.batik.bridge.UserAgent
Returns the default size of the viewport.
getViewportSize() - Method in class org.apache.batik.bridge.UserAgentAdapter
Returns the default size of this user agent (400x400).
getViewportSize() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Returns the default size of the viewport of this user agent (0, 0).
getViewportSize() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the default size of the viewport.
getViewportSize() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns the default size of this user agent (400x400).
getViewportWidth() - Method in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
Returns the width of the viewport which directly contains the given element.
getViewportWidth() - Method in class org.apache.batik.bridge.UnitProcessor.DefaultContext
Returns the viewport width used to compute units.
getViewportWidth() - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Returns the width of the viewport which directly contains the given element.
getViewportWidth() - Method in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength.BaseSVGLength.DefaultContext
Returns the viewport width used to compute units.
getViewportWidth() - Method in interface org.apache.batik.dom.svg.SVGContext
Returns the width of the viewport which directly contains the associated element.
getViewportWidth() - Method in interface org.apache.batik.util.UnitProcessor.Context
Returns the viewport width used to compute units.
getViewTarget() - Method in class org.apache.batik.dom.svg.SVGOMViewElement
DOM: Implements SVGViewElement.getViewTarget().
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) - Static method in class org.apache.batik.bridge.ViewBox
Parses the specified reference (from a URI) and returns the appropriate transform.
getVisibility() - Method in interface org.w3c.dom.css.CSS2Properties
See the visibility property definition in CSS2.
getVisitedURIs() - Method in interface org.apache.batik.apps.svgbrowser.Application
Asks Application for a list of recently visited URI
getVisitedURIs() - Method in class org.apache.batik.apps.svgbrowser.Main
Asks Application for a list of recently visited URI.
getVisualAdvance() - Method in class org.apache.batik.gvt.text.LineInfo
 
getVKern(int, int) - Method in class org.apache.batik.bridge.SVGGVTFont
Returns the vertical kerning value for the specified glyph pair.
getVKern(int, int) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Returns the vertical kerning value for this glyph pair.
getVKern(int, int) - Method in interface org.apache.batik.gvt.font.GVTFont
Returns the horizontal kerning value of this glyph pair.
getVoiceFamily() - Method in interface org.w3c.dom.css.CSS2Properties
See the voice-family property definition in CSS2.
getVolume() - Method in interface org.w3c.dom.css.CSS2Properties
See the volume property definition in CSS2.
getVpH() - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Returns the viewport height
getVpW() - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Returns the viewport width
getVpX() - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Returns the viewport x origin
getVpY() - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Returns the viewport y origin
getWeakReference() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns a canonical WeakReference to this GraphicsNode.
getWeakReference() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns a canonical WeakReference to this GraphicsNode.
getWeight() - Method in class org.apache.batik.svggen.font.table.Panose
 
getWeightClass() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getWhatToShow() - Method in class org.apache.batik.dom.traversal.DOMNodeIterator
DOM: Implements NodeIterator.getWhatToShow().
getWhatToShow() - Method in class org.apache.batik.dom.traversal.DOMTreeWalker
DOM: Implements TreeWalker.getWhatToShow().
getWhatToShow() - Method in interface org.w3c.dom.traversal.NodeIterator
This attribute determines which node types are presented via the iterator.
getWhatToShow() - Method in interface org.w3c.dom.traversal.TreeWalker
This attribute determines which node types are presented via the TreeWalker.
getWhen() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns the timestamp of when this event occurred.
getWhiteSpace() - Method in interface org.w3c.dom.css.CSS2Properties
See the white-space property definition in CSS2.
getWidows() - Method in interface org.w3c.dom.css.CSS2Properties
See the widows property definition in CSS2.
getWidth() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getWidth() - Method in interface org.apache.batik.bridge.Viewport
Returns the width of this viewport.
getWidth() - Method in class org.apache.batik.bridge.UserAgentViewport
Returns the width of this viewport.
getWidth() - Method in class org.apache.batik.bridge.SVGSVGElementBridge.SVGSVGElementViewport
Returns the width of this viewport.
getWidth() - Method in class org.apache.batik.dom.svg.SVGOMFilterPrimitiveStandardAttributes
DOM: Implements SVGFilterPrimitiveStandardAttributes.getWidth().
getWidth() - Method in class org.apache.batik.dom.svg.SVGOMRectElement
DOM: Implements SVGRectElement.getWidth().
getWidth() - Method in class org.apache.batik.dom.svg.SVGOMFilterElement
DOM: Implements SVGFilterElement.getWidth().
getWidth() - Method in class org.apache.batik.dom.svg.SVGOMMaskElement
DOM: Implements SVGMaskElement.getWidth().
getWidth() - Method in class org.apache.batik.dom.svg.SVGOMImageElement
DOM: Implements SVGImageElement.getWidth().
getWidth() - Method in class org.apache.batik.dom.svg.SVGOMPatternElement
DOM: Implements SVGPatternElement.getWidth().
getWidth() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements SVGSVGElement.getWidth().
getWidth() - Method in class org.apache.batik.dom.svg.SVGOMForeignObjectElement
DOM: Implements SVGForeignObjectElement.getWidth().
getWidth() - Method in class org.apache.batik.dom.svg.SVGOMUseElement
DOM: Implements SVGUseElement.getWidth().
getWidth() - Method in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
Returns the width of the image.
getWidth() - Method in class org.apache.batik.ext.awt.image.renderable.AbstractRable
 
getWidth() - Method in class org.apache.batik.ext.awt.image.renderable.DeferRable
 
getWidth() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getWidth() - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the width property definition in CSS2.
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.SVGFilterPrimitiveStandardAttributes
 
getWidth() - Method in interface org.w3c.dom.svg.SVGFilterElement
 
getWidth() - Method in interface org.w3c.dom.svg.SVGRectElement
 
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.SVGSVGElement
 
getWidth() - Method in interface org.w3c.dom.svg.SVGUseElement
 
getWidthClass() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getWinAscent() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getWinDescent() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getWindingRule() - Method in class org.apache.batik.ext.awt.geom.ShapeExtender.EPIWrap
 
getWindingRule() - Method in interface org.apache.batik.ext.awt.geom.ExtendedPathIterator
 
getWindingRule() - Method in class org.apache.batik.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
getWindingRule() - Method in class org.apache.batik.parser.AWTPathProducer
Returns the current winding rule.
getWindingRule() - Method in class org.apache.batik.parser.AWTPolylineProducer
Returns the current winding rule.
getWindingRule() - Method in interface org.apache.batik.parser.ShapeProducer
Returns the current winding rule.
getWordSpacing() - Method in interface org.w3c.dom.css.CSS2Properties
See the word-spacing property definition in CSS2.
getWriter() - Method in class org.apache.batik.transcoder.TranscoderOutput
Returns the output of this transcoder as a character stream or null if none was supplied.
getWriteTiled() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFEncodeParam
Returns the value of the writeTiled parameter.
getX() - Method in class org.apache.batik.dom.svg.SVGOMTextPositioningElement
DOM: Implements SVGTextPositioningElement.getX().
getX() - Method in class org.apache.batik.dom.svg.SVGOMFilterPrimitiveStandardAttributes
DOM: Implements SVGFilterPrimitiveStandardAttributes.getX().
getX() - Method in class org.apache.batik.dom.svg.SVGOMFEPointLightElement
DOM: Implements SVGFEPointLightElement.getX().
getX() - Method in class org.apache.batik.dom.svg.SVGOMRectElement
DOM: Implements SVGRectElement.getX().
getX() - Method in class org.apache.batik.dom.svg.SVGOMFilterElement
DOM: Implements SVGFilterElement.getX().
getX() - Method in class org.apache.batik.dom.svg.SVGOMMaskElement
DOM: Implements SVGMaskElement.getX().
getX() - Method in class org.apache.batik.dom.svg.SVGOMImageElement
DOM: Implements SVGImageElement.getX().
getX() - Method in class org.apache.batik.dom.svg.SVGOMCursorElement
DOM: Implements SVGCursorElement.getX().
getX() - Method in class org.apache.batik.dom.svg.SVGOMPatternElement
DOM: Implements SVGPatternElement.getX().
getX() - Method in class org.apache.batik.dom.svg.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.getX().
getX() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements SVGSVGElement.getX().
getX() - Method in class org.apache.batik.dom.svg.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getX().
getX() - Method in class org.apache.batik.dom.svg.SVGOMForeignObjectElement
DOM: Implements SVGForeignObjectElement.getX().
getX() - Method in class org.apache.batik.dom.svg.SVGOMUseElement
DOM: Implements SVGUseElement.getX().
getX() - Method in class org.apache.batik.ext.awt.geom.PathLength.PathSegment
Get the value of X.
getX() - Method in class org.apache.batik.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.SVGPathSegCurvetoQuadraticSmoothAbs
 
getX() - Method in interface org.w3c.dom.svg.SVGTextPositioningElement
 
getX() - Method in interface org.w3c.dom.svg.SVGMaskElement
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoHorizontalAbs
 
getX() - Method in interface org.w3c.dom.svg.SVGPatternElement
 
getX() - Method in interface org.w3c.dom.svg.SVGRect
 
getX() - Method in interface org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoAbs
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
 
getX() - Method in interface org.w3c.dom.svg.SVGFilterElement
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothRel
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoHorizontalRel
 
getX() - Method in interface org.w3c.dom.svg.SVGRectElement
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
 
getX() - Method in interface org.w3c.dom.svg.SVGFEPointLightElement
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
 
getX() - Method in interface org.w3c.dom.svg.SVGForeignObjectElement
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoRel
 
getX() - Method in interface org.w3c.dom.svg.SVGPoint
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
 
getX() - Method in interface org.w3c.dom.svg.SVGCursorElement
 
getX() - Method in interface org.w3c.dom.svg.SVGImageElement
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegMovetoAbs
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
 
getX() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
 
getX() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getX() - Method in interface org.w3c.dom.svg.SVGPathSegMovetoRel
 
getX() - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
 
getX() - Method in interface org.w3c.dom.svg.SVGUseElement
 
getX1() - Method in class org.apache.batik.dom.svg.SVGOMLinearGradientElement
DOM: Implements SVGLinearGradientElement.getX1().
getX1() - Method in class org.apache.batik.dom.svg.SVGOMLineElement
DOM: Implements SVGLineElement.getX1().
getX1() - Method in interface org.w3c.dom.svg.SVGLinearGradientElement
 
getX1() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
 
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.SVGPathSegCurvetoQuadraticRel
 
getX1() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
 
getX2() - Method in class org.apache.batik.dom.svg.SVGOMLinearGradientElement
DOM: Implements SVGLinearGradientElement.getX2().
getX2() - Method in class org.apache.batik.dom.svg.SVGOMLineElement
DOM: Implements SVGLineElement.getX2().
getX2() - Method in interface org.w3c.dom.svg.SVGLinearGradientElement
 
getX2() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
 
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.SVGPathSegCurvetoCubicSmoothRel
 
getX2() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
 
getXChannelSelector() - Method in class org.apache.batik.dom.svg.SVGOMFEDisplacementMapElement
DOM: Implements SVGFEDisplacementMapElement.getXChannelSelector().
getXChannelSelector() - Method in interface org.apache.batik.ext.awt.image.renderable.DisplacementMapRable
Returns the xChannelSelector
getXChannelSelector() - Method in class org.apache.batik.ext.awt.image.renderable.DisplacementMapRable8Bit
Returns the xChannelSelector
getXChannelSelector() - Method in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
 
getXCoordinate(int) - Method in class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
getXCoordinate(int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getXCoordinate(int) - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getXHeight() - Method in class org.apache.batik.bridge.UnitProcessor.DefaultContext
Returns the x-height value.
getXHeight() - Method in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength.BaseSVGLength.DefaultContext
Returns the x-height value.
getXHeight() - Method in class org.apache.batik.svggen.font.table.Panose
 
getXHeight() - Method in interface org.apache.batik.util.UnitProcessor.Context
Returns the x-height value.
getXLinkActuate(Element) - Static method in class org.apache.batik.dom.util.XLinkSupport
Returns the value of the 'xlink:actuate' attribute of the given element.
getXLinkArcRole(Element) - Static method in class org.apache.batik.dom.util.XLinkSupport
Returns the value of the 'xlink:arcrole' attribute of the given element.
getXLinkHref(Element) - Static method in class org.apache.batik.dom.util.XLinkSupport
Returns the value of the 'xlink:href' attribute of the given element.
getXLinkRole(Element) - Static method in class org.apache.batik.dom.util.XLinkSupport
Returns the value of the 'xlink:role' attribute of the given element.
getXLinkShow(Element) - Static method in class org.apache.batik.dom.util.XLinkSupport
Returns the value of the 'xlink:show' attribute of the given element.
getXLinkTitle(Element) - Static method in class org.apache.batik.dom.util.XLinkSupport
Returns the value of the 'xlink:title' attribute of the given element.
getXLinkType(Element) - Static method in class org.apache.batik.dom.util.XLinkSupport
Returns the value of the 'xlink:type' attribute of the given element.
getXMax() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getXMaxExtent() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getXMaximum() - Method in class org.apache.batik.svggen.font.table.GlyfDescript
 
getXMaximum() - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getXMin() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getXMinimum() - Method in class org.apache.batik.svggen.font.table.GlyfDescript
 
getXMinimum() - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getXMLbase() - Method in class org.apache.batik.dom.svg.SVGOMElement
DOM: Implements SVGElement.getXMLbase().
getXMLbase() - Method in interface org.w3c.dom.svg.SVGElement
 
getXMLBase(Element) - Static method in class org.apache.batik.dom.svg.XMLBaseSupport
Returns the xml:base attribute value of the given element.
getXMLDeclarationEncoding(Reader, String) - Static method in class org.apache.batik.xml.XMLUtilities
Reads an XML declaration to get the encoding declaration value.
getXMLFilter() - Method in class org.apache.batik.transcoder.TranscoderOutput
Returns the output of this transcoder as a XML filter or null if none was supplied.
getXMLId() - Method in interface org.apache.batik.css.engine.CSSStylableElement
Returns the ID of this element.
getXMLId() - Method in class org.apache.batik.dom.svg.SVGStylableElement
Returns the ID of this element.
getXMLId() - Method in class org.apache.batik.extension.StylableExtensionElement
Returns the ID of this element.
getXMLlang() - Method in class org.apache.batik.dom.svg.SVGOMTextContentElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.dom.svg.SVGGraphicsElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.dom.svg.SVGOMFilterElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.dom.svg.SVGDescriptiveElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.dom.svg.SVGOMPatternElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.dom.svg.SVGOMFEImageElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.dom.svg.SVGOMMarkerElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.dom.svg.SVGOMSymbolElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in interface org.w3c.dom.svg.SVGLangSpace
 
getXMLLang(Element) - Static method in class org.apache.batik.dom.util.XMLSupport
Returns the xml:lang attribute value of the given element.
getXMLParserClassName() - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
Returns the class name of the XML parser.
getXMLParserClassName() - Method in interface org.apache.batik.apps.svgbrowser.Application
Returns the XML parser class name.
getXMLParserClassName() - Method in class org.apache.batik.apps.svgbrowser.Main
Returns the XML parser class name.
getXMLParserClassName() - Method in interface org.apache.batik.bridge.UserAgent
Returns the class name of the XML parser.
getXMLParserClassName() - Method in class org.apache.batik.bridge.UserAgentAdapter
Returns the XML parser to use
getXMLParserClassName() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Returns the class name of the XML parser.
getXMLParserClassName() - Method in interface org.apache.batik.swing.svg.SVGUserAgent
Returns the class name of the XML parser.
getXMLParserClassName() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the class name of the XML parser.
getXMLParserClassName() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns the XML parser to use from the TranscodingHints.
getXMLParserClassName() - Static method in class org.apache.batik.util.XMLResourceDescriptor
Returns the class name of the XML parser to use.
getXMLReader() - Method in class org.apache.batik.transcoder.TranscoderInput
Returns the XML reader of this transcoder or null if none was supplied.
getXMLspace() - Method in class org.apache.batik.dom.svg.SVGOMTextContentElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.dom.svg.SVGGraphicsElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.dom.svg.SVGOMFilterElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.dom.svg.SVGDescriptiveElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.dom.svg.SVGOMPatternElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.dom.svg.SVGOMFEImageElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.dom.svg.SVGOMMarkerElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.dom.svg.SVGOMStyleElement
DOM: Implements SVGStyleElement.getXMLspace().
getXMLspace() - Method in class org.apache.batik.dom.svg.SVGOMSymbolElement
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 org.apache.batik.dom.util.XMLSupport
Returns the xml:space attribute value of the given element.
getXoffset() - Method in interface org.apache.batik.ext.awt.image.renderable.OffsetRable
Get the x offset.
getXOffsets(int) - Method in class org.apache.batik.ext.awt.image.rendered.DisplacementMapRed
 
getXScale() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getXTile(int) - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
Returns the x index of tile under xloc
getXTranslate() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getY() - Method in class org.apache.batik.dom.svg.SVGOMTextPositioningElement
DOM: Implements SVGTextPositioningElement.getY().
getY() - Method in class org.apache.batik.dom.svg.SVGOMFilterPrimitiveStandardAttributes
DOM: Implements SVGFilterPrimitiveStandardAttributes.getY().
getY() - Method in class org.apache.batik.dom.svg.SVGOMFEPointLightElement
DOM: Implements SVGFEPointLightElement.getY().
getY() - Method in class org.apache.batik.dom.svg.SVGOMRectElement
DOM: Implements SVGRectElement.getY().
getY() - Method in class org.apache.batik.dom.svg.SVGOMFilterElement
DOM: Implements SVGFilterElement.getY().
getY() - Method in class org.apache.batik.dom.svg.SVGOMMaskElement
DOM: Implements SVGMaskElement.getY().
getY() - Method in class org.apache.batik.dom.svg.SVGOMImageElement
DOM: Implements SVGImageElement.getY().
getY() - Method in class org.apache.batik.dom.svg.SVGOMCursorElement
DOM: Implements SVGCursorElement.getY().
getY() - Method in class org.apache.batik.dom.svg.SVGOMPatternElement
DOM: Implements SVGPatternElement.getY().
getY() - Method in class org.apache.batik.dom.svg.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.getY().
getY() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements SVGSVGElement.getY().
getY() - Method in class org.apache.batik.dom.svg.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getY().
getY() - Method in class org.apache.batik.dom.svg.SVGOMForeignObjectElement
DOM: Implements SVGForeignObjectElement.getY().
getY() - Method in class org.apache.batik.dom.svg.SVGOMUseElement
DOM: Implements SVGUseElement.getY().
getY() - Method in class org.apache.batik.ext.awt.geom.PathLength.PathSegment
Get the value of Y.
getY() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the vertical y position of the event relative to the source node.
getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothAbs
 
getY() - Method in interface org.w3c.dom.svg.SVGTextPositioningElement
 
getY() - Method in interface org.w3c.dom.svg.SVGMaskElement
 
getY() - Method in interface org.w3c.dom.svg.SVGPatternElement
 
getY() - Method in interface org.w3c.dom.svg.SVGRect
 
getY() - Method in interface org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoAbs
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
 
getY() - Method in interface org.w3c.dom.svg.SVGFilterElement
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothRel
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
 
getY() - Method in interface org.w3c.dom.svg.SVGRectElement
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
 
getY() - Method in interface org.w3c.dom.svg.SVGFEPointLightElement
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
 
getY() - Method in interface org.w3c.dom.svg.SVGForeignObjectElement
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoRel
 
getY() - Method in interface org.w3c.dom.svg.SVGPoint
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
 
getY() - Method in interface org.w3c.dom.svg.SVGCursorElement
 
getY() - Method in interface org.w3c.dom.svg.SVGImageElement
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegMovetoAbs
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoVerticalAbs
 
getY() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
 
getY() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegMovetoRel
 
getY() - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
 
getY() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoVerticalRel
 
getY() - Method in interface org.w3c.dom.svg.SVGUseElement
 
getY1() - Method in class org.apache.batik.dom.svg.SVGOMLinearGradientElement
DOM: Implements SVGLinearGradientElement.getY1().
getY1() - Method in class org.apache.batik.dom.svg.SVGOMLineElement
DOM: Implements SVGLineElement.getY1().
getY1() - Method in interface org.w3c.dom.svg.SVGLinearGradientElement
 
getY1() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
 
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.SVGPathSegCurvetoQuadraticRel
 
getY1() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
 
getY2() - Method in class org.apache.batik.dom.svg.SVGOMLinearGradientElement
DOM: Implements SVGLinearGradientElement.getY2().
getY2() - Method in class org.apache.batik.dom.svg.SVGOMLineElement
DOM: Implements SVGLineElement.getY2().
getY2() - Method in interface org.w3c.dom.svg.SVGLinearGradientElement
 
getY2() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
 
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.SVGPathSegCurvetoCubicSmoothRel
 
getY2() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
 
getYChannelSelector() - Method in class org.apache.batik.dom.svg.SVGOMFEDisplacementMapElement
DOM: Implements SVGFEDisplacementMapElement.getYChannelSelector().
getYChannelSelector() - Method in interface org.apache.batik.ext.awt.image.renderable.DisplacementMapRable
Returns the yChannelSelector
getYChannelSelector() - Method in class org.apache.batik.ext.awt.image.renderable.DisplacementMapRable8Bit
Returns the yChannelSelector
getYChannelSelector() - Method in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
 
getYCoordinate(int) - Method in class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
getYCoordinate(int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getYCoordinate(int) - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getYMax() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getYMaximum() - Method in class org.apache.batik.svggen.font.table.GlyfDescript
 
getYMaximum() - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getYMin() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getYMinimum() - Method in class org.apache.batik.svggen.font.table.GlyfDescript
 
getYMinimum() - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getYoffset() - Method in interface org.apache.batik.ext.awt.image.renderable.OffsetRable
Get the y offset.
getYOffsets(int) - Method in class org.apache.batik.ext.awt.image.rendered.DisplacementMapRed
 
getYScale() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getYTile(int) - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
Returns the y index of tile under yloc
getYTranslate() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getZ() - Method in class org.apache.batik.dom.svg.SVGOMFEPointLightElement
DOM: Implements SVGFEPointLightElement.getZ().
getZ() - Method in class org.apache.batik.dom.svg.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getZ().
getZ() - Method in interface org.w3c.dom.svg.SVGFEPointLightElement
 
getZ() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
 
getZeroRecter(WritableRaster) - Static method in class org.apache.batik.ext.awt.image.rendered.PadRed.ZeroRecter
 
getZIndex() - Method in interface org.w3c.dom.css.CSS2Properties
See the z-index property definition in CSS2.
getZoomAndPan() - Method in class org.apache.batik.dom.svg.SVGOMViewElement
DOM: Implements SVGZoomAndPan.getZoomAndPan().
getZoomAndPan() - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements SVGZoomAndPan.getZoomAndPan().
getZoomAndPan() - Method in class org.apache.batik.dom.svg.SVGOMSymbolElement
DOM: Implements SVGZoomAndPan.getZoomAndPan().
getZoomAndPan() - Method in interface org.w3c.dom.svg.SVGZoomAndPan
 
getZoomAndPan(Element) - Static method in class org.apache.batik.dom.svg.SVGZoomAndPanSupport
Returns the ZoomAndPan attribute value.
getZoomRectScreen() - Method in interface org.w3c.dom.svg.SVGZoomEvent
 
GHOSTWHITE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'ghostwhite' RGB color.
GHOSTWHITE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'ghostwhite' color name.
glisteners - Variable in class org.apache.batik.gvt.event.AWTEventDispatcher
The global listener list.
glyf - Static variable in interface org.apache.batik.svggen.font.table.Table
 
GlyfCompositeComp - class org.apache.batik.svggen.font.table.GlyfCompositeComp.
 
GlyfCompositeComp(int, int, ByteArrayInputStream) - Constructor for class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
GlyfCompositeDescript - class org.apache.batik.svggen.font.table.GlyfCompositeDescript.
Glyph description for composite glyphs.
GlyfCompositeDescript(GlyfTable, ByteArrayInputStream) - Constructor for class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
GlyfDescript - class org.apache.batik.svggen.font.table.GlyfDescript.
 
GlyfDescript(GlyfTable, short, ByteArrayInputStream) - Constructor for class org.apache.batik.svggen.font.table.GlyfDescript
 
GlyfSimpleDescript - class org.apache.batik.svggen.font.table.GlyfSimpleDescript.
 
GlyfSimpleDescript(GlyfTable, short, ByteArrayInputStream) - Constructor for class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
GlyfTable - class org.apache.batik.svggen.font.table.GlyfTable.
 
GlyfTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.GlyfTable
 
Glyph - class org.apache.batik.gvt.font.Glyph.
A Glyph describes a graphics node with some specific glyph rendering attributes.
Glyph - class org.apache.batik.svggen.font.Glyph.
An individual glyph within a font.
GLYPH_ORIENTATION_HORIZONTAL_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
GLYPH_ORIENTATION_VERTICAL_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
Glyph(GlyphDescription, short, int) - Constructor for class org.apache.batik.svggen.font.Glyph
 
Glyph(String, Vector, String, String, String, Point2D, Point2D, float, float, int, float, Paint, Paint, Stroke, Shape, GraphicsNode) - Constructor for class org.apache.batik.gvt.font.Glyph
Constructs a Glyph with the specified parameters.
GlyphDescription - interface org.apache.batik.svggen.font.table.GlyphDescription.
Specifies access to glyph description classes, simple and composite.
GlyphIterator - class org.apache.batik.gvt.text.GlyphIterator.
 
GlyphIterator(AttributedCharacterIterator, GVTGlyphVector) - Constructor for class org.apache.batik.gvt.text.GlyphIterator
 
GlyphIterator(GlyphIterator) - Constructor for class org.apache.batik.gvt.text.GlyphIterator
 
GlyphLayout - class org.apache.batik.gvt.text.GlyphLayout.
Implementation of TextSpanLayout which uses java.awt.font.GlyphVector.
GlyphLayout(AttributedCharacterIterator, int[], Point2D, FontRenderContext) - Constructor for class org.apache.batik.gvt.text.GlyphLayout
Creates the specified text layout using the specified AttributedCharacterIterator and rendering context.
GlyphOrientationHorizontalManager - class org.apache.batik.css.engine.value.svg.GlyphOrientationHorizontalManager.
This class provides a manager for the 'glyph-orientation-horizontal' property values.
GlyphOrientationHorizontalManager() - Constructor for class org.apache.batik.css.engine.value.svg.GlyphOrientationHorizontalManager
 
GlyphOrientationManager - class org.apache.batik.css.engine.value.svg.GlyphOrientationManager.
This class provides a manager for the 'glyph-orientation' property values.
GlyphOrientationManager() - Constructor for class org.apache.batik.css.engine.value.svg.GlyphOrientationManager
 
GlyphOrientationVerticalManager - class org.apache.batik.css.engine.value.svg.GlyphOrientationVerticalManager.
This class provides a manager for the 'glyph-orientation-vertical' property values.
GlyphOrientationVerticalManager() - Constructor for class org.apache.batik.css.engine.value.svg.GlyphOrientationVerticalManager
 
gmB - Variable in class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Value
 
GOLD_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'gold' RGB color.
GOLD_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'gold' color name.
GOLDENROD_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'goldenrod' RGB color.
GOLDENROD_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'goldenrod' color name.
GPOS - Static variable in interface org.apache.batik.svggen.font.table.Table
 
GposTable - class org.apache.batik.svggen.font.table.GposTable.
 
GposTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.GposTable
 
GRAD - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents a grad lexical unit.
grad() - Method in class org.apache.batik.parser.DefaultAngleHandler
Implements AngleHandler.grad().
grad() - Method in interface org.apache.batik.parser.AngleHandler
Invoked when 'grad' has been parsed.
gradientTransform - Variable in class org.apache.batik.ext.awt.MultipleGradientPaint
Transform to apply to gradient.
grantScriptFileAccess - Variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
grantScriptNetworkAccess - Variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
GraphicContext - class org.apache.batik.ext.awt.g2d.GraphicContext.
Handles the attributes in a graphic context:
+ Composite
+ Font
+ Paint
+ Stroke
+ Clip
+ RenderingHints
+ AffineTransform
GraphicContext() - Constructor for class org.apache.batik.ext.awt.g2d.GraphicContext
Default constructor
GraphicContext(AffineTransform) - Constructor for class org.apache.batik.ext.awt.g2d.GraphicContext
 
graphicsNode - Variable in class org.apache.batik.bridge.UpdateManager
The GraphicsNode whose updates are to be tracked.
GraphicsNode - interface org.apache.batik.gvt.GraphicsNode.
The base class for all graphics nodes.
GraphicsNodeBridge - interface org.apache.batik.bridge.GraphicsNodeBridge.
Bridge class for creating, building, and updating a GraphicsNode according to an Element.
GraphicsNodeChangeAdapter - class org.apache.batik.gvt.event.GraphicsNodeChangeAdapter.
An abstract adapter class for receiving graphics node change events.
GraphicsNodeChangeAdapter() - Constructor for class org.apache.batik.gvt.event.GraphicsNodeChangeAdapter
 
GraphicsNodeChangeEvent - class org.apache.batik.gvt.event.GraphicsNodeChangeEvent.
An event which indicates that a change action occurred on a graphics node.
GraphicsNodeChangeEvent(GraphicsNode, int) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeChangeEvent
Constructs a new graphics node event with the specified source and ID.
GraphicsNodeChangeListener - interface org.apache.batik.gvt.event.GraphicsNodeChangeListener.
The interface for listening to changes on graphics nodes.
GraphicsNodeEvent - class org.apache.batik.gvt.event.GraphicsNodeEvent.
A low-level event for GraphicsNode.
GraphicsNodeEvent(GraphicsNode, int) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeEvent
Constructs a new graphics node event with the specified source and ID.
GraphicsNodeFocusEvent - class org.apache.batik.gvt.event.GraphicsNodeFocusEvent.
A low-level event which indicates that a graphics node has gained or lost the keyboard focus.
GraphicsNodeFocusEvent(GraphicsNode, int) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeFocusEvent
Constructs a new graphics node focus event.
GraphicsNodeFocusListener - interface org.apache.batik.gvt.event.GraphicsNodeFocusListener.
The listener interface for receiving keyboard focus events on a graphics node.
GraphicsNodeInputEvent - class org.apache.batik.gvt.event.GraphicsNodeInputEvent.
The root event class for all graphics node-level input events.
GraphicsNodeInputEvent(GraphicsNode, InputEvent) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Constructs a new graphics node input event from an AWT InputEvent.
GraphicsNodeInputEvent(GraphicsNode, int, long, int) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Constructs a new graphics node input event.
GraphicsNodeKeyAdapter - class org.apache.batik.gvt.event.GraphicsNodeKeyAdapter.
An abstract adapter class for receiving graphics node key events.
GraphicsNodeKeyAdapter() - Constructor for class org.apache.batik.gvt.event.GraphicsNodeKeyAdapter
 
GraphicsNodeKeyEvent - class org.apache.batik.gvt.event.GraphicsNodeKeyEvent.
An event which indicates that a keystroke occurred in a graphics node.
GraphicsNodeKeyEvent(GraphicsNode, int, long, int, int, char) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeKeyEvent
Constructs a new graphics node key event.
GraphicsNodeKeyListener - interface org.apache.batik.gvt.event.GraphicsNodeKeyListener.
The listener interface for receiving graphics node key events.
GraphicsNodeMouseAdapter - class org.apache.batik.gvt.event.GraphicsNodeMouseAdapter.
An abstract adapter class for receiving graphics node mouse events.
GraphicsNodeMouseAdapter() - Constructor for class org.apache.batik.gvt.event.GraphicsNodeMouseAdapter
 
GraphicsNodeMouseEvent - class org.apache.batik.gvt.event.GraphicsNodeMouseEvent.
An event which indicates that a mouse action occurred in a graphics node.
GraphicsNodeMouseEvent(GraphicsNode, int, long, int, float, float, int, int, int, GraphicsNode) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Constructs a new graphics node mouse event.
GraphicsNodeMouseEvent(GraphicsNode, MouseEvent) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Constructs a new graphics node mouse event from an AWT MouseEvent.
GraphicsNodeMouseListener - interface org.apache.batik.gvt.event.GraphicsNodeMouseListener.
The listener interface for receiving graphics node mouse events.
graphicsNodeRable - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
The GraphicsNodeRable for this node.
GraphicsNodeRable - interface org.apache.batik.gvt.filter.GraphicsNodeRable.
This interface allows GraphicsNode to be seen as RenderableImages, which can be used for operations such as filtering, masking or compositing.
GraphicsNodeRable8Bit - class org.apache.batik.gvt.filter.GraphicsNodeRable8Bit.
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 org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
 
GraphicsNodeRable8Bit(GraphicsNode, boolean) - Constructor for class org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
 
GraphicsNodeRable8Bit(GraphicsNode, Map) - Constructor for class org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
 
GraphicsNodeRableFactory - interface org.apache.batik.gvt.filter.GraphicsNodeRableFactory.
This interface lets GraphicsNode create instances of GraphicsNodeRable appropriate for the filter module implementation.
GraphicsNodeRed8Bit - class org.apache.batik.gvt.filter.GraphicsNodeRed8Bit.
This implementation of RenderableImage will render its input GraphicsNode on demand for tiles.
GraphicsNodeRed8Bit(GraphicsNode, AffineTransform, boolean, RenderingHints) - Constructor for class org.apache.batik.gvt.filter.GraphicsNodeRed8Bit
 
GraphicsUtil - class org.apache.batik.ext.awt.image.GraphicsUtil.
Set of utility methods for Graphics.
GraphicsUtil() - Constructor for class org.apache.batik.ext.awt.image.GraphicsUtil
 
gray - Static variable in class org.apache.batik.svggen.SVGColor
 
GRAY_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'gray' RGB color.
GRAY_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'gray' color name.
GRAYTEXT_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'GRAYTEXT' color name.
green - Variable in class org.apache.batik.css.engine.value.RGBColorValue
The green component.
green - Variable in class org.apache.batik.ext.awt.image.codec.PNGSuggestedPaletteEntry
The green color value of the entry.
green - Static variable in class org.apache.batik.svggen.SVGColor
 
GREEN - Static variable in class org.apache.batik.ext.awt.image.ARGBChannel
 
GREEN - Static variable in class org.apache.batik.ext.awt.image.renderable.ComponentTransferRable8Bit
 
GREEN_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'green' RGB color.
GREEN_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'green' color name.
greenComponent - Variable in class org.apache.batik.css.dom.CSSOMValue
The green component, if this value is a RGBColor.
greenComponent - Variable in class org.apache.batik.css.dom.CSSOMSVGColor
The green component, if this value is a RGBColor.
greenFloatValueChanged(short, float) - Method in class org.apache.batik.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the green float value has changed.
greenFloatValueChanged(short, float) - Method in interface org.apache.batik.css.dom.CSSOMSVGColor.ModificationHandler
Called when the green float value has changed.
greenFloatValueChanged(short, float) - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractModificationHandler
Called when the green float value has changed.
greenFloatValueChanged(short, float) - Method in interface org.apache.batik.css.dom.CSSOMValue.ModificationHandler
Called when the green float value has changed.
greenFloatValueChanged(short, float) - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractModificationHandler
Called when the green float value has changed.
greenTextChanged(String) - Method in class org.apache.batik.css.dom.CSSOMSVGPaint.AbstractModificationHandler
Called when the green value text has changed.
greenTextChanged(String) - Method in interface org.apache.batik.css.dom.CSSOMSVGColor.ModificationHandler
Called when the green value text has changed.
greenTextChanged(String) - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractModificationHandler
Called when the green value text has changed.
greenTextChanged(String) - Method in interface org.apache.batik.css.dom.CSSOMValue.ModificationHandler
Called when the green value text has changed.
greenTextChanged(String) - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractModificationHandler
Called when the green value text has changed.
GREENYELLOW_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'greenyellow' RGB color.
GREENYELLOW_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'greenyellow' color name.
GREY_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'grey' RGB color.
GREY_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'grey' color name.
GRID_LINES_STROKE - Static variable in class org.apache.batik.util.gui.MemoryMonitor.History
The grid lines stroke.
GridBagConstants - interface org.apache.batik.ext.swing.GridBagConstants.
GridBagConstraints constants.
gridLinesColor - Variable in class org.apache.batik.util.gui.MemoryMonitor.History
The grid lines color.
group - Variable in class org.apache.batik.apps.svgbrowser.LocalHistory
The button group for the menu items.
GSUB - Static variable in interface org.apache.batik.svggen.font.table.Table
 
GsubTable - class org.apache.batik.svggen.font.table.GsubTable.
 
GsubTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.GsubTable
 
GVT_FONT - Static variable in class org.apache.batik.gvt.renderer.StrokingTextPainter
 
GVT_FONT - Static variable in class org.apache.batik.gvt.text.GlyphIterator
 
GVT_FONT - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
GVT_FONT_FAMILIES - Static variable in class org.apache.batik.gvt.renderer.StrokingTextPainter
 
GVT_FONT_FAMILIES - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
GVTACIImpl - class org.apache.batik.gvt.text.GVTACIImpl.
GVTACIImpl Used to implement SVG <tspan> and <text> attributes.
GVTACIImpl.TransformAttributeFilter - class org.apache.batik.gvt.text.GVTACIImpl.TransformAttributeFilter.
AttributeFilter which converts (extended) location attributes SVGAttributedCharacterIterator.TextAttribute.X, TextAttribute.Y, TextAttribute.ROTATE attributes to TextAttribute.TRANSFORM attributes.
GVTACIImpl.TransformAttributeFilter(GVTACIImpl) - Constructor for class org.apache.batik.gvt.text.GVTACIImpl.TransformAttributeFilter
 
GVTACIImpl() - Constructor for class org.apache.batik.gvt.text.GVTACIImpl
Constructs a new GVTAttributedCharacterIterator with no attributes and a null string.
GVTACIImpl(AttributedCharacterIterator) - Constructor for class org.apache.batik.gvt.text.GVTACIImpl
Constructs a GVTACIImpl whose contents are equivalent to those of aci.
GVTAttributedCharacterIterator - interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator.
GVTAttributedCharacterIterator Used to implement SVG <tspan> and <text> attributes.
GVTAttributedCharacterIterator.AttributeFilter - interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator.AttributeFilter.
Interface for helper class which mutates the attributes of an AttributedCharacterIterator.
GVTAttributedCharacterIterator.TextAttribute - class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute.
Attribute keys that identify SVG text attributes.
GVTAttributedCharacterIterator.TextAttribute(String) - Constructor for class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Construct a TextAttribute key with name s
gvtBuildCancelled(GVTTreeBuilderEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Called when a build was cancelled.
gvtBuildCancelled(GVTTreeBuilderEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Called when a build was cancelled.
gvtBuildCancelled(GVTTreeBuilderEvent) - Method in class org.apache.batik.swing.svg.GVTTreeBuilderAdapter
Called when a build was cancelled.
gvtBuildCancelled(GVTTreeBuilderEvent) - Method in interface org.apache.batik.swing.svg.GVTTreeBuilderListener
Called when a build was cancelled.
gvtBuildCompleted(GVTTreeBuilderEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Called when a build was completed.
gvtBuildCompleted(GVTTreeBuilderEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Called when a build was completed.
gvtBuildCompleted(GVTTreeBuilderEvent) - Method in class org.apache.batik.swing.svg.GVTTreeBuilderAdapter
Called when a build was completed.
gvtBuildCompleted(GVTTreeBuilderEvent) - Method in interface org.apache.batik.swing.svg.GVTTreeBuilderListener
Called when a build was completed.
gvtBuilder - Variable in class org.apache.batik.bridge.BridgeContext
The GVT builder that might be used to create a GVT subtree.
GVTBuilder - class org.apache.batik.bridge.GVTBuilder.
This class is responsible for creating a GVT tree using an SVG DOM tree.
GVTBuilder() - Constructor for class org.apache.batik.bridge.GVTBuilder
Constructs a new builder.
gvtBuildFailed(GVTTreeBuilderEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Called when a build failed.
gvtBuildFailed(GVTTreeBuilderEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Called when a build failed.
gvtBuildFailed(GVTTreeBuilderEvent) - Method in class org.apache.batik.swing.svg.GVTTreeBuilderAdapter
Called when a build failed.
gvtBuildFailed(GVTTreeBuilderEvent) - Method in interface org.apache.batik.swing.svg.GVTTreeBuilderListener
Called when a build failed.
gvtBuildStarted(GVTTreeBuilderEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Called when a build started.
gvtBuildStarted(GVTTreeBuilderEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Called when a build started.
gvtBuildStarted(GVTTreeBuilderEvent) - Method in class org.apache.batik.swing.svg.GVTTreeBuilderAdapter
Called when a build started.
gvtBuildStarted(GVTTreeBuilderEvent) - Method in interface org.apache.batik.swing.svg.GVTTreeBuilderListener
Called when a build started.
GVTFont - interface org.apache.batik.gvt.font.GVTFont.
An interface for all GVT font classes.
GVTFontFamily - interface org.apache.batik.gvt.font.GVTFontFamily.
An interface for all font family classes.
GVTGlyphMetrics - class org.apache.batik.gvt.font.GVTGlyphMetrics.
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 org.apache.batik.gvt.font.GVTGlyphMetrics
Constructs a new GVTGlyphMetrics object using the specified parameters.
GVTGlyphMetrics(GlyphMetrics, float) - Constructor for class org.apache.batik.gvt.font.GVTGlyphMetrics
Constructs a new GVTGlyphMetrics object based upon the specified GlyphMetrics object and an additional vertical advance value.
GVTGlyphVector - interface org.apache.batik.gvt.font.GVTGlyphVector.
An interface for all GVT GlyphVector classes.
GVTLineMetrics - class org.apache.batik.gvt.font.GVTLineMetrics.
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 org.apache.batik.gvt.font.GVTLineMetrics
Constructs a GVTLineMetrics object with the specified attributes.
GVTLineMetrics(LineMetrics) - Constructor for class org.apache.batik.gvt.font.GVTLineMetrics
Constructs a GVTLineMetrics object based on the specified line metrics.
GVTLineMetrics(LineMetrics, float) - Constructor for class org.apache.batik.gvt.font.GVTLineMetrics
Constructs a GVTLineMetrics object based on the specified line metrics with a scale factor applied.
gvtRenderingCancelled(GVTTreeRendererEvent) - Method in class org.apache.batik.apps.svgbrowser.ThumbnailDialog.ThumbnailGVTListener
 
gvtRenderingCancelled(GVTTreeRendererEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Called when a rendering was cancelled.
gvtRenderingCancelled(GVTTreeRendererEvent) - Method in class org.apache.batik.swing.gvt.GVTTreeRendererAdapter
Called when a rendering was cancelled.
gvtRenderingCancelled(GVTTreeRendererEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Called when a rendering was cancelled.
gvtRenderingCancelled(GVTTreeRendererEvent) - Method in interface org.apache.batik.swing.gvt.GVTTreeRendererListener
Called when a rendering was cancelled.
gvtRenderingCancelled(GVTTreeRendererEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Called when a rendering was cancelled.
gvtRenderingCompleted(GVTTreeRendererEvent) - Method in class org.apache.batik.apps.svgbrowser.ThumbnailDialog.ThumbnailGVTListener
 
gvtRenderingCompleted(GVTTreeRendererEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Called when a rendering was completed.
gvtRenderingCompleted(GVTTreeRendererEvent) - Method in class org.apache.batik.swing.gvt.GVTTreeRendererAdapter
Called when a rendering was completed.
gvtRenderingCompleted(GVTTreeRendererEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Called when a rendering was completed.
gvtRenderingCompleted(GVTTreeRendererEvent) - Method in interface org.apache.batik.swing.gvt.GVTTreeRendererListener
Called when a rendering was completed.
gvtRenderingCompleted(GVTTreeRendererEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Called when a rendering was completed.
gvtRenderingFailed(GVTTreeRendererEvent) - Method in class org.apache.batik.apps.svgbrowser.ThumbnailDialog.ThumbnailGVTListener
 
gvtRenderingFailed(GVTTreeRendererEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Called when a rendering failed.
gvtRenderingFailed(GVTTreeRendererEvent) - Method in class org.apache.batik.swing.gvt.GVTTreeRendererAdapter
Called when a rendering failed.
gvtRenderingFailed(GVTTreeRendererEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Called when a rendering failed.
gvtRenderingFailed(GVTTreeRendererEvent) - Method in interface org.apache.batik.swing.gvt.GVTTreeRendererListener
Called when a rendering failed.
gvtRenderingFailed(GVTTreeRendererEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Called when a rendering failed.
gvtRenderingPrepare(GVTTreeRendererEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Called when a rendering is in its preparing phase.
gvtRenderingPrepare(GVTTreeRendererEvent) - Method in class org.apache.batik.swing.gvt.GVTTreeRendererAdapter
Called when a rendering is in its preparing phase.
gvtRenderingPrepare(GVTTreeRendererEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Called when a rendering is in its preparing phase.
gvtRenderingPrepare(GVTTreeRendererEvent) - Method in interface org.apache.batik.swing.gvt.GVTTreeRendererListener
Called when a rendering is in its preparing phase.
gvtRenderingStarted(GVTTreeRendererEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Called when a rendering started.
gvtRenderingStarted(GVTTreeRendererEvent) - Method in class org.apache.batik.swing.gvt.GVTTreeRendererAdapter
Called when a rendering started.
gvtRenderingStarted(GVTTreeRendererEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Called when a rendering started.
gvtRenderingStarted(GVTTreeRendererEvent) - Method in interface org.apache.batik.swing.gvt.GVTTreeRendererListener
Called when a rendering started.
gvtRoot - Variable in class org.apache.batik.apps.svgbrowser.FindDialog
The GVT root into which text is searched.
gvtRoot - Variable in class org.apache.batik.gvt.GVTTreeWalker
The GVT root into which text is searched.
gvtRoot - Variable in class org.apache.batik.swing.gvt.JGVTComponent
The GVT tree root.
gvtRoot - Variable in class org.apache.batik.swing.svg.SVGLoadEventDispatcherEvent
The GVT root.
gvtRoot - Variable in class org.apache.batik.swing.svg.GVTTreeBuilderEvent
The GVT root.
gvtTreeBuilder - Variable in class org.apache.batik.swing.svg.JSVGComponent
The GVT tree builder.
GVTTreeBuilder - class org.apache.batik.swing.svg.GVTTreeBuilder.
This class represents an object which builds asynchroneaously a GVT tree.
GVTTreeBuilder(SVGDocument, BridgeContext) - Constructor for class org.apache.batik.swing.svg.GVTTreeBuilder
Creates a new GVTTreeBuilder.
GVTTreeBuilderAdapter - class org.apache.batik.swing.svg.GVTTreeBuilderAdapter.
An adapter class that represents a listener to the GVTTreeBuilderEvent events.
GVTTreeBuilderAdapter() - Constructor for class org.apache.batik.swing.svg.GVTTreeBuilderAdapter
 
GVTTreeBuilderEvent - class org.apache.batik.swing.svg.GVTTreeBuilderEvent.
This class represents an event which indicate an event originated from a GVTTreeBuilder instance.
GVTTreeBuilderEvent(Object, GraphicsNode) - Constructor for class org.apache.batik.swing.svg.GVTTreeBuilderEvent
Creates a new GVTTreeBuilderEvent.
GVTTreeBuilderListener - interface org.apache.batik.swing.svg.GVTTreeBuilderListener.
This interface represents a listener to the GVTTreeBuilderEvent events.
gvtTreeBuilderListeners - Variable in class org.apache.batik.swing.svg.JSVGComponent
The GVT tree builder listeners.
gvtTreeRenderer - Variable in class org.apache.batik.swing.gvt.JGVTComponent
The GVT tree renderer.
GVTTreeRenderer - class org.apache.batik.swing.gvt.GVTTreeRenderer.
This class represents an object which renders asynchroneaously a GVT tree.
GVTTreeRenderer(ImageRenderer, AffineTransform, boolean, Shape, int, int) - Constructor for class org.apache.batik.swing.gvt.GVTTreeRenderer
Creates a new GVTTreeRenderer.
GVTTreeRendererAdapter - class org.apache.batik.swing.gvt.GVTTreeRendererAdapter.
An adapter class that represents a listener to the GVTTreeRendererEvent events.
GVTTreeRendererAdapter() - Constructor for class org.apache.batik.swing.gvt.GVTTreeRendererAdapter
 
GVTTreeRendererEvent - class org.apache.batik.swing.gvt.GVTTreeRendererEvent.
This class represents an event which indicate an event originated from a GVTTreeRenderer instance.
GVTTreeRendererEvent(Object, BufferedImage) - Constructor for class org.apache.batik.swing.gvt.GVTTreeRendererEvent
Creates a new GVTTreeRendererEvent.
GVTTreeRendererListener - interface org.apache.batik.swing.gvt.GVTTreeRendererListener.
This interface represents a listener to the GVTTreeRendererEvent events.
gvtTreeRendererListeners - Variable in class org.apache.batik.swing.gvt.JGVTComponent
The GVT tree renderer listeners.
GVTTreeWalker - class org.apache.batik.gvt.GVTTreeWalker.
GVTTreeWalker objects are used to navigate a GVT tree or subtree.
GVTTreeWalker(GraphicsNode) - Constructor for class org.apache.batik.gvt.GVTTreeWalker
Constructs a new GVTTreeWalker.
GZIP_MAGIC - Static variable in class org.apache.batik.util.ParsedURLData
GZIP header magic number bytes, like found in a gzipped files, which are encoded in Intel format (ie.

H

h() - Method in interface org.apache.batik.parser.ClockHandler
Invoked when 'h' has been parsed.
handle(ParsedURL, JSVGViewerFrame) - Method in interface org.apache.batik.apps.svgbrowser.SquiggleInputHandler
Handles the given input for the given JSVGViewerFrame
handle(ParsedURL, JSVGViewerFrame) - Method in class org.apache.batik.apps.svgbrowser.SVGInputHandler
Handles the given input for the given JSVGViewerFrame
handle(ParsedURL, JSVGViewerFrame) - Method in class org.apache.batik.apps.svgbrowser.XMLInputHandler
Handles the given input for the given JSVGViewerFrame
handleColorInterpolationFilters(Filter, Element) - Static method in class org.apache.batik.bridge.AbstractSVGFilterPrimitiveElementBridge
Handles the 'color-interpolation-filters' CSS property.
handleComposite(Composite, SVGGeneratorContext) - Method in interface org.apache.batik.svggen.ExtensionHandler
 
handleComposite(Composite, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultExtensionHandler
 
handleCSSEngineEvent(CSSEngineEvent) - Method in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
Invoked when an CSSEngineEvent is fired.
handleCSSEngineEvent(CSSEngineEvent) - Method in class org.apache.batik.bridge.SVGShapeElementBridge
Invoked when CSS properties have changed on an element.
handleCSSEngineEvent(CSSEngineEvent) - Method in interface org.apache.batik.bridge.BridgeUpdateHandler
Invoked when an CSSEngineEvent is fired.
handleCSSEngineEvent(CSSEngineEvent) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Invoked when CSS properties have changed on an element.
handleCSSEngineEvent(CSSEngineEvent) - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler
Invoked when an CSSEngineEvent is fired.
handleCSSPropertyChanged(int) - Method in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
Invoked for each CSS property that has changed.
handleCSSPropertyChanged(int) - Method in class org.apache.batik.bridge.SVGShapeElementBridge
Invoked for each CSS property that has changed.
handleCSSPropertyChanged(int) - Method in class org.apache.batik.bridge.SVGImageElementBridge
Invoked for each CSS property that has changed.
handleCSSPropertyChanged(int) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Invoked for each CSS property that has changed.
handleDOMAttrModifiedEvent(MutationEvent) - Method in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
Invoked when an MutationEvent of type 'DOMAttrModified' is fired.
handleDOMAttrModifiedEvent(MutationEvent) - Method in class org.apache.batik.bridge.SVGPolygonElementBridge
Invoked when an MutationEvent of type 'DOMAttrModified' is fired.
handleDOMAttrModifiedEvent(MutationEvent) - Method in class org.apache.batik.bridge.SVGImageElementBridge
Invoked when an MutationEvent of type 'DOMAttrModified' is fired.
handleDOMAttrModifiedEvent(MutationEvent) - Method in class org.apache.batik.bridge.SVGCircleElementBridge
Invoked when an MutationEvent of type 'DOMAttrModified' is fired.
handleDOMAttrModifiedEvent(MutationEvent) - Method in class org.apache.batik.bridge.SVGUseElementBridge
Invoked when an MutationEvent of type 'DOMAttrModified' is fired.
handleDOMAttrModifiedEvent(MutationEvent) - Method in class org.apache.batik.bridge.SVGLineElementBridge
Invoked when an MutationEvent of type 'DOMAttrModified' is fired.
handleDOMAttrModifiedEvent(MutationEvent) - Method in class org.apache.batik.bridge.SVGPathElementBridge
Invoked when an MutationEvent of type 'DOMAttrModified' is fired.
handleDOMAttrModifiedEvent(MutationEvent) - Method in interface org.apache.batik.bridge.BridgeUpdateHandler
Invoked when an MutationEvent of type 'DOMAttrModified' is fired.
handleDOMAttrModifiedEvent(MutationEvent) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Invoked when an MutationEvent of type 'DOMAttrModified' is fired.
handleDOMAttrModifiedEvent(MutationEvent) - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler
Invoked when an MutationEvent of type 'DOMAttrModified' is fired.
handleDOMAttrModifiedEvent(MutationEvent) - Method in class org.apache.batik.bridge.SVGTextElementBridge.TspanBridge
Handle the dynamic update for the attributes of <tspan> : 'x', 'y', 'dx', 'dy' and 'rotate'.
handleDOMAttrModifiedEvent(MutationEvent) - Method in class org.apache.batik.bridge.SVGSVGElementBridge
Invoked when an MutationEvent of type 'DOMAttrModified' is fired.
handleDOMAttrModifiedEvent(MutationEvent) - Method in class org.apache.batik.bridge.SVGEllipseElementBridge
Invoked when an MutationEvent of type 'DOMAttrModified' is fired.
handleDOMAttrModifiedEvent(MutationEvent) - Method in class org.apache.batik.bridge.SVGPolylineElementBridge
Invoked when an MutationEvent of type 'DOMAttrModified' is fired.
handleDOMAttrModifiedEvent(MutationEvent) - Method in class org.apache.batik.bridge.SVGRectElementBridge
Invoked when an MutationEvent of type 'DOMAttrModified' is fired.
handleDOMCharacterDataModified(MutationEvent) - Method in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
Invoked when an MutationEvent of type 'DOMCharacterDataModified' is fired.
handleDOMCharacterDataModified(MutationEvent) - Method in interface org.apache.batik.bridge.BridgeUpdateHandler
Invoked when an MutationEvent of type 'DOMCharacterDataModified' is fired.
handleDOMCharacterDataModified(MutationEvent) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Invoked when an MutationEvent of type 'DOMCharacterDataModified' is fired.
handleDOMCharacterDataModified(MutationEvent) - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler
Invoked when an MutationEvent of type 'DOMCharacterDataModified' is fired.
handleDOMChildNodeRemovedEvent(MutationEvent) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Invoked when an MutationEvent of type 'DOMNodeRemoved' is fired.
handleDOMNodeInsertedEvent(MutationEvent) - Method in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
handleDOMNodeInsertedEvent(MutationEvent) - Method in class org.apache.batik.bridge.SVGGElementBridge
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
handleDOMNodeInsertedEvent(MutationEvent) - Method in interface org.apache.batik.bridge.BridgeUpdateHandler
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
handleDOMNodeInsertedEvent(MutationEvent) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
handleDOMNodeInsertedEvent(MutationEvent) - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
handleDOMNodeRemovedEvent(MutationEvent) - Method in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
Invoked when an MutationEvent of type 'DOMNodeRemoved' is fired.
handleDOMNodeRemovedEvent(MutationEvent) - Method in interface org.apache.batik.bridge.BridgeUpdateHandler
Invoked when an MutationEvent of type 'DOMNodeRemoved' is fired.
handleDOMNodeRemovedEvent(MutationEvent) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
handleDOMNodeRemovedEvent(MutationEvent) - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler
Invoked when an MutationEvent of type 'DOMNodeRemoved' is fired.
handleDOMSubtreeModifiedEvent(MutationEvent) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Invoked when an MutationEvent of type 'DOMSubtree' is fired.
handleElement(BridgeContext, Element) - Method in class org.apache.batik.bridge.SVGTitleElementBridge
Invoked to handle an Element for a given BridgeContext.
handleElement(BridgeContext, Element) - Method in class org.apache.batik.bridge.SVGDescElementBridge
Invoked to handle an Element for a given BridgeContext.
handleElement(BridgeContext, Element) - Method in interface org.apache.batik.bridge.GenericBridge
Invoked to handle an Element for a given BridgeContext.
handleElement(Element, Object) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
 
handleElement(Element, Object) - Method in interface org.apache.batik.bridge.UserAgent
Notifies the UserAgent that the input element has been found in the document.
handleElement(Element, Object) - Method in class org.apache.batik.bridge.UserAgentAdapter
Notifies the UserAgent that the input element has been found in the document.
handleElement(Element, Object) - Method in class org.apache.batik.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 org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Notifies the UserAgent that the input element has been found in the document.
handleElement(Element, Object) - Method in interface org.apache.batik.swing.svg.SVGUserAgent
Notifies the UserAgent that the input element has been found in the document.
handleElement(Element, Object) - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Notifies the UserAgent that the input element has been found in the document.
handleElementAdded(CompositeGraphicsNode, Node, Element) - Method in class org.apache.batik.bridge.SVGGElementBridge
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
handleEmptyImage(Element) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
 
handleEmptyImage(Element) - Method in class org.apache.batik.svggen.SimpleImageHandler
 
handleEmptyImage(Element) - Method in class org.apache.batik.svggen.ImageHandlerBase64Encoder
 
handleError(SVGGraphics2DIOException) - Method in class org.apache.batik.svggen.DefaultErrorHandler
This method handles the SVGGraphics2DIOException.
handleError(SVGGraphics2DIOException) - Method in interface org.apache.batik.svggen.ErrorHandler
This method handles the SVGGraphics2DIOException.
handleError(SVGGraphics2DRuntimeException) - Method in class org.apache.batik.svggen.DefaultErrorHandler
This method handles the SVGGraphics2DRuntimeException.
handleError(SVGGraphics2DRuntimeException) - Method in interface org.apache.batik.svggen.ErrorHandler
This method handles the SVGGraphics2DRuntimeException.
handleEvent(Event) - Method in class org.apache.batik.bridge.FocusManager.MouseClickTacker
 
handleEvent(Event) - Method in class org.apache.batik.bridge.FocusManager.DOMFocusInTracker
 
handleEvent(Event) - Method in class org.apache.batik.bridge.FocusManager.DOMFocusOutTracker
 
handleEvent(Event) - Method in class org.apache.batik.bridge.FocusManager.MouseOverTacker
 
handleEvent(Event) - Method in class org.apache.batik.bridge.FocusManager.MouseOutTacker
 
handleEvent(Event) - Method in class org.apache.batik.bridge.SVGImageElementBridge.ForwardEventListener
 
handleEvent(Event) - Method in class org.apache.batik.bridge.SVGTextElementBridge.DOMChildNodeRemovedEventListener
Handles 'DOMNodeRemoved' event type.
handleEvent(Event) - Method in class org.apache.batik.bridge.SVGTextElementBridge.DOMSubtreeModifiedEventListener
Handles 'DOMSubtreeModified' event type.
handleEvent(Event) - Method in class org.apache.batik.bridge.BridgeContext.DOMAttrModifiedEventListener
Handles 'DOMAttrModified' event type.
handleEvent(Event) - Method in class org.apache.batik.bridge.BridgeContext.DOMNodeInsertedEventListener
Handles 'DOMNodeInserted' event type.
handleEvent(Event) - Method in class org.apache.batik.bridge.BridgeContext.DOMNodeRemovedEventListener
Handles 'DOMNodeRemoved' event type.
handleEvent(Event) - Method in class org.apache.batik.bridge.BridgeContext.DOMCharacterDataModifiedListener
Handles 'DOMNodeRemoved' event type.
handleEvent(Event) - Method in class org.apache.batik.bridge.SVGAElementBridge.AnchorListener
 
handleEvent(Event) - Method in class org.apache.batik.bridge.SVGAElementBridge.CursorMouseOverListener
 
handleEvent(Event) - Method in class org.apache.batik.bridge.SVGAElementBridge.CursorMouseOutListener
 
handleEvent(Event) - Method in class org.apache.batik.bridge.ScriptingEnvironment.DOMNodeInsertedListener
 
handleEvent(Event) - Method in class org.apache.batik.bridge.ScriptingEnvironment.DOMNodeRemovedListener
 
handleEvent(Event) - Method in class org.apache.batik.bridge.ScriptingEnvironment.ScriptingEventListener
Runs the script.
handleEvent(Event) - Method in class org.apache.batik.bridge.BridgeEventSupport.GVTUnloadListener
 
handleEvent(Event) - Method in class org.apache.batik.css.engine.CSSEngine.DOMNodeInsertedListener
 
handleEvent(Event) - Method in class org.apache.batik.css.engine.CSSEngine.DOMNodeRemovedListener
 
handleEvent(Event) - Method in class org.apache.batik.css.engine.CSSEngine.DOMSubtreeModifiedListener
 
handleEvent(Event) - Method in class org.apache.batik.css.engine.CSSEngine.DOMCharacterDataModifiedListener
 
handleEvent(Event) - Method in class org.apache.batik.css.engine.CSSEngine.DOMAttrModifiedListener
 
handleEvent(Event) - Method in class org.apache.batik.dom.svg.SVGOMStyleElement.DOMCharacterDataModifiedListener
 
handleEvent(Event) - Method in class org.apache.batik.swing.JSVGCanvas.ToolTipModifier
 
handleEvent(Event) - Method in interface org.w3c.dom.events.EventListener
This method is called whenever an event occurs of the type for which the EventListener interface was registered.
handleException(Exception) - Method in class org.apache.batik.swing.gvt.JGVTComponent
Handles an exception.
handleException(Exception) - Method in class org.apache.batik.swing.svg.JSVGComponent
Handles an exception.
handleFilter(BufferedImageOp, Rectangle, SVGGeneratorContext) - Method in interface org.apache.batik.svggen.ExtensionHandler
 
handleFilter(BufferedImageOp, Rectangle, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultExtensionHandler
 
handleGeometryChanged() - Method in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
Invoked when the geometry of an graphical element has changed.
handleGeometryChanged() - Method in class org.apache.batik.bridge.SVGShapeElementBridge
Invoked when the geometry of an graphical element has changed.
handleHREF(Image, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
The handler should set the xlink:href tag and the width and height attributes.
handleHREF(Image, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultImageHandler
This template method should set the xlink:href attribute on the input Element parameter
handleHREF(Image, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.AbstractImageHandlerEncoder
This template method should set the xlink:href attribute on the input Element parameter
handleHREF(Image, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.ImageHandlerBase64Encoder
The handler should set the xlink:href tag and the width and height attributes.
handleHREF(RenderableImage, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
This method will delegate to the handleHREF which uses a RenderedImage
handleHREF(RenderableImage, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultImageHandler
This template method should set the xlink:href attribute on the input Element parameter
handleHREF(RenderableImage, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.AbstractImageHandlerEncoder
This template method should set the xlink:href attribute on the input Element parameter
handleHREF(RenderableImage, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.ImageHandlerBase64Encoder
The handler should set the xlink:href tag and the width and height attributes.
handleHREF(RenderedImage, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
This template method should set the xlink:href attribute on the input Element parameter
handleHREF(RenderedImage, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultImageHandler
This template method should set the xlink:href attribute on the input Element parameter
handleHREF(RenderedImage, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.AbstractImageHandlerEncoder
This template method should set the xlink:href attribute on the input Element parameter
handleHREF(RenderedImage, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.ImageHandlerBase64Encoder
This version of handleHREF encodes the input image into a PNG image whose bytes are then encoded with Base64.
handleImage(Image, Element, int, int, int, int, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
The handler sets the xlink:href tag and returns a transform
handleImage(Image, Element, int, int, int, int, SVGGeneratorContext) - Method in class org.apache.batik.svggen.SimpleImageHandler
The handler sets the xlink:href tag and returns a transform
handleImage(Image, Element, int, int, int, int, SVGGeneratorContext) - Method in interface org.apache.batik.svggen.GenericImageHandler
The handler should set the xlink:href and return a transform
handleImage(Image, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultImageHandler
The handler should set the xlink:href tag and the width and height attributes.
handleImage(Image, Element, SVGGeneratorContext) - Method in interface org.apache.batik.svggen.ImageHandler
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 org.apache.batik.svggen.DefaultCachedImageHandler
The handler sets the xlink:href tag and returns a transform
handleImage(RenderableImage, Element, double, double, double, double, SVGGeneratorContext) - Method in class org.apache.batik.svggen.SimpleImageHandler
The handler sets the xlink:href tag and returns a transform
handleImage(RenderableImage, Element, double, double, double, double, SVGGeneratorContext) - Method in interface org.apache.batik.svggen.GenericImageHandler
The handler should set the xlink:href tag and return a transform
handleImage(RenderableImage, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultImageHandler
The handler should set the xlink:href tag and the width and height attributes.
handleImage(RenderableImage, Element, SVGGeneratorContext) - Method in interface org.apache.batik.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 org.apache.batik.svggen.DefaultCachedImageHandler
The handler sets the xlink:href tag and returns a transform
handleImage(RenderedImage, Element, int, int, int, int, SVGGeneratorContext) - Method in class org.apache.batik.svggen.SimpleImageHandler
The handler sets the xlink:href tag and returns a transform
handleImage(RenderedImage, Element, int, int, int, int, SVGGeneratorContext) - Method in interface org.apache.batik.svggen.GenericImageHandler
The handler should set the xlink:href tag and return a transform
handleImage(RenderedImage, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultImageHandler
The handler should set the xlink:href tag and the width and height attributes.
handleImage(RenderedImage, Element, SVGGeneratorContext) - Method in interface org.apache.batik.svggen.ImageHandler
The handler should set the xlink:href tag and the width and height attributes.
handleInterpreterException(InterpreterException) - Method in class org.apache.batik.bridge.BaseScriptingEnvironment
Handles the given exception.
handleOption() - Method in interface org.apache.batik.apps.svgpp.Main.OptionHandler
Handles the current option.
handleOption() - Method in class org.apache.batik.apps.svgpp.Main.DoctypeHandler
 
handleOption() - Method in class org.apache.batik.apps.svgpp.Main.NewlineHandler
 
handleOption() - Method in class org.apache.batik.apps.svgpp.Main.NoFormatHandler
 
handleOption() - Method in class org.apache.batik.apps.svgpp.Main.PublicIdHandler
 
handleOption() - Method in class org.apache.batik.apps.svgpp.Main.SystemIdHandler
 
handleOption() - Method in class org.apache.batik.apps.svgpp.Main.XMLDeclHandler
 
handleOption() - Method in class org.apache.batik.apps.svgpp.Main.TabWidthHandler
 
handleOption() - Method in class org.apache.batik.apps.svgpp.Main.DocWidthHandler
 
handleOption(Color, SVGConverter) - Method in class org.apache.batik.apps.rasterizer.Main.ColorOptionHandler
 
handleOption(float, SVGConverter) - Method in class org.apache.batik.apps.rasterizer.Main.FloatOptionHandler
 
handleOption(int) - Method in interface org.apache.batik.apps.svgbrowser.Main.OptionHandler
Handles the current option.
handleOption(int) - Method in class org.apache.batik.apps.svgbrowser.Main.FontSizeHandler
 
handleOption(Rectangle2D, SVGConverter) - Method in class org.apache.batik.apps.rasterizer.Main.RectangleOptionHandler
 
handleOption(String[], SVGConverter) - Method in interface org.apache.batik.apps.rasterizer.Main.OptionHandler
The OptionHandler should configure the SVGConverter according to the value of the option.
handleOption(String[], SVGConverter) - Method in class org.apache.batik.apps.rasterizer.Main.AbstractOptionHandler
 
handleOption(String, SVGConverter) - Method in class org.apache.batik.apps.rasterizer.Main.SingleValueOptionHandler
 
handleOption(String, SVGConverter) - Method in class org.apache.batik.apps.rasterizer.Main.FloatOptionHandler
 
handleOption(String, SVGConverter) - Method in class org.apache.batik.apps.rasterizer.Main.RectangleOptionHandler
 
handleOption(String, SVGConverter) - Method in class org.apache.batik.apps.rasterizer.Main.ColorOptionHandler
 
handleOption(SVGConverter) - Method in class org.apache.batik.apps.rasterizer.Main.NoValueOptionHandler
 
handlePaint(Paint, SVGGeneratorContext) - Method in interface org.apache.batik.svggen.ExtensionHandler
 
handlePaint(Paint, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultExtensionHandler
 
handler - Variable in class org.apache.batik.apps.svgbrowser.SquiggleInputHandlerFilter
 
handler - Variable in class org.apache.batik.css.dom.CSSOMStyleDeclaration
The modifications handler.
handler - Variable in class org.apache.batik.css.dom.CSSOMValue
The modifications handler.
handler - Variable in class org.apache.batik.css.dom.CSSOMSVGColor
The modifications handler.
handler - Variable in class org.apache.batik.transcoder.TranscoderSupport
The error handler used to report warnings and errors.
HandlerBase - class org.xml.sax.HandlerBase.
Deprecated. This class works with the deprecated DocumentHandler interface. It has been replaced by the SAX2 DefaultHandler class.
HandlerBase() - Constructor for class org.xml.sax.HandlerBase
Deprecated.  
handleReplicate(WritableRaster) - Method in class org.apache.batik.ext.awt.image.rendered.PadRed
 
handlers - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
The input handlers
handlers - Variable in class org.apache.batik.apps.svgbrowser.Main
The option handlers.
handlers - Variable in class org.apache.batik.apps.svgpp.Main
The option handlers.
handleSecurityException(SecurityException) - Method in class org.apache.batik.bridge.BaseScriptingEnvironment
Handles the given exception.
handleStream(InputStream, ParsedURL, boolean) - Method in class org.apache.batik.ext.awt.image.spi.PNGRegistryEntry
Decode the Stream into a RenderableImage
handleStream(InputStream, ParsedURL, boolean) - Method in class org.apache.batik.ext.awt.image.spi.JPEGRegistryEntry
Decode the Stream into a RenderableImage
handleStream(InputStream, ParsedURL, boolean) - Method in interface org.apache.batik.ext.awt.image.spi.StreamRegistryEntry
Decode the Stream into a Filter.
handleStream(InputStream, ParsedURL, boolean) - Method in class org.apache.batik.ext.awt.image.spi.TIFFRegistryEntry
Decode the Stream into a RenderableImage
handleTransform(Element, double, double, double, double, double, double) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
Determines the transformation needed to get the cached image to scale & position properly.
handleTransform(Element, double, double, double, double, double, double) - Method in class org.apache.batik.svggen.CachedImageHandlerBase64Encoder
Determines the transformation needed to get the cached image to scale & position properly.
handleURL(ParsedURL, boolean) - Method in class org.apache.batik.ext.awt.image.spi.JDKRegistryEntry
Decode the URL into a RenderableImage
handleURL(ParsedURL, boolean) - Method in interface org.apache.batik.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 org.apache.batik.transcoder.print.PrintTranscoder
 
handleWrap(WritableRaster) - Method in class org.apache.batik.ext.awt.image.rendered.PadRed
 
handleZero(WritableRaster) - Method in class org.apache.batik.ext.awt.image.rendered.PadRed
 
HANGING_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'hanging' keyword.
hasAttribute(String) - Method in class org.apache.batik.dom.AbstractElement
DOM: Implements Element.hasAttribute(String).
hasAttribute(String) - Method in interface org.w3c.dom.Element
Returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.
hasAttributeNS(String, String) - Method in class org.apache.batik.dom.AbstractElement
DOM: Implements Element.hasAttributeNS(String,String).
hasAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value, false otherwise.
hasAttributes() - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.hasAttributes().
hasAttributes() - Method in class org.apache.batik.dom.AbstractElement
DOM: Implements Node.hasAttributes().
hasAttributes() - Method in interface org.w3c.dom.Node
Returns whether this node (if it is an element) has any attributes.
hasBeenOpened - Variable in class org.apache.batik.util.ParsedURLData
 
hasChanged() - Method in class org.apache.batik.gvt.UpdateTracker
Tells whether the GVT tree has changed.
hasChildNodes() - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.hasChildNodes().
hasChildNodes() - Method in class org.apache.batik.dom.AbstractParentNode
DOM: Implements Node.hasChildNodes().
hasChildNodes() - Method in interface org.w3c.dom.Node
Returns whether this node has any children.
hasExtension(Element, String) - Static method in class org.apache.batik.dom.svg.SVGTestsSupport
To implements SVGTests.hasExtension(String).
hasExtension(String) - Method in class org.apache.batik.dom.svg.SVGOMTextContentElement
DOM: Implements SVGTests.hasExtension(String).
hasExtension(String) - Method in class org.apache.batik.dom.svg.SVGOMAnimationElement
DOM: Implements SVGTests.hasExtension(String).
hasExtension(String) - Method in class org.apache.batik.dom.svg.SVGGraphicsElement
DOM: Implements SVGTests.hasExtension(String).
hasExtension(String) - Method in class org.apache.batik.dom.svg.SVGOMCursorElement
DOM: Implements SVGTests.hasExtension(String).
hasExtension(String) - Method in class org.apache.batik.dom.svg.SVGOMPatternElement
DOM: Implements SVGTests.hasExtension(String).
hasExtension(String) - Method in class org.apache.batik.dom.svg.SVGOMSVGElement
DOM: Implements SVGTests.hasExtension(String).
hasExtension(String) - Method in interface org.w3c.dom.svg.SVGTests
 
hasFeature(String) - Method in interface org.apache.batik.bridge.UserAgent
Tells whether the given feature is supported by this user agent.
hasFeature(String) - Method in class org.apache.batik.bridge.UserAgentAdapter
Tells whether the given feature is supported by this user agent.
hasFeature(String) - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Tells whether the given feature is supported by this user agent.
hasFeature(String) - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Tells whether the given feature is supported by this user agent.
hasFeature(String, String) - Method in class org.apache.batik.dom.AbstractDOMImplementation
DOM: Implements DOMImplementation.hasFeature(String,String).
hasFeature(String, String) - Method in interface org.w3c.dom.DOMImplementation
Test if the DOM implementation implements a specific feature.
hasFixedCascadedValues() - Method in class org.apache.batik.css.engine.StyleMap
Whether this map has fixed cascaded value.
hasGraphicsNodeBridge(Element) - Method in class org.apache.batik.bridge.BridgeContext
Returns true if the specified element has a GraphicsNodeBridge associated to it, false otherwise.
hash - Variable in class org.apache.batik.css.engine.StringIntMap.Entry
The hash code
hash - Variable in class org.apache.batik.css.engine.value.StringMap.Entry
The hash code
hash - Variable in class org.apache.batik.dom.AbstractElement.Entry
The hash code
hash - Variable in class org.apache.batik.dom.util.DoublyIndexedTable.Entry
The hash code
hash - Variable in class org.apache.batik.dom.util.DocumentDescriptor.Entry
The hash code
hash - Variable in class org.apache.batik.dom.util.HashTable.Entry
The hash code
hash - Variable in class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Entry
The hash code
hash - Variable in class org.apache.batik.util.SoftDoublyIndexedTable.Entry
The hash code
HASH - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents the '#name' lexical unit.
hashCode() - Method in class org.apache.batik.util.ParsedURLData
Implement Object.hashCode.
hashCode() - Method in class org.apache.batik.util.ParsedURL
Implement Object.hashCode.
hashCode(char) - Method in class org.apache.batik.gvt.font.AWTGlyphGeometryCache
Computes a hash code corresponding to the given objects.
hashCode(Object, Object) - Method in class org.apache.batik.dom.util.DoublyIndexedTable
Computes a hash code corresponding to the given objects.
hashCode(Object, Object) - Method in class org.apache.batik.util.SoftDoublyIndexedTable
Computes a hash code corresponding to the given objects.
hashCode(String, String) - Method in class org.apache.batik.dom.AbstractElement.NamedNodeHashMap
Computes a hash code corresponding to the given strings.
HashTable - class org.apache.batik.dom.util.HashTable.
A simple hashtable, not synchronized, with fixed load factor.
HashTable.Entry - class org.apache.batik.dom.util.HashTable.Entry.
To manage collisions
HashTable.Entry(int, Object, Object, HashTable.Entry) - Constructor for class org.apache.batik.dom.util.HashTable.Entry
Creates a new entry
HashTable() - Constructor for class org.apache.batik.dom.util.HashTable
Creates a new table.
HashTable(HashTable) - Constructor for class org.apache.batik.dom.util.HashTable
Creates a copy of the given HashTable object.
HashTable(int) - Constructor for class org.apache.batik.dom.util.HashTable
Creates a new table.
HashTableStack - class org.apache.batik.dom.util.HashTableStack.
This class represents a stack of HashTable objects.
HashTableStack.Link - class org.apache.batik.dom.util.HashTableStack.Link.
To store the hashtables.
HashTableStack.Link(HashTableStack.Link) - Constructor for class org.apache.batik.dom.util.HashTableStack.Link
Creates a new link.
HashTableStack() - Constructor for class org.apache.batik.dom.util.HashTableStack
Creates a new HashTableStack object.
hasId - Variable in class org.apache.batik.bridge.ViewBox.ViewHandler
 
hasPeerWithTag(Element, String, String) - Method in class org.apache.batik.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 org.apache.batik.bridge.ViewBox.ViewHandler
 
hasTransform - Variable in class org.apache.batik.bridge.ViewBox.ViewHandler
 
hasViewBox - Variable in class org.apache.batik.bridge.ViewBox.ViewHandler
 
hasViewTargetParams - Variable in class org.apache.batik.bridge.ViewBox.ViewHandler
 
hasZoomAndPanParams - Variable in class org.apache.batik.bridge.ViewBox.ViewHandler
 
hdmx - Static variable in interface org.apache.batik.svggen.font.table.Table
 
head - Static variable in interface org.apache.batik.svggen.font.table.Table
 
HeadTable - class org.apache.batik.svggen.font.table.HeadTable.
 
HeadTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.HeadTable
 
HEAVY - Static variable in class org.apache.batik.svggen.SVGFont
 
height - Variable in class org.apache.batik.apps.rasterizer.SVGConverter
Output image height.
height - Variable in class org.apache.batik.ext.awt.image.codec.SimpleRenderedImage
The image's height in pixels.
height - Variable in class org.apache.batik.gvt.font.GVTLineMetrics
 
height - Variable in class org.apache.batik.swing.gvt.GVTTreeRenderer
The buffer height.
height - Variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
 
HELP_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'help' keyword.
HEXADECIMAL - Static variable in class org.apache.batik.css.parser.ScannerUtilities
The set of the valid hexadecimal characters.
hexcolor(LexicalUnit) - Method in class org.apache.batik.css.parser.Parser
Converts a hash unit to a RGB color.
hhea - Static variable in interface org.apache.batik.svggen.font.table.Table
 
HheaTable - class org.apache.batik.svggen.font.table.HheaTable.
 
HheaTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.HheaTable
 
HIDDEN_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'hidden' keyword.
HIERARCHY_REQUEST_ERR - Static variable in class org.w3c.dom.DOMException
If any node is inserted somewhere it doesn't belong
HIGHLIGHT_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'HIGHLIGHT' color name.
highlightButton - Variable in class org.apache.batik.apps.svgbrowser.FindDialog
The highlight button.
highlightCenterButton - Variable in class org.apache.batik.apps.svgbrowser.FindDialog
The highlight and center button.
highlightCenterZoomButton - Variable in class org.apache.batik.apps.svgbrowser.FindDialog
The highlight center and zoom button.
highlightShape - Variable in class org.apache.batik.gvt.event.SelectionEvent
The shape enclosing the selection
HIGHLIGHTTEXT_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'HIGHLIGHTTEXT' color name.
hints - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
The rendering hints that control the quality to use when rendering this graphics node.
hints - Variable in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
hints - Variable in class org.apache.batik.transcoder.TranscoderSupport
The transcoding hints.
histo - Variable in class org.apache.batik.extension.svg.BatikHistogramNormalizationFilter8Bit
 
HistogramRed - class org.apache.batik.extension.svg.HistogramRed.
 
HistogramRed(CachableRed) - Constructor for class org.apache.batik.extension.svg.HistogramRed
 
hit(Rectangle, Shape, boolean) - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Checks whether or not the specified Shape intersects the specified Rectangle, which is in device space.
hitTest(double, double, TextNode) - Method in class org.apache.batik.gvt.renderer.BasicTextPainter
Returns the mark for the specified parameters.
hitTest(double, double, TextNode) - Method in class org.apache.batik.gvt.renderer.StrokingTextPainter
 
hitTestChar(float, float) - Method in class org.apache.batik.gvt.text.GlyphLayout
Perform hit testing for coordinate at x, y.
hitTestChar(float, float) - Method in interface org.apache.batik.gvt.text.TextSpanLayout
Perform hit testing for coordinate at x, y.
hmtx - Static variable in interface org.apache.batik.svggen.font.table.Table
 
HmtxTable - class org.apache.batik.svggen.font.table.HmtxTable.
 
HmtxTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.HmtxTable
 
HONEYDEW_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'honeydew' RGB color.
HONEYDEW_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'honeydew' color name.
HORIZONTAL - Static variable in interface org.apache.batik.ext.swing.GridBagConstants
Resize the component horizontally but not vertically.
HORIZONTAL_LENGTH - Static variable in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength
This constant represents horizontal lengths.
HORIZONTAL_LENGTH - Static variable in class org.apache.batik.util.UnitProcessor
This constant represents horizontal lengths.
HORIZONTAL_ORIENTATION - Static variable in class org.apache.batik.css.engine.value.LengthManager
 
host - Variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
host - Variable in class org.apache.batik.util.ParsedURLData
 
HOTPINK_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'hotpink' RGB color.
HOTPINK_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'hotpink' color name.
hRaster - Variable in class org.apache.batik.ext.awt.image.rendered.TileLRUMember
 
HTTP_CHARSET - Static variable in class org.apache.batik.dom.svg.SAXSVGDocumentFactory
Constant for HTTP content type header charset field.
HZ - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents a hz lexical unit.

I

ICCColor - class org.apache.batik.css.engine.value.svg.ICCColor.
This class represents an ICC color value.
ICCColor(String) - Constructor for class org.apache.batik.css.engine.value.svg.ICCColor
Creates a new ICCColor.
iccColors - Variable in class org.apache.batik.css.dom.CSSOMSVGColor
To store the ICC color list.
ICCColorSpaceExt - class org.apache.batik.ext.awt.color.ICCColorSpaceExt.
This class extends the ICCColorSpace class by providing convenience methods to convert to sRGB using various methods, forcing a givent intent, such as perceptual or relative colorimetric.
ICCColorSpaceExt(ICC_Profile, int) - Constructor for class org.apache.batik.ext.awt.color.ICCColorSpaceExt
 
ICON_APACHE_LOGO - Static variable in class org.apache.batik.apps.svgbrowser.AboutDialog
 
ICON_BATIK_SPLASH - Static variable in class org.apache.batik.apps.svgbrowser.AboutDialog
 
ICON_BEHAVIOR - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
ICON_NETWORK - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
ICON_USER_LANGUAGE - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
ICON_USER_STYLESHEET - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
iconColor16x16 - Variable in class org.apache.batik.swing.JSVGCanvasBeanInfo
A color 16x16 icon.
iconColor32x32 - Variable in class org.apache.batik.swing.JSVGCanvasBeanInfo
A color 32x32 icon.
iconMono16x16 - Variable in class org.apache.batik.swing.JSVGCanvasBeanInfo
A greyscale 16x16 icon.
iconMono32x32 - Variable in class org.apache.batik.swing.JSVGCanvasBeanInfo
A greyscale 32x32 icon.
id - Variable in class org.apache.batik.bridge.ViewBox.ViewHandler
 
id - Variable in class org.apache.batik.gvt.event.SelectionEvent
The event type of the current selection event
id - Variable in class org.apache.batik.gvt.event.GraphicsNodeEvent
The ID of this event.
ID_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a 'ID' lexical unit.
ID_PREFIX_ALPHA_COMPOSITE_CLEAR - Static variable in interface org.apache.batik.svggen.SVGSyntax
ID Prefix.
ID_PREFIX_ALPHA_COMPOSITE_DST_IN - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_ALPHA_COMPOSITE_DST_OUT - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_ALPHA_COMPOSITE_DST_OVER - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_ALPHA_COMPOSITE_SRC - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_ALPHA_COMPOSITE_SRC_IN - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_ALPHA_COMPOSITE_SRC_OUT - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_AMBIENT_LIGHT - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_BUMP_MAP - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_CLIP_PATH - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_DEFS - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_DIFFUSE_ADD - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_DIFFUSE_LIGHTING_RESULT - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_FE_COMPLEX_FILTER - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_FE_COMPONENT_TRANSFER - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_FE_COMPOSITE - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_FE_CONVOLVE_MATRIX - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_FE_DIFFUSE_LIGHTING - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_FE_FLOOD - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_FE_GAUSSIAN_BLUR - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_FE_LIGHTING_FILTER - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_FE_SPECULAR_LIGHTING - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_FONT - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_GENERIC_DEFS - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_IMAGE - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_IMAGE_DEFS - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_LINEAR_GRADIENT - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_MASK - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_PATTERN - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_RADIAL_GRADIENT - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_SPECULAR_ADD - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_SPECULAR_LIGHTING_RESULT - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
IDENTIFIER - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents the identifier lexical unit.
IDENTIFIER_START - Static variable in class org.apache.batik.css.parser.ScannerUtilities
The set of the valid identifier start characters.
IdentifierManager - class org.apache.batik.css.engine.value.IdentifierManager.
This class provides a manager for the property with support for identifier values.
IdentifierManager() - Constructor for class org.apache.batik.css.engine.value.IdentifierManager
 
IDENTITY - Static variable in class org.apache.batik.ext.awt.image.GraphicsUtil
 
IDENTITY - Static variable in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
The various transfer types
IDENTITY - Static variable in interface org.apache.batik.gvt.GraphicsNode
The identity affine transform matrix used to draw renderable images.
IdentityTransfer - class org.apache.batik.ext.awt.image.IdentityTransfer.
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 org.apache.batik.ext.awt.image.IdentityTransfer
 
IDEOGRAPHIC_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'ideographic' keyword.
idLocalName - Variable in class org.apache.batik.css.engine.sac.CSSConditionFactory
The id attribute local name.
idNamespaceURI - Variable in class org.apache.batik.css.engine.sac.CSSConditionFactory
The id attribute namespace URI.
IDREF_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a 'IDREF' lexical unit.
idReference(String) - Method in class org.apache.batik.bridge.ViewBox.ViewHandler
Invoked when an ID has been parsed.
idReference(String) - Method in interface org.apache.batik.parser.FragmentIdentifierHandler
Invoked when an ID has been parsed.
idReference(String) - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
Invoked when an ID has been parsed.
IDREFS_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a 'IDREFS' lexical unit.
ignorableAtRule(String) - Method in class org.apache.batik.css.engine.CSSEngine.DocumentAdapter
SAC: Implements DocumentHandler.ignorableAtRule(String).
ignorableAtRule(String) - Method in class org.apache.batik.css.engine.CSSEngine.StyleSheetDocumentHandler
SAC: Implements DocumentHandler.ignorableAtRule(String).
ignorableAtRule(String) - Method in class org.apache.batik.css.parser.DefaultDocumentHandler
SAC: Implements DocumentHandler.ignorableAtRule(String).
ignorableAtRule(String) - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of an unknown rule t-rule not supported by this parser.
ignorableWhitespace(char[], int, int) - Method in interface org.xml.sax.ContentHandler
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 ignorable whitespace event.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an ignorable whitespace event.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 ignorable whitespace event.
IGNORE_BASE_GLYPHS - Static variable in class org.apache.batik.svggen.font.table.Lookup
 
IGNORE_BASE_LIGATURES - Static variable in class org.apache.batik.svggen.font.table.Lookup
 
IGNORE_BASE_MARKS - Static variable in class org.apache.batik.svggen.font.table.Lookup
 
image - Variable in class org.apache.batik.bridge.UpdateManagerEvent
The buffered image.
image - Variable in class org.apache.batik.gvt.RasterImageNode
The renderable image that represents this image node.
image - Variable in class org.apache.batik.swing.gvt.JGVTComponent
The image to paint.
image - Variable in class org.apache.batik.swing.gvt.GVTTreeRendererEvent
The buffered image.
IMAGE_RENDERING_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
imageCacher - Variable in class org.apache.batik.svggen.DefaultCachedImageHandler
 
ImageCacher - class org.apache.batik.svggen.ImageCacher.
This class implements caching functionality for raster images.
ImageCacher.Embedded - class org.apache.batik.svggen.ImageCacher.Embedded.
Cache implementation for images embedded in the SVG file.
ImageCacher.Embedded() - Constructor for class org.apache.batik.svggen.ImageCacher.Embedded
 
ImageCacher.External - class org.apache.batik.svggen.ImageCacher.External.
Cache implementation for file-based images.
ImageCacher.External(String, String, String) - Constructor for class org.apache.batik.svggen.ImageCacher.External
 
ImageCacher() - Constructor for class org.apache.batik.svggen.ImageCacher
Creates an ImageCacher.
ImageCacher(DOMTreeManager) - Constructor for class org.apache.batik.svggen.ImageCacher
Creates an ImageCacher.
ImageDecodeParam - interface org.apache.batik.ext.awt.image.codec.ImageDecodeParam.
An empty (marker) interface to be implemented by all image decoder parameter classes.
ImageDecoder - interface org.apache.batik.ext.awt.image.codec.ImageDecoder.
An interface describing objects that transform an InputStream into a BufferedImage or Raster.
ImageDecoderImpl - class org.apache.batik.ext.awt.image.codec.ImageDecoderImpl.
A partial implementation of the ImageDecoder interface useful for subclassing.
ImageDecoderImpl(InputStream, ImageDecodeParam) - Constructor for class org.apache.batik.ext.awt.image.codec.ImageDecoderImpl
Constructs an ImageDecoderImpl with a given InputStream and ImageDecodeParam instance.
ImageDecoderImpl(SeekableStream, ImageDecodeParam) - Constructor for class org.apache.batik.ext.awt.image.codec.ImageDecoderImpl
Constructs an ImageDecoderImpl with a given SeekableStream and ImageDecodeParam instance.
ImageEncodeParam - interface org.apache.batik.ext.awt.image.codec.ImageEncodeParam.
An empty (marker) interface to be implemented by all image encoder parameter classes.
ImageEncoder - interface org.apache.batik.ext.awt.image.codec.ImageEncoder.
An interface describing objects that transform a BufferedImage or Raster into an OutputStream.
ImageEncoderImpl - class org.apache.batik.ext.awt.image.codec.ImageEncoderImpl.
A partial implementation of the ImageEncoder interface useful for subclassing.
ImageEncoderImpl(OutputStream, ImageEncodeParam) - Constructor for class org.apache.batik.ext.awt.image.codec.ImageEncoderImpl
Constructs an ImageEncoderImpl with a given OutputStream and ImageEncoderParam instance.
imageHandler - Variable in class org.apache.batik.svggen.SimpleImageHandler
ImageHandler which handles xlink:href attribute setting
ImageHandler - interface org.apache.batik.svggen.ImageHandler.
This interface allows the user of the Graphics2D SVG generator to decide how to handle images that it renders.
ImageHandlerBase64Encoder - class org.apache.batik.svggen.ImageHandlerBase64Encoder.
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 org.apache.batik.svggen.ImageHandlerBase64Encoder
Build an ImageHandlerBase64Encoder instance.
ImageHandlerJPEGEncoder - class org.apache.batik.svggen.ImageHandlerJPEGEncoder.
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 org.apache.batik.svggen.ImageHandlerJPEGEncoder
 
ImageHandlerPNGEncoder - class org.apache.batik.svggen.ImageHandlerPNGEncoder.
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 org.apache.batik.svggen.ImageHandlerPNGEncoder
 
ImageNode - class org.apache.batik.gvt.ImageNode.
A graphics node that represents an image described as a graphics node.
ImageNode() - Constructor for class org.apache.batik.gvt.ImageNode
Constructs a new empty ImageNode.
ImageRenderer - interface org.apache.batik.gvt.renderer.ImageRenderer.
Interface for GVT Renderers that render into raster images.
ImageRendererFactory - interface org.apache.batik.gvt.renderer.ImageRendererFactory.
Interface for a factory of ImageRenderers
ImageRenderingManager - class org.apache.batik.css.engine.value.svg.ImageRenderingManager.
This class provides a manager for the 'image-rendering' property values.
ImageRenderingManager() - Constructor for class org.apache.batik.css.engine.value.svg.ImageRenderingManager
 
ImageTagRegistry - class org.apache.batik.ext.awt.image.spi.ImageTagRegistry.
This class handles the registered Image tag handlers.
ImageTagRegistry() - Constructor for class org.apache.batik.ext.awt.image.spi.ImageTagRegistry
 
ImageTagRegistry(URLImageCache, URLImageCache) - Constructor for class org.apache.batik.ext.awt.image.spi.ImageTagRegistry
 
ImageTranscoder - class org.apache.batik.transcoder.image.ImageTranscoder.
This class enables to transcode an input to an image of any format.
ImageTranscoder() - Constructor for class org.apache.batik.transcoder.image.ImageTranscoder
Constructs a new ImageTranscoder.
imageZoomInteractor - Variable in class org.apache.batik.swing.JSVGCanvas
An interactor to perform a realtime zoom.
imgDocument - Variable in class org.apache.batik.bridge.SVGImageElementBridge
 
imgElement - Variable in class org.apache.batik.bridge.SVGImageElementBridge.ForwardEventListener
The image element.
immediateRepaint() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Repaints immediately the component.
implementation - Variable in class org.apache.batik.dom.AbstractDocument
The DOM implementation.
implementation - Variable in class org.apache.batik.dom.util.SAXDocumentFactory
The DOM implementation used to create the document.
IMPLIED_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a '#IMPLIED' lexical unit.
IMPORT_RULE - Static variable in interface org.w3c.dom.css.CSSRule
The rule is a CSSImportRule.
IMPORT_SYMBOL - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents the '@import' lexical unit.
IMPORTANT_MASK - Static variable in class org.apache.batik.css.engine.StyleMap
 
IMPORTANT_SYMBOL - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents the '!important' lexical unit.
importCascadedStyleMaps(Element, CSSEngine, Element) - Method in class org.apache.batik.css.engine.CSSEngine
Recursively imports the cascaded style from a source element to an element of the current document.
importNode(Node, boolean) - Method in class org.apache.batik.dom.AbstractDocument
DOM: Implements Document.importNode(Node,boolean).
importNode(Node, boolean) - Method in interface org.w3c.dom.Document
Imports a node from another document to this document.
ImportRule - class org.apache.batik.css.engine.ImportRule.
This class represents a @import CSS rule.
ImportRule() - Constructor for class org.apache.batik.css.engine.ImportRule
 
importStyle(String, SACMediaList, String) - Method in class org.apache.batik.css.engine.CSSEngine.DocumentAdapter
SAC: Implements DocumentHandler.importStyle(String,SACMediaList,String).
importStyle(String, SACMediaList, String) - Method in class org.apache.batik.css.engine.CSSEngine.StyleSheetDocumentHandler
SAC: Implements DocumentHandler.importStyle(String,SACMediaList,String).
importStyle(String, SACMediaList, String) - Method in class org.apache.batik.css.parser.DefaultDocumentHandler
SAC: Implements DocumentHandler.importStyle(String,SACMediaList,String).
importStyle(String, SACMediaList, String) - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of a import statement in the style sheet.
in - Variable in class org.apache.batik.apps.svgbrowser.ThumbnailDialog.AreaOfInterestListener
 
IN - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents a in lexical unit.
IN - Static variable in class org.apache.batik.ext.awt.image.SVGComposite
 
IN - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
Porter-Duff Source In Destination rule.
in() - Method in class org.apache.batik.parser.DefaultLengthHandler
Implements LengthHandler.in().
in() - Method in interface org.apache.batik.parser.LengthHandler
Invoked when 'in' has been parsed.
in() - Method in class org.apache.batik.util.UnitProcessor.UnitResolver
Implements LengthHandler.in().
INACTIVEBORDER_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'INACTIVEBORDER' color name.
INACTIVECAPTION_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'INACTIVECAPTION' color name.
INACTIVECAPTIONTEXT_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'INACTIVECAPTIONTEXT' color name.
inc - Variable in class org.apache.batik.swing.JSVGCanvas.ScrollRightAction
The scroll increment.
inc - Variable in class org.apache.batik.swing.JSVGCanvas.ScrollLeftAction
The scroll increment.
inc - Variable in class org.apache.batik.swing.JSVGCanvas.ScrollUpAction
The scroll increment.
inc - Variable in class org.apache.batik.swing.JSVGCanvas.ScrollDownAction
The scroll increment.
inCDATA - Variable in class org.apache.batik.dom.util.SAXDocumentFactory
Whether the parser currently parses a CDATA section.
INCLUDES - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents the '~=' lexical unit.
index - Variable in class org.apache.batik.apps.svgbrowser.LocalHistory
The index of the first history item in this menu.
index - Variable in class org.apache.batik.apps.svgpp.Main
The current index.
index - Variable in class org.apache.batik.css.dom.CSSOMSVGComputedStyle.ComputedCSSColorValue
The index of the associated value.
index - Variable in class org.apache.batik.css.dom.CSSOMSVGComputedStyle.ComputedCSSPaintValue
The index of the associated value.
index - Variable in class org.apache.batik.css.dom.CSSOMComputedStyle.ComputedCSSValue
The index of the associated value.
index - Variable in class org.apache.batik.css.dom.CSSOMValue.ListComponent
The index of this component.
INDEX_SIZE_ERR - Static variable in class org.w3c.dom.DOMException
If index or size is negative, or greater than the allowed value
indexed - Variable in class org.apache.batik.apps.rasterizer.SVGConverter
Should output Image be indexed .
indexes - Variable in class org.apache.batik.css.engine.CSSEngine
The property/int mappings.
indexes - Variable in class org.apache.batik.css.engine.StyleDeclaration
The value indexes.
IndexImage - class org.apache.batik.ext.awt.image.rendered.IndexImage.
This implements an adaptive pallete generator to reduce images to 256 colors.
IndexImage() - Constructor for class org.apache.batik.ext.awt.image.rendered.IndexImage
 
indexOf(Object) - Method in class org.apache.batik.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 org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'indianred' RGB color.
INDIANRED_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'indianred' color name.
INDIGO_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'indigo' RGB color.
INDIGO_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'indigo' color name.
inDTD - Variable in class org.apache.batik.dom.util.SAXDocumentFactory
Whether the parser currently parses a DTD.
inDTD - Variable in class org.apache.batik.xml.XMLScanner
The scanner is in the internal DTD.
INFOBACKGROUND_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'INFOBACKGROUND' color name.
INFOTEXT_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'INFOTEXT' color name.
INHERIT_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'inherit' value.
inherited - Variable in class org.apache.batik.css.engine.value.svg.OpacityManager
Whether the managed property is inherited.
InheritValue - class org.apache.batik.css.engine.value.InheritValue.
This singleton class represents the 'inherit' value.
InheritValue() - Constructor for class org.apache.batik.css.engine.value.InheritValue
Creates a new InheritValue object.
init(CachableRed, Rectangle, ColorModel, SampleModel, int, int, Map) - Method in class org.apache.batik.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) - Method in class org.apache.batik.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, TileStore, Map) - Method in class org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
This is one of two basic init function (this is for single source rendereds).
init(Filter) - Method in class org.apache.batik.ext.awt.image.renderable.AbstractRable
Initialize an Abstract Rable from src, bounds and props.
init(Filter, Map) - Method in class org.apache.batik.ext.awt.image.renderable.AbstractRable
Initialize an Abstract Rable from src, bounds and props.
init(int, boolean) - Method in class org.apache.batik.svggen.font.table.LocaTable
 
init(int, int) - Method in class org.apache.batik.svggen.font.table.HmtxTable
 
init(int, LocaTable) - Method in class org.apache.batik.svggen.font.table.GlyfTable
 
init(List) - Method in class org.apache.batik.ext.awt.image.renderable.AbstractRable
Initialize an Abstract Rable from a list of sources, and possibly a bounds.
init(List, Map) - Method in class org.apache.batik.ext.awt.image.renderable.AbstractRable
Initialize an Abstract Rable from a list of sources, and possibly a bounds.
init(List, Rectangle, ColorModel, SampleModel, int, int, Map) - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
This is the basic init function.
init(List, Rectangle, ColorModel, SampleModel, int, int, Map) - Method in class org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
This is the basic init function.
initCountryIcons() - Static method in class org.apache.batik.util.gui.LanguageDialog.Panel
Allows to pre-initialize icons used by the Panel constructor.
initEvent(String, boolean, boolean) - Method in class org.apache.batik.dom.events.AbstractEvent
DOM: The initEvent method is used to initialize the value of interface.
initEvent(String, boolean, boolean) - Method in interface org.w3c.dom.events.Event
The initEvent method is used to initialize the value of an Event created through the DocumentEvent interface.
INITIAL - Static variable in class org.apache.batik.dom.traversal.DOMNodeIterator
The initial state.
INITIAL_CAPACITY - Static variable in class org.apache.batik.css.engine.value.StringMap
The initial capacity
INITIAL_CAPACITY - Static variable in class org.apache.batik.dom.AbstractElement.NamedNodeHashMap
The initial capacity
INITIAL_CAPACITY - Static variable in class org.apache.batik.dom.util.DoublyIndexedTable
The initial capacity
INITIAL_CAPACITY - Static variable in class org.apache.batik.dom.util.DocumentDescriptor
The table initial capacity
INITIAL_CAPACITY - Static variable in class org.apache.batik.dom.util.HashTable
The initial capacity
INITIAL_CAPACITY - Static variable in class org.apache.batik.gvt.font.AWTGlyphGeometryCache
The initial capacity
INITIAL_CAPACITY - Static variable in class org.apache.batik.util.SoftDoublyIndexedTable
The initial capacity
INITIAL_LENGTH - Static variable in class org.apache.batik.css.engine.StyleDeclaration
 
initialise() - Method in class org.apache.batik.ext.awt.geom.PathLength
 
initialize() - Method in class org.apache.batik.dom.AbstractParentNode.ElementsByTagName
Initializes the list.
initialize() - Method in class org.apache.batik.dom.AbstractParentNode.ElementsByTagNameNS
Initializes the list.
initialize() - Method in class org.apache.batik.util.gui.URIChooser
Initializes the dialog
initialize() - Method in class org.apache.batik.util.gui.resource.JToolbarButton
Initializes the button.
initialize(String) - Method in interface org.w3c.dom.svg.SVGStringList
 
initialize(SVGLength) - Method in interface org.w3c.dom.svg.SVGLengthList
 
initialize(SVGNumber) - Method in class org.apache.batik.css.dom.CSSOMSVGColor
DOM: Implements SVGNumberList.initialize(SVGNumber).
initialize(SVGNumber) - Method in interface org.w3c.dom.svg.SVGNumberList
 
initialize(SVGPathSeg) - Method in interface org.w3c.dom.svg.SVGPathSegList
 
initialize(SVGPoint) - Method in interface org.w3c.dom.svg.SVGPointList
 
initialize(SVGTransform) - Method in interface org.w3c.dom.svg.SVGTransformList
 
initializeAttributes() - Method in class org.apache.batik.dom.svg.AbstractElement
Initializes the attributes of this element to their default value.
initializeAttributes(AbstractElement) - Method in class org.apache.batik.dom.svg.AttributeInitializer
Initializes the attributes of the given element.
initializeDocument(Document) - Method in class org.apache.batik.bridge.BridgeContext
Initializes the given document.
initializeDynamicSupport(BridgeContext, Element, GraphicsNode) - Method in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
This method is invoked during the build phase if the document is dynamic.
initializeDynamicSupport(BridgeContext, Element, GraphicsNode) - Method in class org.apache.batik.bridge.SVGImageElementBridge
This method is invoked during the build phase if the document is dynamic.
initializeDynamicSupport(BridgeContext, Element, GraphicsNode) - Method in class org.apache.batik.bridge.SVGTextElementBridge
This method insures 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 org.apache.batik.bridge.BaseScriptingEnvironment
Initializes the environment of the given interpreter.
initializeEventHandling() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Initializes the event handling classes.
initializeGUI() - Method in class org.apache.batik.apps.svgbrowser.PreferenceDialog
Initializes the GUI components with the values from the model.
initializeJMenuItem(JMenuItem, String) - Method in class org.apache.batik.util.gui.resource.MenuFactory
Initializes a swing menu item
initializeLastVisited() - Method in class org.apache.batik.apps.svgbrowser.Main
Initializes the lastVisited array
initializeStringTable() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFLZWDecoder
Initialize the string table.
initializeViewport(BridgeContext, Element, GraphicsNode, float[], Rectangle2D) - Static method in class org.apache.batik.bridge.SVGImageElementBridge
Initializes according to the specified element, the specified graphics node with the specified bounds.
initialRotation - Variable in class org.apache.batik.swing.gvt.AbstractRotateInteractor
The initial rotation angle.
initialTransform - Variable in class org.apache.batik.swing.gvt.JGVTComponent
The initial rendering transform.
initKeyEvent(String, boolean, boolean, boolean, boolean, boolean, boolean, int, int, AbstractView) - Method in class org.apache.batik.dom.events.DOMKeyEvent
 
initMouseEvent(String, boolean, boolean, AbstractView, int, int, int, int, int, boolean, boolean, boolean, boolean, short, EventTarget) - Method in class org.apache.batik.dom.events.DOMMouseEvent
DOM: The initMouseEvent method is used to initialize the value of a MouseEvent created through the DocumentEvent interface.
initMouseEvent(String, boolean, boolean, AbstractView, int, int, int, int, int, boolean, boolean, boolean, boolean, short, EventTarget) - Method in interface org.w3c.dom.events.MouseEvent
The initMouseEvent method is used to initialize the value of a MouseEvent created through the DocumentEvent interface.
initMutationEvent(String, boolean, boolean, Node, String, String, String, short) - Method in class org.apache.batik.dom.events.DOMMutationEvent
DOM: The initMutationEvent method is used to initialize the value of a MutationEvent created through the DocumentEvent interface.
initMutationEvent(String, boolean, boolean, Node, String, String, String, short) - Method in interface org.w3c.dom.events.MutationEvent
The initMutationEvent method is used to initialize the value of a MutationEvent created through the DocumentEvent interface.
initUIEvent(String, boolean, boolean, AbstractView, int) - Method in class org.apache.batik.dom.events.DOMUIEvent
DOM: The initUIEvent method is used to initialize the value of a UIEvent created through the DocumentEvent interface.
initUIEvent(String, boolean, boolean, AbstractView, int) - Method in interface org.w3c.dom.events.UIEvent
The initUIEvent method is used to initialize the value of a UIEvent created through the DocumentEvent interface.
initWindow() - Method in class org.apache.batik.apps.svgbrowser.JAuthenticator
 
INLINE_AUTHOR_ORIGIN - Static variable in class org.apache.batik.css.engine.StyleMap
 
INLINE_TABLE_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'inline-table' keyword.
INLINE_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'inline' keyword.
inlineStyleAttributeUpdated(CSSStylableElement, StyleMap, MutationEvent) - Method in class org.apache.batik.css.engine.CSSEngine
Called when the inline style of the given element has been updated.
input - Variable in class org.apache.batik.ext.awt.image.codec.ImageDecoderImpl
The SeekableStream associcted with this ImageEncoder.
InputSource - class org.w3c.css.sac.InputSource.
A single input source for a CSS source.
InputSource - class org.xml.sax.InputSource.
A single input source for an XML entity.
InputSource() - Constructor for class org.w3c.css.sac.InputSource
Zero-argument default constructor.
InputSource() - Constructor for class org.xml.sax.InputSource
Zero-argument default constructor.
InputSource(InputStream) - Constructor for class org.xml.sax.InputSource
Create a new input source with a byte stream.
InputSource(Reader) - Constructor for class org.w3c.css.sac.InputSource
Create a new input source with a character stream.
InputSource(Reader) - Constructor for class org.xml.sax.InputSource
Create a new input source with a character stream.
InputSource(String) - Constructor for class org.w3c.css.sac.InputSource
Create a new input source with a URI.
InputSource(String) - Constructor for class org.xml.sax.InputSource
Create a new input source with a system identifier.
inputStream - Variable in class org.apache.batik.util.io.AbstractCharDecoder
The input stream to read.
insert(ExtendedNode, ExtendedNode) - Method in class org.apache.batik.dom.AbstractParentNode.ChildNodes
Inserts a node in the tree.
insertBefore(DoublyLinkedList.Node) - Method in class org.apache.batik.util.DoublyLinkedList.Node
Link this node in, infront of nde (unlinks it's self before hand if needed).
insertBefore(Node, Node) - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.insertBefore(Node, Node).
insertBefore(Node, Node) - Method in class org.apache.batik.dom.AbstractParentNode
DOM: Implements Node.insertBefore(Node, Node).
insertBefore(Node, Node) - Method in interface org.w3c.dom.Node
Inserts the node newChild before the existing child node refChild.
insertData(int, String) - Method in class org.apache.batik.dom.AbstractCharacterData
DOM: Implements CharacterData.insertData(int,String).
insertData(int, String) - Method in interface org.w3c.dom.CharacterData
Insert a string at the specified 16-bit unit offset.
insertItemBefore(String, int) - Method in interface org.w3c.dom.svg.SVGStringList
 
insertItemBefore(SVGLength, int) - Method in interface org.w3c.dom.svg.SVGLengthList
 
insertItemBefore(SVGNumber, int) - Method in class org.apache.batik.css.dom.CSSOMSVGColor
DOM: Implements SVGNumberList.insertItemBefore(SVGNumber,int).
insertItemBefore(SVGNumber, int) - Method in interface org.w3c.dom.svg.SVGNumberList
 
insertItemBefore(SVGPathSeg, int) - Method in interface org.w3c.dom.svg.SVGPathSegList
 
insertItemBefore(SVGPoint, int) - Method in interface org.w3c.dom.svg.SVGPointList
 
insertItemBefore(SVGTransform, int) - Method in interface org.w3c.dom.svg.SVGTransformList
 
insertRects(Rectangle[], int, int, int) - Method in class org.apache.batik.ext.awt.geom.RectListManager
 
insertRule(String, int) - Method in interface org.w3c.dom.css.CSSMediaRule
Used to insert a new rule into the media block.
insertRule(String, int) - Method in interface org.w3c.dom.css.CSSStyleSheet
Used to insert a new rule into the style sheet.
insertString(int, String, AttributeSet) - Method in class org.apache.batik.ext.swing.DoubleDocument
Strip all non digit characters.
insertUpdate(DocumentEvent) - Method in class org.apache.batik.util.gui.URIChooser.DocumentAdapter
 
insetsManager - Variable in class org.apache.batik.ext.swing.JGridBagPanel
Used to get insets at any given cell location
installActions() - Method in class org.apache.batik.swing.JSVGCanvas
Builds the ActionMap of this canvas with a set of predefined Actions.
installCustomPolicyFile() - Method in class org.apache.batik.apps.svgbrowser.Main
Installs a custom policy file in the '.batik' directory.
installKeyboardActions() - Method in class org.apache.batik.swing.JSVGCanvas
Builds the InputMap of this canvas with a set of predefined Actions.
installSecurityManager() - Method in class org.apache.batik.util.ApplicationSecurityEnforcer
Installs a SecurityManager on behalf of the application
INSTANCE - Static variable in class org.apache.batik.css.engine.sac.CSSSelectorFactory
The instance of this class.
INSTANCE - Static variable in class org.apache.batik.css.engine.value.InheritValue
The only instance of this class.
INSTANCE - Static variable in class org.apache.batik.css.parser.DefaultSelectorFactory
The instance of this class.
INSTANCE - Static variable in class org.apache.batik.css.parser.DefaultErrorHandler
The instance of this class.
INSTANCE - Static variable in class org.apache.batik.css.parser.DefaultConditionFactory
The instance of this class.
INSTANCE - Static variable in class org.apache.batik.css.parser.DefaultDocumentHandler
The instance of this class.
INSTANCE - Static variable in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
The only instance of this class.
INSTANCE - Static variable in class org.apache.batik.parser.DefaultAngleHandler
The only instance of this class.
INSTANCE - Static variable in class org.apache.batik.parser.DefaultLengthHandler
The only instance of this class.
INSTANCE - Static variable in class org.apache.batik.parser.DefaultLengthListHandler
The only instance of this class.
INSTANCE - Static variable in class org.apache.batik.parser.DefaultTransformListHandler
The only instance of this class.
INSTANCE - Static variable in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
The only instance of this class.
INSTANCE - Static variable in class org.apache.batik.parser.DefaultPointsHandler
The only instance of this class.
INSTANCE - Static variable in class org.apache.batik.parser.DefaultPathHandler
The only instance of this class.
instantiateGraphicsNode() - Method in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
Creates the GraphicsNode depending on the GraphicsNodeBridge implementation.
instantiateGraphicsNode() - Method in class org.apache.batik.bridge.SVGShapeElementBridge
Creates a ShapeNode.
instantiateGraphicsNode() - Method in class org.apache.batik.bridge.SVGImageElementBridge
Creates an ImageNode.
instantiateGraphicsNode() - Method in class org.apache.batik.bridge.SVGGElementBridge
Creates a CompositeGraphicsNode.
instantiateGraphicsNode() - Method in class org.apache.batik.bridge.SVGUseElementBridge
Creates the GraphicsNode depending on the GraphicsNodeBridge implementation.
instantiateGraphicsNode() - Method in class org.apache.batik.bridge.SVGTextElementBridge
Creates the GraphicsNode depending on the GraphicsNodeBridge implementation.
instantiateGraphicsNode() - Method in class org.apache.batik.bridge.SVGAElementBridge
Creates a CompositeGraphicsNode.
INT_PACK_BYTE_COMP_Impl(WritableRaster) - Method in class org.apache.batik.ext.awt.image.rendered.MultiplyAlphaRed
 
INTEGER - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents an integer.
IntegerKey - class org.apache.batik.transcoder.keys.IntegerKey.
A transcoding Key represented as an int.
IntegerKey() - Constructor for class org.apache.batik.transcoder.keys.IntegerKey
 
intendedToRGB(float[]) - Method in class org.apache.batik.ext.awt.color.ICCColorSpaceExt
Returns the sRGB value obtained by forcing the conversion method to the intent passed to the constructor
INTENT_ABSOLUTE - Static variable in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Constant for use with the sRGB chunk.
INTENT_PERCEPTUAL - Static variable in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Constant for use with the sRGB chunk.
INTENT_RELATIVE - Static variable in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Constant for use with the sRGB chunk.
INTENT_SATURATION - Static variable in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Constant for use with the sRGB chunk.
interactor - Variable in class org.apache.batik.swing.gvt.JGVTComponent
The current interactor.
Interactor - interface org.apache.batik.swing.gvt.Interactor.
This interface represents an object which interacts with a GVT component.
InteractorAdapter - class org.apache.batik.swing.gvt.InteractorAdapter.
This class represents an interactor which never interacts.
InteractorAdapter() - Constructor for class org.apache.batik.swing.gvt.InteractorAdapter
 
interactors - Variable in class org.apache.batik.swing.gvt.JGVTComponent
The interactor list.
intercept - Variable in class org.apache.batik.ext.awt.image.LinearTransfer
The intercept of the linear function
intercept - Variable in class org.apache.batik.extension.svg.BatikHistogramNormalizationFilter8Bit
 
internal - Variable in class org.apache.batik.util.PreferenceManager
 
internalEntityDecl(String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report an internal entity declaration.
interpreter - Variable in class org.apache.batik.bridge.BaseScriptingEnvironment.Window
The associated interpreter.
interpreter - Variable in class org.apache.batik.bridge.ScriptingEnvironment.EvaluateRunnable
 
interpreter - Variable in class org.apache.batik.bridge.ScriptingEnvironment.EvaluateIntervalRunnable
 
interpreter - Variable in class org.apache.batik.bridge.ScriptingEnvironment.Window
The associated interpreter.
interpreter - Variable in class org.apache.batik.script.rhino.WindowWrapper
The rhino interpreter.
interpreter - Variable in class org.apache.batik.script.rhino.WindowWrapper.FunctionWrapper
The current interpreter.
interpreter - Variable in class org.apache.batik.script.rhino.WindowWrapper.GetURLFunctionWrapper
The current interpreter.
Interpreter - interface org.apache.batik.script.Interpreter.
An hight level interface that represents an interpreter engine of a particular scripting language.
InterpreterException - exception org.apache.batik.script.InterpreterException.
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 class org.apache.batik.script.InterpreterException
Builds an instance of InterpreterException.
InterpreterException(String, int, int) - Constructor for class org.apache.batik.script.InterpreterException
Builds an instance of InterpreterException.
InterpreterFactory - interface org.apache.batik.script.InterpreterFactory.
An hight level interface that represents a factory allowing to create instances of a particular Interpreter interface implementation.
interpreterMap - Variable in class org.apache.batik.bridge.BridgeContext
The interpreter cache per document.
interpreterPool - Variable in class org.apache.batik.bridge.BridgeContext
The interpreter pool used to handle scripts.
InterpreterPool - class org.apache.batik.script.InterpreterPool.
A class allowing to create/query an Interpreter corresponding to a particular Document and scripting language.
InterpreterPool() - Constructor for class org.apache.batik.script.InterpreterPool
Constructs a new InterpreterPool.
interrupt() - Method in class org.apache.batik.bridge.ScriptingEnvironment
Interrupts the periodic tasks and dispose this ScriptingEnvironment.
interrupt() - Method in class org.apache.batik.bridge.UpdateManager
Interrupts the manager tasks.
InterruptedBridgeException - exception org.apache.batik.bridge.InterruptedBridgeException.
This class represents the exception thrown by the bridge when the current thread was interrupted.
InterruptedBridgeException() - Constructor for class org.apache.batik.bridge.InterruptedBridgeException
Constructs a new InterruptedBridgeException.
intersects(double, double, double, double) - Method in class org.apache.batik.ext.awt.geom.ShapeExtender
 
intersects(double, double, double, double) - Method in class org.apache.batik.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
intersects(Rectangle2D) - Method in class org.apache.batik.ext.awt.geom.ShapeExtender
 
intersects(Rectangle2D) - Method in class org.apache.batik.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
intersects(Rectangle2D) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns true if the interior of this node intersects the interior of a specified Rectangle2D, false otherwise.
intersects(Rectangle2D) - Method in interface org.apache.batik.gvt.GraphicsNode
Returns true if the interior of this node intersects the interior of a specified Rectangle2D, false otherwise.
intersects(Rectangle2D) - Method in class org.apache.batik.gvt.ShapeNode
Returns true if the interior of this node intersects the interior of a specified Rectangle2D, false otherwise.
intervalAdded(ListDataEvent) - Method in class org.apache.batik.util.gui.CSSMediaPanel.MediaListDataListener
 
intervalRemoved(ListDataEvent) - Method in class org.apache.batik.util.gui.CSSMediaPanel.MediaListDataListener
 
intValue(int) - Method in interface org.apache.batik.parser.ClockHandler
Invoked when an int value has been parsed.
INUSE_ATTRIBUTE_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to add an attribute that is already in use elsewhere
INVALID - Static variable in class org.apache.batik.dom.traversal.DOMNodeIterator
The invalid state.
INVALID_ACCESS_ERR - Static variable in class org.w3c.dom.DOMException
If a parameter or an operation is not supported by the underlying object.
INVALID_CHARACTER_ERR - Static variable in class org.w3c.dom.DOMException
If an invalid or illegal character is specified, such as in a name.
INVALID_MODIFICATION_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to modify the type of the underlying object.
INVALID_NODE - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
INVALID_STATE_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to use an object that is not, or is no longer, usable.
invalidate() - Method in class org.apache.batik.dom.AbstractParentNode.ElementsByTagName
Invalidates the list.
invalidate() - Method in class org.apache.batik.dom.AbstractParentNode.ElementsByTagNameNS
Invalidates the list.
invalidate() - Method in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength.BaseSVGLength
Invalidates this length.
invalidateGeometryCache() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Invalidates the cached geometric bounds.
invalidateGeometryCache() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Invalidates the cached geometric bounds.
invalidateGeometryCache() - Method in class org.apache.batik.gvt.TextNode
Invalidates this TextNode.
invalidateGeometryCache() - Method in class org.apache.batik.gvt.ShapeNode
Invalidates this ShapeNode.
invalidateProperties(Node) - Method in class org.apache.batik.css.engine.CSSEngine
Invalidates all the properties of the given node.
invalidateTreeProperties(Node) - Method in class org.apache.batik.css.engine.CSSEngine
Invalidates all the stylable elements descendant of the given node, and the node.
inverse() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.inverse().
inverse() - Method in interface org.w3c.dom.svg.SVGMatrix
 
inverseTransform - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
The inverse transform for this node, i.e., from parent node to this node.
invokeAndWait(Runnable) - Method in class org.apache.batik.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 org.apache.batik.util.RunnableQueue
Waits until the given Runnable's run() has returned.
invokeLater(Runnable) - Method in class org.apache.batik.util.RunnableQueue
Schedules the given Runnable object for a later invocation, and returns.
is_BYTE_COMP_Data(SampleModel) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
 
is_INT_PACK_BYTE_COMP(SampleModel, SampleModel) - Method in class org.apache.batik.ext.awt.image.rendered.MultiplyAlphaRed
 
is_INT_PACK_COMP(SampleModel) - Static method in class org.apache.batik.ext.awt.image.rendered.Any2sRGBRed
 
is_INT_PACK_Data(SampleModel, boolean) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
 
is_INT_PACK(ColorModel) - Method in class org.apache.batik.ext.awt.image.SVGComposite
 
isAltDown() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns whether or not the Alt modifier is down on this event.
isAlternate() - Method in class org.apache.batik.css.engine.StyleSheet
Tells whether or not this stylesheet is alternate.
isAltGraphDown() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns whether or not the Alt-Graph modifier is down on this event.
isAntialiasedClip(AffineTransform, RenderingHints, Shape) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns true if there is a clip and it should be antialiased
isAttribute(String) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager.AttributeInfo
Tells whether the name of the attribute represented by this class equals the given string.
isBackgroundSet() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns true if a 'bKGD' chunk will be output.
isBackgroundSet() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam.Palette
Returns true if a 'bKGD' chunk will be output.
isBackgroundSet() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam.Gray
Returns true if a 'bKGD' chunk will be output.
isBackgroundSet() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam.RGB
Returns true if a 'bKGD' chunk will be output.
isBigEndian() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDirectory
Returns a boolean indicating whether the byte order used in the the TIFF file is big-endian (i.e.
isBitDepthSet() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam.Gray
Returns true if the bit depth has been set.
isBitShiftSet() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam.Gray
Returns true if the bit shift has been set.
isBlockHeightRelative(int) - Method in class org.apache.batik.css.engine.StyleMap
Tells whether the given property value is relative to the height of the containing block.
isBlockWidthRelative(int) - Method in class org.apache.batik.css.engine.StyleMap
Tells whether the given property value is relative to the width of the containing block.
isBreakChar() - Method in class org.apache.batik.gvt.text.GlyphIterator
 
isBubbling - Variable in class org.apache.batik.dom.events.AbstractEvent
Whether this event is bubbling.
isCellEditable(int, int) - Method in class org.apache.batik.util.gui.DOMViewer.Panel.NodeAttributesModel
Whether the given cell is editable.
isCellEditable(int, int) - Method in class org.apache.batik.util.gui.DOMViewer.Panel.NodeCSSValuesModel
Whether the given cell is editable.
isChromaticitySet() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns true if a 'cHRM' chunk will be output.
isColorRelative(int) - Method in class org.apache.batik.css.engine.StyleMap
Tells whether the given property value is relative to 'color'.
isColorSpaceLinear() - Method in class org.apache.batik.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 org.apache.batik.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 org.apache.batik.gvt.font.GVTGlyphMetrics
Returns true if this is a combining glyph.
isCompatibleStream(InputStream) - Method in class org.apache.batik.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 org.apache.batik.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 org.apache.batik.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 org.apache.batik.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 org.apache.batik.ext.awt.ColorSpaceHintKey
 
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.TranscodingHints.Key
Returns true if the specified object is a valid value for this key, false otherwise.
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.Rectangle2DKey
 
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.IntegerKey
 
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.FloatKey
 
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.StringKey
 
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.BooleanKey
 
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.PaintKey
 
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.LengthKey
 
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.DOMImplementationKey
 
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.svg2svg.SVGTranscoder.NewlineKey
 
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.svg2svg.SVGTranscoder.DoctypeKey
 
isComponent() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns true if this is a component glyph.
isComposite() - Method in class org.apache.batik.bridge.SVGShapeElementBridge
Returns false as shapes are not a container.
isComposite() - Method in class org.apache.batik.bridge.SVGImageElementBridge
Returns false as image is not a container.
isComposite() - Method in class org.apache.batik.bridge.SVGGElementBridge
Returns true as the <g> element is a container.
isComposite() - Method in class org.apache.batik.bridge.SVGUseElementBridge
Returns false as the <use> element is a not container.
isComposite() - Method in interface org.apache.batik.bridge.GraphicsNodeBridge
Returns true if the bridge handles container element, false otherwise.
isComposite() - Method in class org.apache.batik.bridge.SVGSwitchElementBridge
Returns false as the <switch> element is not a container.
isComposite() - Method in class org.apache.batik.bridge.SVGTextElementBridge
Returns false as text is not a container.
isComposite() - Method in class org.apache.batik.bridge.SVGAElementBridge
Returns true as the <a> element is a container.
isComposite() - Method in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
Returns false as text is not a container.
isComposite() - Method in class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
isComposite() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
isComposite() - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
isCompressedTextSet() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns true if a 'zTXT' chunk will be output.
isComputed(int) - Method in class org.apache.batik.css.engine.StyleMap
Tells whether the given property value is computed.
isConstant() - Method in class org.apache.batik.ext.awt.image.AbstractLight
 
isConstant() - Method in class org.apache.batik.ext.awt.image.PointLight
 
isConstant() - Method in interface org.apache.batik.ext.awt.image.Light
 
isConstant() - Method in class org.apache.batik.ext.awt.image.DistantLight
 
isConstant() - Method in class org.apache.batik.ext.awt.image.SpotLight
 
isConsumed() - Method in class org.apache.batik.gvt.event.GraphicsNodeEvent
Returns whether or not this event has been consumed.
isControlDown() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns whether or not the Control modifier is down on this event.
isCSSHexadecimalCharacter(char) - Static method in class org.apache.batik.css.parser.ScannerUtilities
Tests whether the given character is a valid hexadecimal character.
isCSSIdentifierStartCharacter(char) - Static method in class org.apache.batik.css.parser.ScannerUtilities
Tests whether the given character is a valid identifier start character.
isCSSNameCharacter(char) - Static method in class org.apache.batik.css.parser.ScannerUtilities
Tests whether the given character is a valid name character.
isCSSSpace(char) - Static method in class org.apache.batik.css.parser.ScannerUtilities
Tests whether the given character is a valid space.
isCSSStringCharacter(char) - Static method in class org.apache.batik.css.parser.ScannerUtilities
Tests whether the given character is a valid string character.
isCSSURICharacter(char) - Static method in class org.apache.batik.css.parser.ScannerUtilities
Tests whether the given character is a valid URI character.
isDetailShown - Variable in class org.apache.batik.util.gui.JErrorPane
This flag bit indicates whether or not the stack trace is shown.
isDone() - Method in class org.apache.batik.ext.awt.geom.ShapeExtender.EPIWrap
 
isDone() - Method in interface org.apache.batik.ext.awt.geom.ExtendedPathIterator
 
isDone(ParsedURL) - Method in class org.apache.batik.ext.awt.image.URLImageCache
Check if request(url) will return immediately with the Filter.
isDone(String) - Method in class org.apache.batik.ext.awt.color.NamedProfileCache
Check if request(profileName) will return immediately with the ICCColorSpaceExt.
isDoneImpl(Object) - Method in class org.apache.batik.util.SoftReferenceCache
Check if request(key) will return immediately with the Object.
isDoubleBuffered - Variable in class org.apache.batik.gvt.renderer.StaticRenderer
Flag for double buffering.
isDoubleBuffered() - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Returns true if the Renderer is currently doubleBuffering is rendering requests.
isDoubleBuffered() - Method in interface org.apache.batik.gvt.renderer.Renderer
Returns true if the Renderer is currently doubleBuffering is rendering requests.
isDown - Variable in class org.apache.batik.bridge.BridgeEventSupport.Listener
 
isDynamic() - Method in class org.apache.batik.bridge.BridgeContext
Returns true if the document is dynamic, false otherwise.
isDynamic() - Method in class org.apache.batik.ext.awt.image.renderable.AbstractRable
 
isDynamic() - Method in class org.apache.batik.ext.awt.image.renderable.DeferRable
Forward the call (blocking until source is set if need be).
isDynamic() - Method in class org.apache.batik.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 org.apache.batik.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 org.apache.batik.swing.svg.JSVGComponent
Tells whether the component use dynamic features to process the current document.
isDynamicDocument - Variable in class org.apache.batik.swing.svg.JSVGComponent
Whether the current document has dynamic features.
isDynamicDocument(Document) - Static method in class org.apache.batik.bridge.BaseScriptingEnvironment
Tells whether the given SVG document is dynamic.
isDynamicDocument(Document) - Static method in class org.apache.batik.bridge.UpdateManager
Tells whether the given SVG document is dynamic.
isDynamicElement(Element) - Static method in class org.apache.batik.bridge.BaseScriptingEnvironment
Tells whether the given SVG element is dynamic.
isEmbeddedFontsOn() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns true if we should generate SVG Fonts for texts.
isEmpty() - Method in class org.apache.batik.bridge.SVGTextElementBridge.AttributedStringBuffer
Tells whether this AttributedStringBuffer is empty.
isEmpty() - Method in class org.apache.batik.ext.awt.geom.RectListManager
Returns true if this collection contains no elements.
isEmpty() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns true if this composite graphics node does not contain graphics node, false otherwise.
isEmpty() - Method in interface org.apache.batik.gvt.Selector
Reports whether the current selection contains any objects.
isEmpty() - Method in class org.apache.batik.gvt.text.ConcreteTextSelector
Reports whether the current selection contains any objects.
isEqualIgnoreCase(int, char) - Static method in class org.apache.batik.css.parser.Scanner
Compares the given int with the given character, ignoring case.
isFatal - Variable in class org.apache.batik.apps.rasterizer.SVGConverterException
Defines whether or not this is a fatal error condition
isFatal() - Method in class org.apache.batik.apps.rasterizer.SVGConverterException
 
isFeatureIndexed(int) - Method in class org.apache.batik.svggen.font.table.LangSys
 
isFile(File) - Method in class org.apache.batik.apps.rasterizer.SVGConverter
Returns true if f is a File.
isFirstRunInChunk() - Method in class org.apache.batik.gvt.renderer.StrokingTextPainter.TextRun
 
isFlowRegionBreak() - Method in class org.apache.batik.gvt.text.MarginInfo
 
isFontSizeRelative(int) - Method in class org.apache.batik.css.engine.StyleMap
Tells whether the given property value is relative to 'font-size'.
isFractalNoise() - Method in class org.apache.batik.ext.awt.image.renderable.TurbulenceRable8Bit
Returns true if the turbulence function is using fractal noise, instead of turbulence noise.
isFractalNoise() - Method in interface org.apache.batik.ext.awt.image.renderable.TurbulenceRable
Returns true if the turbulence function is using fractal noise, instead of turbulence noise.
isFractalNoise() - Method in class org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed
 
isGammaSet() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns true if a 'gAMA' chunk will be output.
isGlyphOrientationAuto() - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns whether or not the vertical glyph orientation value is "auto".
isGlyphVisible(int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns true if specified glyph will be drawn.
isGlyphVisible(int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns true if specified glyph will be drawn.
isGlyphVisible(int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns true if specified glyph will be rendered.
isGlyphVisible(int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns true if specified glyph will be rendered.
isICCProfileDataSet() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns true if a 'iCCP' chunk will be output.
isIdentity() - Method in class org.apache.batik.ext.awt.g2d.TransformStackElement
 
isImportant(int) - Method in class org.apache.batik.css.engine.StyleMap
Tells whether the given property value is important.
isImportant(String) - Method in interface org.apache.batik.css.dom.CSSOMStyleDeclaration.ValueProvider
Tells whether the given property is important.
isImportant(String) - Method in class org.apache.batik.dom.svg.SVGStylableElement.StyleDeclaration
Tells whether the given property is important.
isIndexed() - Method in class org.apache.batik.apps.svgbrowser.PNGOptionPanel
Returns if indexed or not
isInheritedProperty() - Method in interface org.apache.batik.css.engine.value.ValueManager
Whether the handled property is inherited or not.
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.VisibilityManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.FontSizeAdjustManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.DirectionManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.ClipManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.UnicodeBidiManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.FontVariantManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.FontSizeManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.OverflowManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.TextDecorationManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.FontStyleManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.CursorManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.FontFamilyManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.FontWeightManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.DisplayManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.FontStretchManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.FillRuleManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.TextAnchorManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.MaskManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.GlyphOrientationManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.AlignmentBaselineManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.ColorProfileManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinecapManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeMiterlimitManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.ColorInterpolationManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.TextRenderingManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.ColorManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.SVGColorManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.SVGPaintManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.ShapeRenderingManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.FilterManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.MarkerManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.PointerEventsManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.BaselineShiftManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.KerningManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.WritingModeManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.ImageRenderingManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinejoinManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.OpacityManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeDasharrayManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.ClipPathManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.DominantBaselineManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeWidthManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.EnableBackgroundManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.ColorRenderingManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.ClipRuleManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeDashoffsetManager
Implements ValueManager.isInheritedProperty().
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.SpacingManager
Implements ValueManager.isInheritedProperty().
isInRange(int) - Method in class org.apache.batik.svggen.font.table.RangeRecord
 
isLastChar() - Method in class org.apache.batik.gvt.text.GlyphIterator
 
isLatinChar(char) - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns true if the specified character is within one of the Latin unicode character blocks.
isLeadingEdge() - Method in class org.apache.batik.gvt.text.TextHit
Returns whether on not the character has been hit on its leading edge.
isLeftToRight() - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns true if the text direction in this layout is from left to right.
isLeftToRight() - Method in interface org.apache.batik.gvt.text.TextSpanLayout
Returns true if the text direction in this layout is from left to right.
isLigature() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns true if this is a ligature glyph.
isLigature(char) - Static method in class org.apache.batik.gvt.text.ArabicTextHandler
Returns true if the glyph for the specified character respresents a ligature.
isLineHeightRelative(int) - Method in class org.apache.batik.css.engine.StyleMap
Tells whether the given property value is relative to 'line-height'.
isLocked() - Method in class org.apache.batik.util.RunnableQueue.LockableLink
Whether the link is actually locked.
isMagnify - Variable in class org.apache.batik.bridge.ViewBox.ViewHandler
 
isMetaDown() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns whether or not the Meta modifier is down on this event.
isModificationTimeSet() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns true if a 'tIME' chunk will be output.
isNodeDecrementEvent(InputEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Returns true if the input event e is a node decrement event, false otherwise.
isNodeIncrementEvent(InputEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Returns true if the input event e is a node increment event, false otherwise.
isNullCascaded(int) - Method in class org.apache.batik.css.engine.StyleMap
Tells whether the given cascaded property value is null.
ISO_8859_1Decoder - class org.apache.batik.util.io.ISO_8859_1Decoder.
This class represents an object which decodes ISO-8859-1 characters from a stream of bytes.
ISO_8859_1Decoder(InputStream) - Constructor for class org.apache.batik.util.io.ISO_8859_1Decoder
Creates a new ISO_8859_1Decoder.
isOffscreenBufferNeeded() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns true of an offscreen buffer is needed to render this node, false otherwise.
isOnATextPath() - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns true if this layout in on a text path.
isOnATextPath() - Method in interface org.apache.batik.gvt.text.TextSpanLayout
Returns true if this layout in on a text path.
isOverflow() - Method in class org.apache.batik.ext.awt.image.renderable.TileRable8Bit
Returns the overflow strategy
isOverflow() - Method in interface org.apache.batik.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
isPaletteHistogramSet() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns true if a 'hIST' chunk will be output.
isPaletteSet() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam.Palette
Returns true if a 'PLTE' chunk will be output.
isParentDisplayed(Node) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Indicate of the parent of a node is a displayed element.
isParentRelative(int) - Method in class org.apache.batik.css.engine.StyleMap
Tells whether the given property value is relative to the parent's property value.
isPartialLine() - Method in class org.apache.batik.gvt.text.LineInfo
 
isPhysicalDimensionSet() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns true if a 'pHYS' chunk will be output.
isPresent(ParsedURL) - Method in class org.apache.batik.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 org.apache.batik.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 org.apache.batik.util.SoftReferenceCache
Check if request(key) will return with an Object (not putting you on the hook for it).
isPrinting() - Method in class org.apache.batik.gvt.text.GlyphIterator
 
isPrinting(char) - Method in class org.apache.batik.gvt.text.GlyphIterator
 
isPseudoElement(String) - Method in class org.apache.batik.css.parser.Parser
Tells whether or not the given string represents a pseudo-element.
isPseudoInstanceOf(String) - Method in interface org.apache.batik.css.engine.CSSStylableElement
Tells whether this element is an instance of the given pseudo class.
isPseudoInstanceOf(String) - Method in class org.apache.batik.dom.svg.SVGStylableElement
Tells whether this element is an instance of the given pseudo class.
isPseudoInstanceOf(String) - Method in class org.apache.batik.extension.StylableExtensionElement
Tells whether this element is an instance of the given pseudo class.
isReadable() - Method in interface org.apache.batik.apps.rasterizer.SVGConverterSource
Checks if source can be read
isReadable() - Method in class org.apache.batik.apps.rasterizer.SVGConverterFileSource
 
isReadable() - Method in class org.apache.batik.apps.rasterizer.SVGConverterURLSource
 
isReadonly() - Method in class org.apache.batik.dom.GenericAttr
Tests whether this node is readonly.
isReadonly() - Method in interface org.apache.batik.dom.ExtendedNode
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericText
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericComment
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericElementNS
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.StyleSheetProcessingInstruction
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericEntityReference
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericCDATASection
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericDocument
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericEntity
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericNotation
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericElement
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericProcessingInstruction
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericAttrNS
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericDocumentFragment
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.svg.SVGOMElement
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.svg.SVGOMCSSImportedElementRoot
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.svg.SVGOMDocument
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.extension.ExtensionElement
Tests whether this node is readonly.
isRelative() - Method in class org.apache.batik.extension.svg.SVGFlowTextElementBridge.LineBreakInfo
 
isRunning() - Method in class org.apache.batik.bridge.UpdateManager
Tells whether the update manager is currently running.
isSameAs(String) - Method in interface org.apache.batik.apps.rasterizer.SVGConverterSource
Checks if same as source described by srcStr
isSameAs(String) - Method in class org.apache.batik.apps.rasterizer.SVGConverterFileSource
 
isSameAs(String) - Method in class org.apache.batik.apps.rasterizer.SVGConverterURLSource
 
isSelectionOverlayXORMode() - Method in interface org.apache.batik.apps.svgbrowser.Application
Returns true if the selection overlay is painted in XOR mode, false otherwise.
isSelectionOverlayXORMode() - Method in class org.apache.batik.apps.svgbrowser.Main
Returns true if the selection overlay is painted in XOR mode, false otherwise.
isSelectionOverlayXORMode() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Returns true if the selection overlay is painted in XOR mode, false otherwise.
isSelectionOverlayXORMode() - Method in class org.apache.batik.swing.gvt.TextSelectionManager
Returns true if the selection overlay is painted in XOR mode, false otherwise.
isShiftDown() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns whether or not the Shift modifier is down on this event.
isSignificantBitsSet() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns true if an 'sBIT' chunk will be output.
isSRGBIntentSet() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns true if an 'sRGB' chunk will be output.
isStandard() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns true if this is a standard glyph.
isStitched() - Method in class org.apache.batik.ext.awt.image.renderable.TurbulenceRable8Bit
Returns true if the turbulence function is currently stitching tiles.
isStitched() - Method in interface org.apache.batik.ext.awt.image.renderable.TurbulenceRable
Returns true if the turbulence function is currently stitching tiles.
isSuggestedPaletteSet() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns true if a 'sPLT' chunk will be output.
isSupported(String, String) - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.isSupported(String,String).
isSupported(String, String) - Method in interface org.w3c.dom.Node
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
isTagPresent(int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDirectory
Returns true if a tag appears in the directory.
isTestMethod(Method) - Method in class org.apache.batik.svggen.SVGGraphics2DUnitTester
This method returns true if a method should be considered a test method.
isTextSet() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns true if a 'tEXt' chunk will be output.
isTransformStackValid() - Method in class org.apache.batik.ext.awt.g2d.GraphicContext
Checks the status of the transform stack
isTransparencySet() - Method in class org.apache.batik.ext.awt.image.codec.PNGEncodeParam
Returns true if a 'tRNS' chunk will be output.
istream - Variable in class org.apache.batik.transcoder.TranscoderInput
The optional input has a byte stream.
isValidating - Variable in class org.apache.batik.dom.util.SAXDocumentFactory
Whether the parser is in validating mode.
isValidating() - Method in class org.apache.batik.dom.util.SAXDocumentFactory
Returns true if the XML parser validates the XML stream, false otherwise.
isValidating() - Method in interface org.apache.batik.dom.util.DocumentFactory
Returns true if the XML stream has to be validated, false otherwise.
isValidName(String) - Static method in class org.apache.batik.dom.util.DOMUtilities
Tests whether the given string is a valid name.
isValidPrefix(String) - Static method in class org.apache.batik.dom.util.DOMUtilities
Tests whether the given string is a valid prefix.
isVertical() - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns true if the advance direction of this text is vertical.
isVertical() - Method in interface org.apache.batik.gvt.text.TextSpanLayout
Returns true if the advance direction of this text is vertical.
isVisible - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
This flag bit indicates whether or not this graphics node is visible.
isVisible() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns true if this node is visible, false otherwise.
isVisible() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns true if this node is visible, false otherwise.
isWhitespace() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns true if this is a whitespace glyph.
isWhiteSpace(char[]) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Tells whether the given character represents white spaces.
isWriteable(File) - Method in class org.apache.batik.apps.rasterizer.SVGConverter
Checks if the application is allowed to write to the file.
isXMLAlphabeticCharacter(char) - Static method in class org.apache.batik.xml.XMLUtilities
Tests whether the given character is a valid aphabetic character.
isXMLCharacter(int) - Static method in class org.apache.batik.xml.XMLUtilities
Tests whether the given 32 bits character is valid in XML documents.
isXMLNameCharacter(char) - Static method in class org.apache.batik.xml.XMLUtilities
Tests whether the given character is a valid XML name character.
isXMLNameFirstCharacter(char) - Static method in class org.apache.batik.xml.XMLUtilities
Tests whether the given character is usable as the first character of an XML name.
isXMLParserValidating - Variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
isXMLParserValidating() - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
Returns true if the XML parser must be in validation mode, false otherwise.
isXMLParserValidating() - Method in interface org.apache.batik.apps.svgbrowser.Application
Returns true if the XML parser must be in validation mode, false otherwise.
isXMLParserValidating() - Method in class org.apache.batik.apps.svgbrowser.Main
Returns true if the XML parser must be in validation mode, false otherwise.
isXMLParserValidating() - Method in interface org.apache.batik.bridge.UserAgent
Returns true if the XML parser must be in validation mode, false otherwise.
isXMLParserValidating() - Method in class org.apache.batik.bridge.UserAgentAdapter
Returns false.
isXMLParserValidating() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Returns true if the XML parser must be in validation mode, false otherwise depending on the SVGUserAgent.
isXMLParserValidating() - Method in interface org.apache.batik.swing.svg.SVGUserAgent
Returns true if the XML parser must be in validation mode, false otherwise.
isXMLParserValidating() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns true if the XML parser must be in validation mode, false otherwise.
isXMLParserValidating() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns true if the XML parser must be in validation mode, false otherwise.
isXMLPublicIdCharacter(char) - Static method in class org.apache.batik.xml.XMLUtilities
Tests whether the given character is a valid XML public ID character.
isXMLSpace(char) - Static method in class org.apache.batik.xml.XMLUtilities
Tests whether the given character is a valid space.
isXMLVersionCharacter(char) - Static method in class org.apache.batik.xml.XMLUtilities
Tests whether the given character is a valid XML version character.
ITALIC_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'italic' keyword.
item(int) - Method in class org.apache.batik.css.dom.CSSOMStyleDeclaration
DOM: Implements CSSStyleDeclaration.item(int).
item(int) - Method in interface org.apache.batik.css.dom.CSSOMStyleDeclaration.ValueProvider
Returns the value at the given.
item(int) - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements CSSValueList.item(int).
item(int) - Method in class org.apache.batik.css.dom.CSSOMComputedStyle
DOM: Implements CSSStyleDeclaration.item(int).
item(int) - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractComponent
DOM: Implements CSSValueList.item(int).
item(int) - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractComponent
DOM: Implements CSSValueList.item(int).
item(int) - Method in class org.apache.batik.css.engine.value.AbstractValue
Implements Value.item(int).
item(int) - Method in class org.apache.batik.css.engine.value.ListValue
Implements Value.item(int).
item(int) - Method in interface org.apache.batik.css.engine.value.Value
Used to retrieve a rule by ordinal index.
item(int) - Method in class org.apache.batik.css.engine.value.ComputedValue
Implements Value.item(int).
item(int) - Method in class org.apache.batik.css.parser.CSSSelectorList
SAC: Returns the selector at the specified index, or null if this is not a valid index.
item(int) - Method in class org.apache.batik.css.parser.CSSSACMediaList
SAC: Returns the selector at the specified index, or null if this is not a valid index.
item(int) - Method in class org.apache.batik.dom.AbstractElement.NamedNodeHashMap
DOM: Implements NamedNodeMap.item(int).
item(int) - Method in class org.apache.batik.dom.AbstractParentNode.ElementsByTagName
DOM: Implements NodeList.item(int).
item(int) - Method in class org.apache.batik.dom.AbstractParentNode.ElementsByTagNameNS
DOM: Implements NodeList.item(int).
item(int) - Method in class org.apache.batik.dom.AbstractParentNode.ChildNodes
DOM: Implements NodeList.item(int).
item(int) - Method in class org.apache.batik.dom.svg.SVGStylableElement.StyleDeclaration
Returns the value at the given.
item(int) - Method in class org.apache.batik.dom.util.HashTable
Returns the item at the given position.
item(int) - Method in interface org.w3c.css.sac.SelectorList
Returns the selector at the specified index, or null if this is not a valid index.
item(int) - Method in interface org.w3c.css.sac.SACMediaList
Returns the medium at the specified index, or null if this is not a valid index.
item(int) - Method in interface org.w3c.dom.NamedNodeMap
Returns the indexth item in the map.
item(int) - Method in interface org.w3c.dom.NodeList
Returns the indexth item in the collection.
item(int) - Method in interface org.w3c.dom.css.CSSValueList
Used to retrieve a CSSValue by ordinal index.
item(int) - Method in interface org.w3c.dom.css.CSSRuleList
Used to retrieve a CSS rule by ordinal index.
item(int) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
Used to retrieve the properties that have been explicitly set in this declaration block.
item(int) - Method in interface org.w3c.dom.stylesheets.MediaList
Returns the indexth in the list.
item(int) - Method in interface org.w3c.dom.stylesheets.StyleSheetList
Used to retrieve a style sheet by ordinal index.
item(int) - Method in interface org.w3c.dom.svg.SVGElementInstanceList
 
items - Variable in class org.apache.batik.css.dom.CSSOMValue
The list items.
items - Variable in class org.apache.batik.css.engine.value.ListValue
The items.
iterator() - Method in class org.apache.batik.ext.awt.geom.RectListManager
Returns an iterator over the elements in this collection
iterator() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns an iterator over the children of this graphics node.
iterator() - Method in class org.apache.batik.util.RunnableQueue
Returns an iterator over the runnables.
iterators - Variable in class org.apache.batik.dom.traversal.TraversalSupport
The iterators list.
IVORY_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'ivory' RGB color.
IVORY_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'ivory' color name.

J

JaclInterpreter - class org.apache.batik.script.jacl.JaclInterpreter.
A simple implementation of Interpreter interface to use JACL Tcl parser.
JaclInterpreter() - Constructor for class org.apache.batik.script.jacl.JaclInterpreter
 
JaclInterpreterFactory - class org.apache.batik.script.jacl.JaclInterpreterFactory.
Allows to create instances of JaclInterpreter class.
JaclInterpreterFactory() - Constructor for class org.apache.batik.script.jacl.JaclInterpreterFactory
Builds a JaclInterpreterFactory.
JAffineTransformChooser - class org.apache.batik.ext.swing.JAffineTransformChooser.
The JAffineTransformChooser is a pane that contains controls to let a user select the various components that make up an AffineTransform
JAffineTransformChooser.Dialog - class org.apache.batik.ext.swing.JAffineTransformChooser.Dialog.
 
JAffineTransformChooser.Dialog(Component, String, boolean, JAffineTransformChooser, AffineTransformTracker, ActionListener) - Constructor for class org.apache.batik.ext.swing.JAffineTransformChooser.Dialog
 
JAffineTransformChooser() - Constructor for class org.apache.batik.ext.swing.JAffineTransformChooser
Default constructor
JAR - Static variable in class org.apache.batik.util.ParsedURLJarProtocolHandler
 
JAR_PROTOCOL - Static variable in class org.apache.batik.util.ApplicationSecurityEnforcer
Files in a jar file have a URL with the jar protocol
JAR_URL_FILE_SEPARATOR - Static variable in class org.apache.batik.util.ApplicationSecurityEnforcer
Used in jar file urls to separate the jar file name from the referenced file
JAuthenticator - class org.apache.batik.apps.svgbrowser.JAuthenticator.
This class is resposible for providing authentication information when needed by network protocols.
JAuthenticator() - Constructor for class org.apache.batik.apps.svgbrowser.JAuthenticator
 
javaEncoding(String) - Static method in class org.apache.batik.util.EncodingUtilities
Returns the Java encoding string mapped with the given standard encoding string.
JComponentModifier - interface org.apache.batik.util.gui.resource.JComponentModifier.
This interface must be implemented by actions which need to have an access to their associated component(s)
JDK_1_4_PRESENCE_TEST_CLASS - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
If the following class can be found (it appeared in JDK 1.4), then we know we are post JDK 1.4.
JDKRegistryEntry - class org.apache.batik.ext.awt.image.spi.JDKRegistryEntry.
This Image tag registy entry is setup to wrap the core JDK Image stream tools.
JDKRegistryEntry() - Constructor for class org.apache.batik.ext.awt.image.spi.JDKRegistryEntry
 
JErrorPane - class org.apache.batik.util.gui.JErrorPane.
This class represents a dialog to display an error (message + Exception).
JErrorPane.OKButtonAction - class org.apache.batik.util.gui.JErrorPane.OKButtonAction.
The action associated with the 'OK' button.
JErrorPane.OKButtonAction(JErrorPane) - Constructor for class org.apache.batik.util.gui.JErrorPane.OKButtonAction
 
JErrorPane.ShowDetailButtonAction - class org.apache.batik.util.gui.JErrorPane.ShowDetailButtonAction.
The action associated with the 'Show Detail' button.
JErrorPane.ShowDetailButtonAction(JErrorPane) - Constructor for class org.apache.batik.util.gui.JErrorPane.ShowDetailButtonAction
 
JErrorPane(Throwable, int) - Constructor for class org.apache.batik.util.gui.JErrorPane
Constructs a new JErrorPane.
JGridBagPanel - class org.apache.batik.ext.swing.JGridBagPanel.
An implementation of JPanel that uses the GridBagLayout.
JGridBagPanel.InsetsManager - interface org.apache.batik.ext.swing.JGridBagPanel.InsetsManager.
Provides insets desired for a given grid cell
JGridBagPanel() - Constructor for class org.apache.batik.ext.swing.JGridBagPanel
Sets the layout manager to GridBagLayout
JGridBagPanel(JGridBagPanel.InsetsManager) - Constructor for class org.apache.batik.ext.swing.JGridBagPanel
Initializes panel with a given insets manager
JGVTComponent - class org.apache.batik.swing.gvt.JGVTComponent.
This class represents a component which can display a GVT tree.
JGVTComponent.Listener - class org.apache.batik.swing.gvt.JGVTComponent.Listener.
To hide the listener methods.
JGVTComponent.Listener(JGVTComponent) - Constructor for class org.apache.batik.swing.gvt.JGVTComponent.Listener
Creates a new Listener.
JGVTComponent() - Constructor for class org.apache.batik.swing.gvt.JGVTComponent
Creates a new JGVTComponent.
JGVTComponent(boolean, boolean) - Constructor for class org.apache.batik.swing.gvt.JGVTComponent
Creates a new JGVTComponent.
JPassword - Variable in class org.apache.batik.apps.svgbrowser.JAuthenticator
 
JPEG - Static variable in class org.apache.batik.apps.rasterizer.DestinationType
 
JPEG_CODE - Static variable in class org.apache.batik.apps.rasterizer.DestinationType
 
JPEG_EXTENSION - Static variable in class org.apache.batik.apps.rasterizer.DestinationType
 
JPEG_STR - Static variable in class org.apache.batik.apps.rasterizer.DestinationType
 
JPEGOptionPanel - class org.apache.batik.apps.svgbrowser.JPEGOptionPanel.
This class represents a panel to control jpeg encoding quality.
JPEGOptionPanel() - Constructor for class org.apache.batik.apps.svgbrowser.JPEGOptionPanel
Creates a new panel.
JPEGRegistryEntry - class org.apache.batik.ext.awt.image.spi.JPEGRegistryEntry.
 
JPEGRegistryEntry() - Constructor for class org.apache.batik.ext.awt.image.spi.JPEGRegistryEntry
 
JPEGTranscoder - class org.apache.batik.transcoder.image.JPEGTranscoder.
This class is an ImageTranscoder that produces a JPEG image.
JPEGTranscoder() - Constructor for class org.apache.batik.transcoder.image.JPEGTranscoder
Constructs a new transcoder that produces jpeg images.
JPythonInterpreter - class org.apache.batik.script.jpython.JPythonInterpreter.
A simple implementation of Interpreter interface to use JPython python parser.
JPythonInterpreter() - Constructor for class org.apache.batik.script.jpython.JPythonInterpreter
 
JPythonInterpreterFactory - class org.apache.batik.script.jpython.JPythonInterpreterFactory.
Allows to create instances of JPythonInterpreter class.
JPythonInterpreterFactory() - Constructor for class org.apache.batik.script.jpython.JPythonInterpreterFactory
Builds a JPythonInterpreterFactory.
jsConstructor(Context, Object[], Function, boolean) - Static method in class org.apache.batik.script.rhino.WindowWrapper
The ecmascript constructor for the Window class.
jsFunction_alert(Context, Scriptable, Object[], Function) - Static method in class org.apache.batik.script.rhino.WindowWrapper
Wraps the 'alert' method of the Window interface.
jsFunction_clearInterval(Context, Scriptable, Object[], Function) - Static method in class org.apache.batik.script.rhino.WindowWrapper
Wraps the 'clearInterval' method of the Window interface.
jsFunction_clearTimeout(Context, Scriptable, Object[], Function) - Static method in class org.apache.batik.script.rhino.WindowWrapper
Wraps the 'clearTimeout' method of the Window interface.
jsFunction_confirm(Context, Scriptable, Object[], Function) - Static method in class org.apache.batik.script.rhino.WindowWrapper
Wraps the 'confirm' method of the Window interface.
jsFunction_eval(Context, Scriptable, Object[], Function) - Static method in class org.apache.batik.script.rhino.WindowWrapper
Wraps the 'eval' methods of the Window interface.
jsFunction_getURL(Context, Scriptable, Object[], Function) - Static method in class org.apache.batik.script.rhino.WindowWrapper
Wraps the 'getURL' method of the Window interface.
jsFunction_parseXML(Context, Scriptable, Object[], Function) - Static method in class org.apache.batik.script.rhino.WindowWrapper
Wraps the 'parseXML' method of the Window interface.
jsFunction_prompt(Context, Scriptable, Object[], Function) - Static method in class org.apache.batik.script.rhino.WindowWrapper
Wraps the 'prompt' method of the Window interface.
jsFunction_setInterval(Context, Scriptable, Object[], Function) - Static method in class org.apache.batik.script.rhino.WindowWrapper
Wraps the 'setInterval' methods of the Window interface.
jsFunction_setTimeout(Context, Scriptable, Object[], Function) - Static method in class org.apache.batik.script.rhino.WindowWrapper
Wraps the 'setTimeout' methods of the Window interface.
JSTF - Static variable in interface org.apache.batik.svggen.font.table.Table
 
JSVGCanvas - class org.apache.batik.swing.JSVGCanvas.
This class represents a general-purpose swing SVG component.
JSVGCanvas.CanvasSVGListener - class org.apache.batik.swing.JSVGCanvas.CanvasSVGListener.
To hide the listener methods.
JSVGCanvas.CanvasSVGListener(JSVGCanvas) - Constructor for class org.apache.batik.swing.JSVGCanvas.CanvasSVGListener
 
JSVGCanvas.CanvasUserAgent - class org.apache.batik.swing.JSVGCanvas.CanvasUserAgent.
The CanvasUserAgent only adds tooltips to the behavior of the default BridgeUserAgent.
A tooltip will be displayed wheneven the mouse lingers over an element which has a <title> or a <desc> child element.
JSVGCanvas.CanvasUserAgent(JSVGCanvas) - Constructor for class org.apache.batik.swing.JSVGCanvas.CanvasUserAgent
 
JSVGCanvas.LocationListener - class org.apache.batik.swing.JSVGCanvas.LocationListener.
Helper class.
JSVGCanvas.LocationListener(JSVGCanvas) - Constructor for class org.apache.batik.swing.JSVGCanvas.LocationListener
 
JSVGCanvas.ResetTransformAction - class org.apache.batik.swing.JSVGCanvas.ResetTransformAction.
A swing action to reset the rendering transform of the canvas.
JSVGCanvas.ResetTransformAction(JSVGCanvas) - Constructor for class org.apache.batik.swing.JSVGCanvas.ResetTransformAction
 
JSVGCanvas.ScrollDownAction - class org.apache.batik.swing.JSVGCanvas.ScrollDownAction.
A swing action to scroll the canvas down.
JSVGCanvas.ScrollDownAction(JSVGCanvas, int) - Constructor for class org.apache.batik.swing.JSVGCanvas.ScrollDownAction
 
JSVGCanvas.ScrollLeftAction - class org.apache.batik.swing.JSVGCanvas.ScrollLeftAction.
A swing action to scroll the canvas to the left.
JSVGCanvas.ScrollLeftAction(JSVGCanvas, int) - Constructor for class org.apache.batik.swing.JSVGCanvas.ScrollLeftAction
 
JSVGCanvas.ScrollRightAction - class org.apache.batik.swing.JSVGCanvas.ScrollRightAction.
A swing action to scroll the canvas to the right.
JSVGCanvas.ScrollRightAction(JSVGCanvas, int) - Constructor for class org.apache.batik.swing.JSVGCanvas.ScrollRightAction
 
JSVGCanvas.ScrollUpAction - class org.apache.batik.swing.JSVGCanvas.ScrollUpAction.
A swing action to scroll the canvas up.
JSVGCanvas.ScrollUpAction(JSVGCanvas, int) - Constructor for class org.apache.batik.swing.JSVGCanvas.ScrollUpAction
 
JSVGCanvas.ToolTipModifier - class org.apache.batik.swing.JSVGCanvas.ToolTipModifier.
Sets a specific tooltip on the JSVGCanvas when a given event occurs.
JSVGCanvas.ToolTipModifier(JSVGCanvas, String) - Constructor for class org.apache.batik.swing.JSVGCanvas.ToolTipModifier
 
JSVGCanvas.ZoomInAction - class org.apache.batik.swing.JSVGCanvas.ZoomInAction.
A swing action to zoom in the canvas.
JSVGCanvas.ZoomInAction(JSVGCanvas) - Constructor for class org.apache.batik.swing.JSVGCanvas.ZoomInAction
 
JSVGCanvas.ZoomOutAction - class org.apache.batik.swing.JSVGCanvas.ZoomOutAction.
A swing action to zoom out the canvas.
JSVGCanvas.ZoomOutAction(JSVGCanvas) - Constructor for class org.apache.batik.swing.JSVGCanvas.ZoomOutAction
 
JSVGCanvas() - Constructor for class org.apache.batik.swing.JSVGCanvas
Creates a new JSVGCanvas.
JSVGCanvas(SVGUserAgent, boolean, boolean) - Constructor for class org.apache.batik.swing.JSVGCanvas
Creates a new JSVGCanvas.
JSVGCanvasBeanInfo - class org.apache.batik.swing.JSVGCanvasBeanInfo.
A BeanInfo for the JSVGCanvas.
JSVGCanvasBeanInfo() - Constructor for class org.apache.batik.swing.JSVGCanvasBeanInfo
Constructs a new BeanInfo for a JSVGCanvas.
JSVGComponent - class org.apache.batik.swing.svg.JSVGComponent.
This class represents a swing component that can display SVG documents.
JSVGComponent.BridgeUserAgent - class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent.
To hide the user-agent methods.
JSVGComponent.BridgeUserAgent(JSVGComponent) - Constructor for class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Creates a new user agent.
JSVGComponent.BridgeUserAgentWrapper - class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper.
The user-agent wrapper, which call the methods in the event thread.
JSVGComponent.BridgeUserAgentWrapper(UserAgent) - Constructor for class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Creates a new BridgeUserAgentWrapper.
JSVGComponent.SVGListener - class org.apache.batik.swing.svg.JSVGComponent.SVGListener.
To hide the listener methods.
JSVGComponent.SVGListener(JSVGComponent) - Constructor for class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Creates a new SVGListener.
JSVGComponent() - Constructor for class org.apache.batik.swing.svg.JSVGComponent
Creates a new JSVGComponent.
JSVGComponent(SVGUserAgent, boolean, boolean) - Constructor for class org.apache.batik.swing.svg.JSVGComponent
Creates a new JSVGComponent.
JSVGViewerFrame - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.
This class represents a SVG viewer swing frame.
JSVGViewerFrame.AboutAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.AboutAction.
To show the about dialog
JSVGViewerFrame.AboutAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.AboutAction
 
JSVGViewerFrame.BackAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.BackAction.
To go back to the previous document
JSVGViewerFrame.BackAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.BackAction
 
JSVGViewerFrame.CloseAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.CloseAction.
To close the last document.
JSVGViewerFrame.CloseAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.CloseAction
 
JSVGViewerFrame.DOMViewerAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.DOMViewerAction.
To display the DOM viewer of the document
JSVGViewerFrame.DOMViewerAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.DOMViewerAction
 
JSVGViewerFrame.ExportAsJPGAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ExportAsJPGAction.
To save the current document as JPG.
JSVGViewerFrame.ExportAsJPGAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ExportAsJPGAction
 
JSVGViewerFrame.ExportAsPNGAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ExportAsPNGAction.
To save the current document as PNG.
JSVGViewerFrame.ExportAsPNGAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ExportAsPNGAction
 
JSVGViewerFrame.ExportAsTIFFAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ExportAsTIFFAction.
To save the current document as TIFF.
JSVGViewerFrame.ExportAsTIFFAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ExportAsTIFFAction
 
JSVGViewerFrame.FindDialogAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.FindDialogAction.
To display the Find dialog
JSVGViewerFrame.FindDialogAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.FindDialogAction
 
JSVGViewerFrame.FlushAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.FlushAction.
To flush image cache (purely for debugging purposes)
JSVGViewerFrame.FlushAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.FlushAction
 
JSVGViewerFrame.ForwardAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ForwardAction.
To go forward to the previous document
JSVGViewerFrame.ForwardAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ForwardAction
 
JSVGViewerFrame.FullScreenAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.FullScreenAction.
To display the document full screen
JSVGViewerFrame.FullScreenAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.FullScreenAction
 
JSVGViewerFrame.ImageFileFilter - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ImageFileFilter.
A FileFilter used when exporting the SVG document as an image.
JSVGViewerFrame.ImageFileFilter(String) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ImageFileFilter
 
JSVGViewerFrame.MonitorAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.MonitorAction.
To display the memory monitor.
JSVGViewerFrame.MonitorAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.MonitorAction
 
JSVGViewerFrame.NewWindowAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.NewWindowAction.
To open a new window.
JSVGViewerFrame.NewWindowAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.NewWindowAction
 
JSVGViewerFrame.NextTransformAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.NextTransformAction.
To go forward to the next transform
JSVGViewerFrame.NextTransformAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.NextTransformAction
 
JSVGViewerFrame.OpenAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.OpenAction.
To open a new file.
JSVGViewerFrame.OpenAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.OpenAction
 
JSVGViewerFrame.OpenLocationAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.OpenLocationAction.
To open a new document.
JSVGViewerFrame.OpenLocationAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.OpenLocationAction
 
JSVGViewerFrame.PauseAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PauseAction.
To pause a document.
JSVGViewerFrame.PauseAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PauseAction
 
JSVGViewerFrame.PlayAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PlayAction.
To restart after a pause.
JSVGViewerFrame.PlayAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PlayAction
 
JSVGViewerFrame.PreferencesAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PreferencesAction.
To show the preferences.
JSVGViewerFrame.PreferencesAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PreferencesAction
 
JSVGViewerFrame.PreviousTransformAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PreviousTransformAction.
To go back to the previous transform
JSVGViewerFrame.PreviousTransformAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PreviousTransformAction
 
JSVGViewerFrame.PrintAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PrintAction.
To print the current document.
JSVGViewerFrame.PrintAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PrintAction
 
JSVGViewerFrame.ReloadAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ReloadAction.
To reload the current document.
JSVGViewerFrame.ReloadAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ReloadAction
 
JSVGViewerFrame.SetTransformAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.SetTransformAction.
To show the set transform dialog
JSVGViewerFrame.SetTransformAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.SetTransformAction
 
JSVGViewerFrame.StopAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.StopAction.
To stop the current processing.
JSVGViewerFrame.StopAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.StopAction
 
JSVGViewerFrame.ThumbnailDialogAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ThumbnailDialogAction.
To display the Thumbnail dialog
JSVGViewerFrame.ThumbnailDialogAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ThumbnailDialogAction
 
JSVGViewerFrame.UserAgent - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent.
This class implements a SVG user agent.
JSVGViewerFrame.UserAgent(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
Creates a new SVGUserAgent.
JSVGViewerFrame.UseStylesheetAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UseStylesheetAction.
To apply the selected author stylesheet
JSVGViewerFrame.UseStylesheetAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UseStylesheetAction
 
JSVGViewerFrame.ViewSourceAction - class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ViewSourceAction.
To view the source of the current document.
JSVGViewerFrame.ViewSourceAction(JSVGViewerFrame) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ViewSourceAction
 
JSVGViewerFrame(Application) - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Creates a new SVG viewer frame.
JToolbarButton - class org.apache.batik.util.gui.resource.JToolbarButton.
This class represents the buttons used in toolbars.
JToolbarButton.MouseListener - class org.apache.batik.util.gui.resource.JToolbarButton.MouseListener.
To manage the mouse interactions.
JToolbarButton.MouseListener(JToolbarButton) - Constructor for class org.apache.batik.util.gui.resource.JToolbarButton.MouseListener
 
JToolbarButton() - Constructor for class org.apache.batik.util.gui.resource.JToolbarButton
Creates a new toolbar button.
JToolbarButton(String) - Constructor for class org.apache.batik.util.gui.resource.JToolbarButton
Creates a new toolbar button.
JToolbarSeparator - class org.apache.batik.util.gui.resource.JToolbarSeparator.
This class represents a separator for the toolbar buttons.
JToolbarSeparator() - Constructor for class org.apache.batik.util.gui.resource.JToolbarSeparator
Creates a new JToolbarSeparator object.
JUserID - Variable in class org.apache.batik.apps.svgbrowser.JAuthenticator
 
justification - Variable in class org.apache.batik.gvt.text.MarginInfo
 
JUSTIFY_END - Static variable in class org.apache.batik.gvt.text.MarginInfo
 
JUSTIFY_FULL - Static variable in class org.apache.batik.gvt.text.MarginInfo
 
JUSTIFY_MIDDLE - Static variable in class org.apache.batik.gvt.text.MarginInfo
 
JUSTIFY_START - Static variable in class org.apache.batik.gvt.text.MarginInfo
 

K

kern - Static variable in interface org.apache.batik.svggen.font.table.Table
 
Kern - class org.apache.batik.gvt.font.Kern.
The Kern class describes an entry in the "kerning table".
Kern(int[], int[], UnicodeRange[], UnicodeRange[], float) - Constructor for class org.apache.batik.gvt.font.Kern
Creates a Kern object with the given glyph arrays and kerning value.
KERNING - Static variable in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
 
KERNING - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
User-specified inter-glyph kerning value.
KERNING_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
KerningManager - class org.apache.batik.css.engine.value.svg.KerningManager.
This class provides a manager for the 'kerning' property values.
KerningManager() - Constructor for class org.apache.batik.css.engine.value.svg.KerningManager
 
KerningPair - class org.apache.batik.svggen.font.table.KerningPair.
 
KerningPair(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.KerningPair
Creates new KerningPair
KerningTable - class org.apache.batik.gvt.font.KerningTable.
The KerningTable class holds a kerning table (a collection of Kern elements).
KerningTable(Kern[]) - Constructor for class org.apache.batik.gvt.font.KerningTable
Creates a KerningTable from an array of Kern entries.
KernSubtable - class org.apache.batik.svggen.font.table.KernSubtable.
 
KernSubtable() - Constructor for class org.apache.batik.svggen.font.table.KernSubtable
Creates new KernSubtable
KernSubtableFormat0 - class org.apache.batik.svggen.font.table.KernSubtableFormat0.
 
KernSubtableFormat0(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.KernSubtableFormat0
Creates new KernSubtableFormat0
KernSubtableFormat2 - class org.apache.batik.svggen.font.table.KernSubtableFormat2.
 
KernSubtableFormat2(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.KernSubtableFormat2
Creates new KernSubtableFormat2
KernTable - class org.apache.batik.svggen.font.table.KernTable.
 
KernTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.KernTable
Creates new KernTable
key - Variable in class org.apache.batik.css.engine.StringIntMap.Entry
The key
key - Variable in class org.apache.batik.css.engine.value.StringMap.Entry
The key
key - Variable in class org.apache.batik.dom.util.HashTable.Entry
The key
key - Variable in class org.apache.batik.util.gui.resource.ResourceFormatException
The name of the specific resource requested by the user
KEY_ALLOWED_SCRIPT_TYPES - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The set of supported script languages (i.e., the set of possible values for the <script> tag's type attribute).
KEY_ALTERNATE_STYLESHEET - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The alternate stylesheet key.
KEY_AOI - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The area of interest key.
KEY_AOI_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_AREA_OF_INTEREST - Static variable in class org.apache.batik.ext.awt.RenderingHintsKeyExt
Key for the AOI hint.
KEY_BACKGROUND_COLOR - Static variable in class org.apache.batik.transcoder.image.ImageTranscoder
The image background paint key.
KEY_BASE - Static variable in class org.apache.batik.ext.awt.RenderingHintsKeyExt
 
KEY_BUFFERED_IMAGE - Static variable in class org.apache.batik.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_COLORSPACE - Static variable in class org.apache.batik.ext.awt.RenderingHintsKeyExt
Hint to source that we only want an alpha channel.
KEY_CONSTRAIN_SCRIPT_ORIGIN - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
Controls whether or not scripts can only be loaded from the same location as the document which references them.
KEY_DOCTYPE - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The key to specify the doctype option.
KEY_DOCUMENT_ELEMENT - Static variable in class org.apache.batik.transcoder.XMLAbstractTranscoder
Document element key.
KEY_DOCUMENT_ELEMENT_NAMESPACE_URI - Static variable in class org.apache.batik.transcoder.XMLAbstractTranscoder
Document element namespace URI key.
KEY_DOCUMENT_WIDTH - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The key to specify the document width.
KEY_DOM_IMPLEMENTATION - Static variable in class org.apache.batik.transcoder.XMLAbstractTranscoder
DOM Implementation key.
KEY_EVENT_TYPE - Static variable in class org.apache.batik.dom.events.DocumentEventSupport
The KeyEvent type.
KEY_EXECUTE_ONLOAD - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The 'onload' execution key.
KEY_FORCE_TRANSPARENT_WHITE - Static variable in class org.apache.batik.transcoder.image.ImageTranscoder
The forceTransparentWhite key.
KEY_FORCE_TRANSPARENT_WHITE - Static variable in class org.apache.batik.transcoder.image.TIFFTranscoder
The forceTransparentWhite key.
KEY_FORMAT - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The key to specify whether to format the input.
KEY_GAMMA - Static variable in class org.apache.batik.transcoder.image.PNGTranscoder
The gamma correction key.
KEY_HEIGHT - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The image height key.
KEY_HEIGHT_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_INDEXED - Static variable in class org.apache.batik.transcoder.image.PNGTranscoder
The write a 256 color indexed image key.
KEY_LANGUAGE - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The language key.
KEY_LANGUAGE_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_MARGIN_BOTTOM - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
The marginBottom key.
KEY_MARGIN_BOTTOM_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_MARGIN_LEFT - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
The marginLeft key.
KEY_MARGIN_LEFT_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_MARGIN_RIGHT - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
The marginRight key.
KEY_MARGIN_RIGHT_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_MARGIN_TOP - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
The marginTop key.
KEY_MARGIN_TOP_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_MEDIA - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The media key.
KEY_NEWLINE - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The key to specify the newline character sequence.
KEY_PAGE_HEIGHT - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
The pageHeight key.
KEY_PAGE_HEIGHT_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_PAGE_ORIENTATION - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
The pageOrientation key.
KEY_PAGE_ORIENTATION_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_PAGE_WIDTH - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
The pageWidth key.
KEY_PAGE_WIDTH_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_PIXEL_TO_MM - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
Deprecated. As of Batik Version 1.5b3
KEY_PIXEL_TO_MM_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_PIXEL_UNIT_TO_MILLIMETER - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The number of millimeters in each pixel key.
KEY_PRESSED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeKeyEvent
The "key pressed" event.
KEY_PUBLIC_ID - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The key to specify the public id.
KEY_QUALITY - Static variable in class org.apache.batik.transcoder.image.JPEGTranscoder
The encoder quality factor key.
KEY_RELEASED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeKeyEvent
The "key released" event.
KEY_SCALE_TO_PAGE - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
The scaleToPage key.
KEY_SCALE_TO_PAGE_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_SHOW_PAGE_DIALOG - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
The showPageDialog key.
KEY_SHOW_PAGE_DIALOG_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_SHOW_PRINTER_DIALOG - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
The showPrinterDialog key.
KEY_SHOW_PRINTER_DIALOG_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_SYSTEM_ID - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The key to specify the system id.
KEY_TABULATION_WIDTH - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The key to specify the tabulation width.
KEY_TRANSCODING - Static variable in class org.apache.batik.ext.awt.RenderingHintsKeyExt
Hint as to the transcoding destination.
KEY_TYPED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeKeyEvent
The "key typed" event.
KEY_USER_STYLESHEET_URI - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The user stylesheet URI key.
KEY_USER_STYLESHEET_URI_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_WIDTH - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The image width key.
KEY_WIDTH_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_XML_DECLARATION - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The key to specify the XML declaration option.
KEY_XML_PARSER_CLASSNAME - Static variable in class org.apache.batik.transcoder.XMLAbstractTranscoder
XML parser classname key.
KEY_XML_PARSER_CLASSNAME_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_XML_PARSER_VALIDATING - Static variable in class org.apache.batik.transcoder.XMLAbstractTranscoder
The validation mode of the XML parser.
key(int) - Method in class org.apache.batik.dom.util.HashTable
Returns the key at the given position or null.
key1 - Variable in class org.apache.batik.dom.util.DoublyIndexedTable.Entry
The first key
key1 - Variable in class org.apache.batik.util.SoftDoublyIndexedTable.Entry
The first key
key2 - Variable in class org.apache.batik.dom.util.DoublyIndexedTable.Entry
The second key
key2 - Variable in class org.apache.batik.util.SoftDoublyIndexedTable.Entry
The second key
keyCode - Variable in class org.apache.batik.dom.events.DOMKeyEvent
 
keydownListener - Variable in class org.apache.batik.bridge.ScriptingEnvironment
The keydown event listener.
keyPressed(GraphicsNodeKeyEvent) - Method in class org.apache.batik.bridge.BridgeEventSupport.Listener
Invoked when a key has been pressed.
keyPressed(GraphicsNodeKeyEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeKeyListener
Invoked when a key has been pressed.
keyPressed(GraphicsNodeKeyEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeKeyAdapter
 
keyPressed(GraphicsNodeKeyEvent) - Method in class org.apache.batik.gvt.text.ConcreteTextSelector
 
keyPressed(KeyEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT key event down to the GVT tree.
keyPressed(KeyEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Invoked when a key has been pressed.
keyPressed(KeyEvent) - Method in class org.apache.batik.swing.gvt.InteractorAdapter
Invoked when a key has been pressed.
keyPressed(KeyEvent) - Method in class org.apache.batik.swing.gvt.AbstractResetTransformInteractor
Invoked when a key has been pressed.
keypressListener - Variable in class org.apache.batik.bridge.ScriptingEnvironment
The keypress event listener.
keyReleased(GraphicsNodeKeyEvent) - Method in class org.apache.batik.bridge.BridgeEventSupport.Listener
Invoked when a key has been released.
keyReleased(GraphicsNodeKeyEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeKeyListener
Invoked when a key has been released.
keyReleased(GraphicsNodeKeyEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeKeyAdapter
 
keyReleased(GraphicsNodeKeyEvent) - Method in class org.apache.batik.gvt.text.ConcreteTextSelector
 
keyReleased(KeyEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT key event down to the GVT tree.
keyReleased(KeyEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Invoked when a key has been released.
keyReleased(KeyEvent) - Method in class org.apache.batik.swing.gvt.InteractorAdapter
Invoked when a key has been released.
keyReleased(KeyEvent) - Method in class org.apache.batik.swing.gvt.AbstractResetTransformInteractor
Invoked when a key has been released.
keys - Variable in class org.apache.batik.dom.svg.AttributeInitializer
The list of namespaces, prefixes and names.
keyTyped(GraphicsNodeKeyEvent) - Method in class org.apache.batik.bridge.BridgeEventSupport.Listener
Invoked when a key has been typed.
keyTyped(GraphicsNodeKeyEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeKeyListener
Invoked when a key has been typed.
keyTyped(GraphicsNodeKeyEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeKeyAdapter
 
keyTyped(GraphicsNodeKeyEvent) - Method in class org.apache.batik.gvt.text.ConcreteTextSelector
 
keyTyped(KeyEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT key event down to the GVT tree.
keyTyped(KeyEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Invoked when a key has been typed.
keyTyped(KeyEvent) - Method in class org.apache.batik.swing.gvt.InteractorAdapter
Invoked when a key has been typed.
keyTyped(KeyEvent) - Method in class org.apache.batik.swing.gvt.AbstractResetTransformInteractor
Invoked when a key has been typed.
keyupListener - Variable in class org.apache.batik.bridge.ScriptingEnvironment
The keyup event listener.
KHAKI_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'khaki' RGB color.
KHAKI_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'khaki' color name.
KHZ - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents a khz lexical unit.

L

LABEL_ANGLE - Static variable in class org.apache.batik.ext.swing.JAffineTransformChooser
 
LABEL_APACHE_BATIK_PROJECT - Static variable in class org.apache.batik.apps.svgbrowser.AboutDialog
 
LABEL_APPLICATIONS - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_AUTO_ADJUST_WINDOW - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_BEHAVIOR - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_CANCEL - Static variable in class org.apache.batik.apps.svgbrowser.JAuthenticator
 
LABEL_CANCEL - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_CANCEL - Static variable in class org.apache.batik.ext.swing.JAffineTransformChooser.Dialog
 
LABEL_CONTRIBUTORS - Static variable in class org.apache.batik.apps.svgbrowser.AboutDialog
 
LABEL_DEGREE - Static variable in class org.apache.batik.ext.swing.JAffineTransformChooser
 
LABEL_DEVELOPMENT_BUILD - Static variable in class org.apache.batik.apps.svgbrowser.AboutDialog
 
LABEL_ENABLE_DOUBLE_BUFFERING - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_ENFORCE_SECURE_SCRIPTING - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_GRANT_SCRIPT_FILE_ACCESS - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_GRANT_SCRIPT_NETWORK_ACCESS - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_HOST - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_IS_XML_PARSER_VALIDATING - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_LOAD_ECMASCRIPT - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_LOAD_JAVA - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_LOAD_SCRIPTS - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_NETWORK - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_OK - Static variable in class org.apache.batik.apps.svgbrowser.JAuthenticator
 
LABEL_OK - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_OK - Static variable in class org.apache.batik.ext.swing.JAffineTransformChooser.Dialog
 
LABEL_ORIGIN_ANY - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_ORIGIN_DOCUMENT - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_ORIGIN_EMBED - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_ORIGIN_NONE - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_PASSWORD - Static variable in class org.apache.batik.apps.svgbrowser.JAuthenticator
 
LABEL_PERCENT - Static variable in class org.apache.batik.ext.swing.JAffineTransformChooser
 
LABEL_PORT - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_REQ - Static variable in class org.apache.batik.apps.svgbrowser.JAuthenticator
 
LABEL_RESET - Static variable in class org.apache.batik.ext.swing.JAffineTransformChooser.Dialog
 
LABEL_RESOURCE_ORIGIN - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_ROTATE - Static variable in class org.apache.batik.ext.swing.JAffineTransformChooser
 
LABEL_RX - Static variable in class org.apache.batik.ext.swing.JAffineTransformChooser
 
LABEL_RY - Static variable in class org.apache.batik.ext.swing.JAffineTransformChooser
 
LABEL_SCALE - Static variable in class org.apache.batik.ext.swing.JAffineTransformChooser
 
LABEL_SCRIPT_ORIGIN - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_SECURE_SCRIPTING_TOGGLE - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_SELECTION_XOR_MODE - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_SHOW_DEBUG_TRACE - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_SHOW_RENDERING - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_SITE - Static variable in class org.apache.batik.apps.svgbrowser.JAuthenticator
 
LABEL_SX - Static variable in class org.apache.batik.ext.swing.JAffineTransformChooser
 
LABEL_SY - Static variable in class org.apache.batik.ext.swing.JAffineTransformChooser
 
LABEL_TRANSLATE - Static variable in class org.apache.batik.ext.swing.JAffineTransformChooser
 
LABEL_TX - Static variable in class org.apache.batik.ext.swing.JAffineTransformChooser
 
LABEL_TY - Static variable in class org.apache.batik.ext.swing.JAffineTransformChooser
 
LABEL_USER_FONT - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_USER_LANGUAGE - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_USER_OPTIONS - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_USER_STYLESHEET - Static variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
LABEL_USERID - Static variable in class org.apache.batik.apps.svgbrowser.JAuthenticator
 
label1 - Variable in class org.apache.batik.apps.svgbrowser.JAuthenticator
 
label2 - Variable in class org.apache.batik.apps.svgbrowser.JAuthenticator
 
lang - Variable in class org.apache.batik.css.engine.sac.CSSLangCondition
The language.
lang - Variable in class org.apache.batik.css.parser.DefaultLangCondition
The language.
LangCondition - interface org.w3c.css.sac.LangCondition.
 
LangSys - class org.apache.batik.svggen.font.table.LangSys.
 
LangSys(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.LangSys
Creates new LangSys
LangSysRecord - class org.apache.batik.svggen.font.table.LangSysRecord.
 
LangSysRecord(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.LangSysRecord
Creates new LangSysRecord
language - Variable in class org.apache.batik.apps.rasterizer.SVGConverter
Language
language - Variable in class org.apache.batik.bridge.BaseScriptingEnvironment.Window
The associated language.
language - Variable in class org.apache.batik.bridge.ScriptingEnvironment.Window
The associated language.
languageArabic - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageBEL - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageBGR - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageCAT - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageChinese - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageCSY - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageDAN - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageDanish - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageDEA - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageDEC - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageDEL - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageDES - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageDEU - Static variable in interface org.apache.batik.svggen.font.table.Table
 
LanguageDialog - class org.apache.batik.util.gui.LanguageDialog.
This class represents a language selection dialog.
LanguageDialog.CancelButtonAction - class org.apache.batik.util.gui.LanguageDialog.CancelButtonAction.
The action associated with the 'Cancel' button
LanguageDialog.CancelButtonAction(LanguageDialog) - Constructor for class org.apache.batik.util.gui.LanguageDialog.CancelButtonAction
 
LanguageDialog.OKButtonAction - class org.apache.batik.util.gui.LanguageDialog.OKButtonAction.
The action associated with the 'OK' button
LanguageDialog.OKButtonAction(LanguageDialog) - Constructor for class org.apache.batik.util.gui.LanguageDialog.OKButtonAction
 
LanguageDialog.Panel - class org.apache.batik.util.gui.LanguageDialog.Panel.
The language selection panel.
LanguageDialog.Panel.AddLanguageButtonAction - class org.apache.batik.util.gui.LanguageDialog.Panel.AddLanguageButtonAction.
The action associated with the 'add' button
LanguageDialog.Panel.AddLanguageButtonAction(LanguageDialog.Panel) - Constructor for class org.apache.batik.util.gui.LanguageDialog.Panel.AddLanguageButtonAction
 
LanguageDialog.Panel.ClearLanguageButtonAction - class org.apache.batik.util.gui.LanguageDialog.Panel.ClearLanguageButtonAction.
The action associated with the 'clear' button
LanguageDialog.Panel.ClearLanguageButtonAction(LanguageDialog.Panel) - Constructor for class org.apache.batik.util.gui.LanguageDialog.Panel.ClearLanguageButtonAction
 
LanguageDialog.Panel.DownLanguageButtonAction - class org.apache.batik.util.gui.LanguageDialog.Panel.DownLanguageButtonAction.
The action associated with the 'down' button
LanguageDialog.Panel.DownLanguageButtonAction(LanguageDialog.Panel) - Constructor for class org.apache.batik.util.gui.LanguageDialog.Panel.DownLanguageButtonAction
 
LanguageDialog.Panel.IconAndTextCellRenderer - class org.apache.batik.util.gui.LanguageDialog.Panel.IconAndTextCellRenderer.
To display icons and text in the lists.
LanguageDialog.Panel.IconAndTextCellRenderer(LanguageDialog.Panel) - Constructor for class org.apache.batik.util.gui.LanguageDialog.Panel.IconAndTextCellRenderer
 
LanguageDialog.Panel.LanguageListSelectionListener - class org.apache.batik.util.gui.LanguageDialog.Panel.LanguageListSelectionListener.
To manage selection modifications
LanguageDialog.Panel.LanguageListSelectionListener(LanguageDialog.Panel) - Constructor for class org.apache.batik.util.gui.LanguageDialog.Panel.LanguageListSelectionListener
 
LanguageDialog.Panel.RemoveLanguageButtonAction - class org.apache.batik.util.gui.LanguageDialog.Panel.RemoveLanguageButtonAction.
The action associated with the 'remove' button
LanguageDialog.Panel.RemoveLanguageButtonAction(LanguageDialog.Panel) - Constructor for class org.apache.batik.util.gui.LanguageDialog.Panel.RemoveLanguageButtonAction
 
LanguageDialog.Panel.UpLanguageButtonAction - class org.apache.batik.util.gui.LanguageDialog.Panel.UpLanguageButtonAction.
The action associated with the 'up' button
LanguageDialog.Panel.UpLanguageButtonAction(LanguageDialog.Panel) - Constructor for class org.apache.batik.util.gui.LanguageDialog.Panel.UpLanguageButtonAction
 
LanguageDialog.Panel.UserListSelectionListener - class org.apache.batik.util.gui.LanguageDialog.Panel.UserListSelectionListener.
To manage selection modifications
LanguageDialog.Panel.UserListSelectionListener(LanguageDialog.Panel) - Constructor for class org.apache.batik.util.gui.LanguageDialog.Panel.UserListSelectionListener
 
LanguageDialog.Panel() - Constructor for class org.apache.batik.util.gui.LanguageDialog.Panel
Creates a new Panel object.
LanguageDialog(JFrame) - Constructor for class org.apache.batik.util.gui.LanguageDialog
Creates a new LanguageDialog object.
languageDutch - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageELL - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageENA - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageENC - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageENG - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageEnglish - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageENI - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageENU - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageENZ - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageESM - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageESN - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageESP - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageETI - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageEUQ - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageFIN - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageFinnish - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageFRA - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageFRB - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageFRC - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageFrench - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageFRL - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageFRS - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageGerman - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageGreek - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageHebrew - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageHindi - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageHUN - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageIcelandic - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageISL - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageITA - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageItalian - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageITS - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageJapanese - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageList - Variable in class org.apache.batik.util.gui.LanguageDialog.Panel
The languages list
languageListModel - Variable in class org.apache.batik.util.gui.LanguageDialog.Panel
The language list model
languageLTH - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageLVI - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageMaltese - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageNLB - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageNLD - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageNON - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageNOR - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageNorwegian - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languagePanel - Variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
Allows selection of the user languages
languagePLK - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languagePortuguese - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languagePTB - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languagePTG - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageROM - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageRUS - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageSHL - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageSKY - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageSLV - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageSpanish - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageSQI - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageSVE - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageSwedish - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageThai - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageTRK - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageTurkish - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageUKR - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageUrdu - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageYugoslavian - Static variable in interface org.apache.batik.svggen.font.table.Table
 
LARGE_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'large' keyword.
LARGER_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'larger' keyword.
LAST_ATTRIBUTE_FRAGMENT - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a last attribute fragment lexical unit.
last() - Method in class org.apache.batik.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 class org.apache.batik.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 interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty) and returns the character at that position.
last() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty) and returns the character at that position.
lastCache - Variable in class org.apache.batik.gvt.renderer.StaticRenderer
 
lastChild - Variable in class org.apache.batik.dom.AbstractParentNode.ChildNodes
The last child.
lastChild() - Method in class org.apache.batik.dom.traversal.DOMTreeWalker
DOM: Implements TreeWalker.lastChild().
lastChild() - Method in class org.apache.batik.gvt.GVTTreeWalker
Returns the last child of the current GraphicsNode.
lastChild() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the last visible child of the current node, and returns the new node.
lastChild(Node) - Method in class org.apache.batik.dom.traversal.DOMTreeWalker
Returns the last child of the given node.
lastCR - Variable in class org.apache.batik.gvt.renderer.StaticRenderer
 
lastFocusEventTarget - Variable in class org.apache.batik.bridge.FocusManager
The element that has the focus so far.
lastHit - Variable in class org.apache.batik.gvt.event.AWTEventDispatcher
The lastest node which has been targeted by an event.
lastIndexOf(Object) - Method in class org.apache.batik.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.
lastObjectIdx - Variable in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
 
lastSecurityManagerInstalled - Variable in class org.apache.batik.util.ApplicationSecurityEnforcer
Keeps track of the last SecurityManager installed
lastTargetElement - Variable in class org.apache.batik.bridge.BridgeEventSupport.Listener
 
lastVisited - Variable in class org.apache.batik.apps.svgbrowser.Main
The array of last visited URIs
lastX - Variable in class org.apache.batik.swing.JSVGCanvas.LocationListener
 
lastY - Variable in class org.apache.batik.swing.JSVGCanvas.LocationListener
 
LAVENDER_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lavender' RGB color.
LAVENDER_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lavender' color name.
LAVENDERBLUSH_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lavenderblush' RGB color.
LAVENDERBLUSH_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lavenderblush' color name.
LAWNGREEN_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lawngreen' RGB color.
LAWNGREEN_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lawngreen' color name.
layoutChunk(AttributedCharacterIterator, GVTGlyphVector, Point2D, int, List) - Static method in class org.apache.batik.gvt.text.GlyphLayout
 
layoutedText - Variable in class org.apache.batik.bridge.SVGTextElementBridge
 
layoutGlyphVector(GlyphVector, Shape) - Static method in class org.apache.batik.ext.awt.font.TextPathLayout
Wraps the GlyphVector around the given path.
layoutGlyphVector(GlyphVector, Shape, int) - Static method in class org.apache.batik.ext.awt.font.TextPathLayout
Wraps the GlyphVector around the given path.
layoutGlyphVector(GlyphVector, Shape, int, float, float, int) - Static method in class org.apache.batik.ext.awt.font.TextPathLayout
Wraps the GlyphVector around the given path.
leading - Variable in class org.apache.batik.gvt.font.GVTLineMetrics
 
left - Variable in class org.apache.batik.css.engine.value.RectValue
The left value.
left - Variable in class org.apache.batik.gvt.text.MarginInfo
 
LEFT_BRACE - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents the '(' lexical unit.
LEFT_BRACE - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a '(' lexical unit.
LEFT_BRACKET - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents the '[' lexical unit.
LEFT_CURLY_BRACE - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents the '{' lexical unit.
leftComponent - Variable in class org.apache.batik.css.dom.CSSOMValue
The left component, if this value is a Rect.
leftFloatValueChanged(short, float) - Method in interface org.apache.batik.css.dom.CSSOMValue.ModificationHandler
Called when the left float value has changed.
leftFloatValueChanged(short, float) - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractModificationHandler
Called when the left float value has changed.
leftSideBearing - Variable in class org.apache.batik.svggen.font.Glyph
 
leftTextChanged(String) - Method in interface org.apache.batik.css.dom.CSSOMValue.ModificationHandler
Called when the left value text has changed.
leftTextChanged(String) - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractModificationHandler
Called when the left value text has changed.
LEMONCHIFFON_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lemonchiffon' RGB color.
LEMONCHIFFON_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lemonchiffon' color name.
length - Variable in class org.apache.batik.bridge.SVGTextElementBridge.AttributedStringBuffer
The length of the attributed string.
length - Variable in class org.apache.batik.css.engine.value.ListValue
The length of the list.
length - Variable in class org.apache.batik.css.parser.CSSSelectorList
The list length.
length - Variable in class org.apache.batik.css.parser.CSSSACMediaList
The list length.
length - Variable in class org.apache.batik.dom.svg.AttributeInitializer
The length of keys.
length - Variable in class org.apache.batik.svggen.font.table.CmapFormat
 
length - Variable in class org.apache.batik.util.io.StringDecoder
The number of chars in the string.
length - Variable in class org.apache.batik.util.io.StringNormalizingReader
The length of the string.
LENGTH_ADJUST - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
Method specified for adjusting text element layout size.
LENGTH_ADJUST_VALUES - Static variable in class org.apache.batik.dom.svg.SVGOMTextContentElement
The 'lengthAdjust' attribute values.
length() - Method in class org.apache.batik.bridge.SVGTextElementBridge.AttributedStringBuffer
Returns the length in chars of the current Attributed String
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
 
lengthHandler - Variable in class org.apache.batik.parser.LengthParser
The length handler used to report parse events.
LengthHandler - interface org.apache.batik.parser.LengthHandler.
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 org.apache.batik.transcoder.keys.LengthKey.
A transcoding Key represented as a length.
LengthKey() - Constructor for class org.apache.batik.transcoder.keys.LengthKey
 
LengthListHandler - interface org.apache.batik.parser.LengthListHandler.
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 org.apache.batik.parser.LengthListParser.
This class implements an event-based parser for the SVG length list values.
LengthListParser() - Constructor for class org.apache.batik.parser.LengthListParser
Creates a new LengthListParser.
LengthManager - class org.apache.batik.css.engine.value.LengthManager.
This class provides a manager for the property with support for length values.
LengthManager() - Constructor for class org.apache.batik.css.engine.value.LengthManager
 
lengthOfPath() - Method in class org.apache.batik.ext.awt.geom.PathLength
Returns the length of the path used by this PathLength object.
lengthOfPath() - Method in class org.apache.batik.gvt.text.TextPath
Returns the total length of the path.
LengthParser - class org.apache.batik.parser.LengthParser.
This class implements an event-based parser for the SVG length values.
LengthParser() - Constructor for class org.apache.batik.parser.LengthParser
Creates a new LengthParser.
lengthValue(float) - Method in class org.apache.batik.parser.DefaultLengthHandler
Implements LengthHandler.lengthValue(float).
lengthValue(float) - Method in interface org.apache.batik.parser.LengthHandler
Invoked when a float value has been parsed.
lengthValue(float) - Method in class org.apache.batik.util.UnitProcessor.UnitResolver
Implements LengthHandler.lengthValue(float).
LETTER_SPACING - Static variable in class org.apache.batik.extension.svg.SVGFlowTextElementBridge
 
LETTER_SPACING - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
User-specified inter-glyph spacing value.
LETTER_SPACING_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
level - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager
The indentation level.
LexicalHandler - interface org.xml.sax.ext.LexicalHandler.
SAX2 extension handler for lexical events.
LexicalUnit - interface org.w3c.css.sac.LexicalUnit.
This is a lexical unit for CSS values.
LexicalUnits - interface org.apache.batik.css.parser.LexicalUnits.
This interface defines the constants that represent CSS lexical units.
LexicalUnits - interface org.apache.batik.xml.LexicalUnits.
This interface defines the constants that represent XML lexical units.
lexicalUnitType - Variable in class org.apache.batik.css.parser.CSSLexicalUnit
The lexical unit type.
Ligature - class org.apache.batik.svggen.font.table.Ligature.
 
Ligature(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.Ligature
Creates new Ligature
LigatureSet - class org.apache.batik.svggen.font.table.LigatureSet.
 
LigatureSet(RandomAccessFile, int) - Constructor for class org.apache.batik.svggen.font.table.LigatureSet
Creates new LigatureSet
LigatureSubst - class org.apache.batik.svggen.font.table.LigatureSubst.
 
LigatureSubst() - Constructor for class org.apache.batik.svggen.font.table.LigatureSubst
 
LigatureSubstFormat1 - class org.apache.batik.svggen.font.table.LigatureSubstFormat1.
 
LigatureSubstFormat1(RandomAccessFile, int) - Constructor for class org.apache.batik.svggen.font.table.LigatureSubstFormat1
Creates new LigatureSubstFormat1
Light - interface org.apache.batik.ext.awt.image.Light.
Top level interface to model a light element.
LIGHT - Static variable in class org.apache.batik.svggen.SVGFont
 
LIGHTBLUE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightblue' RGB color.
LIGHTBLUE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightblue' color name.
LIGHTCORAL_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightcoral' RGB color.
LIGHTCORAL_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightcoral' color name.
LIGHTCYAN_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightcyan' RGB color.
LIGHTCYAN_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightcyan' color name.
LIGHTEN - Static variable in class org.apache.batik.ext.awt.image.SVGComposite
 
LIGHTEN - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
FeBlend Lighten rule.
LIGHTER_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'lighter' keyword.
LIGHTGOLDENRODYELLOW_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightgoldenrodyellow' RGB color.
LIGHTGOLDENRODYELLOW_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightgoldenrodyellow' color name.
LIGHTGRAY_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightgray' RGB color.
LIGHTGRAY_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightgray' color name.
LIGHTGREEN_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightgreen' RGB color.
LIGHTGREEN_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightgreen' color name.
LIGHTGREY_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightgrey' RGB color.
LIGHTGREY_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightgrey' color name.
LIGHTING_COLOR_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
LIGHTPINK_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightpink' RGB color.
LIGHTPINK_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightpink' color name.
LIGHTSALMON_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightsalmon' RGB color.
LIGHTSALMON_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightsalmon' color name.
LIGHTSEAGREEN_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightseagreen' RGB color.
LIGHTSEAGREEN_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightseagreen' color name.
LIGHTSKYBLUE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightskyblue' RGB color.
LIGHTSKYBLUE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightskyblue' color name.
LIGHTSLATEGRAY_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightslategray' RGB color.
LIGHTSLATEGRAY_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightslategray' color name.
LIGHTSLATEGREY_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightslategrey' RGB color.
LIGHTSLATEGREY_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightslategrey' color name.
LIGHTSTEELBLUE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightsteelblue' RGB color.
LIGHTSTEELBLUE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightsteelblue' color name.
LIGHTYELLOW_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightyellow' RGB color.
LIGHTYELLOW_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'lightyellow' color name.
lime - Static variable in class org.apache.batik.svggen.SVGColor
 
LIME_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'lime' RGB color.
LIME_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'lime' color name.
LIMEGREEN_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'limegreen' RGB color.
LIMEGREEN_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'limegreen' color name.
line - Variable in class org.apache.batik.bridge.BridgeException
The line number on which the error occured.
line - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager
The current line.
line - Variable in class org.apache.batik.util.io.StreamNormalizingReader
The current line in the stream.
line - Variable in class org.apache.batik.util.io.StringNormalizingReader
The current line in the stream.
LINE_HEIGHT_RELATIVE_MASK - Static variable in class org.apache.batik.css.engine.StyleMap
 
LINE_THROUGH_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'line_through' keyword.
LINEAR - Static variable in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
 
LINEAR_RGB - Static variable in class org.apache.batik.ext.awt.MultipleGradientPaint
Indicates that the color interpolation should occur in linearized RGB space.
Linear_sRGB - Static variable in class org.apache.batik.ext.awt.image.GraphicsUtil
Standard prebuilt Linear_sRGB color model with no alpha
Linear_sRGB_Pre - Static variable in class org.apache.batik.ext.awt.image.GraphicsUtil
Standard prebuilt Linear_sRGB color model with premultiplied alpha.
Linear_sRGB_Unpre - Static variable in class org.apache.batik.ext.awt.image.GraphicsUtil
Standard prebuilt Linear_sRGB color model with unpremultiplied alpha.
LinearGradientPaint - class org.apache.batik.ext.awt.LinearGradientPaint.
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 org.apache.batik.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 org.apache.batik.ext.awt.LinearGradientPaint
Constructs an LinearGradientPaint with default SRGB colorspace.
LinearGradientPaint(Point2D, Point2D, float[], Color[]) - Constructor for class org.apache.batik.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 org.apache.batik.ext.awt.LinearGradientPaint
Constructs a LinearGradientPaint.
LinearGradientPaint(Point2D, Point2D, float[], Color[], MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum, AffineTransform) - Constructor for class org.apache.batik.ext.awt.LinearGradientPaint
Constructs a LinearGradientPaint.
LINEARRGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'linearRGB' keyword.
LinearTransfer - class org.apache.batik.ext.awt.image.LinearTransfer.
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 org.apache.batik.ext.awt.image.LinearTransfer
Two floats as the input for the function
lineAttributes - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager
Whether the attribute layout must be done on a single line.
lineHeightIndex - Variable in class org.apache.batik.css.engine.CSSEngine
The line-height property index.
LineInfo - class org.apache.batik.gvt.text.LineInfo.
This class encapsulates the layout information about a single line in a multi-line flow.
LineInfo(Point2D.Float, AttributedCharacterIterator, GVTGlyphVector, int, int, float, float, float, float, boolean) - Constructor for class org.apache.batik.gvt.text.LineInfo
 
LINEN_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'linen' RGB color.
LINEN_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'linen' color name.
lineNumber - Variable in class org.apache.batik.css.parser.ParseException
 
lineNumber - Variable in class org.apache.batik.parser.ParseException
 
lineTo(float, float) - Method in class org.apache.batik.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
linetoAbs(float, float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when an absolute line command has been parsed.
linetoAbs(float, float) - Method in class org.apache.batik.parser.AWTPathProducer
Implements PathHandler.linetoAbs(float,float).
linetoAbs(float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
Implements PathHandler.linetoAbs(float,float).
linetoHorizontalAbs(float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when an horizontal absolute line command has been parsed.
linetoHorizontalAbs(float) - Method in class org.apache.batik.parser.AWTPathProducer
Implements PathHandler.linetoHorizontalAbs(float).
linetoHorizontalAbs(float) - Method in class org.apache.batik.parser.DefaultPathHandler
Implements PathHandler.linetoHorizontalAbs(float).
linetoHorizontalRel(float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when an horizontal relative line command has been parsed.
linetoHorizontalRel(float) - Method in class org.apache.batik.parser.AWTPathProducer
Implements PathHandler.linetoHorizontalRel(float).
linetoHorizontalRel(float) - Method in class org.apache.batik.parser.DefaultPathHandler
Implements PathHandler.linetoHorizontalRel(float).
linetoRel(float, float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when a relative line command has been parsed.
linetoRel(float, float) - Method in class org.apache.batik.parser.AWTPathProducer
Implements PathHandler.linetoRel(float,float).
linetoRel(float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
Implements PathHandler.linetoRel(float,float).
linetoVerticalAbs(float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when a vertical absolute line command has been parsed.
linetoVerticalAbs(float) - Method in class org.apache.batik.parser.AWTPathProducer
Implements PathHandler.linetoVerticalAbs(float).
linetoVerticalAbs(float) - Method in class org.apache.batik.parser.DefaultPathHandler
Implements PathHandler.linetoVerticalAbs(float).
linetoVerticalRel(float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when a vertical relative line command has been parsed.
linetoVerticalRel(float) - Method in class org.apache.batik.parser.AWTPathProducer
Implements PathHandler.linetoVerticalRel(float).
linetoVerticalRel(float) - Method in class org.apache.batik.parser.DefaultPathHandler
Implements PathHandler.linetoVerticalRel(float).
linkActivated(LinkActivationEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Called when a link was activated.
linkActivated(LinkActivationEvent) - Method in interface org.apache.batik.swing.svg.LinkActivationListener
Called when a link was activated.
LinkActivationEvent - class org.apache.batik.swing.svg.LinkActivationEvent.
This class represents an event which indicate an event originated from a GVTTreeBuilder instance.
LinkActivationEvent(Object, SVGAElement, String) - Constructor for class org.apache.batik.swing.svg.LinkActivationEvent
Creates a new LinkActivationEvent.
LinkActivationListener - interface org.apache.batik.swing.svg.LinkActivationListener.
This interface represents a listener to the LinkActivationEvent events.
linkActivationListeners - Variable in class org.apache.batik.swing.svg.JSVGComponent
The link activation listeners.
LinkStyle - interface org.w3c.dom.stylesheets.LinkStyle.
The LinkStyle interface provides a mechanism by which a style sheet can be retrieved from the node responsible for linking it into a document.
list - Variable in class org.apache.batik.css.parser.CSSSelectorList
The list.
list - Variable in class org.apache.batik.css.parser.CSSSACMediaList
The list.
list - Variable in class org.apache.batik.util.RunnableQueue
The Runnable objects list, also used as synchoronization point for pushing/poping runables.
LIST_ITEM_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'list-item' keyword.
listener - Variable in class org.apache.batik.bridge.BridgeContext.EventListenerMememto
 
listener - Variable in class org.apache.batik.bridge.BridgeEventSupport.GVTUnloadListener
 
listener - Variable in class org.apache.batik.swing.gvt.JGVTComponent
The listener.
LISTENER_ARRAY - Static variable in class org.apache.batik.css.engine.CSSEngine
 
listeners - Variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
The map that contains the action listeners
listeners - Variable in class org.apache.batik.apps.svgbrowser.FindDialog
The map that contains the listeners
listeners - Variable in class org.apache.batik.bridge.UpdateManager
The listeners.
listeners - Variable in class org.apache.batik.css.engine.CSSEngine
The listeners.
listeners - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
The listeners list.
listeners - Variable in class org.apache.batik.swing.gvt.GVTTreeRenderer
The listeners.
listeners - Variable in class org.apache.batik.swing.svg.GVTTreeBuilder
The listeners.
listeners - Variable in class org.apache.batik.swing.svg.SVGLoadEventDispatcher
The listeners.
listeners - Variable in class org.apache.batik.swing.svg.SVGDocumentLoader
The listeners.
listeners - Variable in class org.apache.batik.util.gui.DOMViewer
The map that contains the listeners
listeners - Variable in class org.apache.batik.util.gui.LanguageDialog
The map that contains the listeners
listeners - Variable in class org.apache.batik.util.gui.LanguageDialog.Panel
The map that contains the listeners
listeners - Variable in class org.apache.batik.util.gui.URIChooser
The map that contains the listeners
listeners - Variable in class org.apache.batik.util.gui.UserStyleDialog
The map that contains the listeners
listeners - Variable in class org.apache.batik.util.gui.MemoryMonitor
The map that contains the listeners
listeners - Variable in class org.apache.batik.util.gui.JErrorPane
The map that contains the listeners
listeners - Variable in class org.apache.batik.util.gui.CSSMediaPanel
The map that contains the listeners
listeners - Variable in class org.apache.batik.util.gui.CSSMediaPanel.AddMediumDialog
The map that contains the listeners
listeners - Variable in class org.apache.batik.util.gui.CSSMediaPanel.Dialog
The map that contains the listeners
listFloatValueChanged(int, short, float) - Method in interface org.apache.batik.css.dom.CSSOMValue.ModificationHandler
Called when the list float value has changed.
listFloatValueChanged(int, short, float) - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractModificationHandler
Called when the list float value has changed.
listIterator() - Method in class org.apache.batik.ext.awt.geom.RectListManager
Returns a list iterator of the elements in this list (in proper sequence).
listIterator() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns an iterator over the children of this graphics node.
listIterator(int) - Method in class org.apache.batik.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 org.apache.batik.util.gui.CSSMediaPanel
The list that represents the CSS media.
listStringValueChanged(int, short, String) - Method in interface org.apache.batik.css.dom.CSSOMValue.ModificationHandler
Called when the list string value has changed.
listStringValueChanged(int, short, String) - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractModificationHandler
Called when the list string value has changed.
listTextChanged(int, String) - Method in interface org.apache.batik.css.dom.CSSOMValue.ModificationHandler
Called when the list value text has changed.
listTextChanged(int, String) - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractModificationHandler
Called when the list value text has changed.
ListValue - class org.apache.batik.css.engine.value.ListValue.
This class represents a list of values.
ListValue() - Constructor for class org.apache.batik.css.engine.value.ListValue
Creates a ListValue.
ListValue(char) - Constructor for class org.apache.batik.css.engine.value.ListValue
Creates a ListValue with the given separator.
LiveAttributeValue - interface org.apache.batik.dom.svg.LiveAttributeValue.
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 org.apache.batik.dom.svg.AbstractElement
The live attribute values.
load() - Method in class org.apache.batik.util.PreferenceManager
Loads the preference file.
load(InputStream) - Method in class org.apache.batik.apps.svgbrowser.XMLPreferenceManager.XMLProperties
Reads a property list (key and element pairs) from the input stream.
loadDocument(String) - Method in class org.apache.batik.bridge.DocumentLoader
Returns a document from the specified uri.
loadEcmascript - Variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
loader - Variable in class org.apache.batik.swing.svg.JSVGComponent
The concrete bridge document loader.
loader - Variable in class org.apache.batik.swing.svg.SVGDocumentLoader
The document loader.
loadImage(Image) - Method in class org.apache.batik.ext.awt.image.spi.JDKRegistryEntry
 
loadJava - Variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
loadScripts() - Method in class org.apache.batik.bridge.BaseScriptingEnvironment
Loads the scripts contained in the