Skip navigation links
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 _ 

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 in org.apache.batik.ext.awt.image
GammaTransfer.java This class defines the Gamma type transfer function for the feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG specification.
GammaTransfer(float, float, float) - Constructor for class 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.bridge.svg12.SVGFlowRootElementBridge
 
gatherFlowPara(BridgeContext, Element) - Method in class org.apache.batik.extension.svg.BatikFlowTextElementBridge
 
gatherRegionInfo(BridgeContext, Element, float, List) - Method in class org.apache.batik.bridge.svg12.SVGFlowRootElementBridge
 
gatherRegionInfo(BridgeContext, Element, float, List) - Method in class org.apache.batik.extension.svg.BatikFlowTextElementBridge
 
gatherScriptElements(Node) - Method in class org.apache.batik.bridge.ScriptingEnvironment.DOMNodeInsertedListener
 
GaussianBlurRable - Interface in org.apache.batik.ext.awt.image.renderable
Implements a GaussianBlur operation, where the blur size is defined by standard deviations along the x and y axis.
GaussianBlurRable8Bit - Class in org.apache.batik.ext.awt.image.renderable
GaussianBlurRable implementation
GaussianBlurRable8Bit(Filter, double, double) - Constructor for class org.apache.batik.ext.awt.image.renderable.GaussianBlurRable8Bit
 
GaussianBlurRed8Bit - Class in org.apache.batik.ext.awt.image.rendered
This implementation of RenderableImage will render its input GraphicsNode on demand for tiles.
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.
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.
gc - Variable in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
Current state of the Graphic Context.
gc - Variable in class org.apache.batik.svggen.DOMGroupManager
Reference to the GraphicContext this manager will use to reflect style attributes in the tree nodes.
GDEF - Static variable in interface org.apache.batik.svggen.font.table.Table
 
GdiObject - Class in org.apache.batik.transcoder.wmf.tosvg
Represents GDI Objects encountred in WMF Files.
GElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.GElementFactory
 
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.AbstractSVGFilterConverter
Used by converters to create Elements and other DOM objects
generatorContext - Variable in class org.apache.batik.svggen.DOMTreeManager
The context that stores the domFactory, the imageHandler and the extensionHandler.
generatorContext - Variable in class org.apache.batik.svggen.SVGGraphicObjectConverter
Used by converters to create Elements and other DOM objects.
generatorCtx - Variable in class org.apache.batik.svggen.SVGGraphics2D
Contains some information for SVG generation.
GenericAttr - Class in org.apache.batik.dom
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 in org.apache.batik.dom
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 in org.apache.batik.bridge
A tagging interface that bridges for elements child of GraphicsNodeBridge should implement.
GenericCDATASection - Class in org.apache.batik.dom
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 in org.apache.batik.dom
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 in org.apache.batik.util.io
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.
genericDefSet - Variable in class org.apache.batik.svggen.DOMTreeManager
Set of definitions that are to be placed at the top of the document tree
GenericDocument - Class in org.apache.batik.dom
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 in org.apache.batik.dom
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.
GenericDocumentType - Class in org.apache.batik.dom
This class implements the DocumentType interface.
GenericDocumentType(String, String, String) - Constructor for class org.apache.batik.dom.GenericDocumentType
Creates a new DocumentType object.
GenericDOMImplementation - Class in org.apache.batik.dom
This class implements the DOMImplementation.
GenericDOMImplementation() - Constructor for class org.apache.batik.dom.GenericDOMImplementation
Creates a new GenericDOMImplementation object.
GenericElement - Class in org.apache.batik.dom
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 in org.apache.batik.dom
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 in org.apache.batik.dom
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 in org.apache.batik.dom
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 in org.apache.batik.svggen
Extends the default ImageHandler interface with calls to allow caching of raster images in generated SVG content.
GenericNotation - Class in org.apache.batik.dom
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 in org.apache.batik.dom
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 in org.apache.batik.dom
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.
GenericXBLManager - Class in org.apache.batik.dom.xbl
An XBL manager that performs no XBL processing.
GenericXBLManager() - Constructor for class org.apache.batik.dom.xbl.GenericXBLManager
 
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.AffineRed
 
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.SpecularLightingRed
 
genRect(WritableRaster) - Method in class org.apache.batik.ext.awt.image.rendered.TileCacheRed
 
genRect(WritableRaster) - Method in class org.apache.batik.gvt.filter.GraphicsNodeRed8Bit
 
genRect_OVER(WritableRaster) - Method in class org.apache.batik.ext.awt.image.rendered.CompositeRed
 
genTile(int, int) - Method in class org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
 
genTile(int, int) - Method in interface org.apache.batik.ext.awt.image.rendered.TileGenerator
 
genTile(int, int) - Method in class org.apache.batik.ext.awt.image.rendered.TileRed
 
GEOMETRICPRECISION_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'geometricprecision' keyword.
get(String) - Static method in class org.apache.batik.apps.rasterizer.Messages
 
get(String, 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, String) - Method in class org.apache.batik.dom.AbstractElement.NamedNodeHashMap
Gets the value of a variable
get(String) - Method in class org.apache.batik.dom.util.HashTableStack
Gets an item in the table on the top of the stack.
get(Object) - Method in class org.apache.batik.dom.util.IntTable
Returns the value associated with the given key.
get(Object, Object, Object) - Method in class org.apache.batik.dom.util.TriplyIndexedTable
Gets the value of an entry
get(int) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the graphics node at the specified position in the children list.
get(char) - Method in class org.apache.batik.gvt.font.AWTGlyphGeometryCache
Gets the value of a variable
get(String) - Static method in class org.apache.batik.svggen.SVGAttributeMap
 
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.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_DEBUG_FRAME_METHOD - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.Debugger
 
getA() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getA().
getAbove() - Method in class org.apache.batik.ext.awt.geom.SegmentList.SplitResults
 
getAccessControlContext() - Method in class org.apache.batik.bridge.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.bridge.StrokingTextPainter.TextRun
 
getACI() - Method in class org.apache.batik.extension.svg.LineInfo
 
getACIIndex() - Method in class org.apache.batik.extension.svg.GlyphIterator
 
getAction(String) - Method in class org.apache.batik.apps.svgbrowser.DOMViewer
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.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.NodePickerPanel
Returns the action associated with the given string or null on error
getAction(String) - Method in class org.apache.batik.apps.svgbrowser.NodePickerPanel.NameEditorDialog
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 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.JErrorPane
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.MemoryMonitor
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
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
getActiveDefinition(String, String) - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Returns the definition record of the active definition for namespace URI/local name pair.
getActiveDur(float, float) - Method in class org.apache.batik.anim.timing.TimedElement
Returns the active duration time of this element.
getActiveTime() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the current active time of this element.
getActualTileBounds(Rectangle2D) - Method in class org.apache.batik.ext.awt.image.renderable.TileRable8Bit
 
getAdj() - Method in class org.apache.batik.extension.svg.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.extension.svg.GlyphIterator
 
getAdvance() - Method in class org.apache.batik.extension.svg.LineInfo
 
getAdvance() - Method in class org.apache.batik.gvt.flow.GlyphGroupInfo
returns the advance to use when this glyphGroup is not the last glyph group in a span.
getAdvance2D() - Method in class org.apache.batik.bridge.GlyphLayout
Returns the current text position at the completion of glyph layout.
getAdvance2D() - Method in interface org.apache.batik.bridge.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.AbstractSVGTransformList
Returns an AffineTransform that represents the same transform as that specified by this transform list.
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 class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
DOM: Implements SVGPreserveAspectRatio.getAlign().
getAlign() - Method in class org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
Returns the align value.
getAlign() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
 
getAlign() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
 
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 class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Get the keys of all attributes defined on the iterator's text range.
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 interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the keys of all attributes defined on the iterator's text range.
getAllElementsBounds() - Method in class org.apache.batik.apps.svgbrowser.ElementOverlayManager
Get the current selection bounds.
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.
getAlpha(BufferedImage) - Static method in class org.apache.batik.ext.awt.image.rendered.Any2LumRed
 
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 class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
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.SVGUserAgentAdapter
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.DOMKeyboardEvent
DOM: Get whether the Alt key was pressed at the time of the event.
getAltKey() - Method in class org.apache.batik.dom.events.DOMKeyEvent
Returns 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.apache.batik.w3c.dom.events.KeyboardEvent
true if the alternative (Alt) key modifier is activated.
getAmplitude() - Method in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
DOM: Implements SVGComponentTransferFunctionElement.getAmplitude().
getAmplitude() - Method in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
Returns the amplitude value for this transfer function
getAmplitude() - Method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
Returns the amplitude value for this transfer function
getAncestors(Element, Element) - Method in class org.apache.batik.bridge.SVGSVGElementBridge
 
getAncestors(NodeEventTarget) - Method in class org.apache.batik.dom.events.EventSupport
Returns all ancestors of the specified node.
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().
getAnchorType() - Method in class org.apache.batik.bridge.StrokingTextPainter.TextRun
 
getAngle() - Method in class org.apache.batik.anim.values.AnimatableMotionPointValue
Returns the rotation angle.
getAngle() - Method in class org.apache.batik.dom.svg.AbstractSVGTransform
DOM: Implements SVGTransform.getAngle().
getAngle() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getAngleHandler() - Method in class org.apache.batik.parser.AngleParser
Returns the angle handler in use.
getAnimatedAngle() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
Returns the SVGAnimatedAngle component of the orient value.
getAnimatedAttributeListener() - Method in class org.apache.batik.anim.dom.SVGOMDocument
Returns the AnimatedAttributeListener for the document.
getAnimatedEnumeration() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
Returns the SVGAnimatedEnumeration component of the orient value.
getAnimatedInstanceRoot() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
DOM: Implements SVGUseElement.getAnimatedInstanceRoot().
getAnimatedNormalizedPathSegList() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData
DOM: Implements SVGAnimatedPathData.getAnimatedNormalizedPathSegList().
getAnimatedNormalizedPathSegList() - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGAnimatedPathData.getAnimatedNormalizedPathSegList().
getAnimatedPathData() - Method in class org.apache.batik.anim.dom.SVGOMPathElement
Returns the SVGOMAnimatedPathData object that manages the path data for this element.
getAnimatedPathSegList() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData
DOM: Implements SVGAnimatedPathData.getAnimatedPathSegList().
getAnimatedPathSegList() - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGAnimatedPathData.getAnimatedPathSegList().
getAnimatedPoints() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints
DOM: Implements SVGAnimatedPoints.getAnimatedPoints().
getAnimatedPoints() - Method in class org.apache.batik.anim.dom.SVGPointShapeElement
DOM: Implements SVGAnimatedPoints.getAnimatedPoints().
getAnimationEngine() - Method in class org.apache.batik.bridge.BridgeContext
Returns the AnimationEngine for the document.
getAnimationEngine() - Method in class org.apache.batik.bridge.SVGAnimationEngine.AnimationTickRunnable
Returns the SVGAnimationEngine this AnimationTickRunnable is for.
getAnimationEventTarget() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the target of this animation as an EventTarget.
getAnimationEventTarget() - Method in class org.apache.batik.bridge.SVGAnimationElementBridge.SVGTimedElement
Returns the target of this animation as an EventTarget.
getAnimationEventTarget() - Method in class org.apache.batik.bridge.SVGAnimationEngine.AnimationRoot
Returns the target of this animation as an EventTarget.
getAnimationInfo(AbstractAnimation) - Method in class org.apache.batik.anim.AnimationEngine
Returns the AnimationInfo for the given AbstractAnimation.
getAnimVal() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
DOM: Implements SVGAnimatedLength.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedBoolean
DOM: Implements SVGAnimatedBoolean.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
DOM: Implements SVGAnimatedEnumeration.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedInteger
DOM: Implements SVGAnimatedInteger.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList
DOM: Implements SVGAnimatedLengthList.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimatedAngle
DOM: Implements SVGAnimatedAngle.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration
DOM: Implements SVGAnimatedEnumeration.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumber
DOM: Implements SVGAnimatedNumber.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList
DOM: Implements SVGAnimatedNumberList.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio
DOM: Implements SVGAnimatedPreserveAspectRatio.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect
DOM: Implements SVGAnimatedRect.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedString
DOM: Implements SVGAnimatedString.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList
DOM: Implements SVGAnimatedTransformList.getAnimVal().
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
 
getAscender() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getAscent() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
getAscent() - Method in class org.apache.batik.gvt.flow.WordInfo
 
getAscent() - Method in class org.apache.batik.gvt.font.GVTFontFace
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
 
getAssociatedElement() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
Returns the element this length is associated with.
getAssociatedElement() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.BaseSVGLength
Returns the element this length is associated with.
getAssociatedElement() - Method in class org.apache.batik.anim.dom.AbstractSVGLength
Return the SVGElement associated to this length.
getAssociatedElement() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList.SVGLengthItem
Returns the element this length is associated with.
getAssociatedElement() - Method in class org.apache.batik.anim.dom.SVGOMLength
 
getAttrChange() - Method in class org.apache.batik.dom.events.DOMMutationEvent
getAttribute(String) - Method in class org.apache.batik.dom.AbstractElement
getAttribute(AttributedCharacterIterator.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.BidiAttributedCharacterIterator
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.
getAttributedCharacterIterator() - Method in class org.apache.batik.bridge.TextNode
Returns the attributed character iterator of this text node.
getAttributedString(Graphics2D, String, WMFFont) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.AbstractElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.BindableElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMAElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMAltGlyphElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMAnimateMotionElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMAnimateTransformElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMColorProfileElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMCursorElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMFEImageElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMGradientElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMImageElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMMPathElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMScriptElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMStyleElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMTextPathElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMViewElement
Returns the AttributeInitializer for this element type.
getAttributeMap(BridgeContext, Element, TextPath, Integer, Map) - Method in class org.apache.batik.bridge.svg12.SVGFlowRootElementBridge
 
getAttributeMap(BridgeContext, Element, TextPath, Integer, Map) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Returns the map to pass to the current characters.
getAttributeMap(BridgeContext, Element, TextPath, Integer, Map) - Method in class org.apache.batik.extension.svg.BatikFlowTextElementBridge
 
getAttributeMap(Map) - Method in class org.apache.batik.svggen.SVGClipDescriptor
 
getAttributeMap(Map) - Method in class org.apache.batik.svggen.SVGCompositeDescriptor
 
getAttributeMap(Map) - Method in interface org.apache.batik.svggen.SVGDescriptor
 
getAttributeMap(Map) - Method in class org.apache.batik.svggen.SVGFontDescriptor
 
getAttributeMap(Map) - Method in class org.apache.batik.svggen.SVGHintsDescriptor
 
getAttributeMap(Map) - Method in class org.apache.batik.svggen.SVGPaintDescriptor
 
getAttributeMap(Map) - Method in class org.apache.batik.svggen.SVGStrokeDescriptor
 
getAttributeMap(Map) - Method in class org.apache.batik.svggen.SVGTransformDescriptor
 
getAttributeName() - Method in exception org.apache.batik.dom.svg.LiveAttributeException
Returns the attribute name.
getAttributeNode(String) - Method in class org.apache.batik.dom.AbstractElement
getAttributeNodeNS(String, String) - Method in class org.apache.batik.dom.AbstractElement
getAttributeNS(String, String) - Method in class org.apache.batik.dom.AbstractElement
getAttributePercentageInterpretation(String, String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Gets how percentage values are interpreted by the given attribute.
getAttributes() - Method in class org.apache.batik.dom.AbstractElement
DOM: Implements Node.getAttributes().
getAttributes() - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.getAttributes().
getAttributes() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
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 class org.apache.batik.gvt.text.GVTACIImpl
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.
getAttributeType(String, String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns the type of the given attribute.
getAttributeType(String, String) - Method in interface org.apache.batik.dom.svg.ExtendedTraitAccess
Returns the SVG type of the given XML attribute.
getAttrName() - Method in class org.apache.batik.dom.events.DOMMutationEvent
DOM: attrName indicates the name of the changed Attr node in a DOMAttrModified event.
getAttrNameAt(int) - Method in class org.apache.batik.apps.svgbrowser.NodePickerPanel.AttributesTableModel
Gets the name of the attribute with the table row.
getAttrValueAt(int) - Method in class org.apache.batik.apps.svgbrowser.NodePickerPanel.AttributesTableModel
Gets the value of the attribute with the table row.
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.svg12.SVG12BridgeExtension
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.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.BatikBridgeExtension
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.
getAutoscrollInsets() - Method in class org.apache.batik.apps.svgbrowser.DOMDocumentTree
 
getAvgCharWidth() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getAzimuth() - Method in class org.apache.batik.anim.dom.SVGOMFEDistantLightElement
DOM: Implements SVGFEDistantLightElement.getAzimuth().
getAzimuth() - Method in class org.apache.batik.ext.awt.image.DistantLight
 
getB() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getB().
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(GraphicsNode, GraphicsNode, Rectangle2D) - Method in class org.apache.batik.gvt.filter.BackgroundRable8Bit
Returns a filter that represents the background image for child.
getBackground() - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getBackgroundColor() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
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.png.PNGEncodeParam.Gray
Returns the suggested gray level of the background.
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.png.PNGEncodeParam.Palette
Returns the palette index of the suggested background color.
getBackgroundRGB() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.RGB
Returns the RGB value of the suggested background color.
getBaseElement(BridgeContext) - Method in class org.apache.batik.bridge.FontFace
Default implementation uses the root element of the document associated with BridgeContext.
getBaseElement(BridgeContext) - Method in class org.apache.batik.bridge.SVGFontFace
Default implementation uses the root element of the document associated with BridgeContext.
getBaseFilterPrimitiveRegion(Element, Element, GraphicsNode, Rectangle2D, BridgeContext) - Static method in class org.apache.batik.bridge.SVGUtilities
 
getBaseFrequencyX() - Method in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
DOM: Implements SVGFETurbulenceElement.getBaseFrequencyX().
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.renderable.TurbulenceRable8Bit
Get the current base fequency in x direction.
getBaseFrequencyX() - Method in class org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed
 
getBaseFrequencyY() - Method in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
DOM: Implements SVGFETurbulenceElement.getBaseFrequencyY().
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.renderable.TurbulenceRable8Bit
Get the current base fequency in y direction.
getBaseFrequencyY() - Method in class org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed
 
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 class org.apache.batik.gvt.event.AWTEventDispatcher
Returns the base transform applied to MouseEvent coordinates prior to dispatch.
getBaseTransform() - Method in interface org.apache.batik.gvt.event.EventDispatcher
Returns the base transform applied to MouseEvent coordinates prior to dispatch.
getBaseURI() - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.getBaseURI().
getBaseURI(Node) - Static method in class org.apache.batik.dom.AbstractNode
 
getBaseVal() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
DOM: Implements SVGAnimatedLength.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedBoolean
DOM: Implements SVGAnimatedBoolean.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
DOM: Implements SVGAnimatedEnumeration.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedInteger
DOM: Implements SVGAnimatedInteger.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList
DOM: Implements SVGAnimatedLengthList.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimatedAngle
DOM: Implements SVGAnimatedAngle.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration
DOM: Implements SVGAnimatedEnumeration.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumber
DOM: Implements SVGAnimatedNumber.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList
DOM: Implements SVGAnimatedNumberList.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio
DOM: Implements SVGAnimatedPreserveAspectRatio.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect
DOM: Implements SVGAnimatedRect.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedString
DOM: Implements SVGAnimatedString.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList
DOM: Implements SVGAnimatedTransformList.getBaseVal().
getBaseValAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
Returns the base value as a string.
getBaseValue(SVGAnimatedInteger, SVGAnimatedInteger) - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns an AnimatableNumberOptionalNumberValue for the base value of the given two SVGAnimatedIntegers.
getBaseValue(SVGAnimatedNumber, SVGAnimatedNumber) - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns an AnimatableNumberOptionalNumberValue for the base value of the given two SVGAnimatedNumbers.
getBBox() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGLocatable.getBBox().
getBBox(Element) - Static method in class org.apache.batik.anim.dom.SVGLocatableSupport
To implement SVGLocatable.getBBox().
getBBox() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGLocatable.getBBox().
getBBox() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
DOM: Implements SVGLocatable.getBBox().
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.AnimatableGenericSVGBridge
Returns the tight bounding box in current user space (i.e., after application of the transform attribute, if any) on the geometry of all contained graphics elements, exclusive of stroke-width and filter effects).
getBBox() - Method in class org.apache.batik.bridge.SVGAnimationElementBridge
 
getBBox() - Method in class org.apache.batik.bridge.SVGDescriptiveElementBridge
 
getBBox() - Method in class org.apache.batik.bridge.SVGDocumentBridge
 
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 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.extension.GraphicsExtensionElement
DOM: Implements SVGLocatable.getBBox().
getBegin() - Method in class org.apache.batik.anim.timing.Interval
Returns the begin time of this interval.
getBeginIndex() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Get the start index of the text.
getBeginIndex() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Returns the start index of the text.
getBeginIndex() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Get the start index of the text.
getBeginIndex() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the start index of the text.
getBeginInstanceTime() - Method in class org.apache.batik.anim.timing.Interval
Returns the InstanceTime that defined the begin time of this interval.
getBeginTimingSpecifiers() - Method in class org.apache.batik.anim.timing.TimedElement
Returns an array of the begin timing specifiers on this timed element.
getBelow() - Method in class org.apache.batik.ext.awt.geom.SegmentList.SplitResults
 
getBias() - Method in class org.apache.batik.anim.dom.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
getBidiLevel() - Method in class org.apache.batik.bridge.StrokingTextPainter.TextRun
 
getBitDepth() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns the desired bit depth for a grayscale image.
getBitShift() - Method in class org.apache.batik.ext.awt.image.codec.png.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.CSSOMSVGColor
DOM: Implements RGBColor.getBlue().
getBlue() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements RGBColor.getBlue().
getBlue() - Method in class org.apache.batik.css.engine.value.AbstractValue
Implements Value.getBlue().
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.apache.batik.css.engine.value.Value
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 class org.apache.batik.bridge.BridgeContext
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 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 class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
 
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.SVGUserAgentAdapter
Returns a bolder font-weight.
getBoolean(String) - Method in class org.apache.batik.util.PreferenceManager
Gets a boolean preference.
getBoolean(String) - Method in class org.apache.batik.util.resources.ResourceManager
Returns the boolean mapped with the given key
getBooleanParameter(String) - Method in class org.apache.batik.dom.AbstractDocument.DocumentConfiguration
Gets the boolean value of the given parameter.
getBooleanValue() - Method in class org.apache.batik.dom.AbstractDocument.XPathExpr.Result
Gets the boolean value.
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 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.apache.batik.css.engine.value.Value
The bottom value of the rect.
getBottomMargin() - Method in class org.apache.batik.extension.svg.MarginInfo
 
getBottomMargin() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
getBottomMargin() - Method in class org.apache.batik.gvt.flow.MarginInfo
 
getBottomUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the bottom units in the WMF Metafile.
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.geom.Polygon2D
 
getBounds() - Method in class org.apache.batik.ext.awt.geom.Polyline2D
Gets the bounding box of this Polyline2D.
getBounds() - Method in class org.apache.batik.ext.awt.geom.RectListManager
 
getBounds() - Method in class org.apache.batik.ext.awt.geom.ShapeExtender
 
getBounds() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns a Rectangle indicating the image bounds.
getBounds() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getBounds() - Method in class org.apache.batik.ext.awt.image.rendered.BufferedImageCachableRed
 
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.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.bridge.GlyphLayout
Returns the rectangular bounds of the completed glyph layout.
getBounds2D(TextNode) - Method in class org.apache.batik.bridge.StrokingTextPainter
Get a Rectangle2D in userspace coords which encloses the textnode glyphs including stroke etc.
getBounds2D(TextNode) - Method in interface org.apache.batik.bridge.TextPainter
Get a Rectangle2D in userspace coords which encloses the textnode glyphs rendered bounds (includes stroke etc).
getBounds2D() - Method in interface org.apache.batik.bridge.TextSpanLayout
Returns the rectangular bounds of the completed glyph layout.
getBounds2D() - Method in class org.apache.batik.ext.awt.geom.Cubic
 
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.geom.Linear
 
getBounds2D() - Method in class org.apache.batik.ext.awt.geom.Polygon2D
Returns the high precision bounding box of the Shape.
getBounds2D() - Method in class org.apache.batik.ext.awt.geom.Polyline2D
Returns the high precision bounding box of the Shape.
getBounds2D() - Method in class org.apache.batik.ext.awt.geom.Quadradic
 
getBounds2D() - Method in interface org.apache.batik.ext.awt.geom.Segment
 
getBounds2D() - Method in class org.apache.batik.ext.awt.geom.SegmentList
 
getBounds2D() - Method in class org.apache.batik.ext.awt.geom.ShapeExtender
 
getBounds2D() - Method in class org.apache.batik.ext.awt.image.renderable.AbstractRable
 
getBounds2D() - Method in class org.apache.batik.ext.awt.image.renderable.AffineRable8Bit
 
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.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.DiffuseLightingRable8Bit
Returns this filter's bounds
getBounds2D() - Method in class org.apache.batik.ext.awt.image.renderable.DisplacementMapRable8Bit
 
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.FilterAlphaRable
Pass-through: returns the source'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.FilterChainRable8Bit
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.GaussianBlurRable8Bit
Grow the source's bounds
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.PadRable8Bit
 
getBounds2D() - Method in class org.apache.batik.ext.awt.image.renderable.RedRable
 
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.TileRable8Bit
Returns this filter's bounds
getBounds2D() - Method in class org.apache.batik.ext.awt.image.renderable.TurbulenceRable8Bit
Get the turbulence region
getBounds2D(Raster) - Method in class org.apache.batik.ext.awt.image.rendered.MorphologyOp
 
getBounds2D(BufferedImage) - Method in class org.apache.batik.ext.awt.image.rendered.MorphologyOp
 
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.filter.GraphicsNodeRable8Bit
Returns the bounds of this Rable in the user coordinate system.
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.font.AWTGlyphGeometryCache.Value
Returns the bounds of the glyph according to its glyph metrics.
getBounds2D(AttributedCharacterIterator) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns a tight bounds on the GlyphVector including stroking.
getBounds2D() - Method in class org.apache.batik.gvt.font.Glyph
 
getBounds2D() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns the black box bounds of the glyph.
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.MultiGlyphVector
Returns the bounds of this GlyphVector.
getBounds2D(AttributedCharacterIterator) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns a tight bounds on the GylphVector including stroking.
getBounds2D() - Method in interface org.apache.batik.gvt.Mask
Returns the bounds of this mask.
getBreakIdx() - Method in class org.apache.batik.extension.svg.BatikFlowTextElementBridge.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(UnitProcessor.Context) - Static method in class org.apache.batik.bridge.UnitProcessor
Returns the BridgeContext from the given Context if it is a UnitProcessor.DefaultContext, or null otherwise.
getBridgeContext() - Method in class org.apache.batik.bridge.UpdateManager
Returns the bridge context.
getBridgeContext() - Method in interface org.apache.batik.bridge.Window
Returns the current BridgeContext.
getBridgeExtensions(Document) - Method in class org.apache.batik.bridge.BridgeContext
 
getBridgeUpdateHandler(Node) - Static method in class org.apache.batik.bridge.BridgeContext
Returns the BridgeUpdateHandler associated to the specified Node or null if there is none.
getBrokenLinkDocument(Element, String, String) - Method in interface org.apache.batik.bridge.UserAgent
This method should return an image to be displayed when an image can't be loaded.
getBrokenLinkDocument(Element, String, String) - Method in class org.apache.batik.bridge.UserAgentAdapter
This Implementation simply throws a BridgeException.
getBrokenLinkDocument(Element, String, String) - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
This implementation provides a true SVG Document that it annotates with some information about why the real document can't be loaded (unfortunately right now tool tips are broken for content referenced by images so you can't actually see the info).
getBrokenLinkDocument(Element, String, String) - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
This Implementation simply forwards the request to the AWT thread.
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.BrokenLinkProvider
This method is responsbile for constructing an image that will represent the missing image in the document.
getBrokenLinkImage(Object, String, Object[]) - Method in class org.apache.batik.ext.awt.image.spi.DefaultBrokenLinkProvider
 
getBrokenLinkImage(Object, String, Object[]) - Static method in class org.apache.batik.ext.awt.image.spi.ImageTagRegistry
 
getBubbleLimit() - Method in class org.apache.batik.dom.events.AbstractEvent
Returns the bubble limit for this event.
getBubbles() - Method in class org.apache.batik.dom.events.AbstractEvent
DOM: The bubbles property indicates 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.parser.AbstractScanner
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.CachedImageHandlerBase64Encoder
 
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.DefaultCachedImageHandler
This template method should be overridden by derived classes to declare the image type they need for saving to file.
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 class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the mouse button that changed state.
getButtonFactory() - Method in class org.apache.batik.apps.svgbrowser.NodePickerPanel.NameEditorDialog
Gets buttonFactory.
getByteOffset() - Method in class org.apache.batik.dom.AbstractDocument.DocumentError.ErrorLocation
Get the byte offset of the error node.
getC() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getC().
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.
getCancelButton() - Method in class org.apache.batik.apps.svgbrowser.NodePickerPanel.NameEditorDialog
Gets the Cancel button.
getCanvas() - Method in class org.apache.batik.swing.JSVGScrollPane
 
getCanvasGraphicsNode(GraphicsNode) - Method in class org.apache.batik.apps.svgbrowser.ThumbnailDialog
 
getCanvasGraphicsNode() - Method in class org.apache.batik.swing.svg.JSVGComponent
 
getCanvasGraphicsNode(GraphicsNode) - Method in class org.apache.batik.swing.svg.JSVGComponent
 
getCanvasGraphicsNode(GraphicsNode) - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder
 
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(Node) - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns the xml:base attribute value of the given element, resolving any dependency on parent bases if needed.
getCascadedXMLBase(Node) - Method in class org.apache.batik.dom.AbstractNode
Returns the xml:base attribute value of the given element, resolving any dependency on parent bases if needed.
getCategories() - Method in class org.apache.batik.apps.svgbrowser.NodeTemplates
Gets the categories list.
getCategory() - Method in class org.apache.batik.apps.svgbrowser.NodeTemplates.NodeTemplateDescriptor
 
getCause() - Method in exception org.apache.batik.dom.util.SAXIOException
 
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.
getChangeSrc() - Method in class org.apache.batik.gvt.event.GraphicsNodeChangeEvent
 
getChannels() - Method in class org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed
 
getChar() - Method in class org.apache.batik.extension.svg.GlyphIterator
 
getCharacter(String) - Static method in class org.apache.batik.apps.svgbrowser.Resources
 
getCharacter(String) - Method in class org.apache.batik.i18n.LocalizableSupport
 
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.resources.ResourceManager
 
getCharacterCount(int, int) - Method in class org.apache.batik.bridge.GlyphLayout
Returns the number of chars represented by the glyphs within the specified range.
getCharacterCount(int, int) - Method in interface org.apache.batik.bridge.TextSpanLayout
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 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.MultiGlyphVector
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.
getCharacterInformation(List, int, int, AttributedCharacterIterator) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Retrieve the information about a character of en element.
getCharacterIterator(Graphics2D, String, WMFFont) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
Create an AttributedCharacterIterator with the current definition of the WMF Font, and the input String.
getCharacterIterator(Graphics2D, String, WMFFont, int) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
Create an AttributedCharacterIterator with the current definition of the WMF Font, and the input String.
getCharAdvance() - Method in class org.apache.batik.extension.svg.GlyphIterator
Get the advance associated with the current glyph
getCharAdvance(int) - Method in class org.apache.batik.extension.svg.GlyphIterator
Get the advance associated with any glyph
getCharCharClass(char) - Static method in class org.apache.batik.gvt.flow.TextLineBreaks
 
getCharCode() - Method in class org.apache.batik.dom.events.DOMKeyEvent
Returns the value of the Unicode character associated with the depressed key if the event is a key event.
getCharIndex() - Method in class org.apache.batik.bridge.BasicTextPainter.BasicMark
Returns the index of the character that has been hit.
getCharIndex() - Method in interface org.apache.batik.bridge.Mark
Returns the index of the character that has been hit.
getCharIndex() - Method in class org.apache.batik.bridge.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.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getCharNumAtPosition(SVGPoint).
getCharNumAtPosition(Element, float, float) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
To implement SVGTextContentElement.getCharNumAtPosition(SVGPoint point).
getCharNumAtPosition(float, float) - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildTextContent
 
getCharNumAtPosition(float, float) - Method in class org.apache.batik.bridge.SVGTextElementBridge
 
getCharNumAtPosition(Element, float, float) - Method in class org.apache.batik.bridge.SVGTextElementBridge
 
getCharNumAtPosition(float, float) - Method in interface org.apache.batik.dom.svg.SVGTextContent
 
getCharWidth() - Method in class org.apache.batik.extension.svg.GlyphIterator
Get the visual advance associated with the current glyph.
getCharWidth(int) - Method in class org.apache.batik.extension.svg.GlyphIterator
Get the visual advance associated with the current glyph.
getCheckedVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
Gets the current animated value, throwing an exception if the attribute is malformed.
getCheckedValue() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
Gets the current animated length value.
getChecksum() - Method in class org.apache.batik.svggen.font.table.DirectoryEntry
 
getCheckSumAdjustment() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getChildContexts() - Method in class org.apache.batik.bridge.BridgeContext
Returns an array of the child contexts.
getChildElementById(Node, String) - Method in class org.apache.batik.dom.AbstractDocument
Finds an element that is in the same document fragment as 'requestor' that has 'id'.
getChildElementCount() - Method in class org.apache.batik.dom.AbstractElement
getChildElementCount() - Method in interface org.apache.batik.w3c.dom.ElementTraversal
 
getChildIndex(Node, Node) - Static method in class org.apache.batik.dom.util.DOMUtilities
Finds and returns the index of child node in the given parent's children array
getChildIndex(Node) - Static method in class org.apache.batik.dom.util.DOMUtilities
Finds and returns the index of child node in its parent's children array
getChildNode(Node, String) - Static method in class org.apache.batik.ext.awt.image.codec.imageio.ImageIOImageWriter
Returns a specific metadata child node
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().
getChildren() - Method in class org.apache.batik.anim.timing.TimeContainer
Returns an array of the children of this container.
getChildren() - Method in class org.apache.batik.apps.svgbrowser.DOMDocumentTree.DropCompletedInfo
Gets the children.
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.png.PNGEncodeParam
Returns the white point and primary chromaticities in CIE (x, y) space.
getClassContext() - Method in class org.apache.batik.util.BatikSecurityManager
Returns the current execution stack as an array of classes.
getClassDependencies(String, Set, boolean) - Static method in class org.apache.batik.util.ClassFileUtilities
Returns the dependencies of the given class.
getClassDependencies(InputStream, Set, boolean) - Static method in class org.apache.batik.util.ClassFileUtilities
 
getClassDependencies(InputStream) - Static method in class org.apache.batik.util.ClassFileUtilities
Returns the dependencies of the given class.
getClasses() - Method in class org.apache.batik.script.ImportInfo
Return an unmodifiable iterator over the list of classes
getClassName() - Method in class org.apache.batik.anim.dom.SVGStylableElement
DOM: Implements SVGStylable.getClassName().
getClassName() - Method in class org.apache.batik.bridge.GlobalWrapper
 
getClassName() - Method in class org.apache.batik.bridge.WindowWrapper
 
getClassName() - Method in class org.apache.batik.extension.StylableExtensionElement
DOM: Implements SVGStylable.getClassName().
getClassName() - Method in exception org.apache.batik.util.gui.resource.MissingListenerException
Gets parameter passed by constructor.
getClassName() - Method in exception org.apache.batik.util.resources.ResourceFormatException
Gets parameter passed by constructor.
getClearOnReset() - Method in class org.apache.batik.anim.timing.InstanceTime
Returns whether the InstanceTime should be removed from the element's begin or end instance time list when it is reset.
getClearPaintingTransform() - Method in class org.apache.batik.bridge.UpdateManagerEvent
returns true if the component should clear it's painting transform before painting the associated BufferedImage.
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.
getClientPoint() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the (x, y) position of the event relative to the screen.
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 class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the horizontal x position of the event relative to the source graphics node.
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 class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the vertical y position of the event relative to the source node.
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
 
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 interface org.apache.batik.ext.awt.image.renderable.ClipRable
Returns the Shape that the Clip will use to define the clip path.
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.
getClipPathUnits() - Method in class org.apache.batik.anim.dom.SVGOMClipPathElement
DOM: Implements SVGClipPathElement.getClipPathUnits().
getClockHandler() - Method in class org.apache.batik.parser.ClockParser
Returns the parse event 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 exception org.apache.batik.anim.AnimationException
Returns the error code.
getCode() - Method in exception org.apache.batik.bridge.BridgeException
Returns the exception's error code
getCode() - Method in exception org.apache.batik.dom.svg.LiveAttributeException
Returns the error code.
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(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(int) - Method in class org.apache.batik.css.engine.value.svg12.DeviceColor
Returns the color at the given index.
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(boolean) - Method in class org.apache.batik.ext.awt.image.AbstractLight
 
getColor(boolean) - Method in interface org.apache.batik.ext.awt.image.Light
 
getColor(String) - Method in class org.apache.batik.util.PreferenceManager
Retruns a Color preference.
getColorConverter() - Method in class org.apache.batik.svggen.SVGPaint
 
getColorConvertOpAplhaSupported() - Static method in class org.apache.batik.ext.awt.image.rendered.Any2LumRed
 
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.util.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
 
getColorName() - Method in class org.apache.batik.css.engine.value.svg12.ICCNamedColor
Returns the color name
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 class org.apache.batik.css.engine.value.svg12.ICCNamedColor
Returns the color name.
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.
getColorSpace() - Method in class org.apache.batik.ext.awt.image.renderable.ProfileRable
Returns the ColorSpace of the Profile operation
getColorSpace() - Method in class org.apache.batik.ext.awt.MultipleGradientPaint
Returns the enumerated type which specifies color space for interpolation.
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.
getColorValue(LexicalUnit) - Method in class org.apache.batik.css.engine.value.svg.SVGColorManager
Creates a float value usable as a component of an RGBColor.
getColorValues() - Method in class org.apache.batik.css.engine.value.svg12.AbstractCIEColor
Returns the color values.
getColumn() - Method in class org.apache.batik.css.parser.Scanner
Returns the current column.
getColumn() - Method in class org.apache.batik.parser.AbstractScanner
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.apps.svgbrowser.DOMViewer.Panel.NodeCSSValuesModel
Returns the number of columns in the table.
getColumnName(int) - Method in class org.apache.batik.apps.svgbrowser.DOMViewer.Panel.NodeCSSValuesModel
Returns the name to give to a column.
getColumnName(int) - Method in class org.apache.batik.apps.svgbrowser.NodePickerPanel.AttributesTableModel
 
getColumnNumber() - Method in exception org.apache.batik.css.parser.ParseException
Returns the column of the last parsed character.
getColumnNumber() - Method in class org.apache.batik.dom.AbstractDocument.DocumentError.ErrorLocation
Get the column number of the error node.
getColumnNumber() - Method in exception org.apache.batik.parser.ParseException
Returns the column of the last parsed character.
getColumnNumber() - Method in exception org.apache.batik.script.InterpreterException
Returns the column number where the error occurs.
getCommandName() - Method in class org.apache.batik.apps.svgbrowser.HistoryBrowser.CommandNamesInfo
Gets the command name.
getCommandNumber() - Method in class org.apache.batik.apps.svgbrowser.AbstractCompoundCommand
Returns the command number that this compound command contains.
getCommands() - Method in class org.apache.batik.anim.values.AnimatablePathDataValue
Returns the array of path data commands.
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(Component) - Method in class org.apache.batik.apps.svgbrowser.PreferenceDialog.JConfigurationPanel
Returns the index of the given configuration page.
getComponentIndex(int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getComposedValue() - Method in class org.apache.batik.anim.AbstractAnimation
Returns the composed value of this animation, or null if it isn't active.
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 interface org.apache.batik.ext.awt.image.renderable.CompositeRable
Get the composite rule in use for combining the sources.
getCompositeRule() - Method in class org.apache.batik.ext.awt.image.renderable.CompositeRable8Bit
Get the composite rule in use for combining the sources.
getCompressedText() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns the text strings to be stored in compressed form with this image as an array of Strings.
getCompressionMethod() - Method in class org.apache.batik.ext.awt.image.spi.ImageWriterParams
 
getComputedOrientationAngle(int) - Method in class org.apache.batik.bridge.GlyphLayout
Return the angle value according to the orientation of the character.
getComputedOrientationAngle() - Method in class org.apache.batik.bridge.SVGTextElementBridge.CharacterInformation
 
getComputedOrientationAngle(int) - Method in interface org.apache.batik.bridge.TextSpanLayout
Return the rotation angle applied to the character.
getComputedStyle(Element, String) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
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.CSSOMSVGViewCSS
getComputedStyle(Element, String) - Method in class org.apache.batik.css.dom.CSSOMViewCSS
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.
getComputedStyleMap(String) - Method in class org.apache.batik.anim.dom.SVGStylableElement
Returns the computed style of this element/pseudo-element.
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.extension.StylableExtensionElement
Returns the computed style of this element/pseudo-element.
getComputedTextLength() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getComputedTextLength().
getComputedTextLength(Element) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
To implement SVGTextContentElement.selectSubString(int charnum, int nchars).
getComputedTextLength() - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildTextContent
 
getComputedTextLength() - Method in class org.apache.batik.bridge.SVGTextElementBridge
 
getComputedTextLength(Element) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Implementation of SVGTextContentElement.getComputedTextLength().
getComputedTextLength() - Method in interface org.apache.batik.dom.svg.SVGTextContent
 
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().
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.CSSAttributeCondition
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.CSSClassCondition
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.CSSLangCondition
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.CSSPseudoClassCondition
SAC: Implements Condition.getConditionType().
getConditionType() - Method in class org.apache.batik.css.parser.DefaultAndCondition
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.DefaultBeginHyphenAttributeCondition
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.DefaultIdCondition
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.DefaultOneOfAttributeCondition
SAC: Implements Condition.getConditionType().
getConditionType() - Method in class org.apache.batik.css.parser.DefaultPseudoClassCondition
SAC: Implements Condition.getConditionType().
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.svg12.SVG12BridgeExtension
This should contain 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.DomExtension
This should return 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).
getContactAddress() - Method in class org.apache.batik.extension.svg.BatikDomExtension
This should contain a contact address (usually an e-mail address).
getContentElement(Node) - Method in class org.apache.batik.bridge.svg12.ContentManager
Returns the content element that selected a given node.
getContentElement() - Method in class org.apache.batik.bridge.svg12.ContentSelectionChangedEvent
Returns the xbl:content element where the event originated.
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.
getContentManager(Node) - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Returns the ContentManager that handles the shadow tree the given node resides in.
getContentScriptType() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getContentScriptType().
getContentSelectionChangedListeners() - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Returns an array of the gloabl ContentSelectionChangedListeners.
getContentSelectorLanguage(Element) - Method in class org.apache.batik.bridge.svg12.ContentManager
Returns the selector language to be used for the given xbl:content element.
getContentStyleType() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getContentStyleType().
getContentType() - Method in class org.apache.batik.util.gui.xmleditor.XMLEditorKit
Get the MIME type of the data that this kit represents support for.
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.
getContentTypeCharset() - Method in class org.apache.batik.util.ParsedURL
Returns the content type's charset parameter, if available.
getContentTypeCharset(String) - Method in class org.apache.batik.util.ParsedURLData
Returns the content type's charset parameter, if available.
getContentTypeMediaType() - Method in class org.apache.batik.util.ParsedURL
Returns the content type's type/subtype, if available.
getContentTypeMediaType(String) - Method in class org.apache.batik.util.ParsedURLData
Returns the content type's type/subtype, if available.
getContext() - Method in class org.apache.batik.svggen.SVGGraphicContext
 
getContext() - Method in class org.apache.batik.util.gui.xmleditor.XMLToken
 
getContext() - Method in class org.apache.batik.xml.XMLScanner
Returns the current context.
getContextFactory(Object) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.Debugger
Calls getContextFactory on the given instance of RhinoInterpreter.
getContextFactory() - Method in class org.apache.batik.bridge.RhinoInterpreter
Returns the ContextFactory for this interpreter.
getContextFactoryMethod - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.Debugger
The getContextFactory method on the RhinoInterpreter class.
getContextNode() - Method in class org.apache.batik.apps.svgbrowser.NodePickerPanel.NodePickerEvent
Gets the context node.
getContourAsSVGPathData(Glyph, int, int) - Static method in class org.apache.batik.svggen.font.SVGFont
 
getContourCount() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getContourCount() - Method in class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
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
 
getCounterValue() - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractComponent
getCounterValue() - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractComponent
getCounterValue() - Method in class org.apache.batik.css.dom.CSSOMValue
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 class org.apache.batik.anim.dom.SVGStylableElement
Returns the CSS base URL of this element.
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.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 class org.apache.batik.anim.dom.SVGStylableElement
Returns the class of this element.
getCSSClass() - Method in interface org.apache.batik.css.engine.CSSStylableElement
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(Element) - Static method in class org.apache.batik.bridge.CSSUtilities
Returns CSSEngine associated to the specified element.
getCSSEngine() - Method in class org.apache.batik.dom.AbstractStylableDocument
Returns the CSS engine.
getCSSEngineForElement(Element) - Method in class org.apache.batik.bridge.BridgeContext
Returns the CSS engine associated with given element.
getCSSEngineForElement(Element) - Method in interface org.apache.batik.css.engine.CSSContext
Returns the CSS engine associated with given element.
getCSSEngineUserAgent() - Method in class org.apache.batik.css.engine.CSSEngine
 
getCSSFirstChild() - Method in class org.apache.batik.anim.dom.AbstractElement
Returns the CSS first child node of this node.
getCSSFirstChild() - Method in class org.apache.batik.anim.dom.BindableElement
Returns the shadow tree.
getCSSFirstChild() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
Returns the CSS first child node of this node.
getCSSFirstChild(Node) - Static method in class org.apache.batik.css.engine.CSSEngine
Returns the CSS first child node of the given node.
getCSSFirstChild() - Method in interface org.apache.batik.css.engine.CSSNavigableNode
Returns the CSS first child node of this node.
getCSSFirstChild() - Method in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
Returns the CSS first child node of this node.
getCSSLastChild() - Method in class org.apache.batik.anim.dom.AbstractElement
Returns the CSS last child of this node.
getCSSLastChild() - Method in class org.apache.batik.anim.dom.BindableElement
Returns the shadow tree.
getCSSLastChild() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
Returns the CSS last child of this stylable element.
getCSSLastChild() - Method in interface org.apache.batik.css.engine.CSSNavigableNode
Returns the CSS last child of this node.
getCSSLastChild() - Method in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
Returns the CSS last child of this node.
getCSSNextSibling() - Method in class org.apache.batik.anim.dom.AbstractElement
Returns the CSS next sibling node of this node.
getCSSNextSibling(Node) - Static method in class org.apache.batik.css.engine.CSSEngine
Returns the CSS next sibling node of the given node.
getCSSNextSibling() - Method in interface org.apache.batik.css.engine.CSSNavigableNode
Returns the CSS next sibling node of this node.
getCSSNextSibling() - Method in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
Returns the CSS next sibling node of this node.
getCSSParentNode() - Method in class org.apache.batik.anim.dom.AbstractElement
Returns the CSS parent node of this node.
getCSSParentNode() - Method in class org.apache.batik.anim.dom.XBLOMShadowTreeElement
Returns the parent of the imported element, from the CSS point of view.
getCSSParentNode(Node) - Static method in class org.apache.batik.css.engine.CSSEngine
Returns the CSS parent node of the given node.
getCSSParentNode() - Method in interface org.apache.batik.css.engine.CSSNavigableNode
Returns the CSS parent node of this node.
getCSSParentNode() - Method in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
Returns the CSS parent node of this node.
getCSSParserClassName() - Static method in class org.apache.batik.util.XMLResourceDescriptor
Returns the class name of the CSS parser to use.
getCSSPreviousSibling() - Method in class org.apache.batik.anim.dom.AbstractElement
Returns the CSS previous sibling node of this node.
getCSSPreviousSibling(Node) - Static method in class org.apache.batik.css.engine.CSSEngine
Returns the CSS previous sibling node of the given node.
getCSSPreviousSibling() - Method in interface org.apache.batik.css.engine.CSSNavigableNode
Returns the CSS previous sibling node of this node.
getCSSPreviousSibling() - Method in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
Returns the CSS previous sibling node of this node.
getCSSStyleSheet() - Method in class org.apache.batik.anim.dom.SVGOMStyleElement
Returns the associated style-sheet.
getCSSStyleSheet() - Method in class org.apache.batik.anim.dom.SVGStyleSheetProcessingInstruction
Returns the associated style-sheet.
getCSSStyleSheet() - Method in interface org.apache.batik.css.engine.CSSStyleSheetNode
Returns the StyleSheet object this node represents.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableAngleOrIdentValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableAngleValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableBooleanValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableColorValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableIntegerValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableLengthListValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableLengthOrIdentValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableLengthValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableNumberListValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableNumberOptionalNumberValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableNumberOrIdentValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableNumberOrPercentageValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableNumberValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatablePaintValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatablePercentageValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableStringValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.css.dom.CSSOMComputedStyle
getCssText() - Method in class org.apache.batik.css.dom.CSSOMStyleDeclaration
getCssText() - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractComponent
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.CSSOMValue.AbstractComponent
DOM: Implements CSSValue.getCssText().
getCssText() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements CSSValue.getCssText().
getCssText() - Method in class org.apache.batik.css.engine.value.ComputedValue
Implements Value.getCssText().
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() - 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.InheritValue
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.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(short, String) - Static method in class org.apache.batik.css.engine.value.StringValue
Returns the CSS text associated with the given type/value pair.
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.svg.ICCColor
A string representation of the current value.
getCssText() - Method in class org.apache.batik.css.engine.value.svg12.AbstractCIEColor
A string representation of the current value.
getCssText() - Method in class org.apache.batik.css.engine.value.svg12.DeviceColor
A string representation of the current value.
getCssText() - Method in class org.apache.batik.css.engine.value.svg12.ICCNamedColor
A string representation of the current value.
getCssText() - Method in class org.apache.batik.css.engine.value.URIValue
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.
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.CSSOMSVGColor.AbstractComponent
getCssValueType() - Method in class org.apache.batik.css.dom.CSSOMSVGColor
getCssValueType() - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractComponent
getCssValueType() - Method in class org.apache.batik.css.dom.CSSOMValue
getCssValueType() - Method in class org.apache.batik.css.engine.value.AbstractValue
getCssValueType() - Method in class org.apache.batik.css.engine.value.ComputedValue
getCssValueType() - Method in class org.apache.batik.css.engine.value.InheritValue
A code defining the type of the value.
getCssValueType() - Method in class org.apache.batik.css.engine.value.ListValue
getCssValueType() - Method in class org.apache.batik.css.engine.value.svg.ICCColor
getCssValueType() - Method in class org.apache.batik.css.engine.value.svg12.AbstractCIEColor
getCssValueType() - Method in class org.apache.batik.css.engine.value.svg12.DeviceColor
getCssValueType() - Method in class org.apache.batik.css.engine.value.svg12.ICCNamedColor
getCssValueType() - Method in interface org.apache.batik.css.engine.value.Value
A code defining the type of the value.
getCTM() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGLocatable.getCTM().
getCTM(Element) - Static method in class org.apache.batik.anim.dom.SVGLocatableSupport
To implement SVGLocatable.getCTM().
getCTM() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGLocatable.getCTM().
getCTM() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
DOM: Implements SVGLocatable.getCTM().
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.AnimatableGenericSVGBridge
Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the nearestViewportElement.
getCTM() - Method in class org.apache.batik.bridge.SVGAnimationElementBridge
 
getCTM() - Method in class org.apache.batik.bridge.SVGDescriptiveElementBridge
 
getCTM() - Method in class org.apache.batik.bridge.SVGDocumentBridge
 
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 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.extension.GraphicsExtensionElement
DOM: Implements SVGLocatable.getCTM().
getCtrlKey() - Method in class org.apache.batik.dom.events.DOMKeyboardEvent
DOM: Get whether the Control key was pressed at the time of the event.
getCtrlKey() - Method in class org.apache.batik.dom.events.DOMKeyEvent
Returns 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.apache.batik.w3c.dom.events.KeyboardEvent
true if the control (Ctrl) key modifier is activated.
getCurrent() - Method in class org.apache.batik.parser.AbstractParser
Returns the current character value.
getCurrentBeginTime() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the begin time of the current interval, in parent simple time, or Float.NaN if the element is not active.
getCurrentCompoundCommand() - Method in class org.apache.batik.apps.svgbrowser.HistoryBrowserInterface
Gets the current compound command.
getCurrentDocument() - Method in class org.apache.batik.dom.AbstractDocument
Returns the current document.
getCurrentDocument() - Method in class org.apache.batik.dom.AbstractNode
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.
getCurrentLocale() - Method in class org.apache.batik.i18n.LocalizableSupport
 
getCurrentLockState() - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Returns a bitmask representing the state of the key locks.
getCurrentNode() - Method in class org.apache.batik.dom.traversal.DOMTreeWalker
getCurrentPoint() - Method in class org.apache.batik.ext.awt.geom.ExtendedGeneralPath
get the current position or null.
getCurrentScale() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getCurrentView().
getCurrentTarget() - Method in class org.apache.batik.dom.events.AbstractEvent
DOM: The target property indicates the EventTarget whose EventListeners are currently being processed.
getCurrentTime() - Method in class org.apache.batik.anim.AnimationEngine
Returns the current document time.
getCurrentTime() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
DOM: Implements SVGAnimationElement.getCurrentTime().
getCurrentTime() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getCurrentTime().
getCurrentTime() - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Returns the last sampled document time.
getCurrentTime() - Method in class org.apache.batik.bridge.SVGAnimationElementBridge
DOM: Implements SVGAnimationElement.getCurrentTime().
getCurrentTime() - Method in class org.apache.batik.bridge.SVGAnimationEngine
Returns the current document time.
getCurrentTime() - Method in class org.apache.batik.bridge.SVGSVGElementBridge
Returns the current document time.
getCurrentTime() - Method in interface org.apache.batik.dom.svg.SVGAnimationContext
DOM: Implements SVGAnimationElement.getCurrentTime().
getCurrentTime() - Method in interface org.apache.batik.dom.svg.SVGSVGContext
Returns the current document time.
getCurrentTranslate() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getCurrentTranslate().
getCurrentValue() - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Returns the current lexical unit value.
getCurrentView() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getCurrentView().
getCurrentY() - Method in class org.apache.batik.gvt.flow.FlowRegions
 
getCurrentY() - Method in class org.apache.batik.gvt.flow.LineInfo
 
getCursor() - Method in class org.apache.batik.bridge.SVGAElementBridge.CursorHolder
 
getCursorManager() - Method in class org.apache.batik.bridge.BridgeContext
Returns the cursor manager
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.anim.dom.SVGOMCircleElement
DOM: Implements SVGCircleElement.getCx().
getCx() - Method in class org.apache.batik.anim.dom.SVGOMEllipseElement
DOM: Implements SVGEllipseElement.getCx().
getCx() - Method in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
DOM: Implements SVGRadialGradientElement.getCx().
getCy() - Method in class org.apache.batik.anim.dom.SVGOMCircleElement
DOM: Implements SVGCircleElement.getCy().
getCy() - Method in class org.apache.batik.anim.dom.SVGOMEllipseElement
DOM: Implements SVGEllipseElement.getCy().
getCy() - Method in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
DOM: Implements SVGRadialGradientElement.getCy().
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().
getData() - Method in class org.apache.batik.dom.AbstractCharacterData
DOM: Implements CharacterData.getData().
getData() - Method in class org.apache.batik.dom.AbstractProcessingInstruction
getData() - Method in class org.apache.batik.dom.events.DOMTextEvent
Returns the text data.
getData() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns the entire image in a single Raster.
getData(Rectangle) - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns an arbitrary rectangular region of the RenderedImage in a Raster.
getData() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
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() - Method in class org.apache.batik.ext.awt.image.rendered.BufferedImageCachableRed
 
getData(Rectangle) - Method in class org.apache.batik.ext.awt.image.rendered.BufferedImageCachableRed
 
getData() - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getData(Rectangle) - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getData() - Method in class org.apache.batik.ext.awt.image.rendered.TranslateRed
 
getData(Rectangle) - Method in class org.apache.batik.ext.awt.image.rendered.TranslateRed
 
getData() - Method in interface org.apache.batik.w3c.dom.events.TextEvent
data holds the value of the characters generated by the character device.
getDebugFrame() - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.Debugger
getDecorationOutline(int) - Method in class org.apache.batik.bridge.GlyphLayout
Returns the outline of the specified decorations on the glyphs,
getDecorationOutline(List, int) - Method in class org.apache.batik.bridge.StrokingTextPainter
Returns the outline of the specified decoration type.
getDecorationOutline(int) - Method in interface org.apache.batik.bridge.TextSpanLayout
Returns the outline of the specified decorations on the glyphs, transformed by an AffineTransform.
getDecorationStrokeOutline(List, int) - Method in class org.apache.batik.bridge.StrokingTextPainter
Returns the stroked outline of the specified decoration type.
getDef() - Method in class org.apache.batik.svggen.SVGCompositeDescriptor
 
getDef() - Method in class org.apache.batik.svggen.SVGFilterDescriptor
 
getDef() - Method in class org.apache.batik.svggen.SVGFontDescriptor
 
getDef() - Method in class org.apache.batik.svggen.SVGPaintDescriptor
 
getDefault() - Method in class org.apache.batik.bridge.DefaultFontFamilyResolver
getDefault() - Method in interface org.apache.batik.bridge.FontFamilyResolver
 
getDefaultActions() - Method in class org.apache.batik.dom.events.AbstractEvent
Returns the current list of default action runnables
getDefaultBegin(TimedElement) - Method in class org.apache.batik.anim.timing.TimeContainer
Returns the default begin time for the given child timed element.
getDefaultBegin(TimedElement) - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Returns the default begin time for the given child timed element.
getDefaultCache() - Static method in class org.apache.batik.ext.awt.color.NamedProfileCache
 
getDefaultCache() - Static method in class org.apache.batik.ext.awt.image.URLImageCache
 
getDefaultCalcMode() - Method in class org.apache.batik.bridge.SVGAnimateElementBridge
Returns the calcMode that the animation defaults to if none is specified.
getDefaultCalcMode() - Method in class org.apache.batik.bridge.SVGAnimateMotionElementBridge
Returns the calcMode that the animation defaults to if none is specified.
getDefaultEncodeParam(RenderedImage) - Static method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns an instance of PNGEncodeParam.Palette, PNGEncodeParam.Gray, or PNGEncodeParam.RGB appropriate for encoding the given image.
getDefaultFontFamily() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getDefaultFontFamily() - Method in interface org.apache.batik.apps.svgbrowser.Application
Returns the default value for the CSS "font-family" property
getDefaultFontFamily() - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
Returns the default font family.
getDefaultFontFamily() - Method in class org.apache.batik.apps.svgbrowser.Main
Returns the default value for the CSS "font-family" property
getDefaultFontFamily() - Method in class org.apache.batik.bridge.BridgeContext
Returns the value corresponding to the default font.
getDefaultFontFamily() - Method in interface org.apache.batik.bridge.UserAgent
Returns the default font family.
getDefaultFontFamily() - Method in class org.apache.batik.bridge.UserAgentAdapter
Returns the default font family.
getDefaultFontFamily() - Method in interface org.apache.batik.css.engine.CSSContext
Returns the value corresponding to the default font-family.
getDefaultFontFamily() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
Returns the default font family.
getDefaultFontFamily() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
Returns the default font family.
getDefaultFontFamily() - Method in interface org.apache.batik.swing.svg.SVGUserAgent
Returns the default font family.
getDefaultFontFamily() - Method in class org.apache.batik.swing.svg.SVGUserAgentAdapter
Returns the default font family.
getDefaultFontFamily() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns the default font family.
getDefaultLangSys() - Method in class org.apache.batik.svggen.font.table.Script
 
getDefaultLocale() - Method in interface org.apache.batik.i18n.ExtendedLocalizable
Gets the current default locale in the LocaleGroup.
getDefaultLocale() - Method in class org.apache.batik.i18n.LocalizableSupport
getDefaultPrevented() - Method in class org.apache.batik.dom.events.AbstractEvent
DOM: Returns whether preventDefault has been called on this object.
getDefaultTileSize() - Static method in class org.apache.batik.ext.awt.image.rendered.AbstractTiledRed
 
getDefaultValue() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
 
getDefaultValue() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLength
Returns the default value to use when the associated attribute was not specified.
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.ClipManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.CursorManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.DirectionManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.DisplayManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.FontFamilyManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.FontSizeAdjustManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.FontSizeManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.FontStretchManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.FontStyleManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.FontVariantManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.FontWeightManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.OverflowManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.SrcManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.TextDecorationManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.UnicodeBidiManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.css2.VisibilityManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.AlignmentBaselineManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.BaselineShiftManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.ClipPathManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.ClipRuleManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.ColorInterpolationFiltersManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.ColorInterpolationManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.ColorManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.ColorProfileManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.ColorRenderingManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.DominantBaselineManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.EnableBackgroundManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.FillRuleManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.FilterManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.GlyphOrientationHorizontalManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.GlyphOrientationVerticalManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.ImageRenderingManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.KerningManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.MarkerManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.MaskManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.OpacityManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.PointerEventsManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.ShapeRenderingManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.SpacingManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.StrokeDasharrayManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.StrokeDashoffsetManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinecapManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinejoinManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.StrokeMiterlimitManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.StrokeWidthManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.SVGColorManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.TextAnchorManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.TextRenderingManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg.WritingModeManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg12.LineHeightManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg12.MarginLengthManager
getDefaultValue() - Method in class org.apache.batik.css.engine.value.svg12.TextAlignManager
getDefaultValue() - Method in interface org.apache.batik.css.engine.value.ValueManager
Returns the default value for the handled property.
getDefaultView() - Method in class org.apache.batik.dom.AbstractStylableDocument
getDefaultWriteParam(ImageWriter, RenderedImage, ImageWriterParams) - Method in class org.apache.batik.ext.awt.image.codec.imageio.ImageIOImageWriter
Returns the default write parameters for encoding the image.
getDefaultWriteParam(ImageWriter, RenderedImage, ImageWriterParams) - Method in class org.apache.batik.ext.awt.image.codec.imageio.ImageIOJPEGImageWriter
Returns the default write parameters for encoding the image.
getDefaultXValue() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
Returns the default value of the 'x' attribute.
getDefaultXValue() - Method in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
Returns the default value of the 'x' attribute.
getDefaultYValue() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
Returns the default value of the 'y' attribute.
getDefaultYValue() - Method in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
Returns the default value of the 'y' attribute.
getDefinitionSet() - Method in class org.apache.batik.svggen.AbstractSVGConverter
 
getDefinitionSet() - Method in class org.apache.batik.svggen.AbstractSVGFilterConverter
 
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.SVGBufferedImageOp
 
getDefinitionSet(List) - Method in class org.apache.batik.svggen.SVGClipDescriptor
 
getDefinitionSet() - Method in class org.apache.batik.svggen.SVGComposite
 
getDefinitionSet(List) - Method in class org.apache.batik.svggen.SVGCompositeDescriptor
 
getDefinitionSet() - Method in interface org.apache.batik.svggen.SVGConverter
 
getDefinitionSet(List) - Method in interface org.apache.batik.svggen.SVGDescriptor
 
getDefinitionSet() - Method in interface org.apache.batik.svggen.SVGFilterConverter
 
getDefinitionSet(List) - Method in class org.apache.batik.svggen.SVGFontDescriptor
 
getDefinitionSet() - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
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.SVGHintsDescriptor
 
getDefinitionSet() - Method in class org.apache.batik.svggen.SVGPaint
 
getDefinitionSet(List) - Method in class org.apache.batik.svggen.SVGPaintDescriptor
 
getDefinitionSet(List) - Method in class org.apache.batik.svggen.SVGStrokeDescriptor
 
getDefinitionSet(List) - Method in class org.apache.batik.svggen.SVGTransformDescriptor
 
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, 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.AffineRable8Bit
 
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.DisplacementMapRable8Bit
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.GaussianBlurRable8Bit
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.PadRable8Bit
 
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
 
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.gvt.flow.BlockInfo
 
getDescent() - Method in class org.apache.batik.gvt.flow.WordInfo
 
getDescent() - Method in class org.apache.batik.gvt.font.GVTFontFace
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 class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ImageFileFilter
Returns the file description
getDescription() - Method in class org.apache.batik.apps.svgbrowser.Main.FontSizeHandler
 
getDescription() - Method in interface org.apache.batik.apps.svgbrowser.Main.OptionHandler
Returns the option description.
getDescription() - Method in class org.apache.batik.apps.svgbrowser.NodeTemplates.NodeTemplateDescriptor
 
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.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 class org.apache.batik.apps.svgpp.Main.DoctypeHandler
 
getDescription() - Method in class org.apache.batik.apps.svgpp.Main.DocWidthHandler
 
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 interface org.apache.batik.apps.svgpp.Main.OptionHandler
Returns the option description.
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.TabWidthHandler
 
getDescription() - Method in class org.apache.batik.apps.svgpp.Main.XMLDeclHandler
 
getDescription() - Method in interface org.apache.batik.bridge.BridgeExtension
Human readable description of the extension.
getDescription() - Method in class org.apache.batik.bridge.svg12.SVG12BridgeExtension
Human readable description of the extension.
getDescription() - Method in class org.apache.batik.bridge.SVGBridgeExtension
Human readable description of the extension.
getDescription(SVGElement) - Static method in class org.apache.batik.bridge.SVGUtilities
Returns the content of the 'desc' child of the given element.
getDescription() - Method in interface org.apache.batik.dom.DomExtension
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.extension.svg.BatikDomExtension
Human readable description of the extension.
getDescription(int) - Method in class org.apache.batik.svggen.font.table.GlyfTable
 
getDescription() - Method in class org.apache.batik.swing.svg.SVGFileFilter
Returns the file description
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.DOMCustomEvent
Returns the custom detail of this event.
getDetail() - Method in class org.apache.batik.dom.events.DOMTimeEvent
Returns the repeat iteration if this is a repeat event.
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.apache.batik.w3c.dom.events.CustomEvent
Specifies some detail information about the Event.
getDetails() - Method in class org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuEvent
Gets the event details.
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.anim.dom.SVGOMFEDiffuseLightingElement
DOM: Implements SVGFEDiffuseLightingElement.getDiffuseConstant().
getDimension(String) - Method in class org.apache.batik.util.PreferenceManager
Returns a Dimension preference.
getDimensionUnitText() - Method in class org.apache.batik.css.parser.CSSLexicalUnit.DimensionLexicalUnit
SAC: Implements LexicalUnit.getDimensionUnitText().
getDimensionUnitText() - Method in class org.apache.batik.css.parser.CSSLexicalUnit
SAC: Implements LexicalUnit.getDimensionUnitText().
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, 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.AffineRable8Bit
 
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.DisplacementMapRable8Bit
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.GaussianBlurRable8Bit
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.PadRable8Bit
 
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
 
getDisableInteractions() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Returns true if all 'interactor' objects (pan, zoom, etc) are disabled.
getDiscreteTransfer(float[]) - Static method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
Returns a discrete transfer function
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.svg12.XBLContentElementBridge
Returns true if the graphics node has to be displayed, false otherwise.
getDisplay(Element) - Method in class org.apache.batik.bridge.svg12.XBLShadowTreeElementBridge
Returns true if the graphics node has to be displayed, false otherwise.
getDisplayExponent() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
Returns the current value of the display exponent parameter.
getDivisor() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getDivisor().
getDoctype() - Method in class org.apache.batik.dom.AbstractDocument
DOM: Implements Document.getDoctype().
getDocument() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
getDocument() - Method in interface org.apache.batik.apps.svgbrowser.DOMViewerController
Gets the document for the DOMViewer to show.
getDocument() - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.Canvas.JSVGViewerDOMViewerController
 
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
getDocument() - Method in class org.apache.batik.css.engine.CSSEngine
Returns the document associated with this engine.
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 class org.apache.batik.transcoder.TranscoderOutput
Returns the output of this transcoder as a document or null if none was supplied.
getDocumentBeginTime() - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Returns the wallclock time that the document began.
getDocumentBridge() - Method in class org.apache.batik.bridge.BridgeContext
Returns the bridge for the document node.
getDocumentDescriptor() - Method in interface org.apache.batik.dom.util.DocumentFactory
Returns the document descriptor associated with the latest created document.
getDocumentDescriptor() - Method in class org.apache.batik.dom.util.SAXDocumentFactory
Returns the document descriptor associated with the latest created document.
getDocumentElement() - Method in class org.apache.batik.dom.AbstractDocument
getDocumentLoader() - Method in class org.apache.batik.bridge.BridgeContext
Returns the document loader used to load external documents.
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.
getDocumentURI() - Method in class org.apache.batik.dom.AbstractDocument
DOM: Implements Document.getDocumentURI().
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.anim.dom.SVGOMDocument
DOM: Implements SVGDocument.getDomain().
getDomConfig() - Method in class org.apache.batik.dom.AbstractDocument
DOM: Implements Document.getDomConfig().
getDomExtensions() - Static method in class org.apache.batik.dom.ExtensibleDOMImplementation
 
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
 
getDOMGroupManager() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getDOMImplementation(String) - Method in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
 
getDOMImplementation() - Static method in class org.apache.batik.anim.dom.SVG12DOMImplementation
Returns the default instance of this class.
getDOMImplementation() - Static method in class org.apache.batik.anim.dom.SVGDOMImplementation
Returns the default instance of this class.
getDOMImplementation() - Static method in class org.apache.batik.dom.GenericDOMImplementation
Returns the default instance of this class.
getDOMImplementation(String) - Method in class org.apache.batik.dom.util.SAXDocumentFactory
 
getDomNodeFromTreeNode(DefaultMutableTreeNode) - Method in class org.apache.batik.apps.svgbrowser.DOMDocumentTree
Gets the associated org.w3c.dom.Node from the DefaultMutableTreeNode
getDOMTreeManager() - Method in class org.apache.batik.svggen.ImageCacher
 
getDOMTreeManager() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getDOMViewer() - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.DOMViewerAction
 
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
 
getDx() - Method in class org.apache.batik.anim.dom.SVGOMFEOffsetElement
DOM: Implements SVGFEOffsetElement.getDx().
getDx() - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.getDx().
getDx() - Method in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
DOM: Implements SVGTextPositioningElement.getDx().
getDy() - Method in class org.apache.batik.anim.dom.SVGOMFEOffsetElement
DOM: Implements SVGFEOffsetElement.getDy().
getDy() - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.getDy().
getDy() - Method in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
DOM: Implements SVGTextPositioningElement.getDy().
getDynamicSecurityDomain(Object) - Method in class org.apache.batik.script.rhino.BatikSecurityController
Get dynamic security domain that allows an action only if it is allowed by the current Java stack and securityDomain.
getE() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getE().
getEdgeMode() - Method in class org.apache.batik.anim.dom.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.
getElement() - Method in exception org.apache.batik.anim.AnimationException
Returns the timed element that caused this animation exception.
getElement() - Method in class org.apache.batik.anim.dom.AbstractSVGLength.DefaultContext
Returns the element.
getElement() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList
Returns the element owning this SVGLengthList.
getElement() - Method in interface org.apache.batik.anim.dom.AnimationTarget
Returns the element.
getElement() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Returns the element owning this SVGLengthList.
getElement() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Returns the element owning the attribute with which this length list is associated.
getElement() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Returns the element owning this SVGNumberList.
getElement() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Returns the element owning the attribute with which this length list is associated.
getElement() - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns the element.
getElement() - Method in class org.apache.batik.anim.dom.SVGOMElement.UnitContext
Returns the element.
getElement() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the DOM element that corresponds to this timed element, if such a DOM element exists.
getElement(GraphicsNode) - Method in class org.apache.batik.bridge.BridgeContext
Returns the Node associated to the specified GraphicsNode or null if any.
getElement() - Method in exception org.apache.batik.bridge.BridgeException
Returns the element on which the error occurred.
getElement() - Method in class org.apache.batik.bridge.SVGAnimationElementBridge.SVGTimedElement
Returns the DOM element this timed element is for.
getElement() - Method in class org.apache.batik.bridge.SVGAnimationEngine.AnimationRoot
Returns the DOM element that corresponds to this timed element, if such a DOM element exists.
getElement() - Method in class org.apache.batik.bridge.UnitProcessor.DefaultContext
Returns the element.
getElement(String, Element) - Method in class org.apache.batik.bridge.URIResolver
Imports the Element referenced by the given URI on Element ref.
getElement() - Method in class org.apache.batik.css.engine.CSSEngineEvent
Returns the target element.
getElement() - Method in class org.apache.batik.dom.svg.AbstractSVGNumberList
Returns the element associated with this SVGNumberList.
getElement() - Method in exception org.apache.batik.dom.svg.LiveAttributeException
Returns the element on which the error occurred.
getElement() - Method in interface org.apache.batik.parser.UnitProcessor.Context
Returns the element.
getElementBounds(Element) - Method in class org.apache.batik.apps.svgbrowser.ElementOverlayManager
The bounds of a given element.
getElementBounds(GraphicsNode) - Method in class org.apache.batik.apps.svgbrowser.ElementOverlayManager
The bounds of a given graphics node.
getElementById(String) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getElementById(String).
getElementById(String) - Method in class org.apache.batik.anim.dom.XBLOMShadowTreeElement
Returns the Element that has an ID attribute with the given value.
getElementById(String, Node) - Method in class org.apache.batik.anim.dom.XBLOMShadowTreeElement
 
getElementById(String, Node) - Static method in class org.apache.batik.bridge.AnimationSupport
Returns the element with the given ID, using the given node as the context for the lookup.
getElementById(String) - Method in class org.apache.batik.dom.AbstractDocument
getElementById(String) - Method in interface org.apache.batik.dom.svg.IdContainer
Returns the element with the given ID that exists in this subtree.
getElementById(String) - Method in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
 
getElementById(String) - Method in interface org.apache.batik.dom.xbl.XBLShadowTreeElement
Returns the Element that has an ID attribute with the given value.
getElementContent(Element) - Static method in class org.apache.batik.bridge.TextUtilities
Returns the content of the given element.
getElementData(Node) - Method in class org.apache.batik.bridge.BridgeContext
Retrieves a data object associated with the given node.
getElementLocalName() - Method in class org.apache.batik.anim.dom.XBLOMDefinitionElement
Returns the local name of elements this definition will bind.
getElementMaxPixel(Element, Rectangle2D) - Method in class org.apache.batik.bridge.svg12.SVGMultiImageElementBridge
 
getElementMinPixel(Element, Rectangle2D) - Method in class org.apache.batik.bridge.svg12.SVGMultiImageElementBridge
 
getElementNamespaceURI() - Method in class org.apache.batik.anim.dom.XBLOMDefinitionElement
Returns the namspace URI of elements this definition will bind.
getElementOverlay() - Method in class org.apache.batik.apps.svgbrowser.ElementOverlayManager
Gets the elementOverlay.
getElementOverlayColor() - Method in class org.apache.batik.apps.svgbrowser.ElementOverlayManager
Gets the elementOverlayColor.
getElementOverlayStrokeColor() - Method in class org.apache.batik.apps.svgbrowser.ElementOverlayManager
Gets the elementOverlayStrokeColor.
getElementPixelSize(Element, String, Rectangle2D) - Method in class org.apache.batik.bridge.svg12.SVGMultiImageElementBridge
 
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
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
getElevation() - Method in class org.apache.batik.anim.dom.SVGOMFEDistantLightElement
DOM: Implements SVGFEDistantLightElement.getElevation().
getElevation() - Method in class org.apache.batik.ext.awt.image.DistantLight
 
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.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getEnclosureList(SVGRect,SVGElement).
getEnclosureList(SVGRect, Element) - Method in class org.apache.batik.bridge.SVGSVGElementBridge
 
getEnclosureList(SVGRect, Element) - Method in interface org.apache.batik.dom.svg.SVGSVGContext
Returns a List of all the DOM elements that are encosed in svgRect that are below end in the rendering order.
getEncodeParam() - Method in class org.apache.batik.ext.awt.image.codec.png.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.
getEncodingId() - Method in class org.apache.batik.svggen.font.table.CmapIndexEntry
 
getEncodingId() - Method in class org.apache.batik.svggen.font.table.NameRecord
 
getEnd() - Method in class org.apache.batik.anim.timing.Interval
Returns the end time of this interval.
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.gvt.flow.GlyphGroupInfo
get the end glyph index for this glyph group.
getEnd() - Method in class org.apache.batik.parser.AbstractScanner
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.extension.svg.LineInfo
 
getEndIndex() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Get the end index of the text.
getEndIndex() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Returns the end index of the text.
getEndIndex() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Get the end index of the text.
getEndIndex() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the end index of the text.
getEndInstanceTime() - Method in class org.apache.batik.anim.timing.Interval
Returns the InstanceTime that defined the end time of this interval.
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.util.gui.xmleditor.XMLToken
 
getEndOffset() - Method in class org.apache.batik.xml.XMLScanner
Returns the end offset of the current lexical unit.
getEndPoint(SVGTextElementBridge.CharacterInformation) - Method in class org.apache.batik.bridge.SVGTextElementBridge
 
getEndPoint() - Method in class org.apache.batik.ext.awt.LinearGradientPaint
Returns a copy of the end point of the gradient axis
getEndPos(SVGOMElement, SVGTextContent, int) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
 
getEndPositionOfChar(int) - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getEndPositionOfChar(int).
getEndPositionOfChar(Element, int) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
To implement SVGTextContentElement.getEndPositionOfChar(int charnum).
getEndPositionOfChar(int) - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildTextContent
 
getEndPositionOfChar(int) - Method in class org.apache.batik.bridge.SVGTextElementBridge
 
getEndPositionOfChar(Element, int) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Implementation of SVGTextContentElement.getEndPositionOfChar(int charnum).
getEndPositionOfChar(int) - Method in interface org.apache.batik.dom.svg.SVGTextContent
Returns the current text position after rendering the character in the user coordinate system for rendering the glyph(s) that correspond to the specified character.
getEndPtOfContours(int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getEndPtOfContours(int) - Method in class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
getEndPtOfContours(int) - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getEndTimingSpecifiers() - Method in class org.apache.batik.anim.timing.TimedElement
Returns an array of the end timing specifiers on this timed element.
getEntities() - Method in class org.apache.batik.dom.GenericDocumentType
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
 
getEnumerationNumber(String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
Returns the enumeration number of the specified string.
getErrorCode() - Method in exception 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 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 class org.apache.batik.transcoder.TranscoderSupport
Returns the error handler this transcoder uses to report warnings and errors, or null if any.
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 containing all event listener entries.
getEventListeners(String) - Method in class org.apache.batik.dom.events.EventListenerList
Returns an array of EventListeners that match the given namespace URI.
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.
getEventNamespaceURI(String) - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Returns the namespace URI of the event that corresponds to the given animation event name.
getEventNamespaceURI(String) - Method in class org.apache.batik.bridge.SVGAnimationEngine.AnimationRoot
Returns the namespace URI of the event that corresponds to the given animation event name.
getEventObject() - Method in interface org.apache.batik.script.ScriptEventWrapper
Returns the event object this object is wrapping.
getEventPhase() - Method in class org.apache.batik.dom.events.AbstractEvent
DOM: The eventPhase property indicates 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.
getEventTargetById(String) - Method in class org.apache.batik.anim.timing.TimedElement
Returns the event target with the given ID.
getEventTargetById(String, Node) - Static method in class org.apache.batik.bridge.AnimationSupport
Returns the event target with the given ID, using the given node as the context for the lookup.
getEventTargetById(String) - Method in class org.apache.batik.bridge.SVGAnimationElementBridge.SVGTimedElement
Returns the event target with the given ID.
getEventTargetById(String) - Method in class org.apache.batik.bridge.SVGAnimationEngine.AnimationRoot
Returns the event target with the given ID.
getEventType(String) - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Returns the type of the event that corresponds to the given animation event name.
getEventType() - Method in class org.apache.batik.bridge.BridgeContext.EventListenerMememto
 
getEventType(String) - Method in class org.apache.batik.bridge.SVGAnimationEngine.AnimationRoot
Returns the type of the event that corresponds to the given animation event name.
getException() - Method in exception org.apache.batik.css.parser.ParseException
Return the embedded exception, if any.
getException() - Method in exception org.apache.batik.parser.ParseException
Return the embedded exception, if any.
getException() - Method in exception org.apache.batik.script.InterpreterException
Returns the embedded exception.
getException() - Method in exception org.apache.batik.svggen.SVGGraphics2DIOException
Returns the original enclosed exception or null if any.
getException() - Method in exception 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.SVGDocumentLoader
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 exception org.apache.batik.transcoder.TranscoderException
Returns the original enclosed exception or null if any.
getException() - Method in exception org.apache.batik.xml.XMLException
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
getExpandEntityReferences() - Method in class org.apache.batik.dom.traversal.DOMTreeWalker
getExpandGrayAlpha() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
Returns the current setting of the gray/alpha expansion.
getExpandPalette() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
Returns true if palette-color images will be expanded to produce full-color output.
getExponent() - Method in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
DOM: Implements SVGComponentTransferFunctionElement.getExponent().
getExponent() - Method in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
Returns the exponent value for this transfer function
getExponent() - Method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
Returns the exponent value for this transfer function
getExtendedPathIterator() - Method in class org.apache.batik.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
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
 
getExtension() - Method in class org.apache.batik.apps.rasterizer.DestinationType
 
getExtensionHandler() - Method in class org.apache.batik.svggen.DOMTreeManager
 
getExtensionHandler() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns the ExtensionHandler that has been set.
getExtensionHandler() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getExtent(SVGOMElement, SVGTextContent, int) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
 
getExtentOfChar(int) - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getExtentOfChar(int).
getExtentOfChar(Element, int) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
To implement SVGTextContentElement.getExtentOfChar(int charnum).
getExtentOfChar(int) - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildTextContent
 
getExtentOfChar(int) - Method in class org.apache.batik.bridge.SVGTextElementBridge
 
getExtentOfChar(Element, int) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Implementation of SVGTextContentElement.getExtentOfChar(int charnum).
getExtentOfChar(int) - Method in interface org.apache.batik.dom.svg.SVGTextContent
Returns a tightest rectangle which defines the minimum and maximum X and Y values in the user coordinate system for rendering the glyph(s) that correspond to the specified character.
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 class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
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.SVGUserAgentAdapter
Returns the security settings for the given resource url and document url
getExternalResourceSecurity(ParsedURL, ParsedURL) - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
 
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMCursorElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMFEImageElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMFontElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMGradientElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMMPathElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMScriptElement
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMViewElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.extension.GraphicsExtensionElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
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().
getFamilyClass() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getFamilyName() - Method in class org.apache.batik.bridge.SVGFontFamily
Returns the family name of this font.
getFamilyName() - Method in class org.apache.batik.bridge.SVGGVTFont
 
getFamilyName() - Method in class org.apache.batik.gvt.font.AWTFontFamily
Returns the font family name.
getFamilyName() - Method in class org.apache.batik.gvt.font.AWTGVTFont
 
getFamilyName() - Method in interface org.apache.batik.gvt.font.GVTFont
Returns the font family name of this font.
getFamilyName() - Method in class org.apache.batik.gvt.font.GVTFontFace
Returns the family name of this font, it may contain more than one.
getFamilyName() - Method in interface org.apache.batik.gvt.font.GVTFontFamily
Returns the font family name.
getFamilyName() - Method in class org.apache.batik.gvt.font.UnresolvedFontFamily
Returns the font family name.
getFamilyThatCanDisplay(char) - Method in class org.apache.batik.bridge.DefaultFontFamilyResolver
getFamilyThatCanDisplay(char) - Method in interface org.apache.batik.bridge.FontFamilyResolver
 
getFamilyType() - Method in class org.apache.batik.svggen.font.table.Panose
 
getFarthestViewportElement() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGLocatable.getFarthestViewportElement().
getFarthestViewportElement(Element) - Static method in class org.apache.batik.anim.dom.SVGLocatableSupport
To implement SVGLocatable.getFarthestViewportElement().
getFarthestViewportElement() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGLocatable.getFarthestViewportElement().
getFarthestViewportElement() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
DOM: Implements SVGLocatable.getFarthestViewportElement().
getFarthestViewportElement() - Method in class org.apache.batik.extension.GraphicsExtensionElement
DOM: Implements SVGLocatable.getFarthestViewportElement().
getFeature(String, String) - Method in class org.apache.batik.dom.AbstractDOMImplementation
getFeature(String, String) - Method in class org.apache.batik.dom.AbstractNode
getFeatureList() - Method in class org.apache.batik.svggen.font.table.GsubTable
 
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.util.FileCacheSeekableStream
Returns the current offset in this file.
getFilePointer() - Method in class org.apache.batik.ext.awt.image.codec.util.ForwardSeekableStream
Returns the current position in the stream (bytes read).
getFilePointer() - Method in class org.apache.batik.ext.awt.image.codec.util.MemoryCacheSeekableStream
Returns the current offset in this file.
getFilePointer() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableOutputStream
 
getFilePointer() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Returns the current offset in this stream.
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.
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 interface org.apache.batik.gvt.filter.Mask
The region to which this mask applies
getFilterRegion() - Method in class org.apache.batik.gvt.filter.MaskRable8Bit
The region to which this mask applies
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.FilterChainRable8Bit
Returns the resolution along the X axis.
getFilterResolutionX() - Method in interface org.apache.batik.ext.awt.image.renderable.FilterResRable
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.
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.FilterChainRable8Bit
Returns the resolution along the Y axis.
getFilterResolutionY() - Method in interface org.apache.batik.ext.awt.image.renderable.FilterResRable
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.
getFilterResX() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements SVGFilterElement.getFilterResX().
getFilterResY() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements SVGFilterElement.getFilterResY().
getFilterUnits() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements SVGFilterElement.getFilterUnits().
getFilterValue() - Method in class org.apache.batik.svggen.SVGCompositeDescriptor
 
getFilterValue() - Method in class org.apache.batik.svggen.SVGFilterDescriptor
 
getFirst() - Method in class org.apache.batik.svggen.font.table.CmapFormat
 
getFirst() - Method in class org.apache.batik.svggen.font.table.CmapFormat0
 
getFirst() - Method in class org.apache.batik.svggen.font.table.CmapFormat2
 
getFirst() - Method in class org.apache.batik.svggen.font.table.CmapFormat4
 
getFirst() - Method in class org.apache.batik.svggen.font.table.CmapFormat6
 
getFirstCharIndex() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getFirstChild(Node) - Method in class org.apache.batik.bridge.svg12.SVG12TextElementBridge
Returns the first child node of the given node that should be processed by the text bridge.
getFirstChild(Node) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Returns the first child node of the given node that should be processed by the text bridge.
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(GraphicsNode) - Static method in class org.apache.batik.gvt.GVTTreeWalker
 
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().
getFirstContour() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getFirstElementChild() - Method in class org.apache.batik.dom.AbstractElement
getFirstElementChild() - Method in interface org.apache.batik.w3c.dom.ElementTraversal
 
getFirstIndex() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getFirstNode() - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager.XblChildNodes
Returns the first node in the list.
getFlags() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getFlags(int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getFlags(int) - Method in class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
getFlags(int) - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getFlags() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getFloat(String) - Method in class org.apache.batik.util.PreferenceManager
Gets a float preference.
getFloatArray() - Method in class org.apache.batik.parser.FloatArrayProducer
Returns the array of floats accumulated.
getFloatProp(StyleMap, CSSEngine, int) - Static method in class org.apache.batik.bridge.CSSFontFace
 
getFloatValue(short) - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractComponent
getFloatValue(short) - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractComponent
getFloatValue(short) - Method in class org.apache.batik.css.dom.CSSOMValue
getFloatValue() - Method in class org.apache.batik.css.engine.value.AbstractValue
getFloatValue() - Method in class org.apache.batik.css.engine.value.ComputedValue
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.parser.CSSLexicalUnit.DimensionLexicalUnit
SAC: Implements LexicalUnit.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
SAC: Implements LexicalUnit.getFloatValue().
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.bridge.svg12.SVGFlowRootElementBridge
 
getFlowDiv(BridgeContext, Element) - Method in class org.apache.batik.extension.svg.BatikFlowTextElementBridge
 
getFlowDivElement(Element) - Method in class org.apache.batik.bridge.svg12.SVGFlowRootElementBridge
 
getFlowLine() - Method in class org.apache.batik.gvt.flow.WordInfo
 
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.bridge.GlyphLayout
Returns the GVTFont to use when rendering the specified character iterator.
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.AWTGVTGlyphVector
Returns the GVTFont associated with this GVTGlyphVector.
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.MultiGlyphVector
Returns the Font associated with this GlyphVector.
getFont() - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the Font associated with this GlyphVector.
getFont() - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getFont(String) - Method in class org.apache.batik.util.PreferenceManager
Returns a font preference.
getFontAttrs() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
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.
getFontFace() - Method in class org.apache.batik.gvt.font.AWTFontFamily
Returns the font-face information for this font family.
getFontFace() - Method in interface org.apache.batik.gvt.font.GVTFontFamily
Returns the FontFace for this fontFamily instance.
getFontFace() - Method in class org.apache.batik.gvt.font.UnresolvedFontFamily
Returns the font-face information for this font family.
getFontFaceElement() - Method in class org.apache.batik.bridge.SVGFontFace
 
getFontFaces(Document, BridgeContext) - Static method in class org.apache.batik.bridge.SVGFontUtilities
 
getFontFaces() - Method in class org.apache.batik.css.engine.CSSEngine
Gets the StyleMaps generated by @font-face rules encountered by this CSSEngine thus far.
getFontFaceSrcs(Element) - Method in class org.apache.batik.bridge.SVGFontFaceElementBridge
the returned list may contain Strings and ParsedURLs
getFontFamily(BridgeContext) - Method in class org.apache.batik.bridge.CSSFontFace
Returns the font associated with this rule or element.
getFontFamily(BridgeContext) - Method in class org.apache.batik.bridge.FontFace
Returns the font associated with this rule or element.
getFontFamily(BridgeContext, ParsedURL) - Method in class org.apache.batik.bridge.FontFace
Tries to build a GVTFontFamily from a URL reference
getFontFamily(BridgeContext) - Method in class org.apache.batik.bridge.SVGFontFace
Returns the font associated with this rule or element.
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
getFontFamilyResolver() - Method in class org.apache.batik.bridge.BridgeContext
 
getFontFamilyResolver() - Method in class org.apache.batik.bridge.StrokingTextPainter
 
getFontFamilyResolver() - Method in interface org.apache.batik.bridge.UserAgent
Returns the Font Family Resolver
getFontFamilyResolver() - Method in class org.apache.batik.bridge.UserAgentAdapter
Returns the Font Family Resolver
getFontFamilyResolver() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgent
 
getFontFamilyResolver() - Method in class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
 
getFontList(BridgeContext, Element, Map) - Method in class org.apache.batik.bridge.SVGTextElementBridge
This method adds all the font related properties to result It also builds a List of the GVTFonts and returns it.
getFontList() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
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.AWTGVTGlyphVector
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.MultiGlyphVector
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.anim.dom.AbstractSVGLength.DefaultContext
Returns the font-size value.
getFontSize() - Method in class org.apache.batik.anim.dom.SVGOMElement.UnitContext
Returns the font-size value.
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.AnimatableGenericSVGBridge
Returns the font-size on the associated element.
getFontSize() - Method in class org.apache.batik.bridge.SVGAnimationElementBridge
 
getFontSize() - Method in class org.apache.batik.bridge.SVGDescriptiveElementBridge
 
getFontSize() - Method in class org.apache.batik.bridge.SVGDocumentBridge
 
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.bridge.UnitProcessor.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.parser.UnitProcessor.Context
Returns the font-size value.
getFontSizeIndex() - Method in class org.apache.batik.css.engine.CSSEngine
Returns the font-size property index.
getFontSizeRelative() - Method in class org.apache.batik.css.engine.value.svg12.LineHeightValue
The type of the value.
getFontStyle() - Method in class org.apache.batik.gvt.font.GVTFontFace
Returns the font-style.
getFontWeight() - Method in class org.apache.batik.gvt.font.GVTFontFace
Returns the font-weight.
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.
getFooter() - Method in class org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenu
Gets the footer item.
getFooterText() - Method in class org.apache.batik.apps.svgbrowser.DropDownHistoryModel
Gets the footer text.
getFooterText() - Method in class org.apache.batik.apps.svgbrowser.DropDownHistoryModel.RedoPopUpMenuModel
 
getFooterText() - Method in class org.apache.batik.apps.svgbrowser.DropDownHistoryModel.UndoPopUpMenuModel
 
getFooterText() - Method in interface org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuModel
Gets the footer text for the ScrollablePopupMenu's footer item.
getFormat() - Method in class org.apache.batik.anim.dom.SVGOMAltGlyphElement
DOM: Implements SVGAltGlyphElement.getFormat().
getFormat() - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.getFormat().
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.ClassDefFormat2
 
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.CoverageFormat1
 
getFormat() - Method in class org.apache.batik.svggen.font.table.CoverageFormat2
 
getFormat() - Method in class org.apache.batik.svggen.font.table.LigatureSubstFormat1
 
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.SingleSubstFormat2
 
getFormat() - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Returns whether the output must be formatted.
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.
getFunctionName() - Method in class org.apache.batik.css.engine.value.svg12.AbstractCIEColor
 
getFunctionName() - Method in class org.apache.batik.css.engine.value.svg12.CIELabColor
getFunctionName() - Method in class org.apache.batik.css.engine.value.svg12.CIELCHColor
getFunctionName() - Method in class org.apache.batik.css.parser.CSSLexicalUnit.FunctionLexicalUnit
SAC: Implements LexicalUnit.getFunctionName().
getFunctionName() - Method in class org.apache.batik.css.parser.CSSLexicalUnit
SAC: Implements LexicalUnit.getFunctionName().
getFunctionName() - Method in class org.apache.batik.css.parser.CSSLexicalUnit.PredefinedFunctionLexicalUnit
SAC: Implements LexicalUnit.getFunctionName().
getFx() - Method in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
DOM: Implements SVGRadialGradientElement.getFx().
getFy() - Method in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
DOM: Implements SVGRadialGradientElement.getFy().
getGamma() - Method in class org.apache.batik.ext.awt.image.codec.png.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.png.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.bridge.GlyphLayout
Returns the rectangular bounds of the completed glyph layout, inclusive of "decoration" (underline, overline, etc.)
getGeometricBounds() - Method in interface org.apache.batik.bridge.TextSpanLayout
Returns the bounds of the geometry (this is always the bounds of the outline).
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 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.MultiGlyphVector
Returns the geometric bounds of this GlyphVector.
getGeometricBounds() - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the geometric bounds of this GlyphVector.
getGeometryBounds(TextNode) - Method in class org.apache.batik.bridge.BasicTextPainter
Get a Rectangle2D in userspace coords which encloses the textnode glyphs just including the geometry info.
getGeometryBounds() - Method in class org.apache.batik.bridge.MultiResGraphicsNode
 
getGeometryBounds() - Method in class org.apache.batik.bridge.SVGPatternElementBridge.PatternGraphicsNode
 
getGeometryBounds() - Method in class org.apache.batik.bridge.TextNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into account.
getGeometryBounds(TextNode) - Method in interface org.apache.batik.bridge.TextPainter
Get a Rectangle2D in userspace coords which encloses the textnode glyphs just including the geometry info.
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 attributes into account.
getGeometryBounds() - Method in class org.apache.batik.gvt.font.Glyph
 
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.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.ShapeNode
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into account.
getGlobalBridgeExtensions() - Static method in class org.apache.batik.bridge.BridgeContext
 
getGlobalObject() - Method in class org.apache.batik.bridge.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.AnimatableGenericSVGBridge
Returns the global transformation matrix from the current element to the root.
getGlobalTransform() - Method in class org.apache.batik.bridge.SVGAnimationElementBridge
 
getGlobalTransform() - Method in class org.apache.batik.bridge.SVGDescriptiveElementBridge
 
getGlobalTransform() - Method in class org.apache.batik.bridge.SVGDocumentBridge
 
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
 
getGlyphAdvances() - Method in class org.apache.batik.bridge.GlyphLayout
 
getGlyphAdvances() - Method in interface org.apache.batik.bridge.TextSpanLayout
Returns the advance between each glyph in text progression direction.
getGlyphAsSVG(Font, Glyph, int, int, String, String) - Static method in class org.apache.batik.svggen.font.SVGFont
 
getGlyphAsSVG(Font, Glyph, int, int, SingleSubst, SingleSubst, SingleSubst, String) - Static method in class org.apache.batik.svggen.font.SVGFont
 
getGlyphCellBounds(int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the bounding box of the specified glyph, considering only the glyph's metrics (ascent, descent, advance) rather than the actual glyph shape.
getGlyphCellBounds(int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns the bounding box of the specified glyph, considering only the glyph's metrics (ascent, descent, advance) rather than the actual glyph shape.
getGlyphCellBounds(int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns the bounding box of the specified glyph, considering only the glyph's metrics (ascent, descent, advance) rather than the actual glyph shape.
getGlyphCellBounds(int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the bounding box of the specified glyph, considering only the glyph's metrics (ascent, descent, advance) rather than the actual glyph shape.
getGlyphCode(int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns the glyphcode of the specified glyph.
getGlyphCode() - Method in class org.apache.batik.gvt.font.Glyph
Returns the glyphs unique code with resect to its font.
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.MultiGlyphVector
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.AWTGVTGlyphVector
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.MultiGlyphVector
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.bridge.GlyphLayout
Returns the number of glyphs in this layout.
getGlyphCount() - Method in interface org.apache.batik.bridge.TextSpanLayout
Returns the number of glyphs in this layout.
getGlyphCount() - Method in class org.apache.batik.gvt.flow.GlyphGroupInfo
get the number of glyphs that count when it's not the last in the line (basically end-start+1-sum(hide) ).
getGlyphCount() - Method in class 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.
getGlyphGroup(int) - Method in class org.apache.batik.gvt.flow.WordInfo
 
getGlyphId(int) - Method in class org.apache.batik.svggen.font.table.Ligature
 
getGlyphIndex(int) - Method in class org.apache.batik.bridge.GlyphLayout
Returns the index of the first glyph that has the specified char index.
getGlyphIndex(int) - Method in interface org.apache.batik.bridge.TextSpanLayout
Returns the glyph index of the glyph that has the specified char index.
getGlyphIndex() - Method in class org.apache.batik.extension.svg.GlyphIterator
 
getGlyphIndex() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
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 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.MultiGlyphVector
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.AWTGVTGlyphVector
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.MultiGlyphVector
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(int) - Method in class org.apache.batik.bridge.GlyphLayout
 
getGlyphMetrics(int) - Method in interface org.apache.batik.bridge.TextSpanLayout
Returns the Metrics for a particular glyph.
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() - 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 metrics of this Glyph with the specified kerning value applied.
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.MultiGlyphVector
Returns the metrics of the glyph at the specified index into this GlyphVector.
getGlyphMetrics(int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the metrics of the glyph at the specified index into this GlyphVector.
getGlyphName(int) - Method in class org.apache.batik.svggen.font.table.PostTable
 
getGlyphOrientationAngle() - Method in class org.apache.batik.bridge.GlyphLayout
Returns the value of the vertical glyph orientation angle.
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 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.MultiGlyphVector
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.AWTGVTGlyphVector
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.MultiGlyphVector
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.AWTGVTGlyphVector
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.MultiGlyphVector
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.anim.dom.SVGOMAltGlyphElement
DOM: Implements SVGAltGlyphElement.getGlyphRef().
getGlyphRef() - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.getGlyphRef().
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 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.MultiGlyphVector
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.bridge.GlyphLayout
 
getGlyphVector() - Method in interface org.apache.batik.bridge.TextSpanLayout
Return the glyph vector asociated to this layout.
getGlyphVector() - Method in class org.apache.batik.extension.svg.LineInfo
 
getGlyphVector() - Method in class org.apache.batik.gvt.flow.GlyphGroupInfo
Get the GlyphVector for this GlyphGroup.
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 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.MultiGlyphVector
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.anim.dom.SVGOMGradientElement
To implement SVGGradientElement.getGradientTransform().
getGradientUnits() - Method in class org.apache.batik.anim.dom.SVGOMGradientElement
DOM: Implements SVGGradientElement.getGradientUnits().
getGraphicContext() - Method in class org.apache.batik.ext.awt.g2d.AbstractGraphics2D
 
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
 
getGraphics2D() - Method in class org.apache.batik.transcoder.ToSVGAbstractTranscoder
Get the SVGGraphics2D associated with this transcoder.
getGraphicsNode(Node) - Method in class org.apache.batik.bridge.BridgeContext
Returns the GraphicsNode associated to the specified Node or null if any.
getGraphicsNode() - Method in exception org.apache.batik.bridge.BridgeException
Returns the graphics node that represents the current GVT tree built.
getGraphicsNode(int) - Method in class org.apache.batik.bridge.MultiResGraphicsNode
 
getGraphicsNode() - Method in class org.apache.batik.bridge.StyleReference
Returns the graphics node.
getGraphicsNode() - Method in class org.apache.batik.gvt.event.GraphicsNodeEvent
Returns the graphics node where the event is originated.
getGraphicsNode() - Method in class org.apache.batik.gvt.filter.BackgroundRable8Bit
Returns the GraphicsNode rendered by this image
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.PatternPaint
Returns the graphics node that define the pattern.
getGraphicsNode() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Returns the root of the GVT tree displayed by this component, if any.
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.
getGraphicsNodeRable() - Method in class org.apache.batik.gvt.RasterImageNode
Returns the RenderableImage for this node.
getGreen() - Method in class org.apache.batik.css.dom.CSSOMSVGColor
DOM: Implements RGBColor.getGreen().
getGreen() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements RGBColor.getGreen().
getGreen() - Method in class org.apache.batik.css.engine.value.AbstractValue
Implements Value.getGreen().
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.apache.batik.css.engine.value.Value
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
getGroup() - Method in class org.apache.batik.dom.events.EventListenerList.Entry
Returns the event group.
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.gvt.GVTTreeWalker
Returns the GVT root graphics node.
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.
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.
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.anim.dom.SVGOMAnimatedRect.AnimSVGRect
DOM: Implements SVGRect.getHeight().
getHeight() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.BaseSVGRect
DOM: Implements SVGRect.getHeight().
getHeight() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements SVGFilterElement.getHeight().
getHeight() - Method in class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
DOM: Implements SVGFilterPrimitiveStandardAttributes.getHeight().
getHeight() - Method in class org.apache.batik.anim.dom.SVGOMForeignObjectElement
DOM: Implements SVGForeignObjectElement.getHeight().
getHeight() - Method in class org.apache.batik.anim.dom.SVGOMImageElement
DOM: Implements SVGImageElement.getHeight().
getHeight() - Method in class org.apache.batik.anim.dom.SVGOMMaskElement
DOM: Implements SVGMaskElement.getHeight().
getHeight() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGPatternElement.getHeight().
getHeight() - Method in class org.apache.batik.anim.dom.SVGOMRectElement
DOM: Implements SVGRectElement.getHeight().
getHeight() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getHeight().
getHeight() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
DOM: Implements SVGUseElement.getHeight().
getHeight() - Method in class org.apache.batik.anim.values.AnimatableRectValue
Returns the height.
getHeight() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getHeight() - Method in class org.apache.batik.bridge.svg12.SVGMultiImageElementBridge.MultiImageElementViewport
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.bridge.UserAgentViewport
Returns the height of this viewport.
getHeight() - Method in interface org.apache.batik.bridge.Viewport
Returns the height of this viewport.
getHeight() - Method in class org.apache.batik.dom.svg.SVGOMRect
DOM: Implements SVGRect.getHeight().
getHeight() - Method in class org.apache.batik.ext.awt.image.codec.util.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.
getHeightBoundsPixels() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
getHeightBoundsUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
getHeightPixels() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the height of the WMF Metafile, in pixels.
getHeightUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the height units in the WMF Metafile.
getHheaTable() - Method in class org.apache.batik.svggen.font.Font
 
getHide() - Method in class org.apache.batik.gvt.flow.GlyphGroupInfo
 
getHideLast() - Method in class org.apache.batik.gvt.flow.GlyphGroupInfo
return true if 'end' glyph should be hidden in cases where this is not the last glyph group in a span
getHighlightBounds() - Method in class org.apache.batik.swing.gvt.TextSelectionManager
The highlight bounds.
getHighlightShape(int, int) - Method in class org.apache.batik.bridge.GlyphLayout
Returns a Shape which encloses the currently selected glyphs as specified by the character indices.
getHighlightShape(Mark, Mark) - Method in class org.apache.batik.bridge.StrokingTextPainter
Return a Shape, in the coordinate system of the text layout, which encloses the text selection delineated by two Mark instances.
getHighlightShape() - Method in class org.apache.batik.bridge.TextNode
Returns the shape used to outline this text node.
getHighlightShape(Mark, Mark) - Method in interface org.apache.batik.bridge.TextPainter
Get a Shape in userspace coords which encloses the textnode glyphs bounded by two Marks.
getHighlightShape(int, int) - Method in interface org.apache.batik.bridge.TextSpanLayout
Returns a Shape which encloses the currently selected glyphs as specified by glyph indices begin and end.
getHighlightShape() - Method in class org.apache.batik.gvt.event.SelectionEvent
Returns a shape in user space that encloses the current selection.
getHighlightShape() - Method in interface org.apache.batik.gvt.Selectable
Return a shape in user coords which encloses the current selection.
getHintsConverter() - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
getHistogram() - Method in class org.apache.batik.extension.svg.HistogramRed
 
getHistoryBrowser() - Method in class org.apache.batik.apps.svgbrowser.HistoryBrowserInterface
Gets the history browser.
getHit() - Method in class org.apache.batik.bridge.BasicTextPainter.BasicMark
 
getHitCheckChildren() - Method in class org.apache.batik.gvt.ImageNode
 
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.
getHorizontalAlignment(int) - Static method in class org.apache.batik.transcoder.wmf.tosvg.WMFUtilities
Get the Horizontal Alignement for the Alignment property.
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.anim.dom.SVGOMFEImageElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.anim.dom.SVGOMGradientElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.anim.dom.SVGOMTextPathElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.anim.dom.SVGOMURIReferenceElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.anim.dom.SVGURIReferenceGraphicsElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.anim.dom.SVGURIReferenceTextPositioningElement
DOM: Implements SVGURIReference.getHref().
getHyperlinkBeginTime() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
Returns the time that the document would seek to if this animation element were hyperlinked to, or NaN if there is no such begin time.
getHyperlinkBeginTime() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the time that the document would seek to if this animation element were hyperlinked to, or NaN if there is no such begin time.
getHyperlinkBeginTime() - Method in class org.apache.batik.bridge.SVGAnimationElementBridge
Returns the time that the document would seek to if this animation element were hyperlinked to, or NaN if there is no such begin time.
getHyperlinkBeginTime() - Method in interface org.apache.batik.dom.svg.SVGAnimationContext
Returns the time that the document would seek to if this animation element were hyperlinked to, or NaN if there is no such begin time.
getICCColor() - Method in class org.apache.batik.css.dom.CSSOMSVGColor
DOM: Implements SVGColor.getICCColor().
getIccColor() - Method in class org.apache.batik.css.dom.CSSOMSVGColor
Returns the SVGICCColor value of this SVGColor.
getICCProfileData() - Method in class org.apache.batik.ext.awt.image.codec.png.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.anim.dom.SVGOMElement
DOM: Implements SVGElement.getId().
getId() - Method in class org.apache.batik.dom.AbstractElement
Get the ID of this element.
getID() - Method in class org.apache.batik.gvt.event.GraphicsNodeEvent
Returns the ID of this event.
getID() - Method in class org.apache.batik.gvt.event.SelectionEvent
Returns the event's selection event type.
getID() - Method in class org.apache.batik.transcoder.wmf.tosvg.GdiObject
Return the identification of this GdiObject.
getIdAttribute() - Method in class org.apache.batik.dom.AbstractElement
Get an ID attribute.
getIdent() - Method in class org.apache.batik.anim.values.AnimatableAngleOrIdentValue
Returns the identifiers.
getIdent() - Method in class org.apache.batik.anim.values.AnimatableLengthOrIdentValue
Returns the identifier.
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
getIdentifier() - Method in class org.apache.batik.css.engine.value.ComputedValue
getIdentifier() - Method in interface org.apache.batik.css.engine.value.Value
The identifier value of the counter.
getIdentifiers() - Method in class org.apache.batik.css.engine.value.AbstractColorManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.css2.DirectionManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.css2.DisplayManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.css2.FontSizeManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.css2.FontStretchManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.css2.FontStyleManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.css2.FontVariantManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.css2.FontWeightManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.css2.OverflowManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.css2.SrcManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.css2.UnicodeBidiManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.css2.VisibilityManager
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.svg.AlignmentBaselineManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.ClipRuleManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.ColorInterpolationManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.ColorRenderingManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.DominantBaselineManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.FillRuleManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.ImageRenderingManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.PointerEventsManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.ShapeRenderingManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinecapManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinejoinManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.TextAnchorManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.TextRenderingManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg.WritingModeManager
getIdentifiers() - Method in class org.apache.batik.css.engine.value.svg12.TextAlignManager
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.
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(byte[], int, int) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
Return the image associated with a bitmap in a Metafile.
getImage(byte[]) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
Return the image associated with a bitmap in a Metafile.
getImageBounds(BridgeContext, Element) - Static method in class org.apache.batik.bridge.svg12.SVGMultiImageElementBridge
Returns the bounds of the specified image element.
getImageBounds(BridgeContext, Element) - Static method in class org.apache.batik.bridge.SVGImageElementBridge
Returns the bounds of the specified image element.
getImageBounds() - Method in class org.apache.batik.gvt.RasterImageNode
Returns the bounds of this raster image node.
getImageCacher() - Method in interface org.apache.batik.svggen.CachedImageHandler
Returns the image cache instance in use by this handler
getImageCacher() - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
The image cache can be used by subclasses for efficient image storage
getImageDimension(byte[]) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
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
getImplementationEventListeners(String, boolean) - Method in class org.apache.batik.anim.dom.XBLEventSupport
Returns the implementation listneers.
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.svg12.SVG12BridgeExtension
This should return the list of extensions implemented by this BridgeExtension.
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.
getImplicitDur() - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Returns the implicit duration of the element.
getImplicitDur() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the implicit duration of the element.
getImports() - Static method in class org.apache.batik.script.ImportInfo
Returns the default ImportInfo instance.
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.anim.dom.SVGOMFEBlendElement
DOM: Implements SVGFEBlendElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFEColorMatrixElement
DOM: Implements SVGFEColorMatrixElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFEComponentTransferElement
DOM: Implements SVGFEComponentTransferElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFECompositeElement
DOM: Implements SVGFECompositeElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement#getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
DOM: Implements SVGFEDiffuseLightingElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
DOM: Implements SVGFEDisplacementMapElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFEFloodElement
DOM: Implements SVGFEFloodElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFEGaussianBlurElement
DOM: Implements SVGFEGaussianBlurElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFEMergeNodeElement
DOM: Implements SVGFEMergeNodeElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFEMorphologyElement
DOM: Implements SVGFEMorphologyElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFEOffsetElement
DOM: Implements SVGFEOffsetElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFESpecularLightingElement
DOM: Implements SVGFESpecularLightingElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFETileElement
DOM: Implements SVGFETileElement.getIn1().
getIn2() - Method in class org.apache.batik.anim.dom.SVGOMFEBlendElement
DOM: Implements SVGFEBlendElement.getIn2().
getIn2() - Method in class org.apache.batik.anim.dom.SVGOMFECompositeElement
DOM: Implements SVGFECompositeElement.getIn2().
getIn2() - Method in class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
DOM: Implements SVGFEDisplacementMapElement.getIn2().
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.
getIndent() - Method in class org.apache.batik.extension.svg.MarginInfo
 
getIndent() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
getIndent() - Method in class org.apache.batik.gvt.flow.MarginInfo
 
getIndex() - Method in class org.apache.batik.bridge.UpdateManager.SuspensionInfo
 
getIndex(int) - Method in class org.apache.batik.css.engine.StyleDeclaration
Returns the property index of a value.
getIndex() - Method in class org.apache.batik.ext.awt.geom.PathLength.PathSegment
Returns the segment index.
getIndex() - Method in class org.apache.batik.gvt.flow.WordInfo
 
getIndex() - Method in class org.apache.batik.gvt.text.AttributedCharacterSpanIterator
Get the current index.
getIndex() - Method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
Returns the current index.
getIndex() - Method in class org.apache.batik.gvt.text.GVTACIImpl
Get the current index.
getIndex() - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator
Get the current index.
getIndexed() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getIndexedImage(BufferedImage, int) - 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.
getInputEncoding() - Method in class org.apache.batik.dom.AbstractDocument
getInputEncoding() - Method in class org.apache.batik.dom.AbstractEntity
DOM: Implements Entity.getInputEncoding().
getInputHandler(ParsedURL) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Returns the input handler for the given URI
getInputStream() - Method in interface org.apache.batik.ext.awt.image.codec.util.ImageDecoder
Returns the SeekableStream associated with this ImageDecoder.
getInputStream() - Method in class org.apache.batik.ext.awt.image.codec.util.ImageDecoderImpl
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.
getInputStream() - Method in class org.apache.batik.util.ClassFileUtilities.ClassFile
 
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 interface org.apache.batik.bridge.Bridge
Returns a new instance of this bridge.
getInstance() - Static method in class org.apache.batik.bridge.FlowTextPainter
Returns a unique instance of this class.
getInstance() - Method in interface org.apache.batik.bridge.GraphicsNodeBridge
Returns the Bridge instance to be used for a single DOM element.
getInstance() - Static method in class org.apache.batik.bridge.StrokingTextPainter
Returns a unique instance of this class.
getInstance() - Method in class org.apache.batik.bridge.svg12.BindableElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.svg12.SVG12TextElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.svg12.SVGFlowRootElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.svg12.SVGMultiImageElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.svg12.XBLContentElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.svg12.XBLShadowTreeElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGAElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGAnimateColorElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGAnimateElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGAnimateMotionElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGAnimateTransformElementBridge
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.SVGDescElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGDocumentBridge
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.SVGGElementBridge
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.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 class org.apache.batik.bridge.SVGPolygonElementBridge
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.bridge.SVGSetElementBridge
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.SVGSwitchElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGTextElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGTitleElementBridge
Returns a new instance of this bridge.
getInstance() - Method in class org.apache.batik.bridge.SVGUseElementBridge
Returns a new instance of this bridge.
getInstance() - Static method in class org.apache.batik.ext.awt.image.spi.ImageWriterRegistry
 
getInstance() - Method in class org.apache.batik.extension.svg.BatikFlowTextElementBridge
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.BatikStarElementBridge
Returns a new instance of this bridge.
getInstance() - Static method in class org.apache.batik.extension.svg.FlowExtTextPainter
Returns a unique instance of this class.
getInstance() - Static method in class org.apache.batik.transcoder.wmf.tosvg.TextureFactory
Get the unique instance of the class.
getInstance(float) - Static method in class org.apache.batik.transcoder.wmf.tosvg.TextureFactory
Get the unique instance of the class, setting the scale of the pattern.
getInstanceRoot() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
DOM: Implements SVGUseElement.getInstanceRoot().
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) - Method in class org.apache.batik.i18n.LocalizableSupport
Returns the integer mapped with the given string
getInteger(String) - Static method in class org.apache.batik.script.rhino.Messages
 
getInteger(String) - Static method in class org.apache.batik.util.Messages
 
getInteger(String) - Method in class org.apache.batik.util.PreferenceManager
Gets an int preference.
getInteger(String) - Method in class org.apache.batik.util.resources.ResourceManager
Returns the integer mapped with the given string
getIntegerValue() - Method in class org.apache.batik.css.parser.CSSLexicalUnit
SAC: Implements LexicalUnit.getIntegerValue().
getIntegerValue() - Method in class org.apache.batik.css.parser.CSSLexicalUnit.IntegerLexicalUnit
SAC: Implements LexicalUnit.getIntegerValue().
getInteractionEnabled() - Method in class org.apache.batik.apps.svgbrowser.ThumbnailDialog
 
getInteractors() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Returns the interactor list.
getIntercept() - Method in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
DOM: Implements SVGComponentTransferFunctionElement.getIntercept().
getIntercept() - Method in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
Returns the intercept value for this transfer function
getIntercept() - Method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
Returns the intercept value for this transfer function
getInterlacing() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if Adam7 interlacing will be used.
getInternalSubset() - Method in class org.apache.batik.dom.GenericDocumentType
getInterpreter() - Method in class org.apache.batik.bridge.BaseScriptingEnvironment
Returns the default Interpreter for this document.
getInterpreter(String) - Method in class org.apache.batik.bridge.BaseScriptingEnvironment
 
getInterpreter() - Method in class org.apache.batik.bridge.BaseScriptingEnvironment.Window
Returns the associated interpreter.
getInterpreter(String) - Method in class org.apache.batik.bridge.BridgeContext
Returns a Interpreter for the specified language.
getInterpreter() - Method in class org.apache.batik.bridge.ScriptingEnvironment.Window
Returns the associated interpreter.
getInterpreter() - Method in interface org.apache.batik.bridge.Window
Returns the associated interpreter.
getInterpreter(String) - Method in class org.apache.batik.swing.svg.JSVGComponent
Returns the Interpreter being used for script of the given MIME type.
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.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getIntersectionList(SVGRect,SVGElement).
getIntersectionList(SVGRect, Element) - Method in class org.apache.batik.bridge.SVGSVGElementBridge
 
getIntersectionList(SVGRect, Element) - Method in interface org.apache.batik.dom.svg.SVGSVGContext
Returns a List of all the DOM elements that intersect svgRect that are below end in the rendering order.
getInvalidIteratorState() - Method in class org.apache.batik.dom.AbstractDocument.XPathExpr.Result
Returns whether the iterator has been invalidated by document modifications.
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.anim.dom.AbstractSVGLengthList
DOM: Implements SVGLengthList.getItem(int).
getItem(int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
DOM: Implements SVGLengthList.getItem(int).
getItem(int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
DOM: Implements SVGNumberList.getItem(int).
getItem(int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
DOM: Implements SVGPathSegList.getItem(int).
getItem(int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
DOM: Implements SVGPointList.getItem(int).
getItem(int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
DOM: Implements SVGTransformList.getItem(int).
getItem(int) - Method in class org.apache.batik.css.dom.CSSOMSVGColor
DOM: Implements SVGNumberList.getItem(int).
getItem(int) - Method in class org.apache.batik.dom.svg.AbstractSVGNumberList
DOM: Implements SVGNumberList.getItem(int).
getItem(int) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList
 
getItem(int) - Method in class org.apache.batik.dom.svg.AbstractSVGPointList
DOM: Implements SVGPointList.getItem(int).
getItem(int) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList
DOM: Implements SVGTransformList.getItem(int).
getItemImpl(int) - Method in class org.apache.batik.dom.svg.AbstractSVGList
Returns the item from the list at the specified index.
getItemIndex(JMenuItem) - Method in class org.apache.batik.apps.svgbrowser.LocalHistory.RadioListener
 
getItemNumber() - Method in class org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuEvent
Gets the item number.
getItemSeparator() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList
Return the separator between values in the list.
getItemSeparator() - Method in class org.apache.batik.dom.svg.AbstractSVGList
Returns the separator string to use when constructing a string representation of the entire list.
getItemSeparator() - Method in class org.apache.batik.dom.svg.AbstractSVGNumberList
Return the separator between values in the list.
getItemSeparator() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList
Return the separator between segments in the list.
getItemSeparator() - Method in class org.apache.batik.dom.svg.AbstractSVGPointList
Return the separator between points in the list.
getItemSeparator() - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList
Return the separator between transform in the list.
getIteratorLock() - Method in class org.apache.batik.util.RunnableQueue
Returns iterator lock to use to work with the iterator returned by iterator().
getJPEGForceBaseline() - Method in class org.apache.batik.ext.awt.image.spi.ImageWriterParams
 
getJPEGQuality() - Method in class org.apache.batik.ext.awt.image.spi.ImageWriterParams
 
getJSVGCanvas() - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Returns the main JSVGCanvas of this frame.
getJustification() - Method in class org.apache.batik.extension.svg.MarginInfo
 
getK1() - Method in class org.apache.batik.anim.dom.SVGOMFECompositeElement
DOM: Implements SVGFECompositeElement.getK1().
getK2() - Method in class org.apache.batik.anim.dom.SVGOMFECompositeElement
DOM: Implements SVGFECompositeElement.getK2().
getK3() - Method in class org.apache.batik.anim.dom.SVGOMFECompositeElement
DOM: Implements SVGFECompositeElement.getK3().
getK4() - Method in class org.apache.batik.anim.dom.SVGOMFECompositeElement
DOM: Implements SVGFECompositeElement.getK4().
getKd() - Method in interface org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable
 
getKd() - Method in class org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable8Bit
 
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.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getKernelMatrix().
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 class org.apache.batik.ext.awt.image.renderable.ConvolveMatrixRable8Bit
Returns the [x,y] distance in user space between kernel values
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.
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.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.SpecularLightingRable8Bit
Returns the min [dx,dy] distance in user space for evalutation of the sobel gradient.
getKernelUnitLengthX() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getKernelUnitLengthX().
getKernelUnitLengthX() - Method in class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
DOM: Implements SVGFEDiffuseLightingElement.getKernelUnitLengthX().
getKernelUnitLengthY() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getKernelUnitLengthY().
getKernelUnitLengthY() - Method in class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
DOM: Implements SVGFEDiffuseLightingElement.getKernelUnitLengthY().
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 exception org.apache.batik.util.gui.resource.MissingListenerException
Gets parameter passed by constructor.
getKey() - Method in exception org.apache.batik.util.resources.ResourceFormatException
Gets parameter passed by constructor.
getKey1() - Method in class org.apache.batik.util.DoublyIndexedTable.Entry
Returns this entry's first key.
getKey2() - Method in class org.apache.batik.util.DoublyIndexedTable.Entry
Returns this entry's second key.
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
Returns 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.
getKeyIdentifier() - Method in class org.apache.batik.dom.events.DOMKeyboardEvent
DOM: Get the key identifier.
getKeyIdentifier() - Method in interface org.apache.batik.w3c.dom.events.KeyboardEvent
keyIdentifier holds the identifier of the key.
getKeyLocation() - Method in class org.apache.batik.dom.events.DOMKeyboardEvent
DOM: Get the key location.
getKeyLocation() - Method in class org.apache.batik.gvt.event.GraphicsNodeKeyEvent
Returns the key location.
getKeyLocation() - Method in interface org.apache.batik.w3c.dom.events.KeyboardEvent
The keyLocation attribute contains an indication of the location of they key on the device, as described in .
getKs() - Method in interface org.apache.batik.ext.awt.image.renderable.SpecularLightingRable
 
getKs() - Method in class org.apache.batik.ext.awt.image.renderable.SpecularLightingRable8Bit
 
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.
getLanguage() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getLanguageId() - Method in class org.apache.batik.svggen.font.table.NameRecord
 
getLanguages() - Method in interface org.apache.batik.apps.svgbrowser.Application
Returns the user languages.
getLanguages() - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
Returns the language settings.
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 class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
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.SVGUserAgentAdapter
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 class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
getLast() - Method in class org.apache.batik.svggen.font.table.CmapFormat
 
getLast() - Method in class org.apache.batik.svggen.font.table.CmapFormat0
 
getLast() - Method in class org.apache.batik.svggen.font.table.CmapFormat2
 
getLast() - Method in class org.apache.batik.svggen.font.table.CmapFormat4
 
getLast() - Method in class org.apache.batik.svggen.font.table.CmapFormat6
 
getLastAdvance() - Method in class org.apache.batik.gvt.flow.GlyphGroupInfo
returns the advance to use when this glyphGroup is the last glyph group in a span.
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.extension.svg.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(GraphicsNode) - Static method in class org.apache.batik.gvt.GVTTreeWalker
 
getLastElementChild() - Method in class org.apache.batik.dom.AbstractElement
getLastElementChild() - Method in interface org.apache.batik.w3c.dom.ElementTraversal
 
getLastGlyphCount() - Method in class org.apache.batik.gvt.flow.GlyphGroupInfo
get the number of glyphs that 'cout' when it is the last in the line.
getLastGlyphIndex(int) - Method in class org.apache.batik.bridge.GlyphLayout
Returns the index of the last glyph that has the specified char index.
getLastNode() - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager.XblChildNodes
Returns the last node in the list.
getLastRedoableCommandName() - Method in class org.apache.batik.apps.svgbrowser.HistoryBrowser.CommandNamesInfo
Gets the name of the last undoable command.
getLastRedoableCommandName() - Method in class org.apache.batik.apps.svgbrowser.HistoryBrowser
Gets the last redoable command name.
getLastSampleTime() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the last sample time of this element, in local active time.
getLastUndoableCommandName() - Method in class org.apache.batik.apps.svgbrowser.HistoryBrowser.CommandNamesInfo
Gets the name of the last redoable command.
getLastUndoableCommandName() - Method in class org.apache.batik.apps.svgbrowser.HistoryBrowser
Gets the last undoable command name.
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.bridge.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 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 interface org.apache.batik.css.engine.value.Value
The left value of the rect.
getLeft() - Method in class org.apache.batik.svggen.font.table.KerningPair
 
getLeftMargin() - Method in class org.apache.batik.extension.svg.MarginInfo
 
getLeftMargin() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
getLeftMargin() - Method in class org.apache.batik.gvt.flow.MarginInfo
 
getLeftSideBearing() - Method in class org.apache.batik.svggen.font.Glyph
 
getLeftSideBearing(int) - Method in class org.apache.batik.svggen.font.table.HmtxTable
 
getLeftUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the left units in the WMF Metafile.
getLength() - Method in class org.apache.batik.bridge.StrokingTextPainter.TextRun
 
getLength() - Method in class org.apache.batik.bridge.svg12.DefaultContentSelector.SelectedNodes
DOM: Implements NodeList.getLength().
getLength() - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager.XblChildNodes
DOM: Implements NodeList.getLength().
getLength() - Method in class org.apache.batik.bridge.svg12.XPathPatternContentSelector.SelectedNodes
DOM: Implements NodeList.getLength().
getLength() - Method in class org.apache.batik.bridge.svg12.XPathSubsetContentSelector.SelectedNodes
DOM: Implements NodeList.getLength().
getLength() - Method in class org.apache.batik.css.dom.CSSOMComputedStyle
getLength() - Method in class org.apache.batik.css.dom.CSSOMStoredStyleDeclaration
Returns the length of the declaration.
getLength() - Method in class org.apache.batik.css.dom.CSSOMStyleDeclaration
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.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.dom.CSSOMValue
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.ComputedValue
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.parser.CSSSACMediaList
SAC: Returns the length of this selector list
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.dom.AbstractCharacterData
DOM: Implements CharacterData.getLength().
getLength() - Method in class org.apache.batik.dom.AbstractDocument.DocumentConfiguration.ParameterNameList
Returns the number of parameter names in the list.
getLength() - Method in class org.apache.batik.dom.AbstractElement.NamedNodeHashMap
DOM: Implements NamedNodeMap.getLength().
getLength() - Method in class org.apache.batik.dom.AbstractParentNode.ChildNodes
DOM: Implements NodeList.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.util.ListNodeList
DOM: Implements NodeList.getLength().
getLength() - Method in class org.apache.batik.ext.awt.geom.Cubic
 
getLength(double) - Method in class org.apache.batik.ext.awt.geom.Cubic
 
getLength() - Method in class org.apache.batik.ext.awt.geom.Linear
 
getLength(double) - Method in class org.apache.batik.ext.awt.geom.Linear
 
getLength() - Method in class org.apache.batik.ext.awt.geom.PathLength.PathSegment
Returns the length of the path segment.
getLength() - Method in class org.apache.batik.ext.awt.geom.Quadradic
 
getLength(double) - Method in class org.apache.batik.ext.awt.geom.Quadradic
 
getLength() - Method in interface org.apache.batik.ext.awt.geom.Segment
 
getLength(double) - Method in interface org.apache.batik.ext.awt.geom.Segment
 
getLength() - Method in class org.apache.batik.svggen.font.table.CmapFormat
 
getLength() - Method in class org.apache.batik.svggen.font.table.DirectoryEntry
 
getLengthAdjust() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getLengthAdjust().
getLengthAdjust() - Method in class org.apache.batik.bridge.StrokingTextPainter.TextRun
 
getLengthAtSegment(int) - Method in class org.apache.batik.ext.awt.geom.PathLength
Returns the length at the start of the segment given by the specified index.
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.
getLengthType() - Method in class org.apache.batik.anim.values.AnimatableLengthValue
Returns the unit type of this length value.
getLengthTypeArray() - Method in class org.apache.batik.parser.LengthArrayProducer
Returns the array of length units accumulated.
getLengthTypes() - Method in class org.apache.batik.anim.values.AnimatableLengthListValue
Gets the length types.
getLengthValue() - Method in class org.apache.batik.anim.values.AnimatableLengthValue
Returns the magnitude of this length value.
getLengthValueArray() - Method in class org.apache.batik.parser.LengthArrayProducer
Returns the array of length values accumulated.
getLengthValues() - Method in class org.apache.batik.anim.values.AnimatableLengthListValue
Gets the length values.
getLetterForm() - Method in class org.apache.batik.svggen.font.table.Panose
 
getLexicalUnitType() - Method in class org.apache.batik.css.parser.CSSLexicalUnit
SAC: Implements LexicalUnit.getLexicalUnitType().
getLicenseType() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
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 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.PointLight
Computes the light vector in (x, y, z)
getLight() - Method in interface org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable
 
getLight() - Method in class org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable8Bit
 
getLight() - Method in interface org.apache.batik.ext.awt.image.renderable.SpecularLightingRable
 
getLight() - Method in class org.apache.batik.ext.awt.image.renderable.SpecularLightingRable8Bit
 
getLight(double, double, double, double[]) - Method in class org.apache.batik.ext.awt.image.SpotLight
Computes the light vector in (x, y, z)
getLight4(double, double, double, double[]) - Method in class org.apache.batik.ext.awt.image.SpotLight
computes light vector in (x, y, z).
getLightBase(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 class org.apache.batik.bridge.BridgeContext
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 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 class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
 
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.SVGUserAgentAdapter
Returns a lighter font-weight.
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 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.
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.
getLightRow4(double, double, double, int, double[][], double[][]) - Method in class org.apache.batik.ext.awt.image.SpotLight
 
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.anim.dom.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getLimitingConeAngle().
getLimitingConeAngle() - Method in class org.apache.batik.ext.awt.image.SpotLight
 
getLine() - Method in class org.apache.batik.css.parser.Scanner
Returns the current line.
getLine() - Method in class org.apache.batik.parser.AbstractScanner
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.BatikFlowTextElementBridge.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.extension.svg.GlyphIterator
 
getLineGap() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getLineHeight(BridgeContext, Element, float) - Method in class org.apache.batik.bridge.svg12.SVGFlowRootElementBridge
 
getLineHeight() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
getLineHeight() - Method in class org.apache.batik.gvt.flow.FlowRegions
 
getLineHeight() - Method in class org.apache.batik.gvt.flow.MarginInfo
 
getLineHeight() - Method in class org.apache.batik.gvt.flow.WordInfo
 
getLineHeightIndex() - Method in class org.apache.batik.css.engine.CSSEngine
Returns the line-height property index.
getLineMetrics() - Method in class org.apache.batik.bridge.GlyphLayout
 
getLineMetrics(int, int) - Method in class org.apache.batik.bridge.SVGGVTFont
 
getLineMetrics(char[], 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.bridge.SVGGVTFont
Returns the line metrics for the specified text.
getLineMetrics(String, 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.bridge.SVGGVTFont
Returns the line metrics for the specified text.
getLineMetrics() - Method in interface org.apache.batik.bridge.TextSpanLayout
Returns the Line metrics for this text span.
getLineMetrics(char[], int, int, FontRenderContext) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Returns a LineMetrics object created with the specified arguments.
getLineMetrics(CharacterIterator, int, int, FontRenderContext) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Returns a GVTLineMetrics object created with the specified arguments.
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, int, int, FontRenderContext) - Method in class org.apache.batik.gvt.font.AWTGVTFont
Returns a GVTLineMetrics 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 interface org.apache.batik.gvt.font.GVTFont
Returns a GVTLineMetrics object created with the specified arguments.
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 interface org.apache.batik.gvt.font.GVTFont
Returns a GVTLineMetrics object created with the specified arguments.
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.
getLineNumber() - Method in exception org.apache.batik.css.parser.ParseException
Returns the line of the last parsed character.
getLineNumber() - Method in class org.apache.batik.dom.AbstractDocument.DocumentError.ErrorLocation
Get the line number of the error node.
getLineNumber() - Method in exception org.apache.batik.parser.ParseException
Returns the line of the last parsed character.
getLineNumber() - Method in exception org.apache.batik.script.InterpreterException
Returns the line number where the error occurs.
getLineWidth() - Method in class org.apache.batik.extension.svg.LineInfo
 
getList() - Method in class org.apache.batik.dom.svg.ListBuilder
Returns the newly created list.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.apache.batik.util.gui.LanguageDialog.Panel.IconAndTextCellRenderer
 
getListener() - Method in class org.apache.batik.bridge.BridgeContext.EventListenerMememto
 
getListener() - Method in class org.apache.batik.dom.events.EventListenerList.Entry
Returns the event listener.
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.
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.
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
getListStyle() - Method in class org.apache.batik.css.engine.value.ComputedValue
getListStyle() - Method in interface org.apache.batik.css.engine.value.Value
The listStyle value of the counter.
getLitRegion() - Method in interface org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable
 
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.SpecularLightingRable
 
getLitRegion() - Method in class org.apache.batik.ext.awt.image.renderable.SpecularLightingRable8Bit
Returns this filter's litRegion
getLiveAttributeValue(String, String) - Method in class org.apache.batik.anim.dom.AbstractElement
Returns the live attribute value associated with given attribute, if any.
getLocal() - Method in class org.apache.batik.anim.dom.SVGOMColorProfileElement
DOM: Implements SVGColorProfileElement.getLocal().
getLocale() - Static method in class org.apache.batik.anim.timing.TimedElement
getLocale() - Static method in class org.apache.batik.apps.rasterizer.Messages
getLocale() - Static method in class org.apache.batik.apps.svgbrowser.Resources
getLocale() - Static method in class org.apache.batik.bridge.Messages
getLocale() - Method in class org.apache.batik.bridge.RhinoInterpreter
Returns the current locale or null if the locale currently used is the default one.
getLocale() - Static method in class org.apache.batik.css.engine.Messages
getLocale() - Static method in class org.apache.batik.css.engine.value.Messages
getLocale() - Method in class org.apache.batik.css.parser.Parser
getLocale() - Method in class org.apache.batik.dom.AbstractDocument
getLocale() - Method in class org.apache.batik.dom.AbstractDOMImplementation
getLocale() - Static method in class org.apache.batik.ext.swing.Messages
getLocale() - Static method in class org.apache.batik.ext.swing.Resources
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.i18n.LocalizableSupport
getLocale() - Method in class org.apache.batik.parser.AbstractParser
getLocale() - Static method in class org.apache.batik.script.rhino.Messages
getLocale() - Static method in class org.apache.batik.svggen.font.Messages
getLocale() - Static method in class org.apache.batik.swing.Messages
getLocale() - Static method in class org.apache.batik.swing.svg.Messages
getLocale() - Static method in class org.apache.batik.transcoder.image.resources.Messages
getLocale() - Static method in class org.apache.batik.util.io.Messages
getLocale() - Static method in class org.apache.batik.util.Messages
getLocale() - Static method in class org.apache.batik.util.resources.Messages
getLocale() - Method in class org.apache.batik.xml.XMLScanner
getLocaleGroup() - Method in interface org.apache.batik.i18n.ExtendedLocalizable
Returns the group to which this object belongs.
getLocaleGroup() - Method in class org.apache.batik.i18n.LocalizableSupport
getLocalName() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedValue
Returns the local name of the attribute.
getLocalName() - Method in interface org.apache.batik.anim.dom.AnimatedLiveAttributeValue
Returns the local name of this animated live attribute.
getLocalName() - Method in class org.apache.batik.anim.dom.BindableElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMAElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMAltGlyphDefElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMAltGlyphElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMAltGlyphItemElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMAnimateColorElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMAnimateElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMAnimateMotionElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMAnimateTransformElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMCircleElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMClipPathElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMColorProfileElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMCursorElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMDefinitionSrcElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMDefsElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMDescElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMEllipseElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEBlendElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEColorMatrixElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEComponentTransferElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFECompositeElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEDistantLightElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEFloodElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEFuncAElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEFuncBElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEFuncGElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEFuncRElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEGaussianBlurElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEImageElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEMergeElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEMergeNodeElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEMorphologyElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEOffsetElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEPointLightElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFESpecularLightingElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFETileElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFlowDivElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFlowLineElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFlowParaElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFlowRegionBreakElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFlowRegionElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFlowRegionExcludeElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFlowRootElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFlowSpanElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFontElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFontFaceElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFontFaceFormatElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFontFaceNameElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFontFaceSrcElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFontFaceUriElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMForeignObjectElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMGElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMGlyphElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMHandlerElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMHKernElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMImageElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMLinearGradientElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMLineElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMMaskElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMMetadataElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMMissingGlyphElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMMPathElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMMultiImageElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMPolygonElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMPolylineElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMRectElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMScriptElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMSetElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMSolidColorElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMStopElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMStyleElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMSubImageElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMSubImageRefElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMSwitchElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMTextPathElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMTitleElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMToBeImplementedElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMTRefElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMTSpanElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMViewElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMVKernElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.XBLOMContentElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.XBLOMDefinitionElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.XBLOMHandlerGroupElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.XBLOMImportElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.XBLOMShadowTreeElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.XBLOMTemplateElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.XBLOMXBLElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.bridge.AbstractSVGGradientElementBridge.SVGStopElementBridge
Returns 'stop'.
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 class org.apache.batik.bridge.AbstractSVGLightingElementBridge.SVGFeSpotLightElementBridge
Returns 'feSpotLight'.
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.svg12.BindableElementBridge
Returns "*" to indicate a default bridge.
getLocalName() - Method in class org.apache.batik.bridge.svg12.SVGFlowRootElementBridge
Returns 'flowRoot'.
getLocalName() - Method in class org.apache.batik.bridge.svg12.SVGMultiImageElementBridge
Returns 'multiImage'.
getLocalName() - Method in class org.apache.batik.bridge.svg12.SVGSolidColorElementBridge
Returns 'rect'.
getLocalName() - Method in class org.apache.batik.bridge.svg12.XBLContentElementBridge
Returns 'content'.
getLocalName() - Method in class org.apache.batik.bridge.svg12.XBLShadowTreeElementBridge
Returns 'shadowTree'.
getLocalName() - Method in class org.apache.batik.bridge.SVGAElementBridge
Returns 'a'.
getLocalName() - Method in class org.apache.batik.bridge.SVGAltGlyphElementBridge
Returns 'altGlyph'.
getLocalName() - Method in class org.apache.batik.bridge.SVGAnimateColorElementBridge
Returns 'animateColor'.
getLocalName() - Method in class org.apache.batik.bridge.SVGAnimateElementBridge
Returns 'animate'.
getLocalName() - Method in class org.apache.batik.bridge.SVGAnimateMotionElementBridge
Returns 'animateMotion'.
getLocalName() - Method in class org.apache.batik.bridge.SVGAnimateTransformElementBridge
Returns 'animateTransform'.
getLocalName() - Method in class org.apache.batik.bridge.SVGCircleElementBridge
Returns 'circle'.
getLocalName() - Method in class org.apache.batik.bridge.SVGClipPathElementBridge
Returns 'clipPath'.
getLocalName() - Method in class org.apache.batik.bridge.SVGColorProfileElementBridge
Returns 'colorProfile'.
getLocalName() - Method in class org.apache.batik.bridge.SVGDescElementBridge
Returns 'desc'.
getLocalName() - Method in class org.apache.batik.bridge.SVGDocumentBridge
Returns the local name of the element this Bridge is dedicated to.
getLocalName() - Method in class org.apache.batik.bridge.SVGEllipseElementBridge
Returns 'ellipse'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeBlendElementBridge
Returns 'feBlend'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeColorMatrixElementBridge
Returns 'feColorMatrix'.
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.SVGFeFuncBElementBridge
Returns 'feFuncB'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeComponentTransferElementBridge.SVGFeFuncGElementBridge
Returns 'feFuncG'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeComponentTransferElementBridge.SVGFeFuncRElementBridge
Returns 'feFuncR'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeCompositeElementBridge
Returns 'feComposite'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeConvolveMatrixElementBridge
Returns 'feConvolveMatrix'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeDiffuseLightingElementBridge
Returns 'feDiffuseLighting'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeDisplacementMapElementBridge
Returns 'feDisplacementMap'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeFloodElementBridge
Returns 'feFlood'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeGaussianBlurElementBridge
Returns 'feGaussianBlur'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeImageElementBridge
Returns 'feImage'.
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.SVGFeMorphologyElementBridge
Returns 'feMorphology'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeOffsetElementBridge
Returns 'feOffset'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeSpecularLightingElementBridge
Returns 'feSpecularLighting'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeTileElementBridge
Returns 'feTile'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFeTurbulenceElementBridge
Returns 'feTurbulence'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFilterElementBridge
Returns 'filter'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFontElementBridge
Returns 'font'.
getLocalName() - Method in class org.apache.batik.bridge.SVGFontFaceElementBridge
Returns 'font-face'.
getLocalName() - Method in class org.apache.batik.bridge.SVGGElementBridge
Returns 'g'.
getLocalName() - Method in class org.apache.batik.bridge.SVGGlyphElementBridge
Returns 'glyph'.
getLocalName() - Method in class org.apache.batik.bridge.SVGHKernElementBridge
Returns 'hkern'.
getLocalName() - Method in class org.apache.batik.bridge.SVGImageElementBridge
Returns 'image'.
getLocalName() - Method in class org.apache.batik.bridge.SVGLinearGradientElementBridge
Returns 'linearGradient'.
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.SVGMaskElementBridge
Returns 'mask'.
getLocalName() - Method in class org.apache.batik.bridge.SVGMissingGlyphElementBridge
Returns 'missing-glyph'.
getLocalName() - Method in class org.apache.batik.bridge.SVGPathElementBridge
Returns 'path'.
getLocalName() - Method in class org.apache.batik.bridge.SVGPatternElementBridge
Returns 'pattern'.
getLocalName() - Method in class org.apache.batik.bridge.SVGPolygonElementBridge
Returns 'polygon'.
getLocalName() - Method in class org.apache.batik.bridge.SVGPolylineElementBridge
Returns 'polyline'.
getLocalName() - Method in class org.apache.batik.bridge.SVGRadialGradientElementBridge
Returns 'radialGradient'.
getLocalName() - Method in class org.apache.batik.bridge.SVGRectElementBridge
Returns 'rect'.
getLocalName() - Method in class org.apache.batik.bridge.SVGSetElementBridge
Returns 'set'.
getLocalName() - Method in class org.apache.batik.bridge.SVGSVGElementBridge
Returns 'svg'.
getLocalName() - Method in class org.apache.batik.bridge.SVGSwitchElementBridge
Returns 'switch'.
getLocalName() - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Returns the local name of the element this Bridge is dedicated to.
getLocalName() - Method in class org.apache.batik.bridge.SVGTextElementBridge
Returns 'text'.
getLocalName() - Method in class org.apache.batik.bridge.SVGTextPathElementBridge
Returns 'textPath'.
getLocalName() - Method in class org.apache.batik.bridge.SVGTitleElementBridge
Returns 'title'.
getLocalName() - Method in class org.apache.batik.bridge.SVGUseElementBridge
Returns 'use'.
getLocalName() - Method in class org.apache.batik.bridge.SVGVKernElementBridge
Returns 'vkern'.
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.CSSAttributeCondition
SAC: Implements AttributeCondition.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.DefaultAttributeCondition
SAC: Implements AttributeCondition.getLocalName().
getLocalName() - Method in class org.apache.batik.css.parser.DefaultIdCondition
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(String) - Static method in class org.apache.batik.dom.util.DOMUtilities
Gets the local name from the given qualified name.
getLocalName() - Method in class org.apache.batik.extension.svg.BatikFlowTextElementBridge
Returns 'flowText'.
getLocalName() - Method in class org.apache.batik.extension.svg.BatikHistogramNormalizationElement
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.BatikRegularPolygonElement
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.BatikStarElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.extension.svg.BatikStarElementBridge
Returns 'rect'.
getLocalName() - Method in class org.apache.batik.extension.svg.ColorSwitchBridge
Returns 'colorSwitch'.
getLocalName() - Method in class org.apache.batik.extension.svg.ColorSwitchElement
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.FlowParaElement
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.FlowRegionElement
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.FlowTextElement
DOM: Implements Node.getLocalName().
getLocaTable() - Method in class org.apache.batik.svggen.font.Font
 
getLocation() - Method in class org.apache.batik.bridge.BaseScriptingEnvironment.Window
Returns the Location.
getLocation() - Method in class org.apache.batik.bridge.ScriptingEnvironment.Window
Returns a Location object representing this Window.
getLocation(BridgeContext, Element) - Method in class org.apache.batik.bridge.svg12.SVGFlowRootElementBridge
Returns the text node location In this case the text node may have serveral effective locations (one for each flow region).
getLocation(BridgeContext, Element) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Returns the text node location according to the 'x' and 'y' attributes of the specified text element.
getLocation() - Method in class org.apache.batik.bridge.TextNode
Returns the location of this text node.
getLocation() - Method in class org.apache.batik.bridge.WindowWrapper
Return the Location for this Window.
getLocation() - Method in class org.apache.batik.dom.AbstractDocument.DocumentError
 
getLocation(BridgeContext, Element) - Method in class org.apache.batik.extension.svg.BatikFlowTextElementBridge
Returns the text node location In this case the text node may have serveral effective locations (one for each flow region).
getLocation() - Method in class org.apache.batik.extension.svg.LineInfo
 
getLocation() - Method in interface org.apache.batik.w3c.dom.Window
 
getLocationColumn(Element) - Method in class org.apache.batik.dom.util.DocumentDescriptor
Returns the location column in the source file of the end element.
getLocationLine(Element) - Method in class org.apache.batik.dom.util.DocumentDescriptor
Returns the location line in the source file of the end element.
getLockState() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns the lock state flags for this event.
getLogicalBounds() - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
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.MultiGlyphVector
Returns the logical bounds of this GlyphVector.
getLogicalBounds() - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns the logical bounds of this GlyphVector.
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.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 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 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
 
getMainPanel() - Method in class org.apache.batik.apps.svgbrowser.NodePickerPanel.NameEditorDialog
Gets dialog's main panel.
getManagerData() - Method in class org.apache.batik.dom.AbstractNode
Returns the XBL manager associated data for this node.
getManagerData() - Method in interface org.apache.batik.dom.xbl.XBLManagerData
Returns the XBL manager associated data for this node.
getMark(TextNode, int, boolean) - Method in class org.apache.batik.bridge.StrokingTextPainter
 
getMark(TextNode, int, boolean) - Method in interface org.apache.batik.bridge.TextPainter
Returns a mark for the char at index in node's AttributedCharacterIterator.
getMarkerForChar(int, boolean) - Method in class org.apache.batik.bridge.TextNode
Return the marker for the character at index in this nodes AttributedCharacterIterator.
getMarkerHeight() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.getMarkerHeight().
getMarkerNode() - Method in class org.apache.batik.gvt.Marker
Returns the GraphicsNode that draws this marker.
getMarkerUnits() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.getMarkerUnits().
getMarkerWidth() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.getMarkerWidth().
getMask(int) - Method in class org.apache.batik.css.engine.StyleMap
Returns the mask of the given property value.
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.
getMaskContentUnits() - Method in class org.apache.batik.anim.dom.SVGOMMaskElement
DOM: Implements SVGMaskElement.getMaskContentUnits().
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.
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.
getMaskUnits() - Method in class org.apache.batik.anim.dom.SVGOMMaskElement
DOM: Implements SVGMaskElement.getMaskUnits().
getMatrix() - Method in class org.apache.batik.dom.svg.AbstractSVGTransform
DOM: Implements SVGTransform.getMatrix().
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
 
getMaxAscent() - Method in class org.apache.batik.extension.svg.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.extension.svg.GlyphIterator
 
getMaxFontSize() - Method in class org.apache.batik.extension.svg.GlyphIterator
 
getMaxFunctionDefs() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxHeight() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
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.util.SimpleRenderedImage
Returns the horizontal index of the rightmost column of tiles.
getMaxTileY() - Method in class org.apache.batik.ext.awt.image.codec.util.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 class org.apache.batik.apps.rasterizer.SVGConverter
 
getMaxX() - Method in class org.apache.batik.ext.awt.image.codec.util.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.util.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.anim.dom.SVGOMStyleElement
DOM: Implements SVGStyleElement.getMedia().
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.JSVGViewerFrame.UserAgent
Returns this user agent's CSS media.
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.swing.svg.JSVGComponent.BridgeUserAgent
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 interface org.apache.batik.swing.svg.SVGUserAgent
Returns this user agent's CSS media.
getMedia() - Method in class org.apache.batik.swing.svg.SVGUserAgentAdapter
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.
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.
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 class org.apache.batik.bridge.BridgeContext
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 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 class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
 
getMediumFontSize() - Method in interface org.apache.batik.swing.svg.SVGUserAgent
Returns the medium font size.
getMediumFontSize() - Method in class org.apache.batik.swing.svg.SVGUserAgentAdapter
Returns the medium font size.
getMeetOrSlice() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
DOM: Implements SVGPreserveAspectRatio.getMeetOrSlice().
getMeetOrSlice() - Method in class org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
Returns the meet-or-slice value.
getMeetOrSlice() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
 
getMeetOrSlice() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
 
getMessage() - Method in exception org.apache.batik.anim.AnimationException
Returns the error message according to the error code and parameters.
getMessage() - Method in exception org.apache.batik.apps.rasterizer.SVGConverterException
 
getMessage() - Method in exception org.apache.batik.bridge.BridgeException
Returns the error message according to the error code and parameters.
getMessage(String) - Static method in class org.apache.batik.bridge.Messages
 
getMessage() - Method in exception org.apache.batik.css.parser.ParseException
Return a detail message for this exception.
getMessage() - Method in class org.apache.batik.dom.AbstractDocument.DocumentError
 
getMessage() - Method in exception org.apache.batik.parser.ParseException
Return a detail message for this exception.
getMessage() - Method in exception org.apache.batik.script.InterpreterException
Returns the message of this exception.
getMessage() - Method in exception org.apache.batik.svggen.SVGGraphics2DIOException
Returns the message of this exception.
getMessage() - Method in exception org.apache.batik.svggen.SVGGraphics2DRuntimeException
Returns the message of this exception.
getMessage() - Method in exception org.apache.batik.transcoder.TranscoderException
Returns the message of this exception.
getMessage() - Method in exception org.apache.batik.xml.XMLException
Return a detail message for this exception.
getMetaFileUnitsPerInch() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the number of Metafile units per inch in the WMF Metafile.
getMetaKey() - Method in class org.apache.batik.dom.events.DOMKeyboardEvent
DOM: Get whether the Meta key was pressed at the time of the event.
getMetaKey() - Method in class org.apache.batik.dom.events.DOMKeyEvent
Returns 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.apache.batik.w3c.dom.events.KeyboardEvent
true if the meta (Meta) key modifier is activated.
getMethod() - Method in class org.apache.batik.anim.dom.SVGOMTextPathElement
DOM: Implements SVGTextPathElement.getMethod().
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
 
getMIMEType() - Method in class org.apache.batik.ext.awt.image.codec.imageio.ImageIOImageWriter
 
getMIMEType() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGImageWriter
 
getMIMEType() - Method in interface org.apache.batik.ext.awt.image.spi.ImageWriter
 
getMimeTypes() - Method in class org.apache.batik.bridge.RhinoInterpreter
Returns the content types of the scripting languages this interpreter handles.
getMimeTypes() - Method in class org.apache.batik.bridge.RhinoInterpreterFactory
Returns the mime-types to register this interpereter with.
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.
getMimeTypes() - Method in interface org.apache.batik.script.Interpreter
Returns the content types of the scripting languages this interpreter handles.
getMimeTypes() - Method in interface org.apache.batik.script.InterpreterFactory
Returns the mime-types to register this interpereter with.
getMinLeftSideBearing() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getMinRepaintTime() - Method in class org.apache.batik.bridge.UpdateManager
 
getMinRightSideBearing() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getMinTileX() - Method in class org.apache.batik.ext.awt.image.codec.util.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.util.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
 
getMinX() - Method in class org.apache.batik.ext.awt.image.codec.util.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.util.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.anim.dom.SVGOMFEBlendElement
DOM: Implements SVGFEBlendElement.getMode().
getMode() - Method in class org.apache.batik.ext.awt.image.PadMode
Returns the mode of this pad mode.
getModel() - Method in class org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenu
Gets the ScrollablePopupMenuModel
getModificationTime() - Method in class org.apache.batik.ext.awt.image.codec.png.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.
getModifiersList(int, int) - Static method in class org.apache.batik.dom.util.DOMUtilities
Gets a DOM 3 modifiers string from the given lock and shift bitmasks.
getModifiersString() - Method in class org.apache.batik.dom.events.DOMMouseEvent
Returns the modifiers string for this event.
getModifierState(String) - Method in class org.apache.batik.dom.events.DOMKeyboardEvent
DOM: Returns whether the given modifier key was pressed at the time of the event.
getModifierState(String) - Method in class org.apache.batik.dom.events.DOMMouseEvent
DOM: Returns whether the given modifier key was pressed at the time of the event.
getModifierState(String) - Method in interface org.apache.batik.w3c.dom.events.KeyboardEvent
This methods queries the state of a modifier using a key identifier.
getMotionTransform() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
Returns the AffineTransform representing the current motion animation for this element.
getMotionTransform() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
Returns the AffineTransform representing the current motion animation for this element.
getMotionTransform() - Method in interface org.apache.batik.dom.svg.SVGMotionAnimatableElement
Returns the AffineTransform representing the current motion animation for this element.
getName() - Method in class org.apache.batik.anim.dom.SVGOMColorProfileElement
DOM: Implements SVGColorProfileElement.getName().
getName() - Method in class org.apache.batik.apps.rasterizer.SVGConverterFileSource
 
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.SVGConverterURLSource
 
getName() - Method in class org.apache.batik.apps.svgbrowser.AbstractUndoableCommand
 
getName() - Method in class org.apache.batik.apps.svgbrowser.NodeTemplates.NodeTemplateDescriptor
 
getName() - Method in interface org.apache.batik.apps.svgbrowser.UndoableCommand
Gets the command name.
getName() - Method in class org.apache.batik.dom.AbstractAttr
DOM: Implements Attr.getName().
getName() - Method in class org.apache.batik.dom.GenericDocumentType
DOM: Implements DocumentType.getName().
getNamedItem(String) - Method in class org.apache.batik.dom.AbstractElement.NamedNodeHashMap
getNamedItemNS(String, String) - Method in class org.apache.batik.dom.AbstractElement.NamedNodeHashMap
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.
getNamespaced() - Method in class org.apache.batik.bridge.BridgeContext.EventListenerMememto
 
getNamespaceURI() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedValue
Returns the namespace URI of the attribute.
getNamespaceURI() - Method in interface org.apache.batik.anim.dom.AnimatedLiveAttributeValue
Returns the namespace URI of this animated live attribute.
getNamespaceURI() - Method in class org.apache.batik.anim.dom.BindableElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.anim.dom.SVGOMElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.anim.dom.XBLOMElement
DOM: Implements Node.getNamespaceURI().
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.bridge.BridgeContext.EventListenerMememto
 
getNamespaceURI() - Method in class org.apache.batik.bridge.svg12.BindableElementBridge
Returns "*" to indicate a default bridge.
getNamespaceURI() - Method in class org.apache.batik.bridge.svg12.SVGFlowRootElementBridge
Returns the SVG namespace URI.
getNamespaceURI() - Method in class org.apache.batik.bridge.svg12.SVGMultiImageElementBridge
Returns the Batik Extension namespace URI.
getNamespaceURI() - Method in class org.apache.batik.bridge.svg12.SVGSolidColorElementBridge
Returns the SVG namespace URI.
getNamespaceURI() - Method in class org.apache.batik.bridge.svg12.XBLContentElementBridge
Returns the XBL namespace.
getNamespaceURI() - Method in class org.apache.batik.bridge.svg12.XBLShadowTreeElementBridge
Returns the XBL namespace.
getNamespaceURI(String) - Method in class org.apache.batik.bridge.svg12.XPathPatternContentSelector.NSPrefixResolver
Resolves the given namespace prefix.
getNamespaceURI() - Method in class org.apache.batik.bridge.SVGDocumentBridge
Returns the namespace URI of the element this Bridge is dedicated to.
getNamespaceURI() - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Returns the namespace URI of the element this Bridge is dedicated to.
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.CSSAttributeCondition
SAC: Implements AttributeCondition.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.DefaultAttributeCondition
SAC: Implements AttributeCondition.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.css.parser.DefaultIdCondition
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.AbstractAttrNS
DOM: Implements Node.getNamespaceURI().
getNamespaceURI(String) - Method in class org.apache.batik.dom.AbstractDocument.XPathExpr.NSPrefixResolver
Resolves the given namespace prefix.
getNamespaceURI() - Method in class org.apache.batik.dom.AbstractElementNS
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.dom.events.AbstractEvent
Get the namespace URI of this event.
getNamespaceURI() - Method in class org.apache.batik.dom.events.EventListenerList.Entry
Returns the event namespace URI.
getNamespaceURI() - Method in class org.apache.batik.extension.svg.BatikFlowTextElementBridge
Returns the SVG namespace URI.
getNamespaceURI() - Method in class org.apache.batik.extension.svg.BatikHistogramNormalizationElement
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.BatikRegularPolygonElement
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.BatikStarElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.extension.svg.BatikStarElementBridge
Returns the SVG namespace URI.
getNamespaceURI() - Method in class org.apache.batik.extension.svg.ColorSwitchBridge
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.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.FlowParaElement
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.FlowRegionElement
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.FlowTextElement
DOM: Implements Node.getNamespaceURI().
getNameTable() - Method in class org.apache.batik.svggen.font.Font
 
getNearestViewportElement() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGLocatable.getNearestViewportElement().
getNearestViewportElement(Element) - Static method in class org.apache.batik.anim.dom.SVGLocatableSupport
To implement SVGLocatable.getNearestViewportElement().
getNearestViewportElement() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGLocatable.getNearestViewportElement().
getNearestViewportElement() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
DOM: Implements SVGLocatable.getNearestViewportElement().
getNearestViewportElement() - Method in class org.apache.batik.extension.GraphicsExtensionElement
DOM: Implements SVGLocatable.getNearestViewportElement().
getNewline() - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Returns the newline characters.
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.
getNext(String) - Method in class org.apache.batik.apps.svgbrowser.FindDialog
Returns the next GraphicsNode that matches the specified string or null if any.
getNext(Element, Element, Element) - Method in class org.apache.batik.bridge.SVGSVGElementBridge
 
getNext() - Method in class org.apache.batik.util.DoublyLinkedList.Node
 
getNextElementSibling() - Method in class org.apache.batik.dom.AbstractElement
getNextElementSibling() - Method in interface org.apache.batik.w3c.dom.ElementTraversal
 
getNextGraphicsNode(GraphicsNode) - Method in class org.apache.batik.gvt.GVTTreeWalker
 
getNextLexicalUnit() - Method in class org.apache.batik.css.parser.CSSLexicalUnit
SAC: Implements LexicalUnit.getNextLexicalUnit().
getNextLogicallyAdjacentTextNode(Node) - Method in class org.apache.batik.dom.AbstractText
getNextSibling(Node) - Method in class org.apache.batik.bridge.svg12.SVG12TextElementBridge
Returns the next sibling node of the given node that should be processed by the text bridge.
getNextSibling(Node) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Returns the next sibling node of the given node that should be processed by the text bridge.
getNextSibling() - Method in class org.apache.batik.dom.AbstractChildNode
DOM: Implements Node.getNextSibling().
getNextSibling() - Method in class org.apache.batik.dom.AbstractNode
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(GraphicsNode) - Static method in class org.apache.batik.gvt.GVTTreeWalker
 
getNode() - Method in class org.apache.batik.apps.svgbrowser.DOMViewer.NodeInfo
Returns the DOM Node associated with this node info.
getNode() - Method in class org.apache.batik.apps.svgbrowser.DOMViewer.Panel.CharacterPanel
Gets the node.
getNode(String, Element) - Method in class org.apache.batik.bridge.URIResolver
Imports the Node referenced by the given URI on Element ref.
getNodeByFragment(String, Element) - Method in class org.apache.batik.bridge.svg12.SVG12URIResolver
Returns the node referenced by the given fragment identifier.
getNodeByFragment(String, Element) - Method in class org.apache.batik.bridge.URIResolver
Returns the node referenced by the given fragment identifier.
getNodeDirtyRegion(GraphicsNode, AffineTransform) - Method in class org.apache.batik.gvt.UpdateTracker
This returns the dirty region for gn in the coordinate system given by at.
getNodeDirtyRegion(GraphicsNode) - Method in class org.apache.batik.gvt.UpdateTracker
 
getNodeList() - Method in class org.apache.batik.apps.svgbrowser.DOMDocumentTree.TransferData
Gets the nodeList.
getNodeListForParent(ArrayList, Node) - Method in class org.apache.batik.apps.svgbrowser.DOMDocumentTree
Finds and returns a group of nodes that can be appended to the given parent node.
getNodeName() - Method in class org.apache.batik.anim.dom.SVGOMElement
DOM: Implements Node.getNodeName().
getNodeName() - Method in class org.apache.batik.anim.dom.XBLOMElement
DOM: Implements Node.getNodeName().
getNodeName() - Method in class org.apache.batik.dom.AbstractAttr
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.AbstractDocument
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.AbstractEntity
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.AbstractNotation
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.GenericDocumentType
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.GenericElementNS
DOM: Implements Node.getNodeName().
getNodeName() - Method in class org.apache.batik.dom.GenericText
DOM: Implements Node.getNodeName().
getNodeName() - Method in class org.apache.batik.extension.PrefixableStylableExtensionElement
DOM: Implements Node.getNodeName().
getNodeNameField() - Method in class org.apache.batik.apps.svgbrowser.NodePickerPanel.NameEditorDialog
Gets the text field for node name.
getNodeNameLabel() - Method in class org.apache.batik.apps.svgbrowser.NodePickerPanel.NameEditorDialog
Gets the node name label.
getNodesAsXML() - Method in class org.apache.batik.apps.svgbrowser.DOMDocumentTree.TransferData
Gets the concatenated string representation of the nodes in the node list.
getNodeTemplatesMap() - Method in class org.apache.batik.apps.svgbrowser.NodeTemplates
Map of objects describing node templates.
getNodeType(Object) - Method in class org.apache.batik.apps.svgbrowser.DOMViewer.Panel.NodeRenderer
Returns the DOM type of the given object.
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.AbstractComment
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.AbstractDocumentFragment
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.AbstractEntity
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.AbstractNotation
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.GenericDocumentType
 
getNodeType() - Method in class org.apache.batik.dom.GenericText
DOM: Implements Node.getNodeType().
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.AbstractNode
DOM: Implements Node.getNodeValue().
getNodeValue() - Method in class org.apache.batik.dom.AbstractProcessingInstruction
DOM: Implements Node.getNodeValue().
getNodeXmlArea() - Method in class org.apache.batik.apps.svgbrowser.NodePickerPanel.SVGInputPanel
Gets the nodeXmlArea.
getNormalArray(int, int, int, int) - Method in class org.apache.batik.ext.awt.image.rendered.BumpMap
 
getNormalizedPathSegList() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData
DOM: Implements SVGAnimatedPathData.getNormalizedPathSegList().
getNormalizedPathSegList() - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGAnimatedPathData.getNormalizedPathSegList().
getNotationName() - Method in class org.apache.batik.dom.AbstractEntity
DOM: Implements Entity.getNotationName().
getNotations() - Method in class org.apache.batik.dom.GenericDocumentType
getNumber() - Method in class org.apache.batik.anim.values.AnimatableNumberOptionalNumberValue
Returns the first number.
getNumberListHandler() - Method in class org.apache.batik.parser.NumberListParser
Returns the number list handler in use.
getNumberOfChars() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getNumberOfChars().
getNumberOfChars(Element) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
To implement SVGTextContentElement.getNumberOfChars().
getNumberOfChars() - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildTextContent
 
getNumberOfChars() - Method in class org.apache.batik.bridge.SVGTextElementBridge
 
getNumberOfChars(Element) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Implementation of SVGTextContentElement.getNumberOfChars().
getNumberOfChars() - Method in interface org.apache.batik.dom.svg.SVGTextContent
Returns the total number of characters to be rendered within the current element.
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.
getNumberOfColors() - Method in class org.apache.batik.css.engine.value.svg12.DeviceColor
Returns the number of colors.
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.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
DOM: Implements SVGLengthList.getNumberOfItems().
getNumberOfItems() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
DOM: Implements SVGNumberList.getNumberOfItems().
getNumberOfItems() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
DOM: Implements SVGPathSegList.getNumberOfItems().
getNumberOfItems() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
DOM: Implements SVGPointList.getNumberOfItems().
getNumberOfItems() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
DOM: Implements SVGTransformList.getNumberOfItems().
getNumberOfItems() - Method in class org.apache.batik.css.dom.CSSOMSVGColor
DOM: Implements SVGNumberList.getNumberOfItems().
getNumberOfItems() - Method in class org.apache.batik.dom.svg.AbstractSVGList
Returns the number of items in the list.
getNumberOfProperties() - Method in class org.apache.batik.css.engine.CSSEngine
Returns the number of properties.
getNumberOfSegments() - Method in class org.apache.batik.ext.awt.geom.PathLength
Returns the number of segments in the path.
getNumbers() - Method in class org.apache.batik.anim.values.AnimatableNumberListValue
Gets the numbers.
getNumberValue() - Method in class org.apache.batik.dom.AbstractDocument.XPathExpr.Result
Gets the number value.
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.
getNumGlyphGroups() - Method in class org.apache.batik.gvt.flow.WordInfo
 
getNumGlyphs() - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
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.MultiGlyphVector
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.AbstractWMFReader
Returns the number of GdiObjects in the handle table
getNumObjects() - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns the number of GdiObjects in the handle table
getNumOctaves() - Method in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
DOM: Implements SVGFETurbulenceElement.getNumOctaves().
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.renderable.TurbulenceRable8Bit
Get the current number of octaves for the noise function .
getNumOctaves() - Method in class org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed
 
getNumPages() - Method in interface org.apache.batik.ext.awt.image.codec.util.ImageDecoder
Returns the number of pages present in the current stream.
getNumPages() - Method in class org.apache.batik.ext.awt.image.codec.util.ImageDecoderImpl
Returns the number of pages present in the current stream.
getNumPrivateChunks() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns the number of private chunks to be written to the output file.
getNumRangeOnLine() - Method in class org.apache.batik.gvt.flow.FlowRegions
 
getNumRecords() - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns a number of records in the image
getNumRecords() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
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.util.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.util.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.AbstractWMFReader
Returns a GdiObject from the handle table
getObject() - Method in class org.apache.batik.transcoder.wmf.tosvg.GdiObject
Return the Object associated with this GdiObject.
getObject(int) - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
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 interface org.apache.batik.gvt.renderer.ImageRenderer
Get the Current offscreen buffer used for rendering
getOffScreen() - Method in class org.apache.batik.gvt.renderer.MacRenderer
Returns the current offscreen image.
getOffScreen() - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Returns the current offscreen image.
getOffScreen() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Returns the off-screen image, if any.
getOffset() - Method in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
DOM: Implements SVGComponentTransferFunctionElement.getOffset().
getOffset() - Method in class org.apache.batik.anim.dom.SVGOMStopElement
DOM: Implements SVGStopElement.getOffset().
getOffset() - Method in class org.apache.batik.bridge.GlyphLayout
Returns the current text position at the beginning of glyph layout, before the application of explicit glyph positioning attributes.
getOffset() - Method in interface org.apache.batik.bridge.TextSpanLayout
Returns the current text position at the completion beginning of glyph layout, before the application of explicit glyph positioning attributes.
getOffset() - Method in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
Returns the offset value for this transfer function
getOffset() - Method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
Returns the offset value for this transfer function
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 class org.apache.batik.svggen.font.table.FeatureRecord
 
getOffset() - Method in class org.apache.batik.svggen.font.table.LangSysRecord
 
getOffset(int) - Method in class org.apache.batik.svggen.font.table.LocaTable
 
getOffset() - Method in class org.apache.batik.svggen.font.table.ScriptRecord
 
getOkButton() - Method in class org.apache.batik.apps.svgbrowser.NodePickerPanel.NameEditorDialog
Gets the Ok button.
getOpacityValue() - Method in class org.apache.batik.svggen.SVGCompositeDescriptor
 
getOpacityValue() - Method in class org.apache.batik.svggen.SVGPaintDescriptor
 
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.anim.dom.SVGOMFECompositeElement
DOM: Implements SVGFECompositeElement.getOperator().
getOperator() - Method in class org.apache.batik.anim.dom.SVGOMFEMorphologyElement
DOM: Implements SVGFEMorphologyElement.getOperator().
getOptionalNumber() - Method in class org.apache.batik.anim.values.AnimatableNumberOptionalNumberValue
Returns the optional number.
getOptionDescription() - Method in interface org.apache.batik.apps.rasterizer.Main.OptionHandler
Returns the description for this option
getOptionValuesLength() - Method in class org.apache.batik.apps.rasterizer.Main.NoValueOptionHandler
 
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.SingleValueOptionHandler
 
getOrderX() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getOrderX().
getOrderY() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getOrderY().
getOrient() - Method in class org.apache.batik.gvt.Marker
Returns the orientation of this marker.
getOrientAngle() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.getOrientAngle().
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.LengthManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class org.apache.batik.css.engine.value.RectManager
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.EnableBackgroundManager
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.SpacingManager
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.StrokeDashoffsetManager
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.svg12.LineHeightManager
Indicates the orientation of the property associated with this manager.
getOrientation() - Method in class org.apache.batik.css.engine.value.svg12.MarginLengthManager
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.anim.dom.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.getOrientType().
getOrigin(int) - Method in class org.apache.batik.css.engine.StyleMap
Returns the origin value.
getOrigin() - Method in class org.apache.batik.extension.svg.GlyphIterator
 
getOriginalEvent() - Method in class org.apache.batik.dom.events.AbstractEvent
Gets the event from which this event was cloned.
getOriginalEvent() - Method in interface org.apache.batik.dom.xbl.OriginalEvent
Gets the event from which this event was cloned.
getOS2Table() - Method in class org.apache.batik.svggen.font.Font
 
getOutline() - Method in class org.apache.batik.bridge.GlyphLayout
Returns the outline of the completed glyph layout.
getOutline() - Method in class org.apache.batik.bridge.MultiResGraphicsNode
Returns the outline of this node.
getOutline(TextNode) - Method in class org.apache.batik.bridge.StrokingTextPainter
Get a Shape in userspace coords which defines the textnode glyph outlines.
getOutline() - Method in class org.apache.batik.bridge.SVGPatternElementBridge.PatternGraphicsNode
 
getOutline() - Method in class org.apache.batik.bridge.TextNode
Returns the outline of this node.
getOutline(TextNode) - Method in interface org.apache.batik.bridge.TextPainter
Get a Shape in userspace coords which defines the textnode glyph outlines.
getOutline() - Method in interface org.apache.batik.bridge.TextSpanLayout
Returns the outline of the completed glyph layout, transformed by an AffineTransform.
getOutline() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the outline of this node.
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.font.AWTGVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector.
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() - Method in class org.apache.batik.gvt.font.Glyph
Returns the outline of this glyph.
getOutline() - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector.
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() - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector.
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() - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector.
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() - 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.RasterImageNode
Returns the outline of this node.
getOutline() - Method in class org.apache.batik.gvt.ShapeNode
Returns the outline of this node.
getOutlineBounds2D() - Method in class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Value
Returns the bounds of the outline.
getOutput8BitGray() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
Returns the current value of the 8-bit gray output parameter.
getOutputStream() - Method in interface org.apache.batik.ext.awt.image.codec.util.ImageEncoder
Returns the OutputStream associated with this ImageEncoder.
getOutputStream() - Method in class org.apache.batik.ext.awt.image.codec.util.ImageEncoderImpl
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 class org.apache.batik.gvt.PatternPaint
 
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.gvt.font.GVTFontFace
Returns the position of the overline decoration.
getOverlineShape() - Method in class org.apache.batik.bridge.GlyphLayout
Returns a shape describing the overline decoration for a given ACI.
getOverlineThickness() - Method in class org.apache.batik.gvt.font.GVTFontFace
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.anim.dom.SVGOMDocument
getOverrideStyle(Element, String) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
getOverrideStyle() - Method in class org.apache.batik.anim.dom.SVGStylableElement
Returns the override style declaration for this element.
getOverrideStyle(Element, String) - Method in class org.apache.batik.dom.AbstractStylableDocument
getOverrideStyleDeclarationProvider() - Method in class org.apache.batik.anim.dom.SVGStylableElement
Returns the object that gives access to the underlying StyleDeclaration for the override style of this element.
getOverrideStyleDeclarationProvider() - Method in interface org.apache.batik.css.engine.CSSStylableElement
Returns the object that gives access to the underlying StyleDeclaration for the override style of this element.
getOverrideStyleDeclarationProvider() - Method in class org.apache.batik.extension.StylableExtensionElement
Returns the object that gives access to the underlying StyleDeclaration for the override style of this element.
getOwner() - Method in class org.apache.batik.anim.timing.TimingSpecifier
Returns the element that owns this timing specifier.
getOwner() - Method in class org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenu
Gets the owner component.
getOwnerDocument() - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.getOwnerDocument().
getOwnerElement() - Method in class org.apache.batik.dom.AbstractAttr
DOM: Implements Attr.getOwnerElement().
getOwnerSVGElement() - Method in class org.apache.batik.anim.dom.SVGOMElement
DOM: Implements SVGElement.getOwnerSVGElement().
getPackages() - Method in class org.apache.batik.script.ImportInfo
Return an unmodifiable iterator over the list of packages
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
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.gvt.FillShapePainter
Gets the paint used to draw the outline of the shape.
getPaint() - Method in class org.apache.batik.gvt.StrokeShapePainter
Gets the paint used to draw the outline of the shape.
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.CompositeShapePainter
Returns the area painted by this shape painter.
getPaintedArea() - Method in class org.apache.batik.gvt.FillShapePainter
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 interface org.apache.batik.gvt.ShapePainter
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.CompositeShapePainter
Returns the bounds of 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 class org.apache.batik.gvt.MarkerShapePainter
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.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.anim.values.AnimatablePaintValue
Returns the type of paint this value represents.
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.
getPaintValue() - Method in class org.apache.batik.svggen.SVGPaintDescriptor
 
getPalette() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Palette
Returns the current RGB palette.
getPaletteHistogram() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns the palette histogram to be stored with this image.
getPaletteTransparency() - Method in class org.apache.batik.ext.awt.image.codec.png.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 interface org.apache.batik.ext.awt.image.codec.util.ImageDecoder
Returns the current parameters as an instance of the ImageDecodeParam interface.
getParam() - Method in class org.apache.batik.ext.awt.image.codec.util.ImageDecoderImpl
Returns the current parameters as an instance of the ImageDecodeParam interface.
getParam() - Method in interface org.apache.batik.ext.awt.image.codec.util.ImageEncoder
Returns the current parameters as an instance of the ImageEncodeParam interface.
getParam() - Method in class org.apache.batik.ext.awt.image.codec.util.ImageEncoderImpl
Returns the current parameters as an instance of the ImageEncodeParam interface.
getParameter(String) - Method in class org.apache.batik.dom.AbstractDocument.DocumentConfiguration
Gets the value of the given parameter.
getParameterNames() - Method in class org.apache.batik.dom.AbstractDocument.DocumentConfiguration
Returns a DOMStringList of parameter names.
getParameters() - Method in class org.apache.batik.anim.values.AnimatablePathDataValue
Returns the array of path data parameters.
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
SAC: Implements LexicalUnit.getParameters().
getParameters() - Method in class org.apache.batik.css.parser.CSSLexicalUnit.PredefinedFunctionLexicalUnit
SAC: Implements LexicalUnit.getParameters().
getParams() - Method in exception org.apache.batik.anim.AnimationException
Returns the error message parameters.
getParent() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList.SVGLengthItem
Returns the parent list of this item.
getParent() - Method in class org.apache.batik.apps.svgbrowser.DOMDocumentTree.DropCompletedInfo
Getter for the parent.
getParent() - Method in class org.apache.batik.bridge.BaseScriptingEnvironment.Window
Returns the parent Window object.
getParent() - Method in class org.apache.batik.bridge.ScriptingEnvironment.Window
Returns a Window object representing the parent of this Window.
getParent() - Method in class org.apache.batik.css.engine.StyleSheet
Returns the parent sheet.
getParent() - Method in class org.apache.batik.dom.svg.AbstractSVGItem
Returns the parent list of this item.
getParent() - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
Returns the parent list of this item.
getParent() - Method in interface org.apache.batik.dom.svg.SVGItem
Return the list the item belongs to.
getParent() - Method in class org.apache.batik.dom.svg.SVGNumberItem
Returns the list the item belongs to.
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.apache.batik.w3c.dom.Window
 
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.
getParentNode(Node) - Method in class org.apache.batik.bridge.svg12.SVG12TextElementBridge
Returns the parent node of the given node that should be processed by the text bridge.
getParentNode(Node) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Returns the parent node of the given node that should be processed by the text bridge.
getParentNode() - Method in class org.apache.batik.dom.AbstractChildNode
DOM: Implements Node.getParentNode().
getParentNode() - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.getParentNode().
getParentNode() - Method in class org.apache.batik.dom.AbstractParentChildNode
DOM: Implements Node.getParentNode().
getParentNodeEventTarget() - Method in class org.apache.batik.dom.AbstractNode
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.SVGOMUseShadowRoot
getParentRule() - Method in class org.apache.batik.css.dom.CSSOMComputedStyle
getParentRule() - Method in class org.apache.batik.css.dom.CSSOMStyleDeclaration
getParentTextPaintInfo(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.
getParsedURL() - Method in class org.apache.batik.anim.dom.SVGOMDocument
Returns the URI of the document.
getParserProps() - Static method in class org.apache.batik.util.XMLResourceDescriptor
 
getParserVersion() - Method in class org.apache.batik.css.parser.ExtendedParserWrapper
SAC: Implements Parser.getParserVersion().
getParserVersion() - Method in class org.apache.batik.css.parser.Parser
SAC: Implements Parser.getParserVersion().
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
Returns the path to use for calculations.
getPath() - Method in class org.apache.batik.svggen.font.Font
 
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.
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).
getPathCommands() - Method in class org.apache.batik.parser.PathArrayProducer
Returns the array of path commands accumulated.
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.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
getPathIterator(AffineTransform, double) - Method in class org.apache.batik.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
getPathIterator(AffineTransform) - Method in class org.apache.batik.ext.awt.geom.Polygon2D
Returns an iterator object that iterates along the boundary of this Polygon and provides access to the geometry of the outline of this Polygon.
getPathIterator(AffineTransform, double) - Method in class org.apache.batik.ext.awt.geom.Polygon2D
Returns an iterator object that iterates along the boundary of the Polygon2D and provides access to the geometry of the outline of the Shape.
getPathIterator(AffineTransform) - Method in class org.apache.batik.ext.awt.geom.Polyline2D
Returns an iterator object that iterates along the boundary of this Polygon and provides access to the geometry of the outline of this Polygon.
getPathIterator(AffineTransform, double) - Method in class org.apache.batik.ext.awt.geom.Polyline2D
Returns an iterator object that iterates along the boundary of the Shape and provides access to the geometry of the outline of the Shape.
getPathIterator(AffineTransform) - Method in class org.apache.batik.ext.awt.geom.ShapeExtender
 
getPathIterator(AffineTransform, double) - Method in class org.apache.batik.ext.awt.geom.ShapeExtender
 
getPathLength() - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.getPathLength().
getPathLengthObj() - Method in class org.apache.batik.bridge.SVGPathElementBridge
Returns the PathLength object that tracks the length of the path.
getPathParameters() - Method in class org.apache.batik.parser.PathArrayProducer
Returns the array of path parameters accumulated.
getPathSegAtLength(float) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.getPathSegAtLength(float).
getPathSegAtLength(SVGOMPathElement, float) - Static method in class org.apache.batik.anim.dom.SVGPathSupport
To implement SVGPathElement.getPathSegAtLength(float).
getPathSegAtLength(float) - Method in class org.apache.batik.bridge.SVGPathElementBridge
Returns the index of the path segment at the given distance along the path.
getPathSegAtLength(float) - Method in interface org.apache.batik.dom.svg.SVGPathContext
Returns the index of the path segment at the given distance along the path.
getPathSegList() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData
DOM: Implements SVGAnimatedPathData.getPathSegList().
getPathSegList() - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGAnimatedPathData.getPathSegList().
getPathSegType() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getPathSegTypeAsLetter() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getPatternContentUnits() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGPatternElement.getPatternContentUnits().
getPatternRect() - Method in class org.apache.batik.gvt.PatternPaint
Returns the pattern region.
getPatternTransform() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
To implement SVGPatternElement.getPatternTransform().
getPatternTransform() - Method in class org.apache.batik.gvt.PatternPaint
Returns the additional transform of the pattern paint.
getPatternUnits() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGPatternElement.getPatternUnits().
getPeerWithTag(Element, String, String) - Method in class org.apache.batik.swing.JSVGCanvas.CanvasUserAgent
Checks if there is a peer element of a given type.
getPercentageInterpretation(String, String, boolean) - Method in interface org.apache.batik.anim.dom.AnimationTarget
Gets how percentage values are interpreted by the given attribute or property.
getPercentageInterpretation(String, String, boolean) - Method in class org.apache.batik.anim.dom.SVGOMElement
Gets how percentage values are interpreted by the given attribute or property.
getPercentageInterpretation() - Method in class org.apache.batik.anim.dom.TraitInformation
Returns how percentage values in this trait are resolved.
getPerformGammaCorrection() - Method in class org.apache.batik.ext.awt.image.codec.png.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.png.PNGEncodeParam
Returns the physical dimension information to be stored with this image.
getPixelsPerUnit() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Return the number of pixels per unit.
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.anim.dom.AbstractSVGLength.DefaultContext
Returns the size of a px CSS unit in millimeters.
getPixelToMM() - Method in class org.apache.batik.anim.dom.SVGOMElement.UnitContext
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.AnimatableGenericSVGBridge
Returns the size of a px CSS unit in millimeters.
getPixelToMM() - Method in class org.apache.batik.bridge.SVGAnimationElementBridge
Returns the size of a px CSS unit in millimeters.
getPixelToMM() - Method in class org.apache.batik.bridge.SVGDescriptiveElementBridge
Returns the size of a px CSS unit in millimeters.
getPixelToMM() - Method in class org.apache.batik.bridge.SVGDocumentBridge
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.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 interface org.apache.batik.dom.svg.SVGContext
Returns the size of a px CSS unit in millimeters.
getPixelToMM() - Method in interface org.apache.batik.parser.UnitProcessor.Context
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 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.swing.svg.SVGUserAgent
Returns the size of a px CSS unit in millimeters.
getPixelToMM() - Method in class org.apache.batik.swing.svg.SVGUserAgentAdapter
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class org.apache.batik.anim.dom.AbstractSVGLength.DefaultContext
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class org.apache.batik.anim.dom.SVGOMElement.UnitContext
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.AnimatableGenericSVGBridge
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 class org.apache.batik.bridge.SVGAnimationElementBridge
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class org.apache.batik.bridge.SVGDescriptiveElementBridge
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class org.apache.batik.bridge.SVGDocumentBridge
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.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 interface org.apache.batik.css.engine.CSSContext
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 interface org.apache.batik.parser.UnitProcessor.Context
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 class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
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.SVGUserAgentAdapter
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.
getPixelUnitToMillimeterX() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getPixelUnitToMillimeterX().
getPixelUnitToMillimeterY() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getPixelUnitToMillimeterY().
getPlatformId() - Method in class org.apache.batik.svggen.font.table.CmapIndexEntry
 
getPlatformId() - Method in class org.apache.batik.svggen.font.table.NameRecord
 
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(Point2D, Point2D) - Method in class org.apache.batik.ext.awt.image.rendered.MorphologyOp
 
getPoint2D() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the (x, y) position of the event relative to the source node.
getPointAtLength(float) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.getPointAtLength(float).
getPointAtLength(SVGOMPathElement, float) - Static method in class org.apache.batik.anim.dom.SVGPathSupport
To implement SVGPathElement.getPointAtLength(float).
getPointAtLength(float) - Method in class org.apache.batik.bridge.SVGPathElementBridge
Returns the point at the given distance along the path.
getPointAtLength(float) - Method in interface org.apache.batik.dom.svg.SVGPathContext
Returns the point at the given distance along the path.
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.GlyfCompositeDescript
 
getPointCount() - Method in class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
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.anim.dom.SVGOMAnimatedPoints
DOM: Implements SVGAnimatedPoints.getPoints().
getPoints() - Method in class org.apache.batik.anim.dom.SVGPointShapeElement
DOM: Implements SVGAnimatedPoints.getPoints().
getPointsAtX() - Method in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getPointsAtX().
getPointsAtY() - Method in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getPointsAtY().
getPointsAtZ() - Method in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getPointsAtZ().
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.
getPolygon() - Method in class org.apache.batik.ext.awt.geom.Polygon2D
 
getPolygon2D() - Method in class org.apache.batik.ext.awt.geom.Polyline2D
 
getPolyline2D() - Method in class org.apache.batik.ext.awt.geom.Polygon2D
 
getPopupMenu() - Method in class org.apache.batik.util.gui.DropDownComponent
Gets the dropdown popup menu.
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.ParsedURL
Returns the URL up to and include the port number on the host.
getPortStr() - Method in class org.apache.batik.util.ParsedURLData
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.
getPositionTransform() - Method in class org.apache.batik.gvt.CanvasGraphicsNode
 
getPostConnectionURL() - Method in class org.apache.batik.util.ParsedURL
Returns the URL that was ultimately used to fetch the resource represented by this ParsedURL.
getPostConnectionURL() - Method in class org.apache.batik.util.ParsedURLData
Returns the URL that was ultimately used to fetch the resource represented by the ParsedURL.
getPostTable() - Method in class org.apache.batik.svggen.font.Font
 
getPrecision() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns the current precision used by this context
getPredefinedCursor(String) - Static method in class org.apache.batik.bridge.CursorManager
Returns a Cursor object for a given cursor value.
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.
getPreferredSize() - Method in class org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenu
 
getPrefix(String) - Method in class org.apache.batik.bridge.svg12.XPathPatternContentSelector.NSPrefixResolver
 
getPrefix(String) - Method in class org.apache.batik.dom.AbstractDocument.XPathExpr.NSPrefixResolver
 
getPrefix() - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.getPrefix().
getPrefix(String) - Static method in class org.apache.batik.dom.util.DOMUtilities
Gets the prefix from the given qualified name.
getPrefix() - Method in class org.apache.batik.svggen.AbstractImageHandlerEncoder
 
getPrefix() - Method in class org.apache.batik.svggen.ImageHandlerJPEGEncoder
 
getPrefix() - Method in class org.apache.batik.svggen.ImageHandlerPNGEncoder
 
getPrefixes(String) - Method in class org.apache.batik.bridge.svg12.XPathPatternContentSelector.NSPrefixResolver
 
getPrefixes(String) - Method in class org.apache.batik.dom.AbstractDocument.XPathExpr.NSPrefixResolver
 
getPresentationAttribute(String) - Method in class org.apache.batik.anim.dom.SVGStylableElement
DOM: Implements SVGStylable.getPresentationAttribute(String).
getPresentationAttribute(String) - Method in class org.apache.batik.extension.StylableExtensionElement
DOM: Implements SVGStylable.getPresentationAttribute(String).
getPreserveAlpha() - Method in class org.apache.batik.anim.dom.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
getPreserveAspectRatio() - Method in class org.apache.batik.anim.dom.SVGOMFEImageElement
DOM: Implements SVGFEImageElement.getPreserveAspectRatio().
getPreserveAspectRatio() - Method in class org.apache.batik.anim.dom.SVGOMImageElement
DOM: Implements SVGImageElement.getPreserveAspectRatio().
getPreserveAspectRatio() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements SVGFitToViewBox.getPreserveAspectRatio().
getPreserveAspectRatio() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGFitToViewBox.getPreserveAspectRatio().
getPreserveAspectRatio() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGFitToViewBox.getPreserveAspectRatio().
getPreserveAspectRatio() - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
DOM: Implements SVGFitToViewBox.getPreserveAspectRatio().
getPreserveAspectRatio() - Method in class org.apache.batik.anim.dom.SVGOMViewElement
DOM: Implements SVGFitToViewBox.getPreserveAspectRatio().
getPreserveAspectRatioHandler() - Method in class org.apache.batik.parser.PreserveAspectRatioParser
Returns the length handler in use.
getPreserveAspectRatioTransform(Element, float, float) - Static method in class org.apache.batik.bridge.ViewBox
Deprecated.
Replaced by ViewBox.getPreserveAspectRatioTransform(Element,float,float,BridgeContext), which has more accurate error reporting.
getPreserveAspectRatioTransform(Element, float, float, BridgeContext) - Static method in class 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, BridgeContext) - 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, float, BridgeContext) - 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, float, SVGAnimatedPreserveAspectRatio, BridgeContext) - 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, SVGAnimatedRect, SVGAnimatedPreserveAspectRatio, float, float, BridgeContext) - Static method in class org.apache.batik.bridge.ViewBox
Returns the transformation matrix to apply to initialize a viewport or null if the specified viewBox disables the rendering of the element.
getPreserveAspectRatioTransform(float[], short, boolean, float, float) - Static method in class org.apache.batik.bridge.ViewBox
Returns the preserveAspectRatio transform according to the specified parameters.
getPrettyPrint() - Method in class org.apache.batik.apps.svgbrowser.SVGOptionPanel
Returns true if the output should use xml:base.
getPrev() - Method in class org.apache.batik.util.DoublyLinkedList.Node
 
getPreviousElementSibling() - Method in class org.apache.batik.dom.AbstractElement
getPreviousElementSibling() - Method in interface org.apache.batik.w3c.dom.ElementTraversal
 
getPreviousGraphicsNode(GraphicsNode) - Method in class org.apache.batik.gvt.GVTTreeWalker
 
getPreviousLexicalUnit() - Method in class org.apache.batik.css.parser.CSSLexicalUnit
SAC: Implements LexicalUnit.getPreviousLexicalUnit().
getPreviousLogicallyAdjacentTextNode(Node) - Method in class org.apache.batik.dom.AbstractText
getPreviousSibling() - Method in class org.apache.batik.dom.AbstractChildNode
DOM: Implements Node.getPreviousSibling().
getPreviousSibling() - Method in class org.apache.batik.dom.AbstractNode
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(GraphicsNode) - Static method in class org.apache.batik.gvt.GVTTreeWalker
 
getPrevNamespaceURI() - Method in class org.apache.batik.dom.events.DOMMutationNameEvent
Gets the node's previous namespace URI.
getPrevNamespaceURI() - Method in interface org.apache.batik.w3c.dom.events.MutationNameEvent
The previous value of the relatedNode's namespaceURI.
getPrevNodeName() - Method in class org.apache.batik.dom.events.DOMMutationNameEvent
Gets the node's previous node name.
getPrevNodeName() - Method in interface org.apache.batik.w3c.dom.events.MutationNameEvent
The previous value of the relatedNode's nodeName.
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.
getPrimaryBridgeContext() - Method in class org.apache.batik.bridge.BridgeContext
Returns the primary bridge context.
getPrimitiveBounds() - Method in class org.apache.batik.bridge.MultiResGraphicsNode
Returns the bounds of the area covered by this node's primitive paint.
getPrimitiveBounds() - Method in class org.apache.batik.bridge.SVGPatternElementBridge.PatternGraphicsNode
 
getPrimitiveBounds() - Method in class org.apache.batik.bridge.TextNode
Returns the bounds of the area covered by this node's primitive paint.
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.ImageNode
 
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.RasterImageNode
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.
getPrimitiveType() - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractComponent
getPrimitiveType() - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractComponent
getPrimitiveType() - Method in class org.apache.batik.css.dom.CSSOMValue
getPrimitiveType() - Method in class org.apache.batik.css.engine.value.AbstractValue
getPrimitiveType() - Method in class org.apache.batik.css.engine.value.ComputedValue
getPrimitiveType() - Method in class org.apache.batik.css.engine.value.FloatValue
The type of the value.
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 class org.apache.batik.css.engine.value.StringValue
The type of the value.
getPrimitiveType() - Method in interface org.apache.batik.css.engine.value.Value
The type of the value.
getPrimitiveUnits() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements SVGFilterElement.getPrimitiveUnits().
getPriority() - Method in interface org.apache.batik.bridge.BridgeExtension
Return the priority of this Extension.
getPriority() - Method in class org.apache.batik.bridge.svg12.SVG12BridgeExtension
Return the priority of this Extension.
getPriority() - Method in class org.apache.batik.bridge.SVGBridgeExtension
Return the priority of this Extension.
getPriority(int) - Method in class org.apache.batik.css.engine.StyleDeclaration
Tells whether a value is important.
getPriority() - Method in interface org.apache.batik.dom.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.BatikBridgeExtension
Return the priority of this Extension.
getPriority() - Method in class org.apache.batik.extension.svg.BatikDomExtension
Return the priority of this Extension.
getPrivateChunkData(int) - Method in class org.apache.batik.ext.awt.image.codec.png.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.png.PNGEncodeParam
Returns the type of the private chunk at a given index, as a 4-character String.
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.util.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.BufferedImageCachableRed
 
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.RenderedImageCachableRed
 
getProperty(String) - Method in class org.apache.batik.ext.awt.image.rendered.TranslateRed
 
getPropertyCSSValue(String) - Method in class org.apache.batik.css.dom.CSSOMComputedStyle
getPropertyCSSValue(String) - Method in class org.apache.batik.css.dom.CSSOMStyleDeclaration
getPropertyIndex(String) - Method in class org.apache.batik.css.engine.CSSEngine
Returns the property index, or -1.
getPropertyName(int) - Method in class org.apache.batik.css.engine.CSSEngine
Returns the name of the property at the given index.
getPropertyName() - Method in class org.apache.batik.css.engine.value.AbstractValueFactory
Returns the name of the property handled.
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.ClipManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.CursorManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.DirectionManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.DisplayManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.FontFamilyManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.FontShorthandManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.FontSizeAdjustManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.FontSizeManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.FontStretchManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.FontStyleManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.FontVariantManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.FontWeightManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.OverflowManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.SrcManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.TextDecorationManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.UnicodeBidiManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.css2.VisibilityManager
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.svg.AlignmentBaselineManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.BaselineShiftManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.ClipPathManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.ClipRuleManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.ColorInterpolationFiltersManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.ColorInterpolationManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.ColorManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.ColorProfileManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.ColorRenderingManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.DominantBaselineManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.EnableBackgroundManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.FillRuleManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.FilterManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.GlyphOrientationHorizontalManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.GlyphOrientationVerticalManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.ImageRenderingManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.KerningManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.MarkerManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.MarkerShorthandManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.MaskManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.OpacityManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.PointerEventsManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.ShapeRenderingManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.SpacingManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.StrokeDasharrayManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.StrokeDashoffsetManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinecapManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinejoinManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.StrokeMiterlimitManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.StrokeWidthManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.SVGColorManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.TextAnchorManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.TextRenderingManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg.WritingModeManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg12.LineHeightManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg12.MarginLengthManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg12.MarginShorthandManager
getPropertyName() - Method in class org.apache.batik.css.engine.value.svg12.TextAlignManager
getPropertyName() - Method in interface org.apache.batik.css.engine.value.ValueManager
Returns the name of the property handled.
getPropertyNames() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns a list of the properties recognized by this image.
getPropertyNames(String) - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns an array of Strings recognized as names by this property source that begin with the supplied prefix.
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.BufferedImageCachableRed
 
getPropertyNames() - Method in class org.apache.batik.ext.awt.image.rendered.FormatRed
 
getPropertyNames() - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getPropertyNames() - Method in class org.apache.batik.ext.awt.image.rendered.TranslateRed
 
getPropertyPriority(String) - Method in class org.apache.batik.css.dom.CSSOMComputedStyle
getPropertyPriority(String) - Method in class org.apache.batik.css.dom.CSSOMStyleDeclaration
getPropertyType(String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns the type of the given property.
getPropertyType() - Method in class org.apache.batik.css.engine.value.css2.ClipManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.css2.CursorManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.css2.DirectionManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.css2.DisplayManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.css2.FontFamilyManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.css2.FontSizeAdjustManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.css2.FontSizeManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.css2.FontStretchManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.css2.FontStyleManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.css2.FontVariantManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.css2.FontWeightManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.css2.OverflowManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.css2.SrcManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.css2.TextDecorationManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.css2.UnicodeBidiManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.css2.VisibilityManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.AlignmentBaselineManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.BaselineShiftManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.ClipPathManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.ClipRuleManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.ColorInterpolationManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.ColorManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.ColorProfileManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.ColorRenderingManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.DominantBaselineManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.EnableBackgroundManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.FillRuleManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.FilterManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.GlyphOrientationManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.ImageRenderingManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.KerningManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.MarkerManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.MaskManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.OpacityManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.PointerEventsManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.ShapeRenderingManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.SpacingManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.StrokeDasharrayManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.StrokeDashoffsetManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinecapManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinejoinManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.StrokeMiterlimitManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.StrokeWidthManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.SVGColorManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.SVGPaintManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.TextAnchorManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.TextRenderingManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg.WritingModeManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg12.LineHeightManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg12.MarginLengthManager
getPropertyType() - Method in class org.apache.batik.css.engine.value.svg12.TextAlignManager
getPropertyType() - Method in interface org.apache.batik.css.engine.value.ValueManager
Returns the type of value this manager handles.
getPropertyType(String) - Method in interface org.apache.batik.dom.svg.ExtendedTraitAccess
Returns the SVG type of the given CSS property.
getPropertyValue(String) - Method in class org.apache.batik.css.dom.CSSOMComputedStyle
getPropertyValue(String) - Method in class org.apache.batik.css.dom.CSSOMStyleDeclaration
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.AbstractEntity
DOM: Implements Entity.getPublicId().
getPublicId() - Method in class org.apache.batik.dom.AbstractNotation
DOM: Implements Notation.getPublicId().
getPublicId() - Method in class org.apache.batik.dom.GenericDocumentType
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
 
getR() - Method in class org.apache.batik.anim.dom.SVGOMCircleElement
DOM: Implements SVGCircleElement.getR().
getR() - Method in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
DOM: Implements SVGRadialGradientElement.getR().
getR1() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getR2() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
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.anim.dom.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.
getRadiusY() - Method in class org.apache.batik.anim.dom.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.
getRange() - Method in class org.apache.batik.gvt.flow.GlyphGroupInfo
 
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 maximum 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.
getRecenterOnResize() - Method in class org.apache.batik.swing.svg.JSVGComponent
Indicates if the canvas should recenter the content after the canvas is resized.
getRecord(Node) - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Returns the XBL record for the given node.
getRecord(short) - Method in class org.apache.batik.svggen.font.table.NameTable
 
getRecord(int) - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns a meta record.
getRecord(int) - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
Returns a meta record.
getRecordStore() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
Returns the WMFRecordStore this WMFPainter renders
getRecordStore() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFPainter
Returns the WMFRecordStore 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.
getRectangleInch() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the Rectangle defining the viewport of the WMF Metafile, in inchs.
getRectanglePixel() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the Rectangle defining the viewport of the WMF Metafile, in pixels.
getRectangleUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the Rectangle defining the viewport of the WMF Metafile, in Metafile units.
getRectValue() - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractComponent
getRectValue() - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractComponent
getRectValue() - Method in class org.apache.batik.css.dom.CSSOMValue
getRed() - Method in class org.apache.batik.css.dom.CSSOMSVGColor
DOM: Implements RGBColor.getRed().
getRed() - Method in class org.apache.batik.css.dom.CSSOMValue
DOM: Implements RGBColor.getRed().
getRed() - Method in class org.apache.batik.css.engine.value.AbstractValue
Implements Value.getRed().
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.apache.batik.css.engine.value.Value
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.
getReferencedNode(Element, String) - Method in class org.apache.batik.bridge.BridgeContext
Returns the node referenced by the specified element by the specified uri.
getReferencedURI() - Method in class org.apache.batik.swing.svg.LinkActivationEvent
Returns the referenced URI.
getReferenceQueue() - Static method in class org.apache.batik.util.CleanerThread
 
getRefererBaseURI(Element) - Method in class org.apache.batik.bridge.svg12.SVG12URIResolver
Returns the base URI of the referer element.
getRefererBaseURI(Element) - Method in class org.apache.batik.bridge.URIResolver
Returns the base URI of the referer element.
getReferrer() - Method in class org.apache.batik.anim.dom.SVGOMDocument
DOM: Implements SVGDocument.getReferrer().
getRefPrefix() - Method in class org.apache.batik.svggen.CachedImageHandlerBase64Encoder
 
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.DefaultCachedImageHandler
Should return the prefix with wich the image reference should be pre-concatenated.
getRefX() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.getRefX().
getRefY() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.getRefY().
getRegions(BridgeContext, Element) - Method in class org.apache.batik.bridge.svg12.SVGFlowRootElementBridge
Returns a list of Shapes that define the flow regions.
getRegions(BridgeContext, Element) - Method in class org.apache.batik.extension.svg.BatikFlowTextElementBridge
 
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
 
getRelatedData() - Method in class org.apache.batik.dom.AbstractDocument.DocumentError
 
getRelatedElement(GraphicsNodeMouseEvent) - Method in class org.apache.batik.bridge.BridgeEventSupport.Listener
Returns the related element according to the specified event.
getRelatedException() - Method in class org.apache.batik.dom.AbstractDocument.DocumentError
 
getRelatedNode() - Method in class org.apache.batik.dom.AbstractDocument.DocumentError.ErrorLocation
Get the node.
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.
getRelatedTarget() - Method in class org.apache.batik.dom.events.DOMMouseEvent
DOM: 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 interface org.apache.batik.gvt.renderer.ImageRenderer
Returns the rendering hints this ImageRenderer is using for its rendering.
getRenderingHints() - Method in class org.apache.batik.gvt.renderer.MacRenderer
 
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.anim.dom.SVGOMColorProfileElement
DOM: Implements SVGColorProfileElement.getRenderingIntent().
getRenderingTransform() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Returns the current rendering transform.
getRenderRect() - Method in class org.apache.batik.swing.gvt.JGVTComponent
 
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.
getRepeatEventName() - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Returns the name of the repeat event.
getRepeatEventName() - Method in class org.apache.batik.bridge.SVGAnimationEngine.AnimationRoot
Returns the name of the repeat event.
getRequiredExtensions() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGTests.getRequiredExtensions().
getRequiredExtensions() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
DOM: Implements SVGTests.getRequiredExtensions().
getRequiredExtensions() - Method in class org.apache.batik.anim.dom.SVGOMCursorElement
DOM: Implements SVGTests.getRequiredExtensions().
getRequiredExtensions() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGTests.getRequiredExtensions().
getRequiredExtensions() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGTests.getRequiredExtensions().
getRequiredExtensions() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTests.getRequiredExtensions().
getRequiredExtensions(Element) - Static method in class org.apache.batik.dom.svg.SVGTestsSupport
To implements SVGTests.getRequiredExtensions().
getRequiredExtensions() - Method in class org.apache.batik.extension.GraphicsExtensionElement
DOM: Implements SVGTests.getRequiredExtensions().
getRequiredFeatures() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGTests.getRequiredFeatures().
getRequiredFeatures() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
DOM: Implements SVGTests.getRequiredFeatures().
getRequiredFeatures() - Method in class org.apache.batik.anim.dom.SVGOMCursorElement
DOM: Implements SVGTests.getRequiredFeatures().
getRequiredFeatures() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGTests.getRequiredFeatures().
getRequiredFeatures() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGTests.getRequiredFeatures().
getRequiredFeatures() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTests.getRequiredFeatures().
getRequiredFeatures(Element) - Static method in class org.apache.batik.dom.svg.SVGTestsSupport
To implements SVGTests.getRequiredFeatures().
getRequiredFeatures() - Method in class org.apache.batik.extension.GraphicsExtensionElement
DOM: Implements SVGTests.getRequiredFeatures().
getRescaleOpConverter() - Method in class org.apache.batik.svggen.SVGBufferedImageOp
 
getResolution() - Method in class org.apache.batik.ext.awt.image.spi.ImageWriterParams
 
getResourceBundle() - Method in interface org.apache.batik.i18n.ExtendedLocalizable
Returns the current resource bundle.
getResourceBundle() - Method in class org.apache.batik.i18n.LocalizableSupport
Here for backwards compatability
getResourceBundle(int) - Method in class org.apache.batik.i18n.LocalizableSupport
 
getResult() - Method in class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
DOM: Implements SVGFilterPrimitiveStandardAttributes.getResult().
getResult() - Method in class org.apache.batik.apps.svgbrowser.NodePickerPanel.NodePickerEvent
Gets the NodePickerPanel result.
getResults() - Method in class org.apache.batik.apps.svgbrowser.NodePickerPanel
Gets the results of this node picker panel - gets the contents of the xml text area.
getResults() - Method in class org.apache.batik.apps.svgbrowser.NodePickerPanel.NameEditorDialog
Gets the dialog results.
getResultType() - Method in class org.apache.batik.dom.AbstractDocument.XPathExpr.Result
Gets the result type.
getResumeMilli() - Method in class org.apache.batik.bridge.UpdateManager.SuspensionInfo
 
getRetargettedEvents(NodeEventTarget, NodeEventTarget[], AbstractEvent) - Method in class org.apache.batik.anim.dom.XBLEventSupport
Returns an array of Event objects to be used for each event target in the event flow.
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 class org.apache.batik.css.dom.CSSOMSVGColor
Returns the RGBColor value for this SVGColor.
getRGBColorValue() - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractComponent
getRGBColorValue() - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractComponent
getRGBColorValue() - Method in class org.apache.batik.css.dom.CSSOMValue
getRhinoInterpreter() - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.Canvas
Returns the Rhino interpreter for this canvas.
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 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 interface org.apache.batik.css.engine.value.Value
The right value of the rect.
getRight() - Method in class org.apache.batik.svggen.font.table.KerningPair
 
getRightMargin() - Method in class org.apache.batik.extension.svg.MarginInfo
 
getRightMargin() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
getRightMargin() - Method in class org.apache.batik.gvt.flow.MarginInfo
 
getRightUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the right units in the WMF Metafile.
getRoot() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the root time container of this timed element.
getRoot(Node) - Method in class org.apache.batik.dom.AbstractDocument
 
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(Element) - 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(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.anim.dom.SVGOMDocument
DOM: Implements SVGDocument.getRootElement().
getRootEventTarget() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the event target that should be listened to for access key events.
getRootEventTarget() - Method in class org.apache.batik.bridge.SVGAnimationElementBridge.SVGTimedElement
Returns the event target that should be listened to for access key events.
getRootEventTarget() - Method in class org.apache.batik.bridge.SVGAnimationEngine.AnimationRoot
Returns the event target that should be listened to for access key events.
getRootNode() - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Returns the root node for MouseEvent dispatch containment searches and field selections.
getRootNode() - Method in interface org.apache.batik.gvt.event.EventDispatcher
Returns the root node for MouseEvent dispatch containment searches and field selections.
getRotate() - Method in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
DOM: Implements SVGTextPositioningElement.getRotate().
getRotationOfChar(int) - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getRotationOfChar(int).
getRotationOfChar(Element, int) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
To implement SVGTextContentElement.getRotationOfChar(int charnum).
getRotationOfChar(int) - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildTextContent
 
getRotationOfChar(int) - Method in class org.apache.batik.bridge.SVGTextElementBridge
 
getRotationOfChar(Element, int) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Implementation of SVGTextContentElement.getRotationOfChar(int charnum).
getRotationOfChar(int) - Method in interface org.apache.batik.dom.svg.SVGTextContent
Returns the rotation value relative to the current user coordinate system used to render the glyph(s) corresponding to the specified character.
getRow(Object) - Method in class org.apache.batik.apps.svgbrowser.NodePickerPanel.AttributesTableModel
Gets the first row where the given attribute name appears.
getRowCount() - Method in class org.apache.batik.apps.svgbrowser.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(int) - Method in class org.apache.batik.css.engine.StyleSheet
Returns the rule at the given index.
getRule() - Method in class org.apache.batik.ext.awt.image.CompositeRule
Returns the type of this composite rule
getRule() - Method in class org.apache.batik.ext.awt.image.SVGComposite
 
getRunHandler() - Method in class org.apache.batik.util.RunnableQueue
Returns the RunHandler or null.
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(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(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() - 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.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.BidiAttributedCharacterIterator
Get the index of the first character following the run with respect to the given attributes containing the current character.
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(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(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() - 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(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(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.
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(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(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() - 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.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.BidiAttributedCharacterIterator
Get the index of the first character of 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(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(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() - 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(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(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.
getRx() - Method in class org.apache.batik.anim.dom.SVGOMEllipseElement
DOM: Implements SVGEllipseElement.getRx().
getRx() - Method in class org.apache.batik.anim.dom.SVGOMRectElement
DOM: Implements SVGRectElement.getRx().
getRy() - Method in class org.apache.batik.anim.dom.SVGOMEllipseElement
DOM: Implements SVGEllipseElement.getRy().
getRy() - Method in class org.apache.batik.anim.dom.SVGOMRectElement
DOM: Implements SVGRectElement.getRy().
getSampleModel() - Method in class org.apache.batik.ext.awt.image.codec.util.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
 
getSandwich(AnimationTarget, short, String, String) - Method in class org.apache.batik.anim.AnimationEngine
Returns the Sandwich for the given animation type/attribute.
getSAXException() - Method in exception org.apache.batik.dom.util.SAXIOException
 
getScale() - Method in class org.apache.batik.anim.dom.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
getScale01() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getScale10() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getScannerStart(int) - Method in class org.apache.batik.util.gui.xmleditor.XMLDocument
Return XMLToken
getScanValue() - Method in class org.apache.batik.util.gui.xmleditor.XMLScanner
 
getSchemaTypeInfo() - Method in class org.apache.batik.dom.AbstractAttr
DOM: Implements Attr.getSchemaTypeInfo().
getSchemaTypeInfo() - Method in class org.apache.batik.dom.AbstractElement
getScreenCTM() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGLocatable.getScreenCTM().
getScreenCTM(Element) - Static method in class org.apache.batik.anim.dom.SVGLocatableSupport
To implement SVGLocatable.getScreenCTM().
getScreenCTM() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGLocatable.getScreenCTM().
getScreenCTM() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
DOM: Implements SVGLocatable.getScreenCTM().
getScreenCTM() - Method in class org.apache.batik.extension.GraphicsExtensionElement
DOM: Implements SVGLocatable.getScreenCTM().
getScreenPixelToMillimeterX() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getScreenPixelToMillimeterX().
getScreenPixelToMillimeterY() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getScreenPixelToMillimeterY().
getScreenPoint() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the (x, y) position of the event relative to the screen.
getScreenResolution() - Static method in class org.apache.batik.util.Platform
Returns the active screen resolution.
getScreenTransform() - Method in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
Returns the display transform.
getScreenTransform() - Method in class org.apache.batik.bridge.AnimatableGenericSVGBridge
Returns the transform from the global transform space to pixels.
getScreenTransform() - Method in class org.apache.batik.bridge.SVGAnimationElementBridge
 
getScreenTransform() - Method in class org.apache.batik.bridge.SVGDescriptiveElementBridge
 
getScreenTransform() - Method in class org.apache.batik.bridge.SVGDocumentBridge
 
getScreenTransform() - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
Returns the transformation matrix from the userspace of the root element to the screen.
getScreenTransform() - Method in interface org.apache.batik.dom.svg.SVGContext
Returns the transform from the global transform space to pixels.
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.
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.
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 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 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.SVGUserAgentAdapter
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
getScrollbarsAlwaysVisible() - Method in class org.apache.batik.swing.JSVGScrollPane
 
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().
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.anim.dom.SVGOMFETurbulenceElement
DOM: Implements SVGFETurbulenceElement.getSeed().
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.renderable.TurbulenceRable8Bit
Get the current seed value for the pseudo random number generator.
getSeed() - Method in class org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed
 
getSegment(double, double) - Method in class org.apache.batik.ext.awt.geom.Cubic
 
getSegment(double, double) - Method in class org.apache.batik.ext.awt.geom.Linear
 
getSegment(double, double) - Method in class org.apache.batik.ext.awt.geom.Quadradic
 
getSegment(double, double) - Method in interface org.apache.batik.ext.awt.geom.Segment
 
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
Returns the segment type.
getSelected(Mark, Mark) - Method in class org.apache.batik.bridge.StrokingTextPainter
Returns an array of ints representing begin/end index pairs into an AttributedCharacterIterator which represents the text selection delineated by two Mark instances.
getSelected(Mark, Mark) - Method in interface org.apache.batik.bridge.TextPainter
Get an array of index pairs corresponding to the indices within an AttributedCharacterIterator regions bounded by two Marks.
getSelectedContent() - Method in class org.apache.batik.bridge.svg12.AbstractContentSelector
Returns a list of nodes that were matched by this selector.
getSelectedContent(XBLOMContentElement) - Method in class org.apache.batik.bridge.svg12.ContentManager
Returns a NodeList of the content that was selected by the given content element.
getSelectedContent() - Method in class org.apache.batik.bridge.svg12.DefaultContentSelector
Returns a list of nodes that were matched by the given selector string.
getSelectedContent() - Method in class org.apache.batik.bridge.svg12.XPathPatternContentSelector
Returns a list of nodes that were matched by the given selector string.
getSelectedContent() - Method in class org.apache.batik.bridge.svg12.XPathSubsetContentSelector
Returns a list of nodes that were matched by the given selector string.
getSelectedItemsCount() - Method in class org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenu
Gets the number of the selected items.
getSelection() - Method in class org.apache.batik.bridge.ConcreteTextSelector
 
getSelection() - Method in class org.apache.batik.bridge.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 interface org.apache.batik.gvt.Selectable
Get the current text selection.
getSelection() - Method in interface org.apache.batik.gvt.Selector
Get the contents of the current selection buffer.
getSelection() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getSelection() - Method in class org.apache.batik.swing.gvt.TextSelectionManager
Returns the current text selection or null if there is none.
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().
getSelectorList() - Method in class org.apache.batik.css.engine.StyleRule
Returns the selector list.
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.CSSConditionalSelector
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.DefaultChildSelector
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.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.DefaultElementSelector
SAC: Implements Selector.getSelectorType().
getSelectorType() - Method in class org.apache.batik.css.parser.DefaultPseudoElementSelector
SAC: Implements Selector.getSelectorType().
getSensitiveArea() - Method in class org.apache.batik.gvt.CompositeShapePainter
Returns the area covered by this shape painter (even if nothing is painted there).
getSensitiveArea() - Method in class org.apache.batik.gvt.FillShapePainter
Returns the area covered by this shape painter (even if not painted).
getSensitiveArea() - Method in class org.apache.batik.gvt.MarkerShapePainter
Returns the area covered by this shape painter (even if not painted).
getSensitiveArea() - Method in class org.apache.batik.gvt.ShapeNode
Returns the shape that represents the sensitive area of this graphics node.
getSensitiveArea() - Method in interface org.apache.batik.gvt.ShapePainter
Returns the area covered by this shape painter (even if nothing is painted there).
getSensitiveArea() - Method in class org.apache.batik.gvt.StrokeShapePainter
Returns the area covered by this shape painter (even if not painted).
getSensitiveBounds() - Method in class org.apache.batik.bridge.MultiResGraphicsNode
 
getSensitiveBounds() - Method in class org.apache.batik.bridge.SVGPatternElementBridge.PatternGraphicsNode
 
getSensitiveBounds() - Method in class org.apache.batik.bridge.TextNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getSensitiveBounds() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getSensitiveBounds() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getSensitiveBounds() - Method in class org.apache.batik.gvt.ProxyGraphicsNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getSensitiveBounds() - Method in class org.apache.batik.gvt.RasterImageNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getSensitiveBounds() - Method in class org.apache.batik.gvt.ShapeNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getSensitiveBounds2D() - Method in class org.apache.batik.gvt.CompositeShapePainter
Returns the bounds of the area painted by this shape painter
getSensitiveBounds2D() - Method in class org.apache.batik.gvt.FillShapePainter
Returns the bounds of the area covered by this shape painte (even if not painted).
getSensitiveBounds2D() - Method in class org.apache.batik.gvt.MarkerShapePainter
Returns the bounds of the area covered by this shape painte (even if not painted).
getSensitiveBounds2D() - Method in interface org.apache.batik.gvt.ShapePainter
Returns the bounds of the area covered by this shape painter (even if nothing is painted there).
getSensitiveBounds2D() - Method in class org.apache.batik.gvt.StrokeShapePainter
Returns the bounds of the area covered by this shape painter (even if not painted).
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
getSeparator() - Method in class org.apache.batik.css.engine.value.ComputedValue
getSeparator() - Method in interface org.apache.batik.css.engine.value.Value
The separator value of the counter.
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
 
getSeverity() - Method in class org.apache.batik.dom.AbstractDocument.DocumentError
 
getShadowTree() - Method in class org.apache.batik.anim.dom.BindableElement
Returns the shadow tree for this bindable element.
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.FillShapePainter
Gets the Shape this shape painter is associated with.
getShape() - Method in class org.apache.batik.gvt.flow.RegionInfo
Returns the flow region shape.
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.ShapeNode
Returns the shape of this ShapeNode.
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.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.
getShapeConverter() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getShapePainter(int) - Method in class org.apache.batik.gvt.CompositeShapePainter
Returns the shape painter at the specified index.
getShapePainter() - Method in class org.apache.batik.gvt.ShapeNode
Returns the ShapePainter used by this shape node to render its shape.
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.anim.dom.SVGOMStyleElement
DOM: Implements LinkStyle.getSheet().
getSheet() - Method in class org.apache.batik.dom.StyleSheetProcessingInstruction
The style sheet.
getShiftKey() - Method in class org.apache.batik.dom.events.DOMKeyboardEvent
DOM: Get whether the Shift key was pressed at the time of the event.
getShiftKey() - Method in class org.apache.batik.dom.events.DOMKeyEvent
Returns 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.apache.batik.w3c.dom.events.KeyboardEvent
true if the shift (Shift) key modifier is activated.
getShorthandIndex(String) - Method in class org.apache.batik.css.engine.CSSEngine
Returns the shorthand property index, or -1.
getShorthandManagers() - Method in class org.apache.batik.css.engine.CSSEngine
Returns the ShorthandManagers.
getSibling() - Method in class org.apache.batik.apps.svgbrowser.DOMDocumentTree.DropCompletedInfo
Getter for the sibling.
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().
getSignificantBits() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns the number of significant bits for each band of the image.
getSimpleDur() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the simple duration time of this element.
getSimpleDuration() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
DOM: Implements SVGAnimationElement.getSimpleDuration().
getSimpleDuration() - Method in class org.apache.batik.bridge.SVGAnimationElementBridge
DOM: Implements SVGAnimationElement.getSimpleDuration().
getSimpleDuration() - Method in interface org.apache.batik.dom.svg.SVGAnimationContext
DOM: Implements SVGAnimationElement.getSimpleDuration().
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.AbstractDescendantSelector
SAC: Implements DescendantSelector.getSimpleSelector().
getSimpleSelector() - Method in class org.apache.batik.css.parser.DefaultConditionalSelector
SAC: Implements ConditionalSelector.getSimpleSelector().
getSimpleTime() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the current simple time of this element.
getSingleNodeValue() - Method in class org.apache.batik.dom.AbstractDocument.XPathExpr.Result
Gets the single node value.
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.
getSlope() - Method in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
DOM: Implements SVGComponentTransferFunctionElement.getSlope().
getSlope() - Method in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
Returns the slope value for this transfer function
getSlope() - Method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
Returns the slope value for this transfer function
getSnapshotLength() - Method in class org.apache.batik.dom.AbstractDocument.XPathExpr.Result
Returns the length of the snapshot.
getSnapshotTime() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
Returns the document to to seek to before rasterizing.
getSource() - Method in interface org.apache.batik.ext.awt.image.renderable.AffineRable
Returns the source to be offset.
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.ClipRable
This returns the current image being clipped by the clip node.
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 interface org.apache.batik.ext.awt.image.renderable.ColorMatrixRable
Returns the source to be offset.
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.ColorMatrixRable8Bit
Returns the source of the blur operation
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 interface org.apache.batik.ext.awt.image.renderable.ConvolveMatrixRable
Returns the source to be Convolved
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.ConvolveMatrixRable8Bit
 
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 interface org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable
Returns the source to be filtered
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.FilterAlphaRable
 
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.FilterAsAlphaRable
 
getSource() - Method in interface org.apache.batik.ext.awt.image.renderable.FilterChainRable
Returns this filter's source.
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.FilterChainRable8Bit
Returns the source of the chain.
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.FilterResRable8Bit
Returns the source to be cropped.
getSource() - Method in interface org.apache.batik.ext.awt.image.renderable.GaussianBlurRable
Returns the source to be Blurred
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.MorphologyRable
Returns the source to be offset.
getSource() - Method in class org.apache.batik.ext.awt.image.renderable.MorphologyRable8Bit
Returns the source to be offset.
getSource() - Method in interface org.apache.batik.ext.awt.image.renderable.OffsetRable
Returns the source to be offset.
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.PadRable8Bit
Returns the source to be affine.
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.RedRable
 
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.SpecularLightingRable8Bit
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.TileRable8Bit
Return's the tile source
getSource() - Method in class org.apache.batik.ext.awt.image.rendered.AffineRed
 
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.ProfileRed
 
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 interface org.apache.batik.gvt.filter.Mask
This returns the current image being masked by the mask 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 class org.apache.batik.gvt.ProxyGraphicsNode
Returns the proxied graphics node.
getSources() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getSources() - Method in class org.apache.batik.ext.awt.image.codec.util.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.anim.dom.SVGOMTextPathElement
DOM: Implements SVGTextPathElement.getSpacing().
getSpecializedBoolean(String, String) - Method in class org.apache.batik.util.gui.resource.MenuFactory
Gets a possibly specialized resource boolean.
getSpecializedString(String, String) - Method in class org.apache.batik.util.gui.resource.MenuFactory
Gets a possibly specialized resource string.
getSpecializedStringList(String, String) - Method in class org.apache.batik.util.gui.resource.MenuFactory
Gets a possibly specialized resource string list.
getSpecificity() - Method in class org.apache.batik.css.engine.sac.AbstractAttributeCondition
Returns the specificity of this condition.
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.AbstractDescendantSelector
Returns the specificity of this selector.
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.CSSConditionalSelector
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 class org.apache.batik.css.engine.sac.CSSIdCondition
Returns the specificity of this condition.
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.CSSPseudoElementSelector
Returns the specificity of this selector.
getSpecificity() - Method in interface org.apache.batik.css.engine.sac.ExtendedCondition
Returns the specificity of this condition.
getSpecificity() - Method in interface org.apache.batik.css.engine.sac.ExtendedSelector
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.DefaultAttributeCondition
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.DefaultPseudoClassCondition
SAC: Implements AttributeCondition.getSpecified().
getSpecified() - Method in class org.apache.batik.dom.AbstractAttr
DOM: Implements Attr.getSpecified().
getSpecularConstant() - Method in class org.apache.batik.anim.dom.SVGOMFESpecularLightingElement
DOM: Implements SVGFESpecularLightingElement.getSpecularConstant().
getSpecularExponent() - Method in class org.apache.batik.anim.dom.SVGOMFESpecularLightingElement
DOM: Implements SVGFESpecularLightingElement.getSpecularExponent().
getSpecularExponent() - Method in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getSpecularExponent().
getSpecularExponent() - Method in interface org.apache.batik.ext.awt.image.renderable.SpecularLightingRable
 
getSpecularExponent() - Method in class org.apache.batik.ext.awt.image.renderable.SpecularLightingRable8Bit
 
getSpecularExponent() - Method in class org.apache.batik.ext.awt.image.SpotLight
 
getSpreadMethod() - Method in class org.apache.batik.anim.dom.SVGOMGradientElement
DOM: Implements SVGGradientElement.getSpreadMethod().
getSrcValue(Value, ParsedURL) - Static method in class org.apache.batik.bridge.CSSFontFace
 
getSRGBIntent() - Method in class org.apache.batik.ext.awt.image.codec.png.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.gvt.flow.GlyphGroupInfo
get the start glyph index for this glyph group.
getStart() - Method in class org.apache.batik.parser.AbstractScanner
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.extension.svg.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.anim.dom.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.util.gui.xmleditor.XMLScanner
 
getStartOffset() - Method in class org.apache.batik.util.gui.xmleditor.XMLToken
 
getStartOffset() - Method in class org.apache.batik.xml.XMLScanner
Returns the start offset of the current lexical unit.
getStartPoint(SVGTextElementBridge.CharacterInformation) - Method in class org.apache.batik.bridge.SVGTextElementBridge
 
getStartPoint() - Method in class org.apache.batik.ext.awt.LinearGradientPaint
Returns a copy of the start point of the gradient axis
getStartPos(SVGOMElement, SVGTextContent, int) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
 
getStartPositionOfChar(int) - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getStartPositionOfChar(int).
getStartPositionOfChar(Element, int) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
To implement SVGTextContentElement.getStartPositionOfChar(int charnum).
getStartPositionOfChar(int) - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildTextContent
 
getStartPositionOfChar(int) - Method in class org.apache.batik.bridge.SVGTextElementBridge
 
getStartPositionOfChar(Element, int) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Implementation of SVGTextContentElement.getStartPositionOfChar(int charnum).
getStartPositionOfChar(int) - Method in interface org.apache.batik.dom.svg.SVGTextContent
Returns the current text position before rendering the character in the user coordinate system for rendering the glyph(s) that correspond to the specified character.
getStartTime() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
DOM: Implements SVGAnimationElement.getStartTime().
getStartTime() - Method in class org.apache.batik.bridge.SVGAnimationElementBridge
DOM: Implements SVGAnimationElement.getStartTime().
getStartTime() - Method in interface org.apache.batik.dom.svg.SVGAnimationContext
DOM: Implements SVGAnimationElement.getStartTime().
getState() - Method in interface org.apache.batik.apps.svgbrowser.HistoryBrowser.CommandController
Gets the state of the command controller.
getState() - Method in class org.apache.batik.apps.svgbrowser.HistoryBrowser.DocumentCommandController
 
getState() - Method in class org.apache.batik.apps.svgbrowser.HistoryBrowser
Gets the state of this history browser.
getStdDeviationX() - Method in class org.apache.batik.anim.dom.SVGOMFEGaussianBlurElement
DOM: Implements SVGFEGaussianBlurElement.getStdDeviationX().
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 class org.apache.batik.ext.awt.image.renderable.GaussianBlurRable8Bit
Returns the deviation along the x-axis, in user space.
getStdDeviationY() - Method in class org.apache.batik.anim.dom.SVGOMFEGaussianBlurElement
DOM: Implements SVGFEGaussianBlurElement.getStdDeviationY().
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 class org.apache.batik.ext.awt.image.renderable.GaussianBlurRable8Bit
Returns the deviation along the y-axis, in user space.
getStitchTiles() - Method in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
DOM: Implements SVGFETurbulenceElement.getStitchTiles().
getStream() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
Get the associated stream.
getStrictErrorChecking() - Method in class org.apache.batik.dom.AbstractDocument
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.gvt.font.GVTFontFace
Returns the position of the strikethrough decoration.
getStrikethroughShape() - Method in class org.apache.batik.bridge.GlyphLayout
Returns a shape describing the strikethrough line for a given ACI.
getStrikethroughThickness() - Method in class org.apache.batik.gvt.font.GVTFontFace
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() - Method in class org.apache.batik.anim.values.AnimatableStringValue
Returns the string.
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.util.PropertyUtil
 
getString(String) - Static method in class org.apache.batik.ext.swing.Messages
 
getString(String) - Static method in class org.apache.batik.ext.swing.Resources
 
getString(String) - Method in class org.apache.batik.i18n.LocalizableSupport
 
getString(String) - Static method in class org.apache.batik.script.rhino.Messages
 
getString(String) - Static method in class org.apache.batik.util.Messages
 
getString(String) - Method in class org.apache.batik.util.PreferenceManager
Returns a String preference.
getString(String) - Method in class org.apache.batik.util.resources.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.resources.ResourceManager
Returns the tokens that compose the string mapped with the given key.
getStringList(String, String) - Method in class org.apache.batik.util.resources.ResourceManager
Returns the tokens that compose the string mapped with the given key.
getStringList(String, String, boolean) - Method in class org.apache.batik.util.resources.ResourceManager
Returns the tokens that compose the string mapped with the given key
getStringProp(StyleMap, CSSEngine, int) - Static method in class org.apache.batik.bridge.CSSFontFace
 
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.CSSOMSVGColor.AbstractComponent
getStringValue() - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractComponent
getStringValue() - Method in class org.apache.batik.css.dom.CSSOMValue
getStringValue() - Method in class org.apache.batik.css.engine.value.AbstractValue
getStringValue() - Method in class org.apache.batik.css.engine.value.ComputedValue
getStringValue() - Method in class org.apache.batik.css.engine.value.StringValue
This method is used to get the string value.
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.parser.CSSLexicalUnit
SAC: Implements LexicalUnit.getStringValue().
getStringValue() - Method in class org.apache.batik.css.parser.CSSLexicalUnit.StringLexicalUnit
SAC: Implements LexicalUnit.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.dom.AbstractDocument.XPathExpr.Result
Gets the string value.
getStringValue() - Method in class org.apache.batik.dom.svg.AbstractSVGItem
Return the string representation of the item.
getStringValue() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
getStringValue() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
 
getStringValue() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem
 
getStringValue() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem
 
getStringValue() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem
 
getStringValue() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem
 
getStringValue() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem
 
getStringValue() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem
 
getStringValue() - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
Returns the string representation of this transform.
getStringValue() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getStringValue() - Method in class org.apache.batik.dom.svg.SVGPointItem
Return a String representation of this SVGPoint.
getStringValue() - Method in class org.apache.batik.parser.AbstractScanner
Returns the string representation of the current lexical unit.
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.gvt.StrokeShapePainter
Gets the stroke used to draw the outline of the shape.
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.anim.dom.SVGStylableElement
DOM: Implements SVGStylable.getStyle().
getStyle() - Method in class org.apache.batik.extension.StylableExtensionElement
DOM: Implements SVGStylable.getStyle().
getStyleAttribute() - Method in class org.apache.batik.bridge.StyleReference
Returns the style attribute
getStyleDeclaration() - Method in class org.apache.batik.css.dom.CSSOMStoredStyleDeclaration
Returns the object storing the properties of this style declaration.
getStyleDeclaration() - Method in interface org.apache.batik.css.engine.StyleDeclarationProvider
Returns the object storing the properties of this style declaration.
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.
getStyleMap() - Method in class org.apache.batik.css.engine.FontFaceRule
Returns the StyleMap from the @font-face rule.
getStylePreferences() - Method in class org.apache.batik.util.gui.xmleditor.XMLEditorKit
 
getStyleSheetNodes() - Method in class org.apache.batik.css.engine.CSSEngine
Returns the document CSSStyleSheetNodes in a list.
getStyleSheets() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
getStyleSheets() - Method in class org.apache.batik.dom.AbstractStylableDocument
getStyleSheetURI() - Method in class org.apache.batik.anim.dom.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(char, char, int) - Static method in class org.apache.batik.gvt.text.ArabicTextHandler
Will try and find a substitute character of the specified form.
getSubstituteChar(char, int) - Static method in class org.apache.batik.gvt.text.ArabicTextHandler
 
getSubStringLength(int, int) - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getSubStringLength(int,int).
getSubStringLength(Element, int, int) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
To implement SVGTextContentElement.selectSubString(int charnum, int nchars).
getSubStringLength(int, int) - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildTextContent
 
getSubStringLength(int, int) - Method in class org.apache.batik.bridge.SVGTextElementBridge
 
getSubStringLength(Element, int, int) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Implementation of SVGTextContentElement.getSubStringLength(int charnum,int nchars).
getSubStringLength(int, int) - Method in interface org.apache.batik.dom.svg.SVGTextContent
 
getSubtable(int) - Method in class org.apache.batik.svggen.font.table.KernTable
 
getSubtable(int) - Method in class org.apache.batik.svggen.font.table.Lookup
 
getSubtableCount() - Method in class org.apache.batik.svggen.font.table.KernTable
 
getSubtableCount() - Method in class org.apache.batik.svggen.font.table.Lookup
 
getSubValues() - Method in class org.apache.batik.css.parser.CSSLexicalUnit
SAC: Implements LexicalUnit.getSubValues().
getSuffix() - Method in class org.apache.batik.svggen.AbstractImageHandlerEncoder
 
getSuffix() - Method in class org.apache.batik.svggen.ImageHandlerJPEGEncoder
 
getSuffix() - Method in class org.apache.batik.svggen.ImageHandlerPNGEncoder
 
getSuggestedPalette() - Method in class org.apache.batik.ext.awt.image.codec.png.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.png.PNGDecodeParam
Returns true if alpha (transparency) will be prevented from appearing in the output.
getSurfaceScale() - Method in class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
DOM: Implements SVGFEDiffuseLightingElement.getSurfaceScale().
getSurfaceScale() - Method in class org.apache.batik.anim.dom.SVGOMFESpecularLightingElement
DOM: Implements SVGFESpecularLightingElement.getSurfaceScale().
getSurfaceScale() - Method in interface org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable
 
getSurfaceScale() - Method in class org.apache.batik.ext.awt.image.renderable.DiffuseLightingRable8Bit
 
getSurfaceScale() - Method in interface org.apache.batik.ext.awt.image.renderable.SpecularLightingRable
 
getSurfaceScale() - Method in class org.apache.batik.ext.awt.image.renderable.SpecularLightingRable8Bit
 
getSurfaceScale() - Method in class org.apache.batik.ext.awt.image.rendered.BumpMap
 
getSVGCanvasSize() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getSVGContext() - Method in class org.apache.batik.anim.dom.SVGOMDocument
Returns the SVG context used to get SVG specific informations.
getSVGContext() - Method in class org.apache.batik.anim.dom.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 there is none.
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.
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
 
getSVGOMAnimatedPoints() - Method in class org.apache.batik.anim.dom.SVGPointShapeElement
Gets the SVGOMAnimatedPoints object that manages the point list for this element.
getSweepFlag() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
getSyntaxFont(int) - Method in class org.apache.batik.util.gui.xmleditor.XMLContext
 
getSyntaxFont(String) - Method in class org.apache.batik.util.gui.xmleditor.XMLContext
 
getSyntaxForeground(int) - Method in class org.apache.batik.util.gui.xmleditor.XMLContext
 
getSyntaxForeground(String) - Method in class org.apache.batik.util.gui.xmleditor.XMLContext
 
getSyntaxName(int) - Method in class org.apache.batik.util.gui.xmleditor.XMLContext
 
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.AbstractEntity
DOM: Implements Entity.getSystemId().
getSystemId() - Method in class org.apache.batik.dom.AbstractNotation
DOM: Implements Notation.getSystemId().
getSystemId() - Method in class org.apache.batik.dom.GenericDocumentType
getSystemLanguage() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGTests.getSystemLanguage().
getSystemLanguage() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
DOM: Implements SVGTests.getSystemLanguage().
getSystemLanguage() - Method in class org.apache.batik.anim.dom.SVGOMCursorElement
DOM: Implements SVGTests.getSystemLanguage().
getSystemLanguage() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGTests.getSystemLanguage().
getSystemLanguage() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGTests.getSystemLanguage().
getSystemLanguage() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTests.getSystemLanguage().
getSystemLanguage(Element) - Static method in class org.apache.batik.dom.svg.SVGTestsSupport
To implements SVGTests.getSystemLanguage().
getSystemLanguage() - Method in class org.apache.batik.extension.GraphicsExtensionElement
DOM: 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
 
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.anim.dom.SVGOMComponentTransferFunctionElement
DOM: Implements SVGComponentTransferFunctionElement.getTableValues().
getTableValues() - Method in interface org.apache.batik.ext.awt.image.ComponentTransferFunction
Returns the table values for this transfer function
getTableValues() - Method in class org.apache.batik.ext.awt.image.ConcreteComponentTransferFunction
Returns the table values for this transfer function
getTabSize() - Method in class org.apache.batik.util.gui.xmleditor.XMLView
getTabulationWidth() - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Returns whether the tabulation width.
getTag() - Method in class org.apache.batik.svggen.font.table.DirectoryEntry
 
getTag() - Method in class org.apache.batik.svggen.font.table.FeatureRecord
 
getTag() - Method in class org.apache.batik.svggen.font.table.LangSysRecord
 
getTag() - Method in class org.apache.batik.svggen.font.table.ScriptRecord
 
getTagName() - Method in class org.apache.batik.dom.AbstractElement
DOM: Implements Element.getTagName().
getTail() - Method in class org.apache.batik.util.DoublyLinkedList
Get the current tail element
getTarget() - Method in class org.apache.batik.anim.dom.SVGOMAElement
DOM: Implements SVGAElement.getTarget().
getTarget() - Method in class org.apache.batik.bridge.BridgeContext.EventListenerMememto
 
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.GenericProcessingInstruction
getTarget() - Method in class org.apache.batik.dom.StyleSheetProcessingInstruction
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
 
getTargetElement() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
DOM: Implements SVGAnimationElement.getTargetElement().
getTargetElement() - Method in class org.apache.batik.bridge.SVGAnimationElementBridge
DOM: Implements SVGAnimationElement.getTargetElement().
getTargetElement() - Method in interface org.apache.batik.dom.svg.SVGAnimationContext
DOM: Implements SVGAnimationElement.getTargetElement().
getTargetInfo(AnimationTarget) - Method in class org.apache.batik.anim.AnimationEngine
Returns the TargetInfo for the given AnimationTarget.
getTargetX() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getTargetX().
getTargetY() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getTargetY().
getText() - Method in class org.apache.batik.bridge.TextNode
Returns the text of this TextNode as a string.
getText() - Method in class org.apache.batik.css.dom.CSSOMStoredStyleDeclaration
Returns the text of the declaration.
getText() - Method in interface org.apache.batik.css.dom.CSSOMStyleDeclaration.ValueProvider
Returns the text of the declaration.
getText() - Method in class org.apache.batik.ext.awt.image.codec.png.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.util.gui.DropDownComponent.DefaultScrollablePopupMenuItem
 
getText() - Method in interface org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuItem
Returns the item name.
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.
getTextAlignment() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
getTextAlignment() - Method in class org.apache.batik.gvt.flow.MarginInfo
 
getTextArea() - Method in class org.apache.batik.apps.svgbrowser.DOMViewer.Panel.CharacterPanel
Gets the textArea.
getTextBounds(BridgeContext, Element, boolean) - Static method in class org.apache.batik.bridge.SVGTextElementBridge
 
getTextBridge() - Method in class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
 
getTextChunk(TextNode, AttributedCharacterIterator, int[], List, StrokingTextPainter.TextChunk) - Method in class org.apache.batik.bridge.StrokingTextPainter
 
getTextChunkACIs(AttributedCharacterIterator) - Method in class org.apache.batik.bridge.StrokingTextPainter
Returns an array of ACIs, one for each text chunk within the given text node.
getTextContent() - Method in class org.apache.batik.dom.AbstractComment
DOM: Implements Node.getTextContent().
getTextContent() - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.getTextContent().
getTextContent() - Method in class org.apache.batik.dom.AbstractParentNode
DOM: Implements Node.getTextContent().
getTextContent() - Method in class org.apache.batik.dom.AbstractProcessingInstruction
DOM: Implements Node.getTextContent().
getTextContent() - Method in class org.apache.batik.dom.AbstractText
DOM: Implements Node.getTextContent().
getTextEnclosureSet(AffineTransform, Rectangle2D) - Method in class org.apache.batik.bridge.SVGTextElementBridge
 
getTextIntersection(BridgeContext, Element, AffineTransform, Rectangle2D, boolean) - Static method in class org.apache.batik.bridge.SVGTextElementBridge
 
getTextIntersectionSet(AffineTransform, Rectangle2D) - Method in class org.apache.batik.bridge.SVGTextElementBridge
 
getTextLayoutFactory() - Method in class org.apache.batik.bridge.BasicTextPainter
 
getTextLength() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getTextLength().
getTextNode() - Method in class org.apache.batik.bridge.BasicTextPainter.BasicMark
 
getTextNode() - Method in interface org.apache.batik.bridge.Mark
 
getTextNode() - Method in class org.apache.batik.bridge.svg12.SVGFlowRootElementBridge
 
getTextNode() - Method in class org.apache.batik.bridge.SVGTextElementBridge
 
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.bridge.TextNode
Returns the text painter of this text node.
getTextPaintInfo(Element, GraphicsNode, TextPaintInfo, BridgeContext) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Constructs a TextDecoration object for the specified element.
getTextPathAdvance() - Method in class org.apache.batik.bridge.GlyphLayout
Returns the position to used when drawing a text run after this one.
getTextPathAdvance() - Method in interface org.apache.batik.bridge.TextSpanLayout
 
getTextRunBoundaryAttributes() - Method in class org.apache.batik.bridge.StrokingTextPainter
 
getTextRuns(TextNode, AttributedCharacterIterator) - Method in class org.apache.batik.bridge.FlowTextPainter
 
getTextRuns(TextNode, AttributedCharacterIterator) - Method in class org.apache.batik.bridge.StrokingTextPainter
 
getTextRuns(TextNode) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Retrieve the list of layout for the text node.
getTextRuns() - Method in class org.apache.batik.bridge.TextNode
Returns a list of text runs.
getTextRuns(TextNode, AttributedCharacterIterator) - Method in class org.apache.batik.extension.svg.FlowExtTextPainter
 
getTextSelectionManager() - Method in class org.apache.batik.swing.gvt.JGVTComponent
Returns the current Text selection manager for the Component.
getTexture(int) - Method in class org.apache.batik.transcoder.wmf.tosvg.TextureFactory
Get a texture from a WMF hatch definition (in black Color).
getTexture(int, Color) - Method in class org.apache.batik.transcoder.wmf.tosvg.TextureFactory
Get a texture from a WMF hatch definition, with a foreground color.
getTexture(int, Color, Color) - Method in class org.apache.batik.transcoder.wmf.tosvg.TextureFactory
Get a texture from a WMF hatch definition, with a foreground and a background color.
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(int, int) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGRed
 
getTile(int, int) - Method in class org.apache.batik.ext.awt.image.codec.util.SingleTileRenderedImage
Returns the image's Raster as tile (0, 0).
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.AbstractTiledRed
 
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.BufferedImageCachableRed
 
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.DisplacementMapRed
 
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.RenderedImageCachableRed
 
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.TileMap
 
getTile(int, int) - Method in class org.apache.batik.ext.awt.image.rendered.TileRed
 
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.TranslateRed
 
getTile() - Method in class org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed
 
getTile(int, int) - Method in class org.apache.batik.extension.svg.HistogramRed
 
getTiledRegion() - Method in interface org.apache.batik.ext.awt.image.renderable.TileRable
Returns the tiled region
getTiledRegion() - Method in class org.apache.batik.ext.awt.image.renderable.TileRable8Bit
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.util.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.util.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.util.SimpleRenderedImage
Returns the height of a tile.
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.TileGrid
 
getTileNoCompute(int, int) - Method in class org.apache.batik.ext.awt.image.rendered.TileMap
 
getTileNoCompute(int, int) - Method in interface org.apache.batik.ext.awt.image.rendered.TileStore
 
getTileRegion() - Method in interface org.apache.batik.ext.awt.image.renderable.TileRable
Returns the tile region
getTileRegion() - Method in class org.apache.batik.ext.awt.image.renderable.TileRable8Bit
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.util.SimpleRenderedImage
Returns the width of a tile.
getTileWidth() - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
getTileWidth() - Method in class org.apache.batik.ext.awt.image.rendered.RenderedImageCachableRed
 
getTime() - Method in class org.apache.batik.anim.timing.InstanceTime
Returns the time of this instance time.
getTimedElement() - Method in class org.apache.batik.anim.AbstractAnimation
Returns the TimedElement for this animation.
getTimedElement() - Method in class org.apache.batik.bridge.SVGAnimationElementBridge
Returns the TimedElement for the animation.
getTimedElementById(String) - Method in class org.apache.batik.anim.timing.TimedElement
Returns the timed element with the given ID.
getTimedElementById(String, Node) - Static method in class org.apache.batik.bridge.AnimationSupport
Returns the timed element with the given ID, using the given node as the context for the lookup.
getTimedElementById(String) - Method in class org.apache.batik.bridge.SVGAnimationElementBridge.SVGTimedElement
Returns the timed element with the given ID.
getTimedElementById(String) - Method in class org.apache.batik.bridge.SVGAnimationEngine.AnimationRoot
Returns the timed element with the given ID.
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 class org.apache.batik.ext.awt.image.renderable.DeferRable
 
getTimeStamp() - Method in interface org.apache.batik.ext.awt.image.renderable.Filter
Returns the current modification timestamp on this Renderable node.
getTimingSpecifierHandler() - Method in class org.apache.batik.parser.TimingSpecifierParser
Returns the parse event handler in use.
getTimingSpecifierListHandler() - Method in class org.apache.batik.parser.TimingSpecifierListParser
Returns the parse event handler in use.
getTimingSpecifiers() - Method in class org.apache.batik.anim.timing.TimingSpecifierListProducer
Returns an array of the parsed TimingSpecifiers.
getTitle() - Method in class org.apache.batik.anim.dom.SVGOMDocument
DOM: Implements SVGDocument.getTitle().
getTitle() - Method in class org.apache.batik.anim.dom.SVGOMStyleElement
DOM: Implements SVGStyleElement.getTitle().
getTitle() - Method in class org.apache.batik.css.engine.StyleSheet
Returns the title of this style-sheet.
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 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.apache.batik.css.engine.value.Value
The top value 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(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() - 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.SVGGraphics2D
Invoking this method will return a reference to the topLevelGroup Element managed by this object.
getTopMargin() - Method in class org.apache.batik.extension.svg.MarginInfo
 
getTopMargin() - Method in class org.apache.batik.gvt.flow.BlockInfo
 
getTopMargin() - Method in class org.apache.batik.gvt.flow.MarginInfo
 
getTopUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the top units in the WMF Metafile.
getTotalLength() - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.getTotalLength().
getTotalLength(SVGOMPathElement) - Static method in class org.apache.batik.anim.dom.SVGPathSupport
To implement SVGPathElement.getTotalLength().
getTotalLength() - Method in class org.apache.batik.bridge.SVGPathElementBridge
Returns the total length of the path.
getTotalLength() - Method in interface org.apache.batik.dom.svg.SVGPathContext
Returns the total length of the path.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMAElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMCircleElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMClipPathElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMCursorElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMEllipseElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEBlendElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEColorMatrixElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEComponentTransferElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFECompositeElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEDistantLightElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEFloodElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEGaussianBlurElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEImageElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEMergeNodeElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEMorphologyElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEOffsetElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEPointLightElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFESpecularLightingElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFETileElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFontElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMForeignObjectElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMGradientElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMImageElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMLinearGradientElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMLineElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMMaskElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMMPathElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMPathElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMRectElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMScriptElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMStopElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMTextPathElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMURIReferenceElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMViewElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGPointShapeElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGStylableElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGURIReferenceGraphicsElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGURIReferenceTextPositioningElement
Returns the table of TraitInformation objects for this element.
getTranscoder() - Method in class org.apache.batik.apps.rasterizer.DestinationType
Returns a transcoder object of the result image type.
getTranscodingHints() - Method in interface org.apache.batik.transcoder.Transcoder
Returns the transcoding hints of this transcoder.
getTranscodingHints() - Method in class org.apache.batik.transcoder.TranscoderSupport
Returns a copy of the transcoding hints of this transcoder.
getTransferData(DataFlavor) - Method in class org.apache.batik.apps.svgbrowser.DOMDocumentTree.TransferableTreeNode
Data that is being transfered.
getTransferDataFlavors() - Method in class org.apache.batik.apps.svgbrowser.DOMDocumentTree.TransferableTreeNode
 
getTransform() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGTransformable.getTransform().
getTransform() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
DOM: Implements SVGTransformable.getTransform().
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.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.ext.awt.MultipleGradientPaint
Returns a copy of the transform applied to the gradient.
getTransform() - Method in class org.apache.batik.extension.GraphicsExtensionElement
DOM: Implements SVGTransformable.getTransform().
getTransform() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
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 interface org.apache.batik.gvt.GraphicsNode
Returns the transform of this node or null if any.
getTransform() - Method in interface org.apache.batik.gvt.renderer.ImageRenderer
Returns the transform from the current user space (as defined by the top node of the GVT tree) to the device space.
getTransform() - Method in class org.apache.batik.gvt.renderer.MacRenderer
Returns the transform from the current user space (as defined by the top node of the GVT tree) to the device space.
getTransform() - Method in interface 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.gvt.renderer.StaticRenderer
Returns the transform from the current user space (as defined by the top node of the GVT tree) to the device space.
getTransform() - Method in class 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 class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Return the rendering transform.
getTransformConverter() - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
getTransformedBBox(Rectangle2D, AffineTransform) - Static method in class org.apache.batik.gvt.CompositeGraphicsNode
Transforms a Rectangle 2D by an affine transform.
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 accoun.
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.
getTransformedGeometryBounds(AffineTransform) - Method in class org.apache.batik.gvt.ProxyGraphicsNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getTransformedPrimitiveBounds(AffineTransform) - Method in class 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).
getTransformedPrimitiveBounds(AffineTransform) - Method in class org.apache.batik.gvt.ProxyGraphicsNode
Returns the bounds of this node's primitivePaint after applying the input transform (if any), concatenated with this node's transform (if any).
getTransformedSensitiveBounds(AffineTransform) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getTransformedSensitiveBounds(AffineTransform) - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getTransformedSensitiveBounds(AffineTransform) - Method in interface org.apache.batik.gvt.GraphicsNode
Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
getTransformListHandler() - Method in class org.apache.batik.parser.TransformListParser
Returns the transform list handler in use.
getTransformParameters() - Method in class org.apache.batik.ext.awt.g2d.TransformStackElement
 
getTransforms() - Method in class org.apache.batik.anim.values.AnimatableTransformListValue
Gets the transforms.
getTransformStack() - Method in class org.apache.batik.ext.awt.g2d.GraphicContext
 
getTransformStack() - Method in class org.apache.batik.svggen.SVGGraphicContext
 
getTransformToElement(SVGElement) - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
getTransformToElement(Element, SVGElement) - Static method in class org.apache.batik.anim.dom.SVGLocatableSupport
To implement SVGLocatable.getTransformToElement(SVGElement).
getTransformToElement(SVGElement) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
getTransformToElement(SVGElement) - Method in class org.apache.batik.anim.dom.SVGOMTextElement
DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
getTransformToElement(SVGElement) - Method in class org.apache.batik.extension.GraphicsExtensionElement
DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
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.png.PNGEncodeParam.Gray
Returns the gray value to be used to denote transparency.
getTransparentRGB() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.RGB
Returns the RGB value to be used to denote transparency.
getTree() - Method in class org.apache.batik.gvt.renderer.MacRenderer
Returns the GVT tree associated with this renderer
getTree() - Method in interface org.apache.batik.gvt.renderer.Renderer
Returns the GVT tree associated with this renderer
getTree() - Method in class org.apache.batik.gvt.renderer.StaticRenderer
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.apache.batik.apps.svgbrowser.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 interface org.apache.batik.ext.awt.image.renderable.TurbulenceRable
Gets the turbulence region
getTurbulenceRegion() - Method in class org.apache.batik.ext.awt.image.renderable.TurbulenceRable8Bit
Get the turbulence region
getType() - Method in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
DOM: Implements SVGComponentTransferFunctionElement.getType().
getType() - Method in class org.apache.batik.anim.dom.SVGOMFEColorMatrixElement
DOM: Implements SVGFEColorMatrixElement.getType().
getType() - Method in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
DOM: Implements SVGFETurbulenceElement.getType().
getType() - Method in class org.apache.batik.anim.dom.SVGOMScriptElement
DOM: Implements SVGScriptElement.getType().
getType() - Method in class org.apache.batik.anim.dom.SVGOMStyleElement
DOM: Implements SVGStyleElement.getType().
getType() - Method in class org.apache.batik.anim.dom.TraitInformation
Returns the SVG type of this trait.
getType() - Method in class org.apache.batik.apps.svgbrowser.NodePickerPanel.NodePickerEvent
Gets the type of this event.
getType() - Method in class org.apache.batik.apps.svgbrowser.NodeTemplates.NodeTemplateDescriptor
 
getType() - Method in class org.apache.batik.bridge.TextNode.Anchor
Returns the type of this anchor.
getType() - Method in class org.apache.batik.css.engine.FontFaceRule
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 class org.apache.batik.css.engine.MediaRule
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.AbstractDocument.DocumentError
 
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.AbstractSVGTransform
DOM: Implements SVGTransform.getType().
getType() - Method in class org.apache.batik.ext.awt.g2d.TransformStackElement
 
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.ConcreteComponentTransferFunction
Returns the type of this transfer function
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.font.GVTGlyphMetrics
Returns the raw glyph type code.
getType() - Method in class org.apache.batik.parser.AbstractScanner
The current lexical unit type like defined in LexicalUnits.
getType() - Method in class org.apache.batik.svggen.font.table.CmapTable
 
getType() - Method in class org.apache.batik.svggen.font.table.CvtTable
 
getType() - Method in class org.apache.batik.svggen.font.table.FpgmTable
 
getType() - Method in class org.apache.batik.svggen.font.table.GlyfTable
 
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.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.HheaTable
 
getType() - Method in class org.apache.batik.svggen.font.table.HmtxTable
 
getType() - Method in class org.apache.batik.svggen.font.table.KernTable
Get the table type, as a table directory value.
getType() - Method in class org.apache.batik.svggen.font.table.LocaTable
 
getType() - Method in class org.apache.batik.svggen.font.table.Lookup
 
getType() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getType() - Method in class org.apache.batik.svggen.font.table.NameTable
 
getType() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
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.PrepTable
 
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.transcoder.wmf.tosvg.GdiObject
Return the type of this GdiObject.
getType() - Method in class org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuEvent
Gets the event type.
getType() - Method in class org.apache.batik.xml.XMLScanner
The current lexical unit type like defined in LexicalUnits.
getTypeName() - Method in class org.apache.batik.dom.AbstractAttr.AttrTypeInfo
Type name.
getTypeName() - Method in class org.apache.batik.dom.AbstractElement.ElementTypeInfo
Type name.
getTypeNamespace() - Method in class org.apache.batik.dom.AbstractAttr.AttrTypeInfo
Type namespace.
getTypeNamespace() - Method in class org.apache.batik.dom.AbstractElement.ElementTypeInfo
Type namespace.
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
 
getUISpecialization() - Method in interface org.apache.batik.apps.svgbrowser.Application
Returns the UI resource specialization to use.
getUISpecialization() - Method in class org.apache.batik.apps.svgbrowser.Main
Returns the UI resource specialization to use.
getUltimateOriginalEvent(Event) - Static method in class org.apache.batik.dom.events.EventSupport
Returns the ultimate original event for the given event.
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.gvt.font.GVTFontFace
Returns the position of the underline decoration.
getUnderlineShape() - Method in class org.apache.batik.bridge.GlyphLayout
Returns a shape describing the undeline decoration for a given ACI.
getUnderlineThickness() - Method in class org.apache.batik.gvt.font.GVTFontFace
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.
getUnderlyingCSSValue(Element, AnimationTarget, String) - Method in class org.apache.batik.bridge.SVGAnimationEngine
Returns an AnimatableValue for the underlying value of a CSS property.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue() - Method in interface org.apache.batik.anim.dom.AnimatableElement
Returns the underlying value of the animated attribute.
getUnderlyingValue(AnimationTarget) - Method in interface org.apache.batik.anim.dom.AnimatedLiveAttributeValue
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(String, String) - Method in interface org.apache.batik.anim.dom.AnimationTarget
Returns the underlying value of an animatable XML attribute.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedBoolean
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedInteger
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumber
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedString
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(String, String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns the underlying value of an animatable XML attribute.
getUnderlyingValue() - Method in class org.apache.batik.bridge.SVGAnimateMotionElementBridge
Returns the underlying value of the animated attribute.
getUnderlyingValue() - Method in class org.apache.batik.bridge.SVGAnimationElementBridge
Returns the underlying value of the animated attribute.
getUnicode() - Method in class org.apache.batik.gvt.font.Glyph
Returns the unicode char or chars this glyph represents.
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
 
getUnit() - Method in class org.apache.batik.anim.values.AnimatableAngleValue
Returns the angle unit.
getUnitsPerEm() - Method in class org.apache.batik.gvt.font.GVTFontFace
The number of coordinate units on the em square for this font.
getUnitsPerEm() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getUnitsToPixels() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the factor to transform Metafile dimensions in pixels
getUnitType() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
DOM: Implements SVGLength.getUnitType().
getUnitType() - Method in class org.apache.batik.anim.dom.AbstractSVGLength
DOM: Implements SVGLength.getUnitType().
getUnitType() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
DOM: Implements SVGAngle.getUnitType().
getUnitType() - Method in class org.apache.batik.dom.svg.SVGOMAngle
DOM: Implements SVGAngle.getUnitType().
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.anim.values.AnimatablePaintValue
Returns the paint server URI.
getURI() - Method in class org.apache.batik.apps.rasterizer.SVGConverterFileSource
 
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.SVGConverterURLSource
 
getUri() - Method in class org.apache.batik.css.dom.CSSOMSVGPaint
DOM: Implements SVGPaint.getUri().
getURI() - Method in class org.apache.batik.css.engine.ImportRule
Returns the URI of the imported stylesheet.
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 class org.apache.batik.dom.AbstractDocument.DocumentError.ErrorLocation
Get the document URI.
getURI() - Method in class org.apache.batik.swing.JSVGCanvas
Returns the URI of the current document.
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.apache.batik.transcoder.TranscoderOutput
Returns the output of this transcoder as a URI or null if none was supplied.
getURL() - Method in class org.apache.batik.anim.dom.SVGOMDocument
DOM: Implements SVGDocument.getURL()
getURL(String, Window.URLResponseHandler) - Method in class org.apache.batik.bridge.BaseScriptingEnvironment.Window
Gets data from the given URI.
getURL(String, Window.URLResponseHandler, String) - Method in class org.apache.batik.bridge.BaseScriptingEnvironment.Window
Gets data from the given URI.
getURL() - Method in interface org.apache.batik.bridge.BridgeExtension
This should return a URL where information can be obtained on this extension.
getURL(String, Window.URLResponseHandler) - Method in class org.apache.batik.bridge.ScriptingEnvironment.Window
getURL(String, Window.URLResponseHandler, String) - Method in class org.apache.batik.bridge.ScriptingEnvironment.Window
getURL() - Method in class org.apache.batik.bridge.svg12.SVG12BridgeExtension
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(String, Window.URLResponseHandler) - Method in interface org.apache.batik.bridge.Window
Gets data from the given URI.
getURL(String, Window.URLResponseHandler, String) - Method in interface org.apache.batik.bridge.Window
Gets data from the given URI.
getURL(Context, Scriptable, Object[], Function) - Static method in class org.apache.batik.bridge.WindowWrapper
Wraps the 'getURL' method of the Window interface.
getURL() - Method in class org.apache.batik.css.engine.FontFaceRule
Returns the URI of the @font-face rule.
getURL() - Method in interface org.apache.batik.dom.DomExtension
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 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.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns the current URL
getUrl() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
Returns the current URL
getURL(String) - Method in class org.apache.batik.util.PreferenceManager
Returns an URL preference.
getURLDone(boolean, String, String) - Method in interface org.apache.batik.bridge.Window.URLResponseHandler
Called when the response is recieved.
getURLDone(boolean, String, String) - Method in class org.apache.batik.bridge.WindowWrapper.GetURLFunctionWrapper
Called before 'getURL()' returns.
GetURLFunctionWrapper(RhinoInterpreter, Function, WindowWrapper) - Constructor for class org.apache.batik.bridge.WindowWrapper.GetURLFunctionWrapper
Creates a wrapper.
getURLObject() - Method in class org.apache.batik.anim.dom.SVGOMDocument
Returns the URI of the document.
getURLs(String) - Method in class org.apache.batik.util.PreferenceManager
Returns an array of URLs preference.
getUseAntialiasedClip() - Method in interface org.apache.batik.ext.awt.image.renderable.ClipRable
Resturns true if the default behaviour should be to use anti-aliased clipping.
getUseAntialiasedClip() - Method in class org.apache.batik.ext.awt.image.renderable.ClipRable8Bit
Resturns true if the default behaviour should be to use anti-aliased clipping.
getUseCapture() - Method in class org.apache.batik.bridge.BridgeContext.EventListenerMememto
 
getUseCurrentView() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getUseCurrentView().
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.transcoder.image.PNGTranscoder
 
getUserAgent() - Method in class org.apache.batik.transcoder.image.TIFFTranscoder
 
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.anim.dom.SVGDOMImplementation
Returns the user-agent stylesheet.
getUserData(String) - Method in class org.apache.batik.dom.AbstractNode
DOM: Implements Node.getUserData(String).
getUserExponent() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
Returns the current value of the user exponent parameter.
getUserStylesheet() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getUserStyleSheetURI() - Method in interface org.apache.batik.apps.svgbrowser.Application
Returns the user stylesheet uri.
getUserStyleSheetURI() - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
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 class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
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.SVGUserAgentAdapter
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.
getUseUnixTextSelection(boolean) - Method in class org.apache.batik.swing.gvt.JGVTComponent
Returns true if the canvas will copy selections to the clipboard when they are completed.
getUseXMLBase() - Method in class org.apache.batik.apps.svgbrowser.SVGOptionPanel
Returns true if the output should use xml:base.
getUsr2Dev() - Method in class org.apache.batik.gvt.PatternPaintContext
 
getUtf16Offset() - Method in class org.apache.batik.dom.AbstractDocument.DocumentError.ErrorLocation
Get the UTF-16 offset of the error node.
getValidate() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getValue() - Method in class org.apache.batik.anim.AbstractAnimation
Returns the value of this animation, or null if it isn't active.
getValue() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
DOM: Implements SVGLength.getValue().
getValue() - Method in class org.apache.batik.anim.dom.AbstractSVGLength
DOM: Implements SVGLength.getValue().
getValue() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
DOM: Implements SVGAngle.getValue().
getValue() - Method in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeColorValue
Returns the current value associated with this object.
getValue() - Method in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributePaintValue
Returns the current value associated with this object.
getValue() - Method in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeValue
Returns the current value associated with this object.
getValue() - Method in class org.apache.batik.anim.values.AnimatableBooleanValue
Returns the boolean value.
getValue() - Method in class org.apache.batik.anim.values.AnimatableIntegerValue
Returns the integer value.
getValue() - Method in class org.apache.batik.anim.values.AnimatableNumberValue
Returns the number value.
getValue() - Method in class org.apache.batik.css.dom.CSSOMComputedStyle.ComputedCSSValue
Returns the Value associated with this object.
getValue(String) - Method in class org.apache.batik.css.dom.CSSOMStoredStyleDeclaration
Returns the current value associated with this object.
getValue() - Method in class org.apache.batik.css.dom.CSSOMStyleDeclaration.StyleDeclarationValue
Returns the current value associated with this object.
getValue(String) - Method in interface org.apache.batik.css.dom.CSSOMStyleDeclaration.ValueProvider
Returns the current value associated with this object.
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.AbstractModificationHandler
Returns the associated value.
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.CSSOMSVGColor.ColorNumber
Implements SVGNumber.getValue().
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.RedComponent
The returns the actual value of this component.
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.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.CSSOMSVGPaint.AbstractModificationHandler
Returns the associated value.
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.CSSOMValue.AbstractComponent
The returns the actual value of this component.
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.BlueComponent
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.GreenComponent
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.ListComponent
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.RightComponent
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 interface org.apache.batik.css.dom.CSSOMValue.ValueProvider
Returns the current value associated with this object.
getValue() - Method in class org.apache.batik.css.engine.sac.AbstractAttributeCondition
SAC: Implements AttributeCondition.getValue().
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() - 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.AbstractSVGNumber
DOM: Implements SVGNumber.getValue().
getValue() - Method in exception org.apache.batik.dom.svg.LiveAttributeException
Returns the problematic attribute value.
getValue() - Method in class org.apache.batik.dom.svg.SVGOMAngle
DOM: Implements SVGAngle.getValue().
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.DoctypeValue
 
getValue() - Method in class org.apache.batik.transcoder.svg2svg.SVGTranscoder.NewlineValue
 
getValue() - Method in class org.apache.batik.util.DoublyIndexedTable.Entry
Returns this entry's value.
getValue() - Method in class org.apache.batik.util.RunnableQueue.RunnableQueueState
 
getValueAsString() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
DOM: Implements SVGLength.getValueAsString().
getValueAsString() - Method in class org.apache.batik.anim.dom.AbstractSVGLength
DOM: Implements SVGLength.getValueAsString().
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Returns the value of the DOM attribute containing the point list.
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Returns the value of the DOM attribute containing the length list.
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
DOM: Implements SVGAngle.getValueAsString().
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Returns the value of the DOM attribute containing the point list.
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Returns the value of the DOM attribute containing the number list.
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
Returns the value of the DOM attribute containing the point list.
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
Returns the value of the DOM attribute containing the path data.
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
Returns the value of the DOM attribute containing the path data.
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
Returns the value of the DOM attribute containing the point list.
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
Returns the value of the DOM attribute containing the point list.
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
Returns the value of the DOM attribute containing the transform list.
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
Returns the value of the DOM attribute containing the transform list.
getValueAsString() - Method in class org.apache.batik.dom.svg.AbstractSVGItem
Returns the cached representation of the item if valid, otherwise recomputes the String representation of the item.
getValueAsString() - Method in class org.apache.batik.dom.svg.AbstractSVGList
Returns the value of the DOM attribute containing the list.
getValueAsString(short, short) - Static method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
Returns a string representation of a preserve aspect ratio value specified numerically.
getValueAsString() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
Returns the string representation of the preserve aspect ratio value.
getValueAsString() - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
Returns the cached representation of the item if valid, otherwise recomputes the String representation of the item.
getValueAsString() - Method in interface org.apache.batik.dom.svg.SVGItem
Return the String representation of the item.
getValueAsString() - Method in class org.apache.batik.dom.svg.SVGNumberItem
Returns a String representation of the number.
getValueAsString() - Method in class org.apache.batik.dom.svg.SVGOMAngle
DOM: Implements SVGAngle.getValueAsString().
getValueAt(int, int) - Method in class org.apache.batik.apps.svgbrowser.DOMViewer.Panel.NodeCSSValuesModel
Returns the value of the given cell.
getValueForName(Object) - Method in class org.apache.batik.apps.svgbrowser.NodePickerPanel.AttributesTableModel
Gets the value of the attribute with the given attribute name.
getValueInSpecifiedUnits() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
DOM: Implements SVGLength.getValueInSpecifiedUnits().
getValueInSpecifiedUnits() - Method in class org.apache.batik.anim.dom.AbstractSVGLength
DOM: Implements SVGLength.getValueInSpecifiedUnits().
getValueInSpecifiedUnits() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
DOM: Implements SVGAngle.getValueInSpecifiedUnits().
getValueInSpecifiedUnits() - Method in class org.apache.batik.dom.svg.SVGOMAngle
DOM: Implements SVGAngle.getValueInSpecifiedUnits().
getValueManagers() - Method in class org.apache.batik.css.engine.CSSEngine
Returns the ValueManagers.
getValues() - Method in class org.apache.batik.anim.dom.SVGOMFEColorMatrixElement
DOM: Implements SVGFEColorMatrixElement.getValues().
getValues() - Method in class org.apache.batik.apps.rasterizer.DestinationType
Defines valid image types.
getValues() - Method in class org.apache.batik.svggen.font.table.CvtTable
 
getValuesArray() - Method in class org.apache.batik.util.DoublyIndexedTable
Returns an array of all of the values in the table.
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
 
getVersion() - Static method in class org.apache.batik.Version
Returns the Batik version.
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.
getVerticalAlignment() - Method in class org.apache.batik.extension.svg.RegionInfo
Gets the vertical alignment for this flow region.
getVerticalAlignment() - Method in class org.apache.batik.gvt.flow.RegionInfo
Gets the vertical alignment for this flow region.
getVerticalAlignment(int) - Static method in class org.apache.batik.transcoder.wmf.tosvg.WMFUtilities
Get the Vertical Alignement for the Alignment property.
getVerticalAlignOffset() - Method in class org.apache.batik.extension.svg.LineInfo
 
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.DOMTimeEvent
Returns the view from which the event was generated.
getView() - Method in class org.apache.batik.dom.events.DOMUIEvent
DOM: The view attribute identifies the AbstractView from which the event was generated.
getViewBox() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements SVGFitToViewBox.getViewBox().
getViewBox() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGFitToViewBox.getViewBox().
getViewBox() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGFitToViewBox.getViewBox().
getViewBox() - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
DOM: Implements SVGFitToViewBox.getViewBox().
getViewBox() - Method in class org.apache.batik.anim.dom.SVGOMViewElement
DOM: Implements SVGFitToViewBox.getViewBox().
getViewBoxRect() - Method in class org.apache.batik.swing.JSVGScrollPane
 
getViewBoxTransform() - Method in class org.apache.batik.swing.svg.JSVGComponent
Returns the transform from viewBox coords to screen coords
getViewFactory() - Method in class org.apache.batik.util.gui.xmleditor.XMLEditorKit
getViewingTransform() - Method in class org.apache.batik.gvt.CanvasGraphicsNode
 
getViewingTransform() - Method in class org.apache.batik.swing.svg.JSVGComponent
 
getViewport() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getViewport().
getViewport(Element) - Method in class org.apache.batik.bridge.BridgeContext
Returns the viewport of the specified element.
getViewportElement() - Method in class org.apache.batik.anim.dom.SVGOMElement
DOM: Implements SVGElement.getViewportElement().
getViewportHeight() - Method in class org.apache.batik.anim.dom.AbstractSVGLength.DefaultContext
Returns the viewport height used to compute units.
getViewportHeight() - Method in class org.apache.batik.anim.dom.SVGOMElement.UnitContext
Returns the viewport height used to compute units.
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.AnimatableGenericSVGBridge
Returns the height of the viewport which directly contains the associated element.
getViewportHeight() - Method in class org.apache.batik.bridge.SVGAnimationElementBridge
 
getViewportHeight() - Method in class org.apache.batik.bridge.SVGDescriptiveElementBridge
 
getViewportHeight() - Method in class org.apache.batik.bridge.SVGDocumentBridge
 
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.bridge.UnitProcessor.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.parser.UnitProcessor.Context
Returns the viewport height used to compute units.
getViewportHeightInch() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Returns the viewport height, in inches.
getViewportHeightUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Returns the viewport height, in Metafile 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.anim.dom.AbstractSVGLength.DefaultContext
Returns the viewport width used to compute units.
getViewportWidth() - Method in class org.apache.batik.anim.dom.SVGOMElement.UnitContext
Returns the viewport width used to compute units.
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.AnimatableGenericSVGBridge
Returns the width of the viewport which directly contains the associated element.
getViewportWidth() - Method in class org.apache.batik.bridge.SVGAnimationElementBridge
 
getViewportWidth() - Method in class org.apache.batik.bridge.SVGDescriptiveElementBridge
 
getViewportWidth() - Method in class org.apache.batik.bridge.SVGDocumentBridge
 
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.bridge.UnitProcessor.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.parser.UnitProcessor.Context
Returns the viewport width used to compute units.
getViewportWidthInch() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Returns the viewport width, in inches.
getViewportWidthUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Returns the viewport width, in Metafile Units
getViewTarget() - Method in class org.apache.batik.anim.dom.SVGOMViewElement
DOM: Implements SVGViewElement.getViewTarget().
getViewTransform(String, Element, float, float, BridgeContext) - Static method in class org.apache.batik.bridge.ViewBox
Parses the specified reference (from a URI) and returns the appropriate transform.
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.extension.svg.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.
getVpH() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Returns the viewport height, in pixels.
getVpH() - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns the viewport height
getVpHFactor() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the factor to transform logical units height in pixels
getVpW() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Returns the viewport width, in pixels.
getVpW() - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns the viewport width
getVpWFactor() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the factor to transform logical units width in pixels
getVpX() - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns the viewport x origin
getVpX() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
Returns the viewport x origin
getVpY() - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns the viewport y origin
getVpY() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
Returns the viewport y origin
getWaitTime() - Method in class org.apache.batik.bridge.SVGAnimationEngine.AnimationTickRunnable
Returns the system time that can be safely waited until before this Runnable is run again.
getWaitTime() - Method in class org.apache.batik.bridge.SVGAnimationEngine.DebugAnimationTickRunnable
 
getWaitTime() - Method in interface org.apache.batik.util.RunnableQueue.IdleRunnable
Returns the system time that can be safely waited until before this Runnable is run again.
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
getWhatToShow() - Method in class org.apache.batik.dom.traversal.DOMTreeWalker
getWheelDelta() - Method in class org.apache.batik.dom.svg12.SVGOMWheelEvent
Returns the number of mouse wheel clicks.
getWheelDelta() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseWheelEvent
Returns the number of clicks the wheel has been moved.
getWhen() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns the timestamp of when this event occurred.
getWhitePoint() - Method in class org.apache.batik.css.engine.value.svg12.AbstractCIEColor
Returns the white point in CIE XYZ coordinates.
getWholeText() - Method in class org.apache.batik.dom.AbstractText
DOM: Implements Text.getWholeText().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.AnimSVGRect
DOM: Implements SVGRect.getWidth().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.BaseSVGRect
DOM: Implements SVGRect.getWidth().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements SVGFilterElement.getWidth().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
DOM: Implements SVGFilterPrimitiveStandardAttributes.getWidth().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMForeignObjectElement
DOM: Implements SVGForeignObjectElement.getWidth().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMImageElement
DOM: Implements SVGImageElement.getWidth().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMMaskElement
DOM: Implements SVGMaskElement.getWidth().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGPatternElement.getWidth().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMRectElement
DOM: Implements SVGRectElement.getWidth().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getWidth().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
DOM: Implements SVGUseElement.getWidth().
getWidth() - Method in class org.apache.batik.anim.values.AnimatableRectValue
Returns the width.
getWidth() - Method in class org.apache.batik.apps.rasterizer.SVGConverter
 
getWidth() - Method in class org.apache.batik.bridge.svg12.SVGMultiImageElementBridge.MultiImageElementViewport
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.bridge.UserAgentViewport
Returns the width of this viewport.
getWidth() - Method in interface org.apache.batik.bridge.Viewport
Returns the width of this viewport.
getWidth() - Method in class org.apache.batik.dom.svg.SVGOMRect
DOM: Implements SVGRect.getWidth().
getWidth() - Method in class org.apache.batik.ext.awt.image.codec.util.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
 
getWidthBoundsPixels() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
getWidthBoundsUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
getWidthClass() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getWidthPixels() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the width of the WMF Metafile, in pixels.
getWidthUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the width units in the WMF Metafile.
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.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
getWindingRule() - Method in interface org.apache.batik.ext.awt.geom.ExtendedPathIterator
 
getWindingRule() - Method in class org.apache.batik.ext.awt.geom.PathLength.SingleSegmentPathIterator
 
getWindingRule() - Method in class org.apache.batik.ext.awt.geom.ShapeExtender.EPIWrap
 
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.
getWindow(Interpreter, String) - Method in class org.apache.batik.bridge.BaseScriptingEnvironment
Returns the Window object for the specified Interpreter.
getWindow() - Method in class org.apache.batik.bridge.BaseScriptingEnvironment
Returns the Window object for scripting languages that have no Interpreter object.
getWindow() - Method in class org.apache.batik.bridge.RhinoInterpreter
Returns the window object for this interpreter.
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.
getWriterFor(String) - Method in class org.apache.batik.ext.awt.image.spi.ImageWriterRegistry
get the ImageWriter registered for mime, or null.
getX() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.AnimSVGRect
DOM: Implements SVGRect.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.BaseSVGRect
DOM: Implements SVGRect.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMCursorElement
DOM: Implements SVGCursorElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMFEPointLightElement
DOM: Implements SVGFEPointLightElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements SVGFilterElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
DOM: Implements SVGFilterPrimitiveStandardAttributes.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMForeignObjectElement
DOM: Implements SVGForeignObjectElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMImageElement
DOM: Implements SVGImageElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMMaskElement
DOM: Implements SVGMaskElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGPatternElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMRectElement
DOM: Implements SVGRectElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
DOM: Implements SVGTextPositioningElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
DOM: Implements SVGUseElement.getX().
getX() - Method in class org.apache.batik.anim.values.AnimatableMotionPointValue
Returns the x coordinate.
getX() - Method in class org.apache.batik.anim.values.AnimatableRectValue
Returns the x coordinate.
getX() - Method in class org.apache.batik.dom.svg.AbstractSVGTransform
Returns the x coordinate of the center of the rotation, if this transformation is a rotation.
getX() - Method in class org.apache.batik.dom.svg.SVGOMPoint
DOM: Implements SVGPoint.getX().
getX() - Method in class org.apache.batik.dom.svg.SVGOMRect
DOM: Implements SVGRect.getX().
getX() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getX() - Method in class org.apache.batik.dom.svg.SVGPointItem
DOM: Implements SVGPoint.getX().
getX() - Method in class org.apache.batik.ext.awt.geom.PathLength.PathSegment
Returns the x coordinate of the path segment.
getX() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the horizontal x position of the event relative to the source graphics node.
getX1() - Method in class org.apache.batik.anim.dom.SVGOMLinearGradientElement
DOM: Implements SVGLinearGradientElement.getX1().
getX1() - Method in class org.apache.batik.anim.dom.SVGOMLineElement
DOM: Implements SVGLineElement.getX1().
getX1() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getX2() - Method in class org.apache.batik.anim.dom.SVGOMLinearGradientElement
DOM: Implements SVGLinearGradientElement.getX2().
getX2() - Method in class org.apache.batik.anim.dom.SVGOMLineElement
DOM: Implements SVGLineElement.getX2().
getX2() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getXblBoundElement(Node) - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Get the bound element whose shadow tree a node resides in.
getXblBoundElement() - Method in class org.apache.batik.dom.AbstractDocument
Get the bound element whose shadow tree this current node resides in.
getXblBoundElement() - Method in class org.apache.batik.dom.AbstractNode
Get the bound element whose shadow tree this current node resides in.
getXblBoundElement(Node) - Method in class org.apache.batik.dom.xbl.GenericXBLManager
Get the bound element whose shadow tree a node resides in.
getXblBoundElement() - Method in interface org.apache.batik.dom.xbl.NodeXBL
Get the bound element whose shadow tree this current node resides in.
getXblBoundElement(Node) - Method in interface org.apache.batik.dom.xbl.XBLManager
Get the bound element whose shadow tree a node resides in.
getXblChildNodes(Node) - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Get the list of child nodes of a node in the fully flattened tree.
getXblChildNodes() - Method in class org.apache.batik.dom.AbstractDocument
Get the list of child nodes of this node in the fully flattened tree.
getXblChildNodes() - Method in class org.apache.batik.dom.AbstractNode
Get the list of child nodes of this node in the fully flattened tree.
getXblChildNodes(Node) - Method in class org.apache.batik.dom.xbl.GenericXBLManager
Get the list of child nodes of a node in the fully flattened tree.
getXblChildNodes() - Method in interface org.apache.batik.dom.xbl.NodeXBL
Get the list of child nodes of this node in the fully flattened tree.
getXblChildNodes(Node) - Method in interface org.apache.batik.dom.xbl.XBLManager
Get the list of child nodes of a node in the fully flattened tree.
getXblContentElement(Node) - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Returns the content element that caused the given node to be present in the flattened tree.
getXblDefinitions(Node) - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Get the xbl:definition elements currently binding an element.
getXblDefinitions() - Method in class org.apache.batik.dom.AbstractDocument
Get the xbl:definition elements currently binding this element.
getXblDefinitions() - Method in class org.apache.batik.dom.AbstractNode
Get the xbl:definition elements currently binding this element.
getXblDefinitions(Node) - Method in class org.apache.batik.dom.xbl.GenericXBLManager
Get the xbl:definition elements currently binding an element.
getXblDefinitions() - Method in interface org.apache.batik.dom.xbl.NodeXBL
Get the xbl:definition elements currently binding this element.
getXblDefinitions(Node) - Method in interface org.apache.batik.dom.xbl.XBLManager
Get the xbl:definition elements currently binding an element.
getXblFirstChild(Node) - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Get the first child node of a node in the fully flattened tree.
getXblFirstChild() - Method in class org.apache.batik.dom.AbstractDocument
Get the first child node of this node in the fully flattened tree.
getXblFirstChild() - Method in class org.apache.batik.dom.AbstractNode
Get the first child node of this node in the fully flattened tree.
getXblFirstChild(Node) - Method in class org.apache.batik.dom.xbl.GenericXBLManager
Get the first child node of a node in the fully flattened tree.
getXblFirstChild() - Method in interface org.apache.batik.dom.xbl.NodeXBL
Get the first child node of this node in the fully flattened tree.
getXblFirstChild(Node) - Method in interface org.apache.batik.dom.xbl.XBLManager
Get the first child node of a node in the fully flattened tree.
getXblFirstElementChild(Node) - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Get the first element child of a node in the fully flattened tree.
getXblFirstElementChild() - Method in class org.apache.batik.dom.AbstractDocument
Get the first element child of this node in the fully flattened tree.
getXblFirstElementChild() - Method in class org.apache.batik.dom.AbstractNode
Get the first element child of this node in the fully flattened tree.
getXblFirstElementChild(Node) - Method in class org.apache.batik.dom.xbl.GenericXBLManager
Get the first element child of a node in the fully flattened tree.
getXblFirstElementChild() - Method in interface org.apache.batik.dom.xbl.NodeXBL
Get the first element child of this node in the fully flattened tree.
getXblFirstElementChild(Node) - Method in interface org.apache.batik.dom.xbl.XBLManager
Get the first element child of a node in the fully flattened tree.
getXblLastChild(Node) - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Get the last child node of a node in the fully flattened tree.
getXblLastChild() - Method in class org.apache.batik.dom.AbstractDocument
Get the last child node of this node in the fully flattened tree.
getXblLastChild() - Method in class org.apache.batik.dom.AbstractNode
Get the last child node of this node in the fully flattened tree.
getXblLastChild(Node) - Method in class org.apache.batik.dom.xbl.GenericXBLManager
Get the last child node of a node in the fully flattened tree.
getXblLastChild() - Method in interface org.apache.batik.dom.xbl.NodeXBL
Get the last child node of this node in the fully flattened tree.
getXblLastChild(Node) - Method in interface org.apache.batik.dom.xbl.XBLManager
Get the last child node of a node in the fully flattened tree.
getXblLastElementChild(Node) - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Get the last element child of a node in the fully flattened tree.
getXblLastElementChild() - Method in class org.apache.batik.dom.AbstractDocument
Get the last element child of this node in the fully flattened tree.
getXblLastElementChild() - Method in class org.apache.batik.dom.AbstractNode
Get the last element child of this node in the fully flattened tree.
getXblLastElementChild(Node) - Method in class org.apache.batik.dom.xbl.GenericXBLManager
Get the last element child of a node in the fully flattened tree.
getXblLastElementChild() - Method in interface org.apache.batik.dom.xbl.NodeXBL
Get the last element child of this node in the fully flattened tree.
getXblLastElementChild(Node) - Method in interface org.apache.batik.dom.xbl.XBLManager
Get the last element child of a node in the fully flattened tree.
getXBLManager() - Method in class org.apache.batik.dom.AbstractDocument
Returns the XBLManager used for this document.
getXblNextElementSibling(Node) - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Get the first element that follows a node in the xblParentNode's xblChildNodes list.
getXblNextElementSibling() - Method in class org.apache.batik.dom.AbstractDocument
Get the first element that follows the current node in the xblParentNode's xblChildNodes list.
getXblNextElementSibling() - Method in class org.apache.batik.dom.AbstractNode
Get the first element that follows the current node in the xblParentNode's xblChildNodes list.
getXblNextElementSibling(Node) - Method in class org.apache.batik.dom.xbl.GenericXBLManager
Get the first element that follows a node in the xblParentNode's xblChildNodes list.
getXblNextElementSibling() - Method in interface org.apache.batik.dom.xbl.NodeXBL
Get the first element that follows the current node in the xblParentNode's xblChildNodes list.
getXblNextElementSibling(Node) - Method in interface org.apache.batik.dom.xbl.XBLManager
Get the first element that follows a node in the xblParentNode's xblChildNodes list.
getXblNextSibling(Node) - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Get the node which directly follows a node in the xblParentNode's xblChildNodes list.
getXblNextSibling() - Method in class org.apache.batik.dom.AbstractDocument
Get the node which directly follows the current node in the xblParentNode's xblChildNodes list.
getXblNextSibling() - Method in class org.apache.batik.dom.AbstractNode
Get the node which directly follows the current node in the xblParentNode's xblChildNodes list.
getXblNextSibling(Node) - Method in class org.apache.batik.dom.xbl.GenericXBLManager
Get the node which directly follows a node in thexblParentNode's xblChildNodes list.
getXblNextSibling() - Method in interface org.apache.batik.dom.xbl.NodeXBL
Get the node which directly follows the current node in the xblParentNode's xblChildNodes list.
getXblNextSibling(Node) - Method in interface org.apache.batik.dom.xbl.XBLManager
Get the node which directly follows a node in thexblParentNode's xblChildNodes list.
getXblParentNode(Node) - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Get the parent of a node in the fully flattened tree.
getXblParentNode() - Method in class org.apache.batik.dom.AbstractDocument
Get the parent of this node in the fully flattened tree.
getXblParentNode() - Method in class org.apache.batik.dom.AbstractNode
Get the parent of this node in the fully flattened tree.
getXblParentNode(Node) - Method in class org.apache.batik.dom.xbl.GenericXBLManager
Get the parent of a node in the fully flattened tree.
getXblParentNode() - Method in interface org.apache.batik.dom.xbl.NodeXBL
Get the parent of this node in the fully flattened tree.
getXblParentNode(Node) - Method in interface org.apache.batik.dom.xbl.XBLManager
Get the parent of a node in the fully flattened tree.
getXblPreviousElementSibling(Node) - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Get the first element that precedes the a node in the xblParentNode's xblChildNodes list.
getXblPreviousElementSibling() - Method in class org.apache.batik.dom.AbstractDocument
Get the first element that precedes the current node in the xblParentNode's xblChildNodes list.
getXblPreviousElementSibling() - Method in class org.apache.batik.dom.AbstractNode
Get the first element that precedes the current node in the xblParentNode's xblChildNodes list.
getXblPreviousElementSibling(Node) - Method in class org.apache.batik.dom.xbl.GenericXBLManager
Get the first element that precedes the a node in the xblParentNode's xblChildNodes list.
getXblPreviousElementSibling() - Method in interface org.apache.batik.dom.xbl.NodeXBL
Get the first element that precedes the current node in the xblParentNode's xblChildNodes list.
getXblPreviousElementSibling(Node) - Method in interface org.apache.batik.dom.xbl.XBLManager
Get the first element that precedes the a node in the xblParentNode's xblChildNodes list.
getXblPreviousSibling(Node) - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Get the node which directly precedes a node in the xblParentNode's xblChildNodes list.
getXblPreviousSibling() - Method in class org.apache.batik.dom.AbstractDocument
Get the node which directly precedes the current node in the xblParentNode's xblChildNodes list.
getXblPreviousSibling() - Method in class org.apache.batik.dom.AbstractNode
Get the node which directly precedes the current node in the xblParentNode's xblChildNodes list.
getXblPreviousSibling(Node) - Method in class org.apache.batik.dom.xbl.GenericXBLManager
Get the node which directly precedes a node in the xblParentNode's xblChildNodes list.
getXblPreviousSibling() - Method in interface org.apache.batik.dom.xbl.NodeXBL
Get the node which directly precedes the current node in the xblParentNode's xblChildNodes list.
getXblPreviousSibling(Node) - Method in interface org.apache.batik.dom.xbl.XBLManager
Get the node which directly precedes a node in the xblParentNode's xblChildNodes list.
getXblScopedChildNodes(Node) - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Get the list of child nodes of a node in the fully flattened tree that are within the same shadow scope.
getXblScopedChildNodes() - Method in class org.apache.batik.dom.AbstractDocument
Get the list of child nodes of this node in the fully flattened tree that are within the same shadow scope.
getXblScopedChildNodes() - Method in class org.apache.batik.dom.AbstractNode
Get the list of child nodes of this node in the fully flattened tree that are within the same shadow scope.
getXblScopedChildNodes(Node) - Method in class org.apache.batik.dom.xbl.GenericXBLManager
Get the list of child nodes of a node in the fully flattened tree that are within the same shadow scope.
getXblScopedChildNodes() - Method in interface org.apache.batik.dom.xbl.NodeXBL
Get the list of child nodes of this node in the fully flattened tree that are within the same shadow scope.
getXblScopedChildNodes(Node) - Method in interface org.apache.batik.dom.xbl.XBLManager
Get the list of child nodes of a node in the fully flattened tree that are within the same shadow scope.
getXblShadowTree(Node) - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Get the shadow tree of a node.
getXblShadowTree() - Method in class org.apache.batik.dom.AbstractDocument
Get the shadow tree of this node.
getXblShadowTree() - Method in class org.apache.batik.dom.AbstractNode
Get the shadow tree of this node.
getXblShadowTree() - Method in class org.apache.batik.dom.svg12.XBLOMShadowTreeEvent
Returns the shadow tree that is the object of this event.
getXblShadowTree(Node) - Method in class org.apache.batik.dom.xbl.GenericXBLManager
Get the shadow tree of a node.
getXblShadowTree() - Method in interface org.apache.batik.dom.xbl.NodeXBL
Get the shadow tree of this node.
getXblShadowTree() - Method in interface org.apache.batik.dom.xbl.ShadowTreeEvent
 
getXblShadowTree(Node) - Method in interface org.apache.batik.dom.xbl.XBLManager
Get the shadow tree of a node.
getXChannelSelector() - Method in class org.apache.batik.anim.dom.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
getXCoordinate(int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getXCoordinate(int) - Method in class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
getXCoordinate(int) - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getXHeight() - Method in class org.apache.batik.anim.dom.AbstractSVGLength.DefaultContext
Returns the x-height value.
getXHeight() - Method in class org.apache.batik.anim.dom.SVGOMElement.UnitContext
Returns the x-height value.
getXHeight() - Method in class org.apache.batik.bridge.UnitProcessor.DefaultContext
Returns the x-height value.
getXHeight() - Method in interface org.apache.batik.parser.UnitProcessor.Context
Returns the x-height value.
getXHeight() - Method in class org.apache.batik.svggen.font.table.Panose
 
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
 
getXML(Node) - Static method in class org.apache.batik.dom.util.DOMUtilities
Serializes the given DOM node using DOMUtilities.writeNode(Node,Writer) and returns the XML as a String.
getXMLbase() - Method in class org.apache.batik.anim.dom.SVGOMElement
DOM: Implements SVGElement.getXMLbase().
getXMLDeclarationEncoding(Reader, String) - Static method in class org.apache.batik.xml.XMLUtilities
Reads an XML declaration to get the encoding declaration value.
getXmlEncoding() - Method in class org.apache.batik.dom.AbstractDocument
DOM: Implements Document.getXmlEncoding().
getXmlEncoding() - Method in class org.apache.batik.dom.AbstractEntity
DOM: Implements Entity.getXmlEncoding().
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 class org.apache.batik.anim.dom.SVGStylableElement
Returns the ID of this element.
getXMLId() - Method in interface org.apache.batik.css.engine.CSSStylableElement
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.anim.dom.SVGDescriptiveElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.anim.dom.SVGOMFEImageElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Returns the xml:lang attribute value.
getXMLLang(Element) - Static method in class org.apache.batik.dom.util.XMLSupport
Returns the xml:lang attribute value of the given element.
getXMLlang() - Method in class org.apache.batik.extension.GraphicsExtensionElement
DOM: Returns the xml:lang attribute value.
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.JSVGViewerFrame.UserAgent
Returns the class name of the XML parser.
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 class org.apache.batik.swing.svg.JSVGComponent.BridgeUserAgentWrapper
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.SVGUserAgentAdapter
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.anim.dom.SVGDescriptiveElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.anim.dom.SVGOMFEImageElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.anim.dom.SVGOMStyleElement
DOM: Implements SVGStyleElement.getXMLspace().
getXMLspace() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Returns the xml:space attribute value.
getXMLSpace(Element) - Static method in class org.apache.batik.dom.util.XMLSupport
Returns the xml:space attribute value of the given element.
getXMLspace() - Method in class org.apache.batik.extension.GraphicsExtensionElement
DOM: Returns the xml:space attribute value.
getXmlStandalone() - Method in class org.apache.batik.dom.AbstractDocument
getXmlValue() - Method in class org.apache.batik.apps.svgbrowser.NodeTemplates.NodeTemplateDescriptor
 
getXmlVersion() - Method in class org.apache.batik.dom.AbstractDocument
DOM: Implements Document.getXmlVersion().
getXmlVersion() - Method in class org.apache.batik.dom.AbstractEntity
DOM: Implements Entity.getXmlVersion().
getXoffset() - Method in interface org.apache.batik.ext.awt.image.renderable.OffsetRable
Get the x offset.
getXOffset() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
getXOffsets(int) - Method in class org.apache.batik.ext.awt.image.rendered.DisplacementMapRed
 
getXScale() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getXSign() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Return the sign of X coordinates.
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.anim.dom.SVGOMAnimatedRect.AnimSVGRect
DOM: Implements SVGRect.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.BaseSVGRect
DOM: Implements SVGRect.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMCursorElement
DOM: Implements SVGCursorElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMFEPointLightElement
DOM: Implements SVGFEPointLightElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements SVGFilterElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
DOM: Implements SVGFilterPrimitiveStandardAttributes.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMForeignObjectElement
DOM: Implements SVGForeignObjectElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMImageElement
DOM: Implements SVGImageElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMMaskElement
DOM: Implements SVGMaskElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGPatternElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMRectElement
DOM: Implements SVGRectElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
DOM: Implements SVGTextPositioningElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
DOM: Implements SVGUseElement.getY().
getY() - Method in class org.apache.batik.anim.values.AnimatableMotionPointValue
Returns the y coordinate.
getY() - Method in class org.apache.batik.anim.values.AnimatableRectValue
Returns the y coordinate.
getY() - Method in class org.apache.batik.dom.svg.AbstractSVGTransform
Returns the y coordinate of the center of the rotation, if this transformation is a rotation.
getY() - Method in class org.apache.batik.dom.svg.SVGOMPoint
DOM: Implements SVGPoint.getY().
getY() - Method in class org.apache.batik.dom.svg.SVGOMRect
DOM: Implements SVGRect.getY().
getY() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getY() - Method in class org.apache.batik.dom.svg.SVGPointItem
DOM: Implements SVGPoint.getY().
getY() - Method in class org.apache.batik.ext.awt.geom.PathLength.PathSegment
Returns the y coordinate of the path segment.
getY() - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Returns the vertical y position of the event relative to the source node.
getY1() - Method in class org.apache.batik.anim.dom.SVGOMLinearGradientElement
DOM: Implements SVGLinearGradientElement.getY1().
getY1() - Method in class org.apache.batik.anim.dom.SVGOMLineElement
DOM: Implements SVGLineElement.getY1().
getY1() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getY2() - Method in class org.apache.batik.anim.dom.SVGOMLinearGradientElement
DOM: Implements SVGLinearGradientElement.getY2().
getY2() - Method in class org.apache.batik.anim.dom.SVGOMLineElement
DOM: Implements SVGLineElement.getY2().
getY2() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getYChannelSelector() - Method in class org.apache.batik.anim.dom.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
getYCoordinate(int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getYCoordinate(int) - Method in class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
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.
getYOffset() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
getYOffsets(int) - Method in class org.apache.batik.ext.awt.image.rendered.DisplacementMapRed
 
getYScale() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getYSign() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Return the sign of Y coordinates.
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.anim.dom.SVGOMFEPointLightElement
DOM: Implements SVGFEPointLightElement.getZ().
getZ() - Method in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getZ().
getZeroRecter(WritableRaster) - Static method in class org.apache.batik.ext.awt.image.rendered.PadRed.ZeroRecter
 
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableAngleOrIdentValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableAngleValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableBooleanValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableColorValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableIntegerValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableLengthListValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableLengthOrIdentValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableLengthValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableMotionPointValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableNumberListValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableNumberOptionalNumberValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableNumberOrIdentValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableNumberOrPercentageValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableNumberValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatablePaintValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatablePathDataValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatablePercentageValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatablePointListValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableRectValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableStringValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableTransformListValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableValue
Returns a zero value of this AnimatableValue's type.
getZoomAndPan() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGZoomAndPan.getZoomAndPan().
getZoomAndPan() - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
DOM: Implements SVGZoomAndPan.getZoomAndPan().
getZoomAndPan() - Method in class org.apache.batik.anim.dom.SVGOMViewElement
DOM: Implements SVGZoomAndPan.getZoomAndPan().
getZoomAndPan(Element) - Static method in class org.apache.batik.dom.svg.SVGZoomAndPanSupport
Returns the ZoomAndPan attribute value.
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.
Global(Interpreter, String) - Constructor for class org.apache.batik.bridge.svg12.SVG12ScriptingEnvironment.Global
Creates a new Global object.
Global - Interface in org.apache.batik.dom.svg12
Interface for a global scripting object.
globalExtensions - Static variable in class org.apache.batik.bridge.BridgeContext
Returns the extensions supported by this bridge context.
globalObject - Variable in class org.apache.batik.bridge.RhinoInterpreter
The global object.
GlobalWrapper - Class in org.apache.batik.bridge
Wrapper class for the SVGGlobal object.
GlobalWrapper(Context) - Constructor for class org.apache.batik.bridge.GlobalWrapper
Creates a new GlobalWrapper.
glyf - Static variable in interface org.apache.batik.svggen.font.table.Table
 
GlyfCompositeComp - Class in org.apache.batik.svggen.font.table
 
GlyfCompositeComp(ByteArrayInputStream) - Constructor for class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
GlyfCompositeDescript - Class in org.apache.batik.svggen.font.table
Glyph description for composite glyphs.
GlyfCompositeDescript(GlyfTable, ByteArrayInputStream) - Constructor for class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
GlyfDescript - Class in org.apache.batik.svggen.font.table
 
GlyfDescript(GlyfTable, short, ByteArrayInputStream) - Constructor for class org.apache.batik.svggen.font.table.GlyfDescript
 
GlyfSimpleDescript - Class in org.apache.batik.svggen.font.table
 
GlyfSimpleDescript(GlyfTable, short, ByteArrayInputStream) - Constructor for class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
GlyfTable - Class in org.apache.batik.svggen.font.table
 
GlyfTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.GlyfTable
 
Glyph - Class in org.apache.batik.gvt.font
A Glyph describes a graphics node with some specific glyph rendering attributes.
Glyph(String, List, String, String, String, Point2D, Point2D, float, float, int, TextPaintInfo, Shape, GraphicsNode) - Constructor for class org.apache.batik.gvt.font.Glyph
Constructs a Glyph with the specified parameters.
Glyph - Class in org.apache.batik.svggen.font
An individual glyph within a font.
Glyph(GlyphDescription, short, int) - Constructor for class org.apache.batik.svggen.font.Glyph
 
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
 
GlyphDescription - Interface in org.apache.batik.svggen.font.table
Specifies access to glyph description classes, simple and composite.
glyphElementCategory - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
glyphElementDescription - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
GlyphElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.GlyphElementFactory
 
glyphElementMemberName - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
glyphElementName - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
glyphElementType - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
glyphElementValue - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
GlyphGroupInfo - Class in org.apache.batik.gvt.flow
One line Class Desc Complete Class Desc
GlyphGroupInfo(GVTGlyphVector, int, int, boolean[], boolean, float[], float[], float[], boolean[]) - Constructor for class org.apache.batik.gvt.flow.GlyphGroupInfo
 
GlyphIterator - Class in org.apache.batik.extension.svg
 
GlyphIterator(AttributedCharacterIterator, GVTGlyphVector) - Constructor for class org.apache.batik.extension.svg.GlyphIterator
 
GlyphIterator(GlyphIterator) - Constructor for class org.apache.batik.extension.svg.GlyphIterator
 
GlyphLayout - Class in org.apache.batik.bridge
Implementation of TextSpanLayout which uses java.awt.font.GlyphVector.
GlyphLayout(AttributedCharacterIterator, int[], Point2D, FontRenderContext) - Constructor for class org.apache.batik.bridge.GlyphLayout
Creates the specified text layout using the specified AttributedCharacterIterator and rendering context.
GlyphOrientationHorizontalManager - Class in org.apache.batik.css.engine.value.svg
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 in org.apache.batik.css.engine.value.svg
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 in org.apache.batik.css.engine.value.svg
This class provides a manager for the 'glyph-orientation-vertical' property values.
GlyphOrientationVerticalManager() - Constructor for class org.apache.batik.css.engine.value.svg.GlyphOrientationVerticalManager
 
glyphRefElementCategory - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
glyphRefElementDescription - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
GlyphRefElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.GlyphRefElementFactory
 
glyphRefElementMemberName - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
glyphRefElementName - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
glyphRefElementType - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
glyphRefElementValue - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
gmB - Variable in class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Value
 
go() - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.Debugger
GO_METHOD - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.Debugger
 
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.
gotoLine(int) - Method in class org.apache.batik.util.gui.xmleditor.XMLTextEditor
Move the cursor to the specified line if exception occur cursor not change
gotoY(double) - Method in class org.apache.batik.gvt.flow.FlowRegions
 
gotoY(double) - Method in class org.apache.batik.gvt.flow.LineInfo
 
GPOS - Static variable in interface org.apache.batik.svggen.font.table.Table
 
GposTable - Class in org.apache.batik.svggen.font.table
 
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 interface org.apache.batik.parser.AngleHandler
Invoked when 'grad' has been parsed.
grad() - Method in class org.apache.batik.parser.DefaultAngleHandler
GRADIENTS_AND_PATTERNS - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
gradientTransform - Variable in class org.apache.batik.ext.awt.MultipleGradientPaint
Transform to apply to gradient.
gradientUnits - Variable in class org.apache.batik.anim.dom.SVGOMGradientElement
The 'gradientUnits' attribute value.
grantScriptFileAccess - Variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
grantScriptNetworkAccess - Variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
GraphicContext - Class in org.apache.batik.ext.awt.g2d
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
 
GraphicContextDefaults() - Constructor for class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
GraphicsExtensionElement - Class in org.apache.batik.extension
An abstract base class for graphical extension elements.
GraphicsExtensionElement() - Constructor for class org.apache.batik.extension.GraphicsExtensionElement
Creates a new GraphicsExtensionElement object.
GraphicsExtensionElement(String, AbstractDocument) - Constructor for class org.apache.batik.extension.GraphicsExtensionElement
Creates a new GraphicsExtensionElement object.
graphicsNode - Variable in class org.apache.batik.bridge.UpdateManager
The GraphicsNode whose updates are to be tracked.
GraphicsNode - Interface in org.apache.batik.gvt
The base class for all graphics nodes.
GraphicsNodeBridge - Interface in org.apache.batik.bridge
Bridge class for creating, building, and updating a GraphicsNode according to an Element.
GraphicsNodeChangeAdapter - Class in org.apache.batik.gvt.event
An abstract adapter class for receiving graphics node change events.
GraphicsNodeChangeAdapter() - Constructor for class org.apache.batik.gvt.event.GraphicsNodeChangeAdapter
 
GraphicsNodeChangeEvent - Class in org.apache.batik.gvt.event
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 in org.apache.batik.gvt.event
The interface for listening to changes on graphics nodes.
GraphicsNodeEvent - Class in org.apache.batik.gvt.event
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 in org.apache.batik.gvt.event
A low-level event which indicates that a graphics node has gained or lost the keyboard focus.
GraphicsNodeFocusEvent(GraphicsNode, int) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeFocusEvent
Constructs a new graphics node focus event.
GraphicsNodeFocusListener - Interface in org.apache.batik.gvt.event
The listener interface for receiving keyboard focus events on a graphics node.
GraphicsNodeInputEvent - Class in org.apache.batik.gvt.event
The root event class for all graphics node-level input events.
GraphicsNodeInputEvent(GraphicsNode, int, long, int, int) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Constructs a new graphics node input event.
GraphicsNodeInputEvent(GraphicsNode, InputEvent, int) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Constructs a new graphics node input event from an AWT InputEvent.
GraphicsNodeKeyAdapter - Class in org.apache.batik.gvt.event
An abstract adapter class for receiving graphics node key events.
GraphicsNodeKeyAdapter() - Constructor for class org.apache.batik.gvt.event.GraphicsNodeKeyAdapter
 
GraphicsNodeKeyEvent - Class in org.apache.batik.gvt.event
An event which indicates that a keystroke occurred in a graphics node.
GraphicsNodeKeyEvent(GraphicsNode, int, long, int, int, int, char, int) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeKeyEvent
Constructs a new graphics node key event.
GraphicsNodeKeyListener - Interface in org.apache.batik.gvt.event
The listener interface for receiving graphics node key events.
GraphicsNodeMouseAdapter - Class in org.apache.batik.gvt.event
An abstract adapter class for receiving graphics node mouse events.
GraphicsNodeMouseAdapter() - Constructor for class org.apache.batik.gvt.event.GraphicsNodeMouseAdapter
 
GraphicsNodeMouseEvent - Class in org.apache.batik.gvt.event
An event which indicates that a mouse action occurred in a graphics node.
GraphicsNodeMouseEvent(GraphicsNode, int, long, int, int, int, float, float, int, int, int, int, int, GraphicsNode) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Constructs a new graphics node mouse event.
GraphicsNodeMouseEvent(GraphicsNode, MouseEvent, int, int) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
Constructs a new graphics node mouse event from an AWT MouseEvent.
GraphicsNodeMouseListener - Interface in org.apache.batik.gvt.event
The listener interface for receiving graphics node mouse events.
GraphicsNodeMouseWheelEvent - Class in org.apache.batik.gvt.event
An event which indicates that a mouse whwel action occurred in a graphics node.
GraphicsNodeMouseWheelEvent(GraphicsNode, int, long, int, int, int) - Constructor for class org.apache.batik.gvt.event.GraphicsNodeMouseWheelEvent
Constructs a new graphics node mouse wheel event.
GraphicsNodeMouseWheelListener - Interface in org.apache.batik.gvt.event
The listener interface for receiving graphics node mouse wheel events.
graphicsNodeRable - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
The GraphicsNodeRable for this node.
GraphicsNodeRable - Interface in org.apache.batik.gvt.filter
This interface allows GraphicsNode to be seen as RenderableImages, which can be used for operations such as filtering, masking or compositing.
GraphicsNodeRable8Bit - Class in org.apache.batik.gvt.filter
This implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.
GraphicsNodeRable8Bit(GraphicsNode) - Constructor for class org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
 
GraphicsNodeRable8Bit(GraphicsNode, Map) - Constructor for class org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
 
GraphicsNodeRable8Bit(GraphicsNode, boolean) - Constructor for class org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
 
GraphicsNodeRableFactory - Interface in org.apache.batik.gvt.filter
This interface lets GraphicsNode create instances of GraphicsNodeRable appropriate for the filter module implementation.
GraphicsNodeRed8Bit - Class in org.apache.batik.gvt.filter
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 in org.apache.batik.ext.awt.image
Set of utility methods for Graphics.
GraphicsUtil() - Constructor for class org.apache.batik.ext.awt.image.GraphicsUtil
 
Gray() - Constructor for class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Gray
Constructs an instance of PNGEncodeParam.Gray.
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.anim.values.AnimatableColorValue
The green component.
green - Variable in class org.apache.batik.css.engine.value.RGBColorValue
The green component.
GREEN - Static variable in class org.apache.batik.ext.awt.image.ARGBChannel
 
green - Variable in class org.apache.batik.ext.awt.image.codec.png.PNGSuggestedPaletteEntry
The green color value of the entry.
GREEN - Static variable in class org.apache.batik.ext.awt.image.renderable.ComponentTransferRable8Bit
 
green - Static variable in class org.apache.batik.svggen.SVGColor
 
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.CSSOMSVGColor
The green component, if this value is a RGBColor.
GreenComponent() - Constructor for class org.apache.batik.css.dom.CSSOMSVGColor.GreenComponent
 
greenComponent - Variable in class org.apache.batik.css.dom.CSSOMValue
The green component, if this value is a RGBColor.
GreenComponent() - Constructor for class org.apache.batik.css.dom.CSSOMValue.GreenComponent
 
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.CSSOMSVGColor.ModificationHandler
Called when the green float value has changed.
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 class org.apache.batik.css.dom.CSSOMValue.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.
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.CSSOMSVGColor.ModificationHandler
Called when the green value text 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 class org.apache.batik.css.dom.CSSOMValue.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.
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 in org.apache.batik.ext.swing
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.
group - Variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog.JConfigurationPanel
The button group for the configuration page buttons.
group - Variable in class org.apache.batik.dom.events.EventListenerList.Entry
The event group.
groupElementCategory - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
groupElementDescription - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
groupElementMemberName - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
groupElementName - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
groupElementType - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
groupElementValue - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
groupGC - Variable in class org.apache.batik.svggen.DOMGroupManager
Current group's SVG GraphicContext state
groupManagers - Variable in class org.apache.batik.svggen.DOMTreeManager
Set of group managers that build groups for this manager.
GSUB - Static variable in interface org.apache.batik.svggen.font.table.Table
 
GsubTable - Class in org.apache.batik.svggen.font.table
 
GsubTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.GsubTable
 
gv - Variable in class org.apache.batik.bridge.GlyphLayout
 
GVT_FONT - Static variable in class org.apache.batik.bridge.FlowTextPainter
 
GVT_FONT - Static variable in class org.apache.batik.bridge.GlyphLayout
 
GVT_FONT - Static variable in class org.apache.batik.bridge.StrokingTextPainter
 
GVT_FONT - Static variable in class org.apache.batik.extension.svg.GlyphIterator
 
GVT_FONT - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
GVT_FONT_FAMILIES - Static variable in class org.apache.batik.bridge.SVGTextElementBridge
 
GVT_FONT_FAMILIES - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
GVT_FONTS - Static variable in class org.apache.batik.bridge.StrokingTextPainter
 
GVT_FONTS - Static variable in class org.apache.batik.bridge.SVGTextElementBridge
 
GVT_FONTS - Static variable in class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
 
GVTACIImpl - Class in org.apache.batik.gvt.text
GVTACIImpl Used to implement SVG <tspan> and <text> attributes.
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.
GVTACIImpl.TransformAttributeFilter - Class in org.apache.batik.gvt.text
AttributeFilter which converts (extended) location attributes SVGAttributedCharacterIterator.TextAttribute.X, TextAttribute.Y, TextAttribute.ROTATE attributes to TextAttribute.TRANSFORM attributes.
GVTAttributedCharacterIterator - Interface in org.apache.batik.gvt.text
GVTAttributedCharacterIterator Used to implement SVG <tspan> and <text> attributes.
GVTAttributedCharacterIterator.AttributeFilter - Interface in org.apache.batik.gvt.text
Interface for helper class which mutates the attributes of an AttributedCharacterIterator.
GVTAttributedCharacterIterator.TextAttribute - Class in org.apache.batik.gvt.text
Attribute keys that identify SVG text attributes.
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.JSVGScrollPane.ScrollListener
 
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.
gvtBuildCancelled(GVTTreeBuilderEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
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.JSVGScrollPane.ScrollListener
 
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.
gvtBuildCompleted(GVTTreeBuilderEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
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 in org.apache.batik.bridge
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.JSVGScrollPane.ScrollListener
 
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.
gvtBuildFailed(GVTTreeBuilderEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
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.JSVGScrollPane.ScrollListener
 
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.
gvtBuildStarted(GVTTreeBuilderEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Called when a build started.
GVTFont - Interface in org.apache.batik.gvt.font
An interface for all GVT font classes.
GVTFontFace - Class in org.apache.batik.gvt.font
One line Class Desc Complete Class Desc
GVTFontFace(String, float, String, String, String, String, float, String, float, float, float, float, float, float, float, float) - Constructor for class org.apache.batik.gvt.font.GVTFontFace
Constructes an GVTFontFace with the specfied font-face attributes.
GVTFontFace(String) - Constructor for class org.apache.batik.gvt.font.GVTFontFace
Constructs an SVGFontFace with default values for all the font-face attributes other than familyName
GVTFontFamily - Interface in org.apache.batik.gvt.font
An interface for all font family classes.
GVTGlyphMetrics - Class in org.apache.batik.gvt.font
GVTGlyphMetrics is essentially a wrapper class for java.awt.font.GlyphMetrics with the addition of horizontal and vertical advance values.
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.
GVTGlyphMetrics(float, float, Rectangle2D, byte) - Constructor for class org.apache.batik.gvt.font.GVTGlyphMetrics
Constructs a new GVTGlyphMetrics object using the specified parameters.
GVTGlyphVector - Interface in org.apache.batik.gvt.font
An interface for all GVT GlyphVector classes.
GVTLineMetrics - Class in org.apache.batik.gvt.font
GVTLineMetrics is a GVT version of java.awt.font.LineMetrics.
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.
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.
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.apps.svgbrowser.ThumbnailDialog.ThumbnailGVTListener
 
gvtRenderingCancelled(GVTTreeRendererEvent) - Method in class org.apache.batik.swing.gvt.GVTTreeRendererAdapter
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.gvt.JGVTComponent.Listener
Called when a rendering was cancelled.
gvtRenderingCancelled(GVTTreeRendererEvent) - Method in class org.apache.batik.swing.JSVGScrollPane.ScrollListener
 
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.JSVGViewerFrame
Called when a rendering was completed.
gvtRenderingCompleted(GVTTreeRendererEvent) - Method in class org.apache.batik.apps.svgbrowser.ThumbnailDialog.ThumbnailGVTListener
 
gvtRenderingCompleted(GVTTreeRendererEvent) - Method in class org.apache.batik.swing.gvt.GVTTreeRendererAdapter
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.gvt.JGVTComponent.Listener
Called when a rendering was completed.
gvtRenderingCompleted(GVTTreeRendererEvent) - Method in class org.apache.batik.swing.JSVGScrollPane.ScrollListener
 
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.JSVGViewerFrame
Called when a rendering failed.
gvtRenderingFailed(GVTTreeRendererEvent) - Method in class org.apache.batik.apps.svgbrowser.ThumbnailDialog.ThumbnailGVTListener
 
gvtRenderingFailed(GVTTreeRendererEvent) - Method in class org.apache.batik.swing.gvt.GVTTreeRendererAdapter
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.gvt.JGVTComponent.Listener
Called when a rendering failed.
gvtRenderingFailed(GVTTreeRendererEvent) - Method in class org.apache.batik.swing.JSVGScrollPane.ScrollListener
 
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 interface org.apache.batik.swing.gvt.GVTTreeRendererListener
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 class org.apache.batik.swing.JSVGScrollPane.ScrollListener
 
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 interface org.apache.batik.swing.gvt.GVTTreeRendererListener
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 class org.apache.batik.swing.JSVGScrollPane.ScrollListener
 
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.GVTTreeBuilderEvent
The GVT root.
gvtRoot - Variable in class org.apache.batik.swing.svg.SVGLoadEventDispatcherEvent
The GVT root.
GVTTreeBuilder - Class in org.apache.batik.swing.svg
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.
gvtTreeBuilder - Variable in class org.apache.batik.swing.svg.JSVGComponent
The GVT tree builder.
GVTTreeBuilderAdapter - Class in org.apache.batik.swing.svg
An adapter class that represents a listener to the GVTTreeBuilderEvent events.
GVTTreeBuilderAdapter() - Constructor for class org.apache.batik.swing.svg.GVTTreeBuilderAdapter
 
GVTTreeBuilderEvent - Class in org.apache.batik.swing.svg
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 in org.apache.batik.swing.svg
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 - Class in org.apache.batik.swing.gvt
This class represents an object which renders asynchronously a GVT tree.
GVTTreeRenderer(ImageRenderer, AffineTransform, boolean, Shape, int, int) - Constructor for class org.apache.batik.swing.gvt.GVTTreeRenderer
Creates a new GVTTreeRenderer.
gvtTreeRenderer - Variable in class org.apache.batik.swing.gvt.JGVTComponent
The GVT tree renderer.
GVTTreeRendererAdapter - Class in org.apache.batik.swing.gvt
An adapter class that represents a listener to the GVTTreeRendererEvent events.
GVTTreeRendererAdapter() - Constructor for class org.apache.batik.swing.gvt.GVTTreeRendererAdapter
 
GVTTreeRendererEvent - Class in org.apache.batik.swing.gvt
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 in org.apache.batik.swing.gvt
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 in org.apache.batik.gvt
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.
GVTUnloadListener(EventDispatcher, BridgeEventSupport.Listener) - Constructor for class org.apache.batik.bridge.BridgeEventSupport.GVTUnloadListener
 
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 (i.e. little indian).
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 _ 
Skip navigation links

Copyright © 2022 Apache Software Foundation. All Rights Reserved.